Loading... # 脚本编写 <div class="tip inlineBlock info"> 在桌面新建一个文本文件名称随意(如:`remove.txt`),打开文件并输入以下内容: </div> ```bash reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /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 ``` <div class="tip inlineBlock success"> 保存文件,修改文件名后缀名为bat(如:`remove.bat`)双击运行即可。 </div> Last modification:August 18, 2021 © Allow specification reprint Support Appreciate the author AliPayWeChat Like 1 看着给点?(●'◡'●)?