104
火車采集器
登錄時提示機器碼未檢測成功的解決辦法
登錄時提示機器碼未檢測成功的解決辦法
作者:小文 發布於:2012-12-11 14:54 Tuesday 分類:常見問題
經檢查,這個因為用戶關閉了係統的一個服務Windows Management Instrumentation導致。該係統服務可能是被某些優化軟件給關閉了,這時,您需要重新啟動它。以下是一個啟動方式,來源於https://kms.lenovots.com/kb/article.php?id=6365,經多位用戶測試正常。您可以在啟動後,刪除Configration目錄下的Licence_74cc.dll文件,然後重新登錄采集器並注冊即可(如果登錄成功但注冊提示超限,請聯係我們客服人員解決)。
如果您還是提示機器碼未檢測成功,您還可以下載 V7版本的機器碼檢查工具 https://board.locoy.com/?post=152 查看機器碼是否正確。然後聯係我們客服人員。
重建損壞的Windows Management Instrumentation(WMI)服務
@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
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格式的文件後 在電腦上運行 即可,或直接下載附件運行其中的bat文件。如果運行後還有問題,WMI服務仍不能檢測到,可以嚐試使用以下方便 https://export.writer.zoho.com/public/yanxiao/wmi-checking1/fullpage
還有部分用戶是因為增加了網卡後無法登錄,這是因為係統注冊是以第一個可用網卡為準的,您可以調整網卡的次序,win7,win8下的操作為 https://wenku.baidu.com/view/3c8ea1fbc8d376eeaeaa31c4.html 。
附件下載:
winmgmt.zip 449字節
標簽: 機器碼
評論:
最後更新:2017-05-09 01:05:59