added files and folders
This commit is contained in:
8
BlockAllProgramsInThisFolder.bat
Normal file
8
BlockAllProgramsInThisFolder.bat
Normal file
@@ -0,0 +1,8 @@
|
||||
@ setlocal enableextensions
|
||||
@ cd /d "%~dp0"
|
||||
|
||||
for /R %%a in (*.exe) do (
|
||||
|
||||
netsh advfirewall firewall add rule name="Batch File Blocked %%a" dir=out program="%%a" action=block
|
||||
|
||||
)
|
||||
Reference in New Issue
Block a user