Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Guide to Turning On or Off Snap Windows in Windows 10
#1
Guide to Turning On or Off Snap Windows in Windows 10

Snap Windows is a useful feature in Windows 10 that allows you to quickly arrange windows on your screen by snapping them to the sides or corners. This feature helps with multitasking and managing multiple open windows. However, if you find it unnecessary, you can easily turn it off. This guide will show you how to turn on or off Snap Windows in Windows 10.

Method 1: Using the Settings Menu

The easiest way to enable or disable Snap Windows is through the Settings menu.

Steps:
1. Click the Start menu and select Settings (the gear icon).
2. In the Settings window, click on System.
3. On the left sidebar, click on Multitasking.
4. Under the Snap windows section, you will see a toggle switch to enable or disable the feature.
5. Toggle the switch On to enable Snap Windows.
6. Toggle the switch Off to disable Snap Windows.

Additional Snap Settings:
After turning Snap Windows on, you can customize how the feature behaves by checking or unchecking the following options:
- When I snap a window, automatically size it to fill available space: Windows will automatically resize snapped windows to fit the screen.
- When I snap a window, show what I can snap next to it: Windows will suggest other windows that can be snapped next to the currently snapped window.
- When I resize a snapped window, simultaneously resize any adjacent snapped window: If you resize a snapped window, the adjacent window will resize as well.

Method 2: Using Keyboard Shortcuts to Snap Windows

While Snap Windows is enabled, you can quickly snap windows using keyboard shortcuts:

Steps to Snap Windows:
1. Open any window you want to snap.
2. Press Windows + Left Arrow to snap the window to the left side of the screen.
3. Press Windows + Right Arrow to snap the window to the right side of the screen.
4. You can also use Windows + Up Arrow or Windows + Down Arrow to snap the window to the top or bottom of the screen.

Method 3: Turning Snap Windows On or Off Using the Registry Editor

For advanced users, you can enable or disable Snap Windows through the Windows Registry.

Steps:
1. Press Windows + R to open the Run dialog box.
2. Type regedit and press Enter to open the Registry Editor.
3. In the Registry Editor, navigate to the following path:
 
Code:
HKEY_CURRENT_USER\Control Panel\Desktop
4. On the right-hand pane, locate the WindowArrangementActive entry.
5. Double-click on WindowArrangementActive and change its value:
  - Set the value to 1 to enable Snap Windows.
  - Set the value to 0 to disable Snap Windows.
6. Click OK and close the Registry Editor.
7. Restart your computer for the changes to take effect.

Method 4: Using Group Policy Editor (Windows 10 Pro or Enterprise)

If you’re using Windows 10 Pro or Enterprise, you can use the Group Policy Editor to control Snap Windows.

Steps to Disable Snap Windows:
1. Press Windows + R to open the Run dialog box.
2. Type gpedit.msc and press Enter to open the Local Group Policy Editor.
3. In the left pane, navigate to the following path:
 
Code:
User Configuration > Administrative Templates > Desktop
4. In the right pane, locate and double-click on Turn off Windows + X hotkeys.
5. Select Enabled to disable Snap Windows, then click Apply and OK.
6. If you want to enable Snap Windows again, select Not Configured or Disabled.

Method 5: Using PowerShell to Enable or Disable Snap Windows

You can also enable or disable Snap Windows through PowerShell.

Steps:
1. Press Windows + X and select Windows PowerShell (Admin).
2. To disable Snap Windows, type the following command and press Enter:
 
Code:
Set-ItemProperty -Path 'HKCU:\Control Panel\Desktop' -Name "WindowArrangementActive" -Value 0
3. To enable Snap Windows again, type the following command and press Enter:
 
Code:
Set-ItemProperty -Path 'HKCU:\Control Panel\Desktop' -Name "WindowArrangementActive" -Value 1
4. Restart your computer for the changes to take effect.

Conclusion

Snap Windows is a helpful feature for managing multiple open windows on your screen, especially for multitasking. Whether you want to enable or disable Snap Windows, you can use the Settings menu, keyboard shortcuts, or more advanced methods such as the Registry Editor and Group Policy Editor. Choose the method that works best for your needs, and enjoy the flexibility of managing your window layout in Windows 10.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)