Spiceworks常見問題彙整—0x80070005

  Spiceworks是一套功能豐富又免費的資產管理系統,能夠協助我們對於眾多資訊設備做完善的統計與整理。在試用了一段時間後,最常碰到的問題就是沒有足夠的權限對設備做存取,因此將帳戶驗證這部份的問題做了個整理。

  In practical applications,The management of information equipment,The largest item is personal computers,And when obtaining device information through Spiceworks,The most common error messages also appear on personal computers,The problems that occur are mostly 'Access Denied'。 #80070005」的訊息。
 
Here is a summary of the causes and solutions when this message appears,But there is a prerequisite,你必須先確認你擁有的帳號在該電腦擁有管理者權限。
  • 遭Windows內建防火牆阻擋—基本上Windows版本為XP以上的電腦都會有這個問題。請開啟命令提示字元,執行「netsh firewall set service remoteadmin enable」指令來解除封鎖,Win7的電腦請以管理者身份來執行命令提示字元。
  • 使用簡易檔案共用—此設定預設是啟用的,而我們必須關閉。此項目位於「資料夾選項」的「檢視」設定中,將其取消勾選即可。另一方式是修改機碼,如要以命令提示字元輸入指令修改,指令為「reg add HKLM\SYSTEM\CurrentControlSet\Control\Lsa /v forceguest /t REG_DWORD /d 00000000 /f」。
  • DCOM服務未啟動—此狀況在Windows 2000比較有可能發生。請執行dcomcnfg,在「元件服務」-「電腦」裡的「我的電腦」按右鍵選「內容」,切換到「預設內容」標籤,請勾選「在這台 電腦上啟用DCOM」,並確認下面的「預設驗證等級」及「預設模擬等級」分別為「連線」及「識別」。完成設定後需重開機才會生效
  • WMI資料損毀這情況比較少發生,But there is still a chance that it will appear.。First, enter 'net stop winmgmt' in the command prompt to stop the WMI service.,接著到「%windir%\System32\Wbem\」底下找到「Repository」目錄,Rename it.,Finally, run 'net start winmgmt' to restart WMI.。
 In principle, ,In environments above Windows XP, just completing the first two steps is enough.,I encountered the last two steps in a Windows 2000 environment.。

  另外一個較為常見的錯誤訊息「 host unreachable or firewalled」在 Windows authentication error的 警 告訊息中會提及有可能是DNS解析的問題如果電腦太多無法一一去檢查DC上DNS的問題建議可直接修改「%windir%\System32\Drivers\etc\host」將DNS解析有問題的裝置直接在此host檔登錄所屬的IP-domain對應如「192.168.1.1 MyPC」,如此即可解決此解析問題。

 


[Related Links]

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.