web網頁制作教程 windows運維是做什么的


問題1: Window server 管理控制臺角色和功能刷新失?。?br /> 解決辦法:
查看關鍵服務: windows Modules Installer 服務必須開啟
【web網頁制作教程 windows運維是做什么的】問題2: WMI 服務無法啟動?
解決辦法:
我們通過修復腳本進行修復,將下面腳本復制到txt 里面,把文件保存成 .bat 運行
@echo on cd /d c:temp if not exist %windir%system32wbem goto TryInstall cd /d %windir%system32wbem 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 問題3: 如何查看計算機SID值和netbios 值
Whoami /user
查看計算機netbios 值:
Nbtstat -n

    猜你喜歡