Window Error
Windows Error
There is an error that dragging the mouse makes a dragged portion of the display black on the window OS.
If you executes following scripts on the command prompt, you can solve the problem.
echo off
taskkill /f /im explorer.exe
attrib %userprofile%\appdata\local\iconcache.db -s -r -h
del /q %userprofile%\appdata\local\iconcache.db
start explorer.exe
exit