去掉WIN7 桌面图标的小箭头

时间:2023-03-08 16:15:46
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
pause

 用法,COPY到记录本中。把文件后缀名字改为bat,如:xx.bat 然后运行xx.bat就可以了。