Kavindi
The first thing I would try doing is lowering your screen resolution.
Open Start > Settings > System > Display
Make sure recommended settings are selected for Scale and Layout and Screen resolution.
Choose 125 to 150% to see if it helps.
If that does not work...
Press Windows key + X
Click Task Manager
Select the Processes tab
Scroll down to Windows Explorer then select it
Click Restart
If that does not work:
uninstall your display driver:
Press Windows key + X
Click Device Manager
Expand Display adapters
Right click the current display adapter
Click Uninstall
Exit Device Manager
Restart
- Open Notepad.
- Copy the following text into Notepad:
@echo off
taskkill /f /im explorer.exe
taskkill /f /im shellexperiencehost.exe
timeout /t 3 /NOBREAK > nul
del %localappdata%\Packages\Microsoft.Windows.ShellExperienceHost_cw5n1h2txyewy\TempState\* /q
timeout /t 2 /NOBREAK > nul
start explorer
@echo on
- Click File and Save.
- Choose a location to save the file. Enter a File name of ClearTileCache.bat and select Save as type of All files (*.*). Click Save.
- Open File Explorer and navigate to the location that you chose to save the file to. Double-click ClearTileCache.bat to run the file.