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 openenGerelateerde aanpassingen
Disable window snapping
This will turn off the ability to snap windows to the sides or corners of the screen.
Disable showing app suggestions when snapping windows
This will turn off app suggestions when you snap windows to the sides or corners of the screen.
Hide tabs from apps when snapping or pressing Alt+Tab
Show 3 tabs from apps when snapping or pressing Alt+Tab
Show 5 tabs from apps when snapping or pressing Alt+Tab