Show the Outlook Reminder Window always on top.
Warning
This project was designed for PowerShell 7 and above. It may work with older versions of PowerShell but was not tested.
Tested on Windows 11 running PowerShell 7.5.2.
- Download
always_on_top.ps1and save it somewhere. - Edit the variables for
# Configurationto your likings. - Download
run_hidden_always_on_top.vbsand save it next to youralways_on_top.ps1. - Run the
run_hidden_always_on_top.vbsscript to start it.
If you want to run the script in the background on startup follow this:
- Create a Desktop Shortcut from your
run_hidden_always_on_top.vbsscript and place it in your autostart folder, located at:%appdata%\Microsoft\Windows\Start Menu\Programs\Startup
After starting the script (either by running the script manually or by autostart) you will get a new try icon. You can quit the script any time by rightclick on the tray icon and click "Exit".