Skip to content

Instantly share code, notes, and snippets.

@roboter
Created September 5, 2013 07:49
Show Gist options
  • Save roboter/6447163 to your computer and use it in GitHub Desktop.
Save roboter/6447163 to your computer and use it in GitHub Desktop.
Enable Snap Feature on Lower Screen Resolution
To enable this feature, simply follow these simple steps:
1. Press "WIN+R" key combination to launch RUN dialog box then type regedit and press Enter. It'll open Registry Editor and go to following key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell\
2. Under ImmersiveShell key, create a new key AppPositioner.
3. Now select newly created key "AppPositioner" and in right-side pane, create a new DWORD AlwaysEnableLSSnapping and set its value to 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment