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

Multi-taskingMinimale Windows-buildversie: 22000Omkeerbaar

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.

Toe te passen code

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 om ongedaan te maken

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

Wilt u dit combineren met andere aanpassingen?

Configurator openen