Win10 system how to remove icons small arrows

  
1. Remove the small arrow
reg add"HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShellIcons" /v 29 /d "%systemroot%system32imageres.dll,197" /treg_sz /f
taskkill /f /im explorer.exe
attrib -s -r -h"%userprofile%AppDataLocaliconcache.db"
del"%userprofile%AppDataLocaliconcache.db" /f /q
start explorer
pause
Copy the above code, create a new text file, After pasting, save it as a .bat file, then open it as an administrator and you can see that the small arrow disappears.

2.Recovery small arrow
reg delete"HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShellIcons" /v 29 /f
taskkill /f /im explorer.exe
attrib -s -r -h"%userprofile%AppDataLocaliconcache .db"
del"%userprofile%AppDataLocaliconcache.db" /f /q
start explorer
pause
Similarly, save the above code as a .bat file and run as administrator. You can recover the small arrow.

The above is the way to delete and restore the shortcut small arrow icon under Win10 system. Users in need, hurry and take a look. If you want to know more about win10 system or win10 official version download information, please pay attention to System City.

Copyright © Windows knowledge All Rights Reserved