Windows11 コマンドプロンプトでWMIサービスの停止と開始を行う方法

環境
エディション Windows 11 Pro
バージョン 22H2
システムの種類 64bit

操作方法
1.検索フォームにcmdと入力します。

2.コマンドプロンプト->「管理者として実行」をクリックします。

3.管理者権限でコマンドプロンプトが起動します。
以下のコマンドを実行してWMIサービスを停止します。
net stop winmgmt

実行結果

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
C:\Windows\System32>net stop winmgmt
次のサービスは Windows Management Instrumentation サービスに依存しています。
Windows Management Instrumentation サービスを停止すると、これらのサービスも停止されます。
VMware USB Arbitration Service
VMware Authorization Service
この操作を続行しますか? (Y/N) [N]: y
VMware USB Arbitration Service サービスは正常に停止されました。
VMware Authorization Service サービスは正常に停止されました。
Windows Management Instrumentation サービスを停止中です.
Windows Management Instrumentation サービスは正常に停止されました。
C:\Windows\System32>net stop winmgmt 次のサービスは Windows Management Instrumentation サービスに依存しています。 Windows Management Instrumentation サービスを停止すると、これらのサービスも停止されます。 VMware USB Arbitration Service VMware Authorization Service この操作を続行しますか? (Y/N) [N]: y VMware USB Arbitration Service サービスは正常に停止されました。 VMware Authorization Service サービスは正常に停止されました。 Windows Management Instrumentation サービスを停止中です. Windows Management Instrumentation サービスは正常に停止されました。
C:\Windows\System32>net stop winmgmt
次のサービスは Windows Management Instrumentation サービスに依存しています。
Windows Management Instrumentation サービスを停止すると、これらのサービスも停止されます。

VMware USB Arbitration Service
VMware Authorization Service

この操作を続行しますか? (Y/N) [N]: y

VMware USB Arbitration Service サービスは正常に停止されました。


VMware Authorization Service サービスは正常に停止されました。

Windows Management Instrumentation サービスを停止中です.
Windows Management Instrumentation サービスは正常に停止されました。

 

4.以下のコマンドを実行してWMIサービスを開始します。
net start winmgmt

実行結果

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
C:\Windows\System32>net start winmgmt
Windows Management Instrumentation サービスを開始します.
Windows Management Instrumentation サービスは正常に開始されました。
C:\Windows\System32>net start winmgmt Windows Management Instrumentation サービスを開始します. Windows Management Instrumentation サービスは正常に開始されました。
C:\Windows\System32>net start winmgmt
Windows Management Instrumentation サービスを開始します.
Windows Management Instrumentation サービスは正常に開始されました。

 

Windows11

Posted by arkgame