The way to remove windows8 shortcut small arrow

  
        Is the small arrow of the shortcut difficult to see? Previously XP and Win7 had optimization software, it was very easy to remove those small arrows, but Win8 is not currently compatible with these optimization software, what should I do? Very simple system to share a small house method without any software:

right click the desktop, create a new text file, copy the code below and paste into it, then save it as 111.bat (file type selected All files), then find the bat format file you just saved, right click, run as administrator, and sometimes you need to restart the computer to take effect.

regadd "HKEY_LOCAL_MacHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShellIcons" /v29 /d "% systemroot% system32imageres.dll, 197" /treg_sz /f

taskkill /f /imexplorer.exe

attrib-srh "% userprofile% AppDataLocaliconcache.db"

del "% userprofile% AppDataLocaliconcache.db" /f q

startexplorer

to return the small arrow, the same method /a , but the code needs to be replaced about:

regdelete "HKEY_LOCAL_MacHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShellIcons" /v29 /f

taskkill /f /imexplorer.exe

attrib-srh "% userprofile% AppDataLocaliconcache.db "

del"% userprofile% AppDataLocaliconcache.db "/f /q

startexplorer
Copyright © Windows knowledge All Rights Reserved