Win8 shortcut small arrow using the tool such as optimization master to remove the tutorial

  

win8 shortcuts must have a small iconic arrow above, if you want to let such a small arrow disappear is actually an old topic, and the method is also Change the soup without changing the medicine. Since I started with XP, I really don't like the small arrow of the desktop shortcut, whether it is later vista or windows7. So I removed the shortcut arrow by installing a similar optimization tool for Windows Optimizer, and on the latest Windows 8, we can use a simple trick to achieve the goal.
win8 shortcut small arrow removal tips

Right-click on the desktop to create a new text document, copy the following code into it, save as win8.bat (file type select all files), right click "admin" Identity Run & rdquo;, 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

If you need to restore the 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