Here are several alternative ways to block web browsers in Windows (Chrome, Edge, Firefox, etc.) without using the firewall method you mentioned earlier.
Choose the method that best fits your need.
1. Block Browser Using AppLocker (Windows Pro/Enterprise)
Blocks the browser application from opening completely.
Steps:
-
Press Win + R, type:
secpol.msc -
Go to:
Application Control Policies → AppLocker → Executable Rules -
Right-click → Create New Rule
-
Select:
-
Deny
-
User = Standard user (not Admin)
-
-
Choose Path:
-
Chrome:
C:\Program Files\Google\Chrome\Application\chrome.exe -
Edge:
C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe -
Firefox:
C:\Program Files\Mozilla Firefox\firefox.exe
-
-
Apply.
Result: User cannot open the browser. Admin still can.
2. Block Browser Using Software Restriction Policy
For Windows Pro.
Steps:
-
Press Win + R, type:
gpedit.msc -
Navigate to:
Computer Configuration → Windows Settings → Security Settings → Software Restriction Policies -
If no policies exist → Create New Policies
-
Go to: Additional Rules
-
Add a Path Rule → Set to Disallowed
Example path for Chrome:C:\Program Files\Google\Chrome\Application\chrome.exe
Effect: Browser will not open.
Comments
Post a Comment