Just want to pass along that I needed native Windows notifications so the message would persist until ackowledged. This will get you the balloon notification and appear in the notification center:
Under "issue command on update": PowerShell -ExecutionPolicy bypass -File "C:\Users\Path\Path\WebChangeMonitor.ps1"
Here is the code to put into your text editor and then save as WebChangeMonitor.ps1 (or whatever you prefer):
Additional note: Meanwhile, WebChangeMonitor supports to setup other types of tool tips (like balloon styled tips) natively via the settings - on platforms that support that.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Just want to pass along that I needed native Windows notifications so the message would persist until ackowledged. This will get you the balloon notification and appear in the notification center:
Under "issue command on update": PowerShell -ExecutionPolicy bypass -File "C:\Users\Path\Path\WebChangeMonitor.ps1"
Here is the code to put into your text editor and then save as WebChangeMonitor.ps1 (or whatever you prefer):
Last edit: Glenn 2020-03-02
Additional note: Meanwhile, WebChangeMonitor supports to setup other types of tool tips (like balloon styled tips) natively via the settings - on platforms that support that.