株式会社ヴァンデミックシステム

Blog

<スポンサーリンク>

ネットワーク障害でのトライアンドエラーするとき早いかも。

#全プロファイルを無効
C:\Windows\system32> netsh.exe advfirewall set allprofiles state off
OK

#全プロファイルを有効
C:\Windows\system32> netsh.exe advfirewall set allprofiles state on
OK

#パブリックプロファイルを無効
C:\Windows\system32> netsh.exe advfirewall set public state off
OK

#パブリックプロファイルを有効
C:\Windows\system32> netsh.exe advfirewall set public state on
OK

#ドメインプロファイルを無効
C:\Windows\system32> netsh.exe advfirewall set domain state off
OK

#ドメインプロファイルを有効
C:\Windows\system32> netsh.exe advfirewall set domain state on
OK

#プライベートプロファイルを無効
C:\Windows\system32> netsh.exe advfirewall set private state off
OK

#プライベートプロファイルを有効
C:\Windows\system32> netsh.exe advfirewall set private state on
OK

<スポンサーリンク>

コメントを残す

Allowed tags:  you may use these HTML tags and attributes: <a href="">, <strong>, <em>, <h1>, <h2>, <h3>
Please note:  all comments go through moderation.

*

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)