去除win7桌面图标小箭头.bat

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "C:\Windows\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

将以上内容粘贴至txt文件中,并修改后缀名为bat,双击运行即可去除桌面图标小箭头,亲测可用。

posted @ 2016-08-24 09:17  囍。  阅读(4742)  评论(7)    收藏  举报