Disable 'Drag Tray' for sharing & moving files

SystemMinimum Windows Build: 26200Revertible

The Drag Tray is a new feature for sharing & moving files in Windows 11, it appears at the top of the screen when dragging files.

Code to Apply

Disable 'Drag Tray' for sharing & moving filesRegistry
Windows Registry Editor Version 5.00


[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CDP]

"DragTrayEnabled"=dword:00000000

Code to Revert

Enable 'Drag Tray' for sharing & moving filesRegistry
Windows Registry Editor Version 5.00


[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CDP]

"DragTrayEnabled"=dword:00000001

Want to combine this with other tweaks?

Open Configurator