Checks the amount of programs that have available upgrades through winget and notifies the user to update at boot.
This program is made in .NET 8.
git clone https://github.com/Spok5508/WingetUpgradeNotification
dotnet build --configuration Release
Create a shortcut to WingetUpgradeNotification/bin/Release/platform/WingetUpgradeNotification.exe
and paste it in the windows startup folder
C:\Users\YourName\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
- Hover: Displays number of available upgrades.
- Left click: Runs
winget upgrade --all
in user shell. - Right click: Closes the notification tray icon. Disregarding the prompt to update.