1
2
3
4
5
6
|
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就可以了。