Microsoft Edge includes a built-in “Web Capture” tool (often accessed via Ctrl + Shift + S), which allows users to easily take full-page scrolling screenshots of websites, annotate them with digital ink, and save or share the images. While this is a highly praised productivity feature for home users and students, it presents a significant data loss prevention (DLP) risk in corporate and highly secure environments. If you are managing workstations in a financial institution, a hospital handling patient records, or a secure testing facility, you cannot allow users to easily snapshot sensitive data displayed in their web browser and bypass standard clipboard restrictions.
This guide explains how to completely disable the Web Capture tool in Microsoft Edge using the Windows Registry.
Disable Web Capture via Registry Editor
To forcefully remove the Web Capture tool from the browser’s interface and disable its associated keyboard shortcut, we must use the Edge enterprise policy WebCaptureEnabled. This requires Administrator privileges.
- Ensure Microsoft Edge is completely closed.
- Press the Windows Key + R to open the Run dialogue box.
- Type
regeditand press Enter to launch the Registry Editor. Confirm the UAC prompt. - Navigate down the left-hand directory tree to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft - Check if a sub-key named
Edgeexists. If it does not, right-click theMicrosoftfolder, select New > Key, and name it exactlyEdge. - Select the
Edgekey. In the empty space on the right, right-click and choose New > DWORD (32-bit) Value. - Name this new DWORD exactly:
WebCaptureEnabled - Double-click
WebCaptureEnabledto edit it. Ensure the “Value data” is set to 0. - Click OK and close the Registry Editor.
Verify the Feature is Removed
The policy applies immediately upon the next browser launch.
Open Microsoft Edge. To verify the restriction, click the three horizontal dots (Settings and more) in the top right corner. You will notice that the “Web capture” option has been entirely removed from the menu.
Furthermore, press the keyboard shortcut Ctrl + Shift + S. The browser will ignore the command completely. The Web Capture tool is now disabled system-wide, securing your web-based applications from unauthorized native screenshots.