Site icon TechGit

How to open Windows Firewall using different methods

how-to-open-windows-firewall-using-different-methods-3815405-2453939-6427203

Windows Defender Firewall is a software firewall component of the Windows operating system. In this post, we will show you how to open Windows Firewall using different methods on your PC to access the application whether you want to turn it off or just to make sure it is running to protect your PC.

How to open Windows Firewall using different methods

How to open Windows Firewall in Windows 11/10

The Windows Defender Firewall can be configured to allow or block programs on a computer from accessing network or Internet resources. It also allows or blocks connections to and from other computers on a network. Essentially, as part of its built-in security suite for the Windows OS, the application works to protect the operating system and user data on the computer from improper or unapproved access, use, and possible infection. PC users can access or open the Windows Defender Firewall using any of the following methods below.

1] Control Panel

How to open Windows Firewall via Control Panel

To open Windows Firewall in Windows 11 or Windows 10:

2] Run Dialog

How to open Windows Firewall via Run Dialog

3] Windows Search

How to open Windows Firewall via Windows Search

4] Windows Terminal

How to open Windows Firewall via Windows Terminal

5] Desktop Shortcut

How to open Windows Firewall via Desktop Shortcut

You can also create a desktop shortcut for Windows Firewall and place it on your desktop or anywhere else you want it. When you make the shortcut, enter the text control firewall.cpl into the Type the location of the item field. Once you have successfully created the desktop shortcut, to open the Windows Defender Firewall applet, double-click the shortcut.

6] Keyboard Shortcut

How to open Windows Firewall via Keyboard Shortcut

To use a keyboard shortcut to open Windows Firewall, you will first have to create a desktop shortcut as shown above. Once you’ve done that, you can apply a hotkey to the Windows Firewall desktop shortcut by following these steps:

Now, to open Windows Defender Firewall, simply press the Ctrl + Alt + F key combo. You can always change that hotkey by pressing a different key for it within the Shortcut key field. If you delete the Windows Defender Firewall desktop shortcut, the hotkey assigned to it will also be erased.

7] Desktop Context Menu

How to open Windows Firewall via Desktop Context Menu

You can modify the registry to add a Windows Firewall option to the desktop context menu which contains the following actions:

Since this is a registry operation, it is recommended that you back up the registry or create a system restore point as necessary precautionary measures. To add Windows Firewall to Context Menu in Windows 11/10, do the following:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOTDesktopBackgroundShellFirewallContextMenu]
"Icon"="FirewallControlPanel.dll,-1"
"MUIVerb"="Windows Firewall"
"Position"="Bottom"
"SubCommands"=""

[HKEY_CLASSES_ROOTDesktopBackgroundShellFirewallContextMenuShellCommand001]
"Icon"="FirewallControlPanel.dll,-1"
"MUIVerb"="Windows Firewall"

[HKEY_CLASSES_ROOTDesktopBackgroundShellFirewallContextMenuShellCommand001Command]
@="RunDll32 shell32.dll,Control_RunDLL firewall.cpl"

[HKEY_CLASSES_ROOTDesktopBackgroundShellFirewallContextMenuShellCommand002]
"HasLUAShield"=""
"MUIVerb"="Windows Firewall with Advanced Security"

[HKEY_CLASSES_ROOTDesktopBackgroundShellFirewallContextMenuShellCommand002Command]
@="mmc.exe /s wf.msc"

[HKEY_CLASSES_ROOTDesktopBackgroundShellFirewallContextMenuShellCommand003]
"Icon"="FirewallControlPanel.dll,-1"
"MUIVerb"="Configure Allowed Apps"

[HKEY_CLASSES_ROOTDesktopBackgroundShellFirewallContextMenuShellCommand003Command]
@="explorer shell:::{4026492F-2F69-46B8-B9BF-5654FC07E423} -Microsoft.WindowsFirewallpageConfigureApps"

[HKEY_CLASSES_ROOTDesktopBackgroundShellFirewallContextMenuShellCommand004]
"CommandFlags"=dword:00000020
"HasLUAShield"=""
"MUIVerb"="Turn On Windows Firewall"

[HKEY_CLASSES_ROOTDesktopBackgroundShellFirewallContextMenuShellCommand004Command]
@="powershell.exe -windowstyle hidden -command "Start-Process cmd -ArgumentList '/s,/c,netsh advfirewall set allprofiles state on' -Verb runAs""

[HKEY_CLASSES_ROOTDesktopBackgroundShellFirewallContextMenuShellCommand005]
"HasLUAShield"=""
"MUIVerb"="Turn Off Windows Firewall"

[HKEY_CLASSES_ROOTDesktopBackgroundShellFirewallContextMenuShellCommand005Command]
@="powershell.exe -windowstyle hidden -command "Start-Process cmd -ArgumentList '/s,/c,netsh advfirewall set allprofiles state off' -Verb runAs""

[HKEY_CLASSES_ROOTDesktopBackgroundShellFirewallContextMenuShellCommand006]
"HasLUAShield"=""
"MUIVerb"="Reset Windows Firewall"

[HKEY_CLASSES_ROOTDesktopBackgroundShellFirewallContextMenuShellCommand006Command]
@="powershell -windowstyle hidden -command "Start-Process cmd -ArgumentList '/s,/c,netsh advfirewall reset' -Verb runAs""

[HKEY_CLASSES_ROOTDesktopBackgroundShellFirewallContextMenuShellCommand007]
"Icon"="%ProgramFiles%Windows DefenderEppManifest.dll,-101"
"MUIVerb"="Windows Defender Security Center"
"CommandFlags"=dword:00000020

[HKEY_CLASSES_ROOTDesktopBackgroundShellFirewallContextMenuShellCommand007Command]
@="explorer windowsdefender:"

If you want to remove the option, repeat the steps above but this time use the code below:

Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOTDesktopBackgroundShellFirewallContextMenu]

That’s it on how to open Windows Firewall using different methods!

Is there another way to get your firewall settings if so how?

You will find the native Firewall application for the Windows operating system in the System and Security section of the Control Panel app. Still, you can easily open or access the Windows Firewall’s settings by using any of the methods described in this post above. You can use the netsh command to verify the firewall settings. You will see information similar to the following: Profile = Domain. Exception mode = Enable. Multicast/broadcast response mode = Enable. Notification mode = Enable.

How to open Windows Firewall ports command line?

Open the command prompt, type netstat –na, and hit Enter. Find port 445 under the Local Address from the output and check the State. If it says Listening, your port is open. To open the Remote Desktop port (port 3389) in Windows Firewall, go to Advanced settings on the left side and ensure that ‘Inbound Rules’ for Remote Desktop is ‘Enabled’.

Original Article

FacebookTwitterTumblrRedditLinkedInHacker NewsDiggBufferGoogle ClassroomThreadsXINGShare
Exit mobile version