PowerToys always on top

It should be a very simple feature of Windows and the easiest one line of code in many utilities, however Microsoft Windows own extra utilities (PowerToys) has been struggling to achieve a stable version see Always on Top. This topic was previously rejected several times and its generally considered a Windows shortcoming. See GitHub issues #290, #443 and #970. So once stable Windows or its PowerToys should eventually provide the missing feature.

Until Then
The best simple solution is an AHK script but that requires a 3rd party approach, For one such variant see https://gist.github.com/gustavosotnas/46f4b4615eeabb2089478cbcc83cda76 but there are many many alternatives and very easy to write your own (look on youtube) so if you want to use ALTT to Toggle aTop in any app or window, use AutoHotKey to run or compile the following MyTopWish.ahk and run it when starting Windows.

;Alt+T = Toggle The "AlwaysOnTop" status of the current window !t::WinSet, AlwaysOnTop, Toggle, A

I built above alt T version as an exe to Link, which was easy to compile with a nice T logo, its the version I use, since some other DIY versions such as https://www.howtogeek.com/196958/the-3-best-ways-to-make-a-window-always-on-top-on-windows/ or prebuilt for you https://www.labnol.org/software/tutorials/keep-window-always-on-top/5213/ use CTRLSpace which conflicts with one of the SumatraPDF next page shortcuts. However since VirusTotal gives me a poor reputation score for my version (which is 100% clean) I wont post a link. but the Google Dev version as linked above gets zero bad points for his file at https://www.labnol.org/files/always-on-top.zip !!