Trash Paper-废纸篓

2007/07/24

Finder Bar 完全卸载 更新篇....


上次没怎么动大脑就发了一个所谓的 完全卸载....(老帖子了,记下来吧!)

结果现在发现 其实是治标不治本.....

经过几天的努力2 现在 终于找到了根本的方法....把两个注册表导入就是 try this 1和 try this 2...

然后 在分别运行

regsvr32 /i shdocvw.dll

regsvr32 /i browseui.dll

然后就OK了 ... 看了以前那个帖子的朋友..呵呵....可能早就发现了 里面说的一大堆都是废话...哈哈

这次一定OK了...

文本:
[code]Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Folder\shell]
@=""

[HKEY_CLASSES_ROOT\Folder\shell\explore]

[HKEY_CLASSES_ROOT\Folder\shell\explore\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\
65,00,20,00,2f,00,65,00,2c,00,2f,00,69,00,64,00,6c,00,69,00,73,00,74,00,2c,\
00,25,00,49,00,2c,00,25,00,4c,00,00,00

[HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec]
@="[ExploreFolder(\"%l\", %I, %S)]"
"NoActivateHandler"=""

[HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec\application]
@="Folders"

[HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec\ifexec]
@="[]"

[HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec\topic]
@="AppProperties"

[HKEY_CLASSES_ROOT\Folder\shell\open]
"BrowserFlags"=dword:00000010
"ExplorerFlags"=dword:00000012

[HKEY_CLASSES_ROOT\Folder\shell\open\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\
65,00,20,00,2f,00,69,00,64,00,6c,00,69,00,73,00,74,00,2c,00,25,00,49,00,2c,\
00,25,00,4c,00,00,00

[HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec]
@="[ViewFolder(%l, %I, %S)]"
"NoActivateHandler"=""

[HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec\application]
@="Folders"

[HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec\ifexec]
@="[]"

[HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec\topic]
@="AppProperties"

[/code]
[code]REGEDIT4

[HKEY_CLASSES_ROOT\CLSID\{EFA24E64-B078- 11d0-89E4-00C04FC9E26E}] @="Explorer Band"

[HKEY_CLASSES_ROOT\CLSID\{EFA24E64-B078- 11d0-89E4-00C04FC9E26E}\InProcServer32] @="C:\\WINDOWS\\SYSTEM\\SHDOCVW.DLL" "ThreadingModel"="Apartment"

[HKEY_CLASSES_ROOT\CLSID\{EFA24E64-B078- 11d0-89E4-00C04FC9E26E}\Implemented Categories]

[HKEY_CLASSES_ROOT\CLSID\{EFA24E64-B078- 11d0-89E4-00C04FC9E26E}\Implemented Categories\{00021493-0000-0000-C000-000000000046}]
[/code]

No comments yet