Win8 system Shortcuts How do I get rid of the little arrows?
Right-click on the desktop to create a new text document, copy the following code in, Save as Win8.bat (file type Select all files), right-click "Run as Administrator", restart the computer can be the method shortcut arrows disappeared.
REG ADD "Hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorershell Icons"/V 29/d
"%systemroot%system32imageres.dll,197"/t reg_sz/f
taskkill/f/im Explorer.exe
Attrib-s-r-h "%userprofile%appdatalocaliconcache.db"
Del "%userprofile%appdatalocaliconcache.db"/f/q
Start explorer
If you need to restore the small arrows, you can use the same method, with the following code.
reg delete "Hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorershell Icons"/V 29/f
taskkill/f/im Explorer.exe
Attrib-s-r-h "%userprofile%appdatalocaliconcache.db"
Del "%userprofile%appdatalocaliconcache.db"/f/q
Start explorer