W10桌面图标有个小盾牌怎么去掉

请您在桌面新建一个.txt文档,然后输入以下内容:

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

保存,将.txt格式改为.bat格式,然后双击这个文件。

注意:该方法会修改注册表键值内容,如果您不懂注册表是什么请您谨慎操作,您最好备份一下注册表.

-如何在 Windows 中备份和还原注册表-

https://support.microsoft.com/zh-cn/help/322756/how-to-back-up-and-restore-the-registry-in-windows