To simplify the process of toggling the Windows Defender Firewall rules on and off in Windows 10, you can create desktop shortcuts that directly enable or disable the firewall. Here's how you can achieve this with a few simple steps:
Creating Desktop Shortcuts for Windows Defender Firewall:
- Create a Shortcut for Enabling Firewall:
- Right-click on your desktop and select "New" -> "Shortcut."
- In the location field, input the following command:
Code:
netsh advfirewall set allprofiles state on
- Name the shortcut (e.g., "Enable Firewall") and click "Finish."
- Create a Shortcut for Disabling Firewall:
- Right-click on your desktop and again select "New" -> "Shortcut."
- In the location...