In Windows, you can use Windows Firewall to block or unblock certain applications, but it doesn’t offer an easy-to-use interface for its advanced features. If you want to block an application from accessing the internet, you must go through the following steps:
1. Click the Windows Start Menu and open Control Panel
2. Select System & Security
3. Then in the Firewall section, you select “Allow a program through the Windows Firewall”
4. If the program you wish to block or unblock isn’t listed, you must click “Allow another program” to add it. Choose the application in the list and select “Add”. Else you must then browse the hard drive to find it, and so on. This seems complicated for the average user.
Firewall App Blocker makes the process very easy! Simply drag and drop the application you wish to block into the FAB window, or browse the hard disk to find it.That’s it!
What is new: (Wednesday, 28 September 2022)
[FIXED] – If you change GUI language, Enable WhiteList box disappears
[FIXED] – A minor bug in command prompt
[FIXED] – Entries can’t be sorted that the most recently added ones are at the top
[ADDED] – Partial language support for “File -> Netsh Commands”
If you want to allow it access again, just right clik on it and choose “Allow” or select it and press the Delete button also you can use Allow button.
In this version there are some extra features on the Firewall menu, including “White List Mode”, Block internet , Restrict Firewall Options etc.
What is WhiteList Mode: it will block everything except on the white listed items, to activate it tick the “Enable WhiteList” box on the right bottom corner , The whitelist mode denies access to all network interfaces, After enabling WhiteList Mode Drag and drop an Application/Applications on the “Firewall Application Blocker” interface to Allow it/them , It was the most wanted feature
Following command can be used to allow WhatsApp in whitelist. You can use this command with task scheduler or in a script.
fab_x64.exe /a /allow /in /out %ProgramFiles%\WindowsApps\*WhatsAppDesktop*
If you want to delete old whatsApp , you need to run below command , before the above add command
fab_x64.exe /d /in /out %ProgramFiles%\WindowsApps\*WhatsAppDesktop?*
Note: When you enable the WhiteList mode, some devices such as a printer on your local network may not work properly, to solve this Problem,you can allow devices on your local network by clicking File – Netsh Commands – Allow Local Subnet
To sort Entries that the most recently added ones are at the top , please click enabled or action column header first then “#” column will appear , click on header this column to sort the most recently added entries at the first place.
How to Block Ms EDGE internet connection Properly: To block Microsoft EDGE properly please use “Disable_EdgeRule.bat” Here and then use FAB (Firewall Application Blocker) Add Process button (second) to add Microsoft EDGE icons on the FAB interface.
To add an Outbound or Inbound Firewall Rules separately , use One of the Bottom left buttons , shown above are Firewall Application Blocker file and Options menus
By selecting Options –> Languages –> Translate, you can easily translate FAB into your language. By choosing “Add Process” feature you can Add any process to Outbound or Inbound list. To add more than one process, just hold down the ctrl key and select the Processes
When “Add to exe context menu” feature enabled from Options menu, you will be able to block/unblock a specific app right from Windows Explorer right-click context menu, this will allow you to right click any .exe file and easily add it to the Windows Firewall. This context menu entry can be altered to only display when you press the Shift key. To do this, select “Use Shift Key to Display”
FAB also offers CMD support. To use this, just make sure to use the correct parameter, as shown below:
Note: Firewall App Blocker doesn’t change Windows Firewall default Rules. If you use 3rd party security software or a 3rd party firewall (e.g. Avast), they can disable your Windows Firewall. If you do not want Ms Edge and similar microsoft programs to access the Internet in White List mode, you can manually disable their rules in the advanced windows firewall settings Firewall App Blocker runs properly only if your Windows Firewall is enabled.
Supported Operating Systems: Windows 11 , Windows 10 , Windows 8.1 , Windows 8 , Windows 7 , Windows Vista – (both x86 and x64)
Supported languages: English , Turkish , German , French , Brazilian portuguese , Greek , Italian , Polish , Persian , Russian , Dutch , Spanish , Korean , Simplified and Traditional Chinese , Indonesian , Japanese , Finnish , Hungarian , Ukrainian , Slovenian , Arabic , Vietnamese , Bosnian , Czech , Hebrew , Thai , Portuguese , Romanian , Swedish
File: Fab_x64.exe │ Virustotal
MD5: 970b29465d8118bf8038a42c92bf90df
SHA1: b22d955115f4142198a288550d3592927b1b9460
File: Fab.exe │ Virustotal
MD5: 5da9c7ba1250ae64f2ae50f1244dc5e9
SHA1: d11b74adf1ad35dd6df0f57004e287859f021a29
how to block connection .SCR?
Thank you Carlos
Yes … as soon as I do the test I will share …. I will hire a VPN and if everything goes well or not, I will share …. Thank you in advance and I congratulate your Team for the respect dedicated to users and for the feedbacks.
Could you please try it and share with us ?
Does APP Fab support the exclusive use of VPN as Main Traffic?
If I want to browse the internet only through a VPN by whitelisting mode, the process is the same for any application…. just drag the VPN EXE into the FAB?
You need to give permission to ..\Application\Application.exe file.
If you don’t know the exact location, you can use the File -> Add Process option from the file menu in the fab interface while the browser is running.
ABOUT THE FIREWALL BLOCKER APP
I CREATED A PORTABLE VERSION OF CCLEANER BROWSER IN 01 EXECUTABLE …. ccleanerbrowser.exe and dragged it to APP firewal in whitelist mode and the EXE did not work, is there a way to solve this?
No , use and close it
do we always have to open the FAB for it to work properly?
please add a way to protect the firewall settings from tampering like binisoft wfc
It is enough to add the program.
Is it enough to add the program or does the soft have to be on all the time for the program to be blocked?
Please find a way to add windows Services Rules because i want to Only Whitelist certain Windows services To Access The Internet and Block The Rest of Windows Services.
Wish to add
Show Tray icon
Minimize toTray
Close to Tray
Also When Reseting the Firewall can you also reset the registry values of the firewall:
reg add "HKLM\SOFTWARE\Policies\Microsoft\WindowsFirewall\StandardProfile" /v "EnableFirewall" /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\WindowsFirewall\PublicProfile" /v "EnableFirewall" /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\WindowsFirewall\PrivateProfile" /v "EnableFirewall" /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\WindowsFirewall\DomainProfile" /v "EnableFirewall" /t REG_DWORD /d 1 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile" /v "EnableFirewall" /t REG_DWORD /d 1 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\DomainProfile" /v "EnableFirewall" /t REG_DWORD /d 1 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\PublicProfile" /v "EnableFirewall" /t REG_DWORD /d 1 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\PrivateProfile" /v "EnableFirewall" /t REG_DWORD /d 1 /f
When the value is 1 it is enabled and when 0 it is disabled, i had to use power run to access the last 4 registry values.
thank you and if you could add password protection that will be awesome since if we block netsh, powershell, registry and prevent access to the firewall settings then the only way to change the firewall settings will be from fab so password protecting it will be awesome.
Noted it down , Thanks