The ‘Find on Page’ feature (typically accessed via Ctrl+F) in Microsoft Edge allows users to rapidly search for specific text strings within the currently rendered Document Object Model (DOM). While essential for standard navigation and reading comprehension, providing free-form text search capabilities presents a potential data exfiltration or workflow disruption vector in strict, single-purpose enterprise environments. On highly restricted kiosk terminals, standardized testing workstations, or specialized point-of-sale (POS) systems, the ‘Find on Page’ flyout UI can be used to obfuscate the screen, distract from the primary application, or systematically scrape localized string data from a locked-down web application.
This guide explains how to completely disable ‘Find on Page’ via Group Policy in Microsoft Edge, enforcing a strict zero-trust model where the browser is cryptographically prevented from rendering the local search UI or processing the associated keyboard shortcuts.
Disable Find on Page via Group Policy
To enforce a strict block that permanently neutralizes the local DOM search functionality globally across the OS, we must deploy an administrative template. Note that this requires Windows 11 Pro, Enterprise, or Education editions.
- Log into Windows 11 with an Administrator account.
- Press the Windows Key + R to open the Run dialogue box.
- Type
gpedit.mscand press Enter to launch the Local Group Policy Editor. - In the left-hand navigation pane, strictly follow this exact path:
Computer Configuration > Administrative Templates > Microsoft Edge - In the right-hand pane, locate the policy named Allow Find on Page.
- Double-click the policy to open its configuration window.
- Select the radio button next to Disabled. (By explicitly disabling this, you instruct the Edge rendering engine to sever the `Ctrl+F` and `F3` hotkey listeners and permanently remove the “Find on page” option from the main browser menu `Alt+F`, denying local string matching).
- Click Apply, then click OK.
Verify the Configuration Lockdown
Group Policy changes require the browser to read the registry upon its next launch.
Close all active instances of Microsoft Edge. To force the policy update immediately across the OS, open Command Prompt as Administrator and run gpupdate /force. To verify the restriction is active, launch Microsoft Edge and navigate to any webpage. Press Ctrl + F or F3 on your keyboard; the browser will completely ignore the input, and no search flyout will appear. Furthermore, click the three-dot menu (Settings and more) in the top-right corner. The “Find on page” option will either be completely removed from the menu hierarchy or locked and greyed out. The browser is now cryptographically bound to a strict, read-only visualization state.