1
kawkeye 2018 年 11 月 19 日
dism++?
|
2
berumotto 2018 年 11 月 19 日
以为看到了 2012 年的帖子
|
3
Z1076 2018 年 11 月 19 日
```
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 ``` |
4
edsheeran 2018 年 11 月 20 日
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /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 |
5
Couragenero 2018 年 11 月 22 日
以为看到了 2012 年的帖子 +1
|