Installation and dependency free firewall notification app for Windows 7.1+, written in C++.
Windows provides notifications for inbound connections that are blocked, but not outbound connections. The outbound blocking capability is also typically disabled in the stock Windows Firewall.
This application provides an easy mechanism to run the stock firewall with outbound blocking enabled by default, while providing the convenience of notifications for adding rules to the firewall as applications need them.
- If running a non-standard system configuration, ensure
User Account Control
andWindows Firewall
are enabled. - Run the application.
- On application startup, all firewall profiles are set to enabled with outbound connection blocking on.
- Manual modification of firewall rules may take a few minutes to propagate to the application's cache.
- Install Visual Studio 2015.
- Open
firewall.sln
. - Change solution configuration to
Release
. - Build solution.