Semi-automatic PowerShell scripts that create and control firewall rules that blocking Steam App
- Open
EnableSteamBlockInFirewall.ps1
in editor - Change path in row
$SteamLocation = $null
to your steam instal location. (example:$SteamLocation = "G:\Steam"
) - Save script and run.
- After that firewall will block all incoming and outgoind connection for Steam App
- If you need to disable rules run
DisableSteamBlockInFirewall.ps1
script
- Open firewall control panel (Win+R, input
WF.msc
and press Enter) - Open rules for incoming connection
- Find rules named as
ZS_SteamLock
and delete them - Repeat step 2 and 3 in outgoing connection tab