Hi Suny
My name is Andre Da Costa; an Independent Consultant, Windows Insider MVP and Windows & Devices for IT MVP. I'm here to help you with your problem.
Which version of Windows 10 is currently installed? See how to verify:
https://answers.microsoft.com/en-us/windows/wik...
I would check to make sure your system has all the latest updates installed.
Another task you might want to try:
- 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.