Advertisement
Guest User

wa

a guest
Aug 24th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. @echo off
  2. for /R "K:\VieleSachen" %%I in (*.exe) do (
  3. netsh advfirewall firewall add rule name="Keinen Bock %%I" dir=in action=block program="%%I" enable=yes profile=any
  4. netsh advfirewall firewall add rule name="Keinen Bock %%I" dir=out action=block program="%%I" enable=yes profile=any
  5. echo %%I
  6. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement