1. 程式人生 > >win7去除快捷方式小箭頭

win7去除快捷方式小箭頭

win7_x64_去除快捷方式小箭頭:



reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,196" /t reg_sz /f
taskkill /f /im explorer.exe
attrib -s -r -h "%userprofile%\AppData\Local\iconcache.db"
del "%userprofile%\AppData\Local\iconcache.db" /f /q
start explorer

複製以上程式碼,儲存成123.bat檔案,以管理員身份執行即可。