Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kuroji-fusky/block-adobe-firewall

Adds a firewall rule that blocks Adobe programs from both inbound and outbound connections and blocks hosts (Windows only)
https://github.com/kuroji-fusky/block-adobe-firewall

adobe firewall firewall-rules powershell script windows

Last synced: about 1 month ago
JSON representation

Adds a firewall rule that blocks Adobe programs from both inbound and outbound connections and blocks hosts (Windows only)

Awesome Lists containing this project

README

        

# Block Adobe Firewall

With this simple script, this'll do the following:

- Add a firewall rules to block both inbound and outbound connections to Adobe apps
- Block all the URLs listed in [Adobe-URL-Block-List](https://github.com/Ruddernation-Designs/Adobe-URL-Block-List) and adds them to the `hosts` file on Windows

> [!IMPORTANT]
> You'll need to run this script as administrator for this to work!

Just for good measure, execute this before running the script:

```ps1
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser
```

Idk about Macs though but PRs and issues are welcome!