en-US windows user

Do not allow Flip3D invocation

Verified with Windows 11 25H2 — updated on July 10, 2026

Windows 11 25H2

Supported on: Windows Server 2008, Windows 7, and Windows Vista

Path in the GPO console

User Configuration\Administrative Templates\Windows Components\Desktop Window Manager

Description

This policy setting allows you to configure the accessibility of the Flip 3D feature. Flip 3D allows the user to view items on the Windows desktop as they are being flipped through in three dimensions. If you enable this policy setting, Flip 3D is inaccessible. If you disable or do not configure this policy setting, Flip 3D is accessible, if desktop composition is turned on. When Windows Flip 3D is activated with the Windows+Tab keys, a visual version of the desktop is presented and items can be flipped through to select. Changing this policy setting requires a logoff for it to be applied.

Registry

HKCU SOFTWARE\Policies\Microsoft\Windows\DWM

Value name: DisallowFlip3d

Enabled: DisallowFlip3d = 1

Disabled: DisallowFlip3d = 0

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: Do not allow Flip3D invocation
; State: Enabled
; Supported on: Windows Server 2008, Windows 7, and Windows Vista

[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\DWM]
"DisallowFlip3d"=dword:00000001
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Do not allow Flip3D invocation
# State: Enabled
# Supported on: Windows Server 2008, Windows 7, and Windows Vista
# Warning: In SYSTEM context (the Intune default), HKCU targets the SYSTEM profile. Run this script using the logged-on credentials.

$path = 'HKCU:\SOFTWARE\Policies\Microsoft\Windows\DWM'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'DisallowFlip3d' -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