You can see the graphical glitch on the following screen. How can this
be removed without rebooting?
To correct a graphical glitch on the Windows desktop that a reboot of the machine typically resolves, you can just use Taskkill to kill Explorer.exe from running in memory, and then start a new instance of Explorer.exe—you can do both of these operations from an elevated command prompt with Windows 7 (see below example).
Command Line
Run these from an elevated Run As Administrator command prompt and be sure to press Enter after each command.
:::: This kills explorer.exe from running in memory
TASKKILL /F /IM "Explorer.exe"
:::: This restarts a new instance of Explorer.exe in memory
Explorer.exe
Further Resources
Taskkill /f /im "explorer.exeand then press Enter... Then from that same command prompt type in "explorer.exe` and then press Enter... if that helps resolve without a reboot please let me know and I'll be happy to add as an answer for you to accept. – Vomit IT - Chunky Mess Style Sep 02 '16 at 07:06"explorer.exe"into the command line and everything is back to normal. thx! – beta Sep 02 '16 at 07:18