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