1,去除:ide
記事本保存爲.bat格式以管理員身份運行it
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /t reg_sz /fio
taskkill /f /im explorer.execlass
attrib -s -r -h "%userprofile%\AppData\Local\iconcache.db"file
del "%userprofile%\AppData\Local\iconcache.db" /f /qim
start explorerdb
pausedi
2,還原:view
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /fvi
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