win10的小盾牌怎么去掉 windows10小盾牌怎么去掉


win10的小盾牌怎么去掉 windows10小盾牌怎么去掉

文章插图
一键去除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
【win10的小盾牌怎么去掉 windows10小盾牌怎么去掉】

    推荐阅读