Make Windows Stay On Top



  1. Make Window Stay On Top Windows 10 Reddit

A lot of Enhancer for YouTube™ users have asked me to add an option to make the pop-out player stay always on top of other windows, but it's not possible because browser extensions have limited capabilities so I'm gonna show you how you can easily do it using AutoHotkey, a popular free and open source software for Windows.

Machine

Dec 06, 2019 Always On Top is a useful feature which is missed by Microsoft in Windows 10 Operating System, but I hope by going through above ways, you can use Always On Top feature to pin any windows on the top of any other opened windows easily. From my opinion, I like StayOnTop tool because this performs one function only and that is required one. Windows 10: Keep a Window Always On Top Posted on November 7, 2019 by Mel Hawthorne 1 Comment There are several different ways you can make sure that a window stays on top of other ones.

Stay

How to install and use AutoHotkey

First you need to download AutoHotkey so go to the download page and click the 'Download AutoHotkey Installer' button. Once downloaded, execute the file and select 'Express installation'. If you select 'Custom installation' it is recommended to select one of the 'Unicode' versions. Once the installation is complete click on 'Exit' to close the 'AutoHotkey Setup'.
Now follow these steps to create the script that will be used by AutoHotkey:

Tools equipment and paraphernalia for taking vital signs meme old women

  • On your desktop, right-click on an empty space and select 'AutoHotkey Script' inside the 'New' menu.
  • Give the script a name (e.g. AlwaysOnTop) and save it.
  • Right-click on the script and select 'Edit Script'.
  • Replace the content of the file with the following code:
    #Space:: Winset, AlwaysOnTop, Toggle, A
  • Save the file.
How to lock a window on topTop

Make Window Stay On Top Windows 10 Reddit

That's it! Now double-click the script to run it then select the window you want to keep on top of the others and press W (Windows icon key) and Spacebar on your keyboard. When you want to restore the default behavior select the same window and press those keys again. When you want to completely stop the script right-click the green AutoHotkey icon in the system tray and select 'Exit'. If you want to use a different key combination let me know in the comments.
If you want to set the size and position of the window you can modify the script to use WinMove. The following code will move the window in the top right corner but obviously you can specify your own X and Y coordinates and also the width and height of the window: