MS SQL Server 2005中文版無法安裝
[重要通告]如您遇疑難雜癥,本站支持知識(shí)付費(fèi)業(yè)務(wù),掃右邊二維碼加博主微信,可節(jié)省您寶貴時(shí)間哦!
MS SQL Server 2005中文版無法安裝
MS SQL Server 2005中文版無法安裝(提示:由于計(jì)算機(jī) 本機(jī)計(jì)算機(jī)名 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(文件名任意,后綴名固定)文件,在安全模式下打開運(yùn)行,自動(dòng)開始修復(fù)、重啟,問題解決。
后來還聽說運(yùn)行sfc /scsnnow也能修復(fù),但因問題已經(jīng)解決沒有再嘗試。
問題未解決?付費(fèi)解決問題加Q或微信 2589053300 (即Q號(hào)又微信號(hào))右上方掃一掃可加博主微信
所寫所說,是心之所感,思之所悟,行之所得;文當(dāng)無敷衍,落筆求簡(jiǎn)潔。 以所舍,求所獲;有所依,方所成!