PowerShell Utility

Adobe Internet Blocker

One-click PowerShell script to block all Adobe applications from accessing the internet using Windows Firewall.

irm https://antargfx.github.io/adobe-blocker/block-adobe.ps1 | iex
How To Use
01

Open PowerShell as Administrator

Search for PowerShell in Windows, right click and choose "Run as administrator".

02

Paste The Command

Copy and paste the command below into PowerShell.

irm https://antargfx.github.io/adobe-blocker/block-adobe.ps1 | iex
03

Automatic Blocking

The script automatically scans Adobe folders and blocks internet access for Adobe apps.

*

Remove All Blocks

Run the command below to remove all Adobe firewall rules created by the script.

Get-NetFirewallRule -DisplayName "AdobeBlock_*" | Remove-NetFirewallRule