MS SQL Server 2005中文版無法安裝
[重要通告]如您遇疑難雜癥,本站支持知識付費業(yè)務,掃右邊二維碼加博主微信,可節(jié)省您寶貴時間哦!
MS SQL Server 2005中文版無法安裝
MS SQL Server 2005中文版無法安裝(提示:由于計算機 本機計算機名 Error:2147749896 0x80041008 上的 WMI 配置,無法執(zhí)行 SQL Server系統(tǒng)配置檢查器),而在DOS中執(zhí)行含有以下腳本的程序并命名為FIXWMI.CMD。
程序代碼如下:
@echo on
cd /d c:\temp
if not exist %windir%\system32\wbem goto TryInstall
cd /d %windir%\system32\wbem
net stop winmgmt
winmgmt /kill
if exist Rep_bak rd Rep_bak /s /q
rename Repository Rep_bak
for %%i in (*.dll) do RegSvr32 -s %%i
for %%i in (*.exe) do call :FixSrv %%i
for %%i in (*.mof,*.mfl) do Mofcomp %%i
net start winmgmt
goto End
:FixSrv
if /I (%1) == (wbemcntl.exe) goto SkipSrv
if /I (%1) == (wbemtest.exe) goto SkipSrv
if /I (%1) == (mofcomp.exe) goto SkipSrv
%1 /RegServer
:SkipSrv
goto End
:TryInstall
if not exist wmicore.exe goto End
wmicore /s
net start winmgmt
:End
打開記事本,將上面的代碼保存為*.bat(文件名任意,后綴名固定)文件,在安全模式下打開運行,自動開始修復、重啟,問題解決。
后來還聽說運行sfc /scsnnow也能修復,但因問題已經解決沒有再嘗試。
問題未解決?付費解決問題加Q或微信 2589053300 (即Q號又微信號)右上方掃一掃可加博主微信
所寫所說,是心之所感,思之所悟,行之所得;文當無敷衍,落筆求簡潔。 以所舍,求所獲;有所依,方所成!