[ホーム] -
[Windows 7 FAQ 一覧] - [IE (internet explorer)で特定のアドレスの表示を禁止する Windows Firewall の規則は]
netshコマンドを使用して規則を作成します。
以下の例ではinternet explorerにより 10.0.0.0 アドレスの表示を禁止します。(OSをCドライブにインストールしている場合)
netsh advfirewall firewall add rule name="rule01" dir=out action=block remoteip=10.0.0.0 program="C:\Program Files\Internet Explorer\iexplore.exe"
ipアドレスを変更するには以下のコマンドを実行します。
netsh advfirewall firewall set rule name="ie" new remoteip=10.0.0.1