Locate the toggle labeled (or "open screen snipping") and switch it to Off .
If you used , go back to Group Policy and set the option to "Not Configured" . disable snipping tool
(which does not have the Group Policy Editor). Warning: Editing the registry can be risky. Back up your registry before proceeding. Locate the toggle labeled (or "open screen snipping")
To disable the Snipping Tool in Windows 10 and 11, you can use the for a full system block, the Registry Editor for more granular control, or simple Windows Settings to disable the keyboard shortcut. 1. System-Wide Block (Group Policy) Warning: Editing the registry can be risky
Navigate to: Computer Configuration > Administrative Templates > Windows Components > Tablet PC > Accessories . Double-click . Select Enabled , then click Apply and OK .
Get-AppxPackage -Name "Microsoft.ScreenSketch" | Remove-AppxPackage -AllUsers Get-AppxPackage -Name "Microsoft.Windows.SnippingTool" | Remove-AppxPackage -AllUsers
This is the easiest way to remove the tool for the current user account. Note that this does not remove it system-wide for other users.