## Some comamd
# block specific app netsh advfirewall firewall add rule name="Microsoft_Edge" dir=out program="C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" profile=any action=block netsh advfirewall firewall delete rule name="Microsoft_Edge" # undo netsh advfirewall firewall delete rule name="Microsoft_Edge" # block all connections and allow specific rule netsh advfirewall set allprofiles firewallpolicy blockinbound,blockoutbound netsh advfirewall firewall add rule name="Google Chorome" dir=out program="C:\Program Files\Google\Chrome\Application\chrome.exe" profile=any action=allow # undo netsh advfirewall firewall delete rule name="Google Chorome" netsh advfirewall set allprofiles firewallpolicy blockinbound,allowoutbound
אין תגובות:
הוסף רשומת תגובה
:)