Skip to content

Instantly share code, notes, and snippets.

View 1x12HD's full-sized avatar

12HD 1x12HD

View GitHub Profile
@ph33nx
ph33nx / adobe_exe_firewall_block_windows.bat
Last active May 13, 2024 03:25
Block All Adobe .exe files via Firewall on Windows Using Batch Script | Stop adobe apps to access internet
@REM Author: https://github.com/ph33nx
@REM Description: This script blocks or unblocks Adobe-related executables in Windows Firewall.
@REM Usage:
@REM - To block executables: adobe_block.bat
@REM - To unblock (delete) existing rules: adobe_block.bat -delete
@echo off
setlocal enabledelayedexpansion
REM Check if the script should delete existing rules