Hide snap layout flyout at top of screen and on maximize button

Multi-taskingMinimum Windows Build: 22000Revertible

This will turn off the snap layout flyout that appears when you hover over the maximize button or drag windows to the top of the screen.

Code to Apply

Hide snap layout flyout at top of screen and on maximize buttonRegistry
Windows Registry Editor Version 5.00


; Disable Snap Layouts on the top of the screen and when hovering over the maximize button

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

"EnableSnapBar"=dword:00000000
"EnableSnapAssistFlyout"=dword:00000000

Code to Revert

Show snap layout flyout at top of screen and on maximize buttonRegistry
Windows Registry Editor Version 5.00


; Enable Snap Layouts on the top of the screen and when hovering over the maximize button

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

"EnableSnapBar"=dword:00000001
"EnableSnapAssistFlyout"=dword:00000001

Want to combine this with other tweaks?

Open Configurator