Windows 10: How to block multiple EXE files Windows Firewall

Discus and support How to block multiple EXE files Windows Firewall in Windows 10 Network and Sharing to solve the problem; Actually some one already did that: https://sites.google.com/site/mytool...ws-7-firewall/ Discussion in 'Windows 10 Network and Sharing' started by spapakons, Mar 5, 2016.

  1. How to block multiple EXE files Windows Firewall

    Cabbagestack, Aug 19, 2017
    #16

  2. How could I add this script below another script (together) in a .bat and that would run portable (from other places) for example: from E:\ and look for all the .exe of a folder in another location for example: "%ProgramFiles% Myprogram" ?Thanks in advance!
     
    MaicoRossoni, Jan 3, 2018
    #17
  3. spapakons Win User
    You don't have to create a bat file. You save the script file on a USB flash drive (see previous posts how to create it) and then you simply run it as Administrator.
     
    spapakons, Jan 3, 2018
    #18
  4. How to block multiple EXE files Windows Firewall

    Thanks for the comment spapakons. I was wondering if there is any way to add this escript to block all .exe from the program folder. for example, after installing it silently. Without having to manually move to the installed folder understand. All in one single batMay .batfileHow to block multiple EXE files Windows Firewall :mad:setlocal enableextensions@cd /d "%~dp0"start /wait "may program.exe" /spara %% G in ("C:\Program Files (x86)\My program\*.exe") do (netsh advfirewall firewall adicionar nome da regra = "Bloqueado com Batchfile %% G" dir = em ação = bloco programa = "%% G" habilitar = sim perfil = qualquernetsh advfirewall firewall adicionar nome da regra = "Bloqueado com Batchfile %% G" dir = out action = block program = "%% G" enable = yes profile = any)exit
     
    MaicoRossoni, Jan 11, 2018
    #19
  5. Thank youworks well !!Sorry for the other comments from me.Just one more question, how could I do to run the folder and subfolders ...?Thanks in advance
     
    MaicoRossoni, Apr 5, 2018
    #20
Thema:

How to block multiple EXE files Windows Firewall

Loading...
  1. How to block multiple EXE files Windows Firewall - Similar Threads - block multiple EXE

  2. msedgewebview2.exe blocked by Windows Firewall, creating problems - can't unblock

    in Windows 10 Software and Apps
    msedgewebview2.exe blocked by Windows Firewall, creating problems - can't unblock: I'm facing a problem where msedgewebview2.exe seems to be blocked by Windows Firewall, rendering some software that relies on it unusable.There are no firewall rules blocking it, and adding rules explicitly allowing it doesn't solve the issue.I've installed Malwarebytes...
  3. msedgewebview2.exe blocked by Windows Firewall, creating problems - can't unblock

    in Windows 10 Network and Sharing
    msedgewebview2.exe blocked by Windows Firewall, creating problems - can't unblock: I'm facing a problem where msedgewebview2.exe seems to be blocked by Windows Firewall, rendering some software that relies on it unusable.There are no firewall rules blocking it, and adding rules explicitly allowing it doesn't solve the issue.I've installed Malwarebytes...
  4. Default blocking of .exe files?

    in Windows 10 Gaming
    Default blocking of .exe files?: Hi all, Today I downloaded a program and noticed that when I tried to open/run the .exe file, nothing would happen. After some digging, I found that when I opened the file's properties, in the "Attributes" it was set to blocked. I checked the "Unblock" box and when I opened...
  5. Default blocking of .exe files?

    in Windows 10 Software and Apps
    Default blocking of .exe files?: Hi all, Today I downloaded a program and noticed that when I tried to open/run the .exe file, nothing would happen. After some digging, I found that when I opened the file's properties, in the "Attributes" it was set to blocked. I checked the "Unblock" box and when I opened...
  6. how to block entire .exe files of a specified folder using .bat file Windows firewall?

    in Windows 10 Gaming
    how to block entire .exe files of a specified folder using .bat file Windows firewall?: How to Block entire .exe files of a specified folder in e.g. "C:\ProgramData\" or "C:\Program Files\" Windows Firewall using .bat?I want to run it from pen drive for specified folder in "C:\ProgramData\" or in "C:\Program Files\"Seems like this is exist but it need to be...
  7. how to block entire .exe files of a specified folder using .bat file Windows firewall?

    in Windows 10 Software and Apps
    how to block entire .exe files of a specified folder using .bat file Windows firewall?: How to Block entire .exe files of a specified folder in e.g. "C:\ProgramData\" or "C:\Program Files\" Windows Firewall using .bat?I want to run it from pen drive for specified folder in "C:\ProgramData\" or in "C:\Program Files\"Seems like this is exist but it need to be...
  8. how to block entire .exe files of a specified folder using .bat file Windows firewall?

    in Windows 10 Customization
    how to block entire .exe files of a specified folder using .bat file Windows firewall?: How to Block entire .exe files of a specified folder in e.g. "C:\ProgramData\" or "C:\Program Files\" Windows Firewall using .bat?I want to run it from pen drive for specified folder in "C:\ProgramData\" or in "C:\Program Files\"Seems like this is exist but it need to be...
  9. Blocked exe file

    in Windows 10 Software and Apps
    Blocked exe file: I am sure someone somewhere has a virtual voodoo doll of me. This is the exe file for a game I have had since 2007. It has never happened before. I have scanned the folder with Kaspersky. It says its clean. I have switched off UAC, then switched off the pc, and restarted it,...
  10. How To Combine Multiple Files Into One EXE File

    in Windows 10 Support
    How To Combine Multiple Files Into One EXE File: Hello. I have one EXE file and multiple DLL files in that same folder that are required to run the EXE. I am not a programmer, yet does anyone know of a free program that can combine all these files together into 1 EXE file. Once I open the EXE file, everything will work...