From e3b17b621087248fa828d2a76479e390fa85143c Mon Sep 17 00:00:00 2001 From: "Mr.k" Date: Mon, 1 Apr 2024 23:13:30 +0300 Subject: [PATCH] Add 'Windows Firewall Control' App to 'application.json' File --- config/applications.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/applications.json b/config/applications.json index d55529d1..1841c603 100644 --- a/config/applications.json +++ b/config/applications.json @@ -2350,5 +2350,13 @@ "description": "UltraVNC is a powerful, easy to use and free - remote pc access softwares - that can display the screen of another computer (via internet or network) on your own screen. The program allows you to use your mouse and keyboard to control the other PC remotely. It means that you can work on a remote computer, as if you were sitting in front of it, right from your current location.", "link": "https://uvnc.com/", "winget": "uvncbvba.UltraVnc" + }, + "WPFInstallwindowsfirewallcontrol": { + "category": "Utilities", + "choco": "windowsfirewallcontrol", + "content": "Windows Firewall Control", + "description": "Windows Firewall Control is a powerful tool which extends the functionality of Windows Firewall and provides new extra features which makes Windows Firewall better.", + "link": "https://www.binisoft.org/wfc", + "winget": "BiniSoft.WindowsFirewallControl" } }