Skip to content

dontexpectless/win-firewall-batch-block

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Windows 10 Firewall Batch Block Outbund

This PowerShell script blocks outbound internet connections for all executable files (*.exe) found in a specified folder and its subfolders (recursively). It allows users to specify a prefix for the firewall rule names, making it easy to identify the rules in the Windows Firewall or by default, uses specified folder name.

Features

  • Recursively finds all .exe files in a specified folder.
  • Blocks outbound internet connections for each found executable.
  • Allows custom prefix for the firewall rule names. -- By default uses specified folder name.

About

Windows Firewall Batch Block outbound for all exe files under given path

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors