en-US citrix computer

Manage App Protection

Verified with Citrix Workspace App 26.3.10 — updated on July 10, 2026

Supported on: Supported on Citrix Workspace app 2011 and above

Path in the GPO console

Computer Configuration\Administrative Templates\Citrix Components\Citrix Workspace\Self Service

Description

This policy helps user to enable/disable Anti-Keylogging and Anti-ScreenCapture on Citrix Workspace App enumeration screen. By default both Anti-Keylogging and Anti-ScreenCapture are disabled. -Enable Anti-Keylogging: Enabling this option will prevent keyloggers from capturing keystrokes. -Enable Anti-ScreenCapture: Enabling this option will prevent user from taking screenshots and sharing screen. Note: This policy doesn’t apply to your virtual app and web/SaaS app sessions. IMPORTANT: Citrix Workspace App needs to be restarted for changes to take effect.

Registry

HKLM SOFTWARE\Policies\Citrix\Dazzle

More options available

Options

Enable Anti-Keylogging
AntikeyloggingEnabled boolean - default: 1
Enable Anti-ScreenCapture
AntiScreenCaptureEnabled boolean - default: 1

Export Builder

BETA

Configure the state, scope and options, then generate .reg, PowerShell, Intune and SCCM outputs — or add the setting to a multi-setting collection.

These exports write the registry — this is not a managed GPO.

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Manage App Protection
; State: Enabled
; Supported on: Supported on Citrix Workspace app 2011 and above

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Citrix\Dazzle]
"AntikeyloggingEnabled"=dword:00000001
"AntiScreenCaptureEnabled"=dword:00000001
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Manage App Protection
# State: Enabled
# Supported on: Supported on Citrix Workspace app 2011 and above

$path = 'HKLM:\SOFTWARE\Policies\Citrix\Dazzle'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'AntikeyloggingEnabled' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'AntiScreenCaptureEnabled' -Value 1 -Type DWord

Building a multi-setting collection? Add this setting and generate combined .reg / PowerShell / GPO scripts.

Open the Builder

Embed this policy on your site

What to embed
Theme

Adds one script line: the theme follows your site’s appearance and the height fits the content. If your site blocks scripts, the embed follows the visitor’s system theme.

Preview