Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/kuroji-fusky/block-adobe-firewall
- Owner: kuroji-fusky
- Created: 2024-01-02T11:28:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-01T17:28:53.000Z (4 months ago)
- Last Synced: 2024-12-05T00:00:45.385Z (about 1 month ago)
- Topics: adobe, firewall, firewall-rules, powershell, script, windows
- Language: PowerShell
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!