删除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

相关文章
相关标签/搜索