win10图标小箭头-(win10图标小箭头怎么去掉)

路由设置 次浏览手机阅读
win10图标小箭头 (win如何去除10图标小箭头?

一键去除win10桌面图标盾牌和小箭头:

分别操作这两行命令,一键搞定一些人的心结。

去除桌面图标小箭头的操作命令:windows r调出操作窗口,粘贴下面的代码。

cmd /k reg delete "HKEY_CLASSES_ROOT\\lnkfile" /v IsShortcut /f & taskkill /f /im explorer.exe & start explorer.exe

去除桌面图标盾牌的操作命令:

将以下命令复制到记事本上,保存为bat运行文件。

reg add "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Icons" /v 29 /d "%systemroot%\\system32\\imageres.dll,197" /t reg_sz /f

reg add "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Icons" /v 77 /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

如下图所示如何创建bat文件。保存记事本时,保存类型选择所有文件,文件名后面添加.bat

喜欢 ()