Posts Tagged ‘disable snipping tool windows 10’

2 Ways to Disable Snipping Tool in Windows 10

May 18th, 2017 by Admin

How do you disable the snipping tool and don’t allow it to run? This tutorial will show you how to disable Snipping Tool in Windows 10 using Group Policy or Registry Editor.

Method 1: Disable Snipping Tool in Windows 10 Using Group Policy

  1. Open the Local Group Policy Editor and navigate to:
    Computer Configuration -> Administrative Templates -> Windows Components -> Tablet PC -> Accessories
  2. In the right pane, double-click on the policy named Do not allow Snipping Tool to run.

    dont-allow-snipping-tool-to-run

  3. Select Enabled, click OK.

    disable-snipping-tool

    Restart your computer for this policy setting to take effect.

  4. When you try to run the snipping tool or press the Windows logo key+Shift+S hotkey, you’ll receive the following error message:

    “Windows cannot open this program because it has been prevented by a software restriction policy. For more information, open Event Viewer or contact your system administrator.”

    prevented-by-software-restriction-policy

Method 2: Disable Snipping Tool in Windows 10 Using Registry Editor

  1. Press the Windows logo key + R hotkey to open the Run box. Type regedit and press Enter.

    regedit

  2. In the Registry Editor window that opens, navigate to the following key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\TabletPC

    If the TabletPC key doesn’t exist, you need to create it.

  3. Set the value DisableSnippingTool to 1. If DisableSnippingTool doesn’t exist, right-click on a blank area in the right pane, and select New -> DWORD (32-bit) Value, name it as DisableSnippingTool.

    DisableSnippingTool

  4. Reboot your computer and check the result.