1
kawkeye 2018-11-19 13:53:11 +08:00
dism++?
|
2
berumotto 2018-11-19 16:28:52 +08:00
以为看到了 2012 年的帖子
|
3
Z1076 2018-11-19 17:09:05 +08:00
```
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 13:43:51 +08:00
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 09:38:22 +08:00
以为看到了 2012 年的帖子 +1
|