menu

秋梦无痕

一场秋雨无梦痕,春夜清风冻煞人。冬来冷水寒似铁,夏至京北蟑满城。

Avatar

桌面IE图标无法删除

Q: 桌面上出现两个IE图标,其中一个是IE7的图标,点击打开某网站(例:te99.com),且无法删除。

A: 打开注册表,搜索该网站地址。

找到对应注册表项,例如:
[HKEY_CLASSES_ROOT\CLSID\{ABCDABCD-ABCD-ABCD-ABCD-ABCDABCDABCD}\Shell\Open(&O)\Command]
@="C:\\Program Files\\Internet Explorer\\IEXPLORE.EXE http://www.te99.com"

那就把
[HKEY_CLASSES_ROOT\CLSID\{ABCDABCD-ABCD-ABCD-ABCD-ABCDABCDABCD}]
项删除掉。
(把{}内的值记下来,接下来有用。)

然后,用刚才的ID,找到
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{ABCDABCD-ABCD-ABCD-ABCD-ABCDABCDABCD}]
项,删除之。

刷新桌面,即可。

======================
实验测试代码,仅供学习参考:
#filename: ie.reg

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{11111111-1111-1111-1111-111111111111}]
@="Internet Explorer"
"InfoTip"="@shdoclc.dll,-880"
"LocalizedString"="@shdoclc.dll,-880"

[HKEY_CLASSES_ROOT\CLSID\{11111111-1111-1111-1111-111111111111}\DefaultIcon]
@="C:\\Program Files\\Internet Explorer\\iexplore.exe,-7"

[HKEY_CLASSES_ROOT\CLSID\{11111111-1111-1111-1111-111111111111}\InProcServer32]
@="%SystemRoot%\\system32\\shdocvw.dll"
"ThreadingModel"="Apartment"

[HKEY_CLASSES_ROOT\CLSID\{11111111-1111-1111-1111-111111111111}\Shell]
@="打开主页(&H)"

[HKEY_CLASSES_ROOT\CLSID\{11111111-1111-1111-1111-111111111111}\Shell\Open(&O)]
@="Open(&O)"

[HKEY_CLASSES_ROOT\CLSID\{11111111-1111-1111-1111-111111111111}\Shell\Open(&O)\Command]
@="C:\\Program Files\\Internet Explorer\\IEXPLORE.EXE http://www.sinzy.net/ifyr"

[HKEY_CLASSES_ROOT\CLSID\{11111111-1111-1111-1111-111111111111}\shell\打开主页(&H)]
"MUIVerb"="@shdoclc.dll,-10241"

[HKEY_CLASSES_ROOT\CLSID\{11111111-1111-1111-1111-111111111111}\shell\打开主页(&H)\Command]
@="C:\\Program Files\\Internet Explorer\\iexplore.exe http://www.sinzy.net/ifyr"

[HKEY_CLASSES_ROOT\CLSID\{11111111-1111-1111-1111-111111111111}\Shell\属性(&R)]

[HKEY_CLASSES_ROOT\CLSID\{11111111-1111-1111-1111-111111111111}\Shell\属性(&R)\Command]
@="Rundll32.exe Shell32.dll,Control_RunDLL Inetcpl.cpl,,0"

[HKEY_CLASSES_ROOT\CLSID\{11111111-1111-1111-1111-111111111111}\ShellFolder]
"Attributes"=dword:00000000
"HideFolderVerbs"=""
"HideOnDesktopPerUser"=""
"WantsParsDisplayName"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{11111111-1111-1111-1111-111111111111}]

Windows... sign~