win10图标右下角的盾牌怎么去掉?
1、打开此电脑,点击【查看】,将“文件扩展名”,勾选;
2、在桌面新建一个“文本文档”;
3、把以下代码复制进去:
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
+
4、点击关闭,提示是否保存,点击“是”;
5、将新建文本文档.txt 重命名为“去盾牌.bat”按下回车键,在弹出的提示框中点击“确定”;
6、在“去盾牌.bat”文件上单击右键,选择“以管理员身份运行”即可。
完成以上操作就可以将电脑图标的盾牌去掉了。
2017-07-11 · 为您提供更好的产品和服务