Win8.1 system desktop icon shortcut small arrow how to remove?

  
                                    

From X before we can use a variety of optimization tools to remove the desktop icon small arrow, now Win8 system has a more convenient method, the following is a small series for everyone to introduce.

1. First, right click on the desktop to create a new text file, copy the following code into it, save as win8.bat (file type select all files), right click "run as administrator", restart the computer The method shortcut arrow disappears.

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

2. If you need to restore the desktop icon small arrow, you can use the same method, the code uses the following.

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

Copyright © Windows knowledge All Rights Reserved