Snipping Tool Registry Key in Windows
Windows manages the behavior, availability, and shortcuts of the Snipping Tool and screen capture utilities through specific keys in the Windows Registry (Regedit). The primary registry key controlling system-level policies for the Snipping Tool is located under the TabletPC policies, while shortcut mapping and user preferences are managed under user-specific control panel and application keys.
1. The Primary Policy Key: Enable or Disable Snipping Tool
To configure administrative policies that allow or block the Snipping Tool across the system, Windows uses the TabletPC registry key:
- Registry Path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\TabletPC - (User-level alternative):
HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\TabletPC - Value Name:
DisableSnippingTool - Type:
REG_DWORD - Values:
0= Snipping Tool is enabled (default behavior).1= Snipping Tool is disabled and cannot be launched by users.
If the TabletPC key or the
DisableSnippingTool value does not exist, the feature is
enabled by default.
2. The Shortcut Key: Print Screen Integration
Windows allows the PrtScn (Print Screen) key to open the
modern Snipping Tool screen capture overlay. This behavior is managed by
the following key:
- Registry Path:
HKEY_CURRENT_USER\Control Panel\Keyboard - Value Name:
PrintScreenKeyForSnippingEnabled - Type:
REG_DWORD - Values:
1= PressingPrtScnopens the Snipping Tool screen capture bar.0= PressingPrtScntakes a standard clipboard screenshot without opening the Snipping Tool.
3. Application Preferences Key: Screen Sketch
Modern Windows versions (Windows 10 and Windows 11) store specific configuration parameters, history, and behavior settings for the active Snipping Tool under the ScreenSketch key:
- Registry Path:
HKEY_CURRENT_USER\Software\Microsoft\ScreenSketch
This path contains individual subkeys and settings related to app-level behaviors such as automatic clipboard copying, multiple windows, and notification handling.
How to Modify These Keys
- Press
Win + R, typeregedit, and press Enter to launch the Registry Editor. - Navigate to the desired path using the address bar at the top.
- Right-click in the right pane, select New > DWORD (32-bit) Value, and enter the specific value name.
- Double-click the newly created entry to set its value to
0or1. - Restart your computer or restart
explorer.exethrough the Task Manager to apply the changes.