Let Windows apps turn off the screenshot border

This policy setting specifies whether Windows apps can turn off the screenshot border.

You can specify either a default setting for all apps or a per-app setting by specifying a Package Family Name. You can get the Package Family Name for an app by using the Get-AppPackage Windows PowerShell cmdlet. A per-app setting overrides the default setting.

If you choose the "User is in control" option, employees in your organization can decide whether Windows apps can turn off the screenshot border by using Settings > Privacy on the device.

If you choose the "Force Allow" option, Windows apps are allowed to turn off the screenshot border and employees in your organization cannot change it.

If you choose the "Force Deny" option, Windows apps are not allowed to turn off the screenshot border and employees in your organization cannot change it.

If you disable or do not configure this policy setting, employees in your organization can decide whether Windows apps can turn off the screenshot border by using Settings > Privacy on the device.

If an app is open when this Group Policy object is applied on a device, employees must restart the app or device for the policy changes to be applied to the app.

Supported on: At least Windows 10 Server, Windows 10 or Windows 10 RT

Default for all apps:


  1. User is in control
    Registry HiveHKEY_LOCAL_MACHINE
    Registry PathSoftware\Policies\Microsoft\Windows\AppPrivacy
    Value NameLetAppsAccessGraphicsCaptureWithoutBorder
    Value TypeREG_DWORD
    Value0
  2. Force Allow
    Registry HiveHKEY_LOCAL_MACHINE
    Registry PathSoftware\Policies\Microsoft\Windows\AppPrivacy
    Value NameLetAppsAccessGraphicsCaptureWithoutBorder
    Value TypeREG_DWORD
    Value1
  3. Force Deny
    Registry HiveHKEY_LOCAL_MACHINE
    Registry PathSoftware\Policies\Microsoft\Windows\AppPrivacy
    Value NameLetAppsAccessGraphicsCaptureWithoutBorder
    Value TypeREG_DWORD
    Value2

Put user in control of these specific apps (use Package Family Names):



Registry HiveHKEY_LOCAL_MACHINE
Registry PathSoftware\Policies\Microsoft\Windows\AppPrivacy
Value NameLetAppsAccessGraphicsCaptureWithoutBorder_UserInControlOfTheseApps
Value TypeREG_MULTI_SZ
Default Value

Force allow these specific apps (use Package Family Names):



Registry HiveHKEY_LOCAL_MACHINE
Registry PathSoftware\Policies\Microsoft\Windows\AppPrivacy
Value NameLetAppsAccessGraphicsCaptureWithoutBorder_ForceAllowTheseApps
Value TypeREG_MULTI_SZ
Default Value

Force deny these specific apps (use Package Family Names):



Registry HiveHKEY_LOCAL_MACHINE
Registry PathSoftware\Policies\Microsoft\Windows\AppPrivacy
Value NameLetAppsAccessGraphicsCaptureWithoutBorder_ForceDenyTheseApps
Value TypeREG_MULTI_SZ
Default Value

appprivacy.admx

Administrative Templates (Computers)

Administrative Templates (Users)