Skip to content

Instantly share code, notes, and snippets.

View nvcoden's full-sized avatar
💭
Working........

Navneeth S nvcoden

💭
Working........
View GitHub Profile
@ph33nx
ph33nx / block-internet-access-folder-executables-windows-firewall.bat
Last active July 14, 2026 03:36
Batch script to block internet access for all .exe files in a folder recursively using Windows Firewall (inbound and outbound rules). Includes dynamic folder path input, usage instructions, and automation.
:: Batch Script: block_folder.bat
:: Author: https://github.com/ph33nx
:: Description: Blocks all .exe files in the specified folder (and subfolders) from accessing the internet (both inbound and outbound) using Windows Firewall.
:: Usage:
:: block_folder.bat [FolderPath]
:: - Pass the folder path containing the .exe files to block.
:: block_folder.bat -h
:: - Displays this help message.
:: Check for admin rights and relaunch as admin if not already
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active August 9, 2026 17:04
Conventional Commits Cheatsheet