Restart Windows Desktop
If you are having issues with you current Windows Desktop for any reason, a quick fix is to run this script. Place in a *.CMD file and double click.
@ECHO OFF
taskkill /F /IM explorer.exe
C:\WINDOWS\explorer.exe
If you are having issues with you current Windows Desktop for any reason, a quick fix is to run this script. Place in a *.CMD file and double click.
@ECHO OFF
taskkill /F /IM explorer.exe
C:\WINDOWS\explorer.exe