Notify whether or not an update for an installed app by Scoop via toast.
- Windows 10 / 11
- Windows PowerShell 5.1
| Type | Message |
|---|---|
| Up to date | Up to date! |
| There is an update (Not same as previous) | There is an update. |
| There is an update (Same as previous) | There is an update. Should be update! |
| There are updates (Not same as previous) | There are <n> updates. |
| There are updates (Same as previous) | There are <n> updates. Should be update! |
Register the task to Task Scheduler.
PS> install.ps1Default execution time is 10:00 .
PS> install.ps1 -ExecutionTime '18:00'Unregister the task from Task Scheduler.
PS> uninstall.ps1