Block Rhino rules in stock firewall
1. Открыть блокнот, вставить следующий код:
@echo off & setlocal
sc config "McNeelUpdate" start= disabled
sc stop "McNeelUpdate"
netsh advfirewall firewall delete rule name=all program="C:\Program Files\Rhino 8\System\Rhino.exe"
netsh advfirewall firewall delete rule name=all program="C:\Program Files\Rhino 8\System\RmaErrorReporting.exe"
netsh advfirewall firewall delete rule name=all program="C:\Program Files\Rhino 8\System\Yak.exe"
netsh advfirewall firewall add rule name="Rhino 8" dir=out program="C:\Program Files\Rhino 8\System\Rhino.exe" profile=any action=block
netsh advfirewall firewall add rule name="Rhino 8" dir=in program="C:\Program Files\Rhino 8\System\Rhino.exe" profile=any action=block
netsh advfirewall firewall add rule name="Rhino 8 RmaErrorReporting" dir=out program="C:\Program Files\Rhino 8\System\RmaErrorReporting.exe" profile=any action=block
netsh advfirewall firewall add rule name="Rhino 8 RmaErrorReporting" dir=in program="C:\Program Files\Rhino 8\System\RmaErrorReporting.exe" profile=any action=block
netsh advfirewall firewall add rule name="Rhino 8 Yak" dir=out program="C:\Program Files\Rhino 8\System\Yak.exe" profile=any action=block
netsh advfirewall firewall add rule name="Rhino 8 Yak" dir=in program="C:\Program Files\Rhino 8\System\Yak.exe" profile=any action=block
netsh advfirewall firewall delete rule name=all program="C:\Program Files\Rhino 7\System\Rhino.exe"
netsh advfirewall firewall delete rule name=all program="C:\Program Files\Rhino 7\System\RmaErrorReporting.exe"
netsh advfirewall firewall delete rule name=all program="C:\Program Files\Rhino 7\System\Yak.exe"
netsh advfirewall firewall add rule name="Rhino 7" dir=out program="C:\Program Files\Rhino 7\System\Rhino.exe" profile=any action=block
netsh advfirewall firewall add rule name="Rhino 7" dir=in program="C:\Program Files\Rhino 7\System\Rhino.exe" profile=any action=block
netsh advfirewall firewall add rule name="Rhino 7 RmaErrorReporting" dir=out program="C:\Program Files\Rhino 7\System\RmaErrorReporting.exe" profile=any action=block
netsh advfirewall firewall add rule name="Rhino 7 RmaErrorReporting" dir=in program="C:\Program Files\Rhino 7\System\RmaErrorReporting.exe" profile=any action=block
netsh advfirewall firewall add rule name="Rhino 7 Yak" dir=out program="C:\Program Files\Rhino 7\System\Yak.exe" profile=any action=block
netsh advfirewall firewall add rule name="Rhino 7 Yak" dir=in program="C:\Program Files\Rhino 7\System\Yak.exe" profile=any action=block
netsh advfirewall firewall delete rule name=all program="C:\Program Files\Rhino 6\System\Rhino.exe"
netsh advfirewall firewall delete rule name=all program="C:\Program Files\Rhino 6\System\RmaErrorReporting.exe"
netsh advfirewall firewall delete rule name=all program="C:\Program Files\Rhino 6\System\Yak.exe"
netsh advfirewall firewall add rule name="Rhino 6" dir=out program="C:\Program Files\Rhino 6\System\Rhino.exe" profile=any action=block
netsh advfirewall firewall add rule name="Rhino 6" dir=in program="C:\Program Files\Rhino 6\System\Rhino.exe" profile=any action=block
netsh advfirewall firewall add rule name="Rhino 6 RmaErrorReporting" dir=out program="C:\Program Files\Rhino 6\System\RmaErrorReporting.exe" profile=any action=block
netsh advfirewall firewall add rule name="Rhino 6 RmaErrorReporting" dir=in program="C:\Program Files\Rhino 6\System\RmaErrorReporting.exe" profile=any action=block
netsh advfirewall firewall add rule name="Rhino 6 Yak" dir=out program="C:\Program Files\Rhino 6\System\Yak.exe" profile=any action=block
netsh advfirewall firewall add rule name="Rhino 6 Yak" dir=in program="C:\Program Files\Rhino 6\System\Yak.exe" profile=any action=block
netsh advfirewall firewall delete rule name=all program="C:\Program Files\Rhinoceros 5 (64-bit)\System\Rhino.exe"
netsh advfirewall firewall delete rule name=all program="C:\Program Files\Rhinoceros 5 (64-bit)\System\RmaErrorReporting.exe"
netsh advfirewall firewall add rule name="Rhino 5" dir=out program="C:\Program Files\Rhinoceros 5 (64-bit)\System\Rhino.exe" profile=any action=block
netsh advfirewall firewall add rule name="Rhino 5" dir=in program="C:\Program Files\Rhinoceros 5 (64-bit)\System\Rhino.exe" profile=any action=block
netsh advfirewall firewall add rule name="Rhino 5 RmaErrorReporting" dir=out program="C:\Program Files\Rhinoceros 5 (64-bit)\System\RmaErrorReporting.exe" profile=any action=block
netsh advfirewall firewall add rule name="Rhino 5 RmaErrorReporting" dir=in program="C:\Program Files\Rhinoceros 5 (64-bit)\System\RmaErrorReporting.exe" profile=any action=block
2. Сохранить получившееся с расширением .cmd