百科网

首页 > 科技数码

科技数码

我来分享Win7如何去除程序图标的小盾牌

科技数码佚名2023-02-04

Windows 7是由微软公司(Microsoft)开发的操作系统,内核版本号为Windows NT 6.1。使用Win7系统的一些用户下载安装软件后,发现软件图标右下角有个小盾牌,看着十分碍眼。本篇教程就教大家如何将小盾牌去掉的方法。

去除程序图标的小盾牌的方法:

现在我们在电脑的空白处点击右键选择新建一个文本文档,并且双击打开,在记事本中输入下述内容:

reg add “HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShell Icons” /v 29 /d “%systemroot%system32imageres.dll,197” /t reg_sz /f

reg add “HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShell Icons” /v 77 /d “%systemroot%system32imageres.dll,197” /t reg_sz /f

taskkill /f /im explorer.exe

attrib -s -r -h “%userprofile%AppDataLocaliconcache.db”

del “%userprofile%AppDataLocaliconcache.db” /f /q

start explorer

taskkill /f /im explorer.exe