刪除Windows 10 桌面快捷方式小箭頭Ⅱ

1.去掉小箭頭ide

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
pauseit

複製上面的代碼。新建一個文本文件。粘貼後另存爲.bat文件,而後以管理員身份打開。
ok!io

2.恢復小箭頭class

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
pausefile

同理,將上述代碼另存爲.bat文件,管理員身份打開。就可恢復小箭頭了。 im

相關文章
相關標籤/搜索