瀏覽單個文章
A.C
Master Member
 
A.C的大頭照
 

加入日期: Sep 2003
文章: 1,733
在看本文之前,請先看最後引述的部份。以下方法有點麻煩,自由選擇嘗試。

檢查下列的登錄機碼和值,如果遺漏任何機碼或值,請重新建立。
引用:
HKEY_CLASSES_ROOT\CLSID\{00000535-0000-0010-8000-00AA006D2EA4} 中的 "ADODB.Recordset"

HKEY_CLASSES_ROOT\CLSID\{00000535-0000-0010-8000-00AA006D2EA4}\InprocServer32 中的 "C:\Program Files\Common Files\System\ado\msado15.dll"

HKEY_CLASSES_ROOT\CLSID\{00000535-0000-0010-8000-00AA006D2EA4}\InprocServer32 下的 "ThreadingModel"="Apartment"

HKEY_CLASSES_ROOT\CLSID\{00000535-0000-0010-8000-00AA006D2EA4}\ProgID 中的 "ADODB.Recordset.2.5"

HKEY_CLASSES_ROOT\CLSID\{00000535-0000-0010-8000-00AA006D2EA4}\VersionIndependentProgID 中的 "ADODB.Recordset"

HKEY_CLASSES_ROOT\CLSID\{2048EEE6-7FA2-11D0-9E6A-00A0C9138C29} 中的 Microsoft OLE DB Row Position Library"

HKEY_CLASSES_ROOT\CLSID\{2048EEE6-7FA2-11D0-9E6A-00A0C9138C29}\InprocServer32 中的
"C:\Program Files\Common Files\System\Ole DB\oledb32.dll"、"ThreadingModel"="Both"

HKEY_CLASSES_ROOT\CLSID\{2048EEE6-7FA2-11D0-9E6A-00A0C9138C29}\ProgID 中的 "RowPosition.RowPosition.1"

HKEY_CLASSES_ROOT\CLSID\{2048EEE6-7FA2-11D0-9E6A-00A0C9138C29}\VersionIndependentProgID 中的 "RowPosition.RowPosition"

HKEY_CLASSES_ROOT\CLSID\{352EC2B7-8B9A-11D1-B8AE-006008059382}\InProcServer32 中的 "%SystemRoot%\System32\appwiz.cpl"


複製以下指令,於開始→執行 中輸入,以判斷問題是否解決。
引用:
rundll32 setupwbv.dll,IE6Maintenance "C:\Program Files\Internet Explorer\Setup\SETUP.EXE" /g "C:\WINDOWS\IE Uninstall Log.Txt


檢查以下登錄是否為空白。
引用:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App Management\ARPCache


如果是空白,那又是另外一種拯救工程了。建議重灌,徹底解決問題。
--
引用:
作者frankku
有什麼免費軟體可以代替新增移除程式嗎?
除了超級兔子...

如果以下兩個登錄已經破損、毀壞,有替代品也無法操作。建議優先檢查這兩項。
引用:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App Management\ARPCache
     
      
舊 2006-10-23, 02:32 PM #11
回應時引用此文章
A.C離線中