0
There is currently in Windows 10 (b1903) no native way which allows a window to snap to the upper/lower half of the screen. However, I am using an old 3rd party freeware tool since years which allows exactly this kind of snapping. It is called WinSplit Revolution, and I am using it to position two different program windows above and below one another, using the full horizontal monitor width. Different key combinations (e.g. Ctrl-Alt arrow up/down) can be assigned to define various other snapping positions. The layout of the snapping regions can be defined.
The latest freeware release of WinSplit Revolution is 11.04. It is not developed any further, and it can be found on different download sites. There exists a commercial successor of this tool (MaxTo) but I have yet made any experience with it.
-3
Check out this link: https://www.techrepublic.com/article/snap-a-truly-slick-feature-in-windows-10/ The website talks of a Native Windows 10 option: once you've snapped your window to the right or left of your monitor (windowskey + → or windowskey + ←), then use the windowskey and the up or down arrows. Normally that maximizes/minimizes a window, but only if the window is not docked to the side of the screen.
Unfortunately, that isn't possible in Windows7, etc.
4First, he didn't ask about Windows 7. Second, OP specifically asked about NOT maximizing, but snapping upper/lower half of screen. When posting answers, please read the questions carefully to make sure you understand the question, and then post only relevant answers. – music2myear – 2018-05-04T18:41:49.177
1
Maybe this helps: https://superuser.com/questions/285356/possible-to-snap-top-bottom-instead-of-just-left-right-in-windows-7
– Michael S. – 2017-05-09T04:50:44.677Thanks @MSC unfortunately that's for Windows 7, I'm hoping there's a better way now or native Windows 10 means – jay – 2017-05-09T23:55:29.257
3
I've been looking for this myself, but so far I've only found 3rd party tools solutions, like this AutoHotKey script: https://gist.github.com/AWMooreCO/1ef708055a11862ca9dc
– Ivar Bonsaksen – 2017-05-11T07:00:24.9801Apparently the feature was there in some of the preview builds of Win 10, so I was hoping to find a registry key to enable/disable it, but I've had no luck. The other, related keys are found in HKEY_CURRENT_USER\Control Panel\Desktop – Ivar Bonsaksen – 2017-05-11T07:05:09.373
1@IvarBonsaksen I like the
Win+Alt+Up
which wont break Maximise shortcut – jay – 2017-05-12T01:10:40.897The AHK method that Ivan linked to is the only way to do this AFAICT. – SamAndrew81 – 2019-03-01T18:19:45.270