Winget-AutoUpdate icon indicating copy to clipboard operation
Winget-AutoUpdate copied to clipboard

WAU daily updates apps as system and notify connected users. (Allowlist and Blocklist support)

Results 105 Winget-AutoUpdate issues
Sort by recently updated
recently updated
newest added

Is there a way to trigger mods prior to the execution ? the though process here is to pop a toast notification for some applications prior to install to allow...

I would like to have overridden arguments for specific packages using the `--override` flag. How can I do this for WAU?

enhancement

See https://github.com/microsoft/winget-cli/issues/212#issuecomment-1052889052. It looks like you already have a base application to start. You may also want to see how [ChocoButler](https://github.com/cokelid/ChocoButler) does it, as it is also written in PowerShell.

enhancement

There is already `excluded_apps.txt` to exclude apps from updating, but I want to get notified for some of those apps so I can decide to update them for myself.

It´s a small bug reinstalling the app with a new included_apps.txt, it doesn´t replace the included_apps.txt if it exists before. line 206 elseif (!(Test-Path "$WingetUpdatePath\included_apps.txt")) { Solved with removing the...

stale

I see some issues with the network check from China. My feeling is that the ipv4 8.8.8.8 doesn´t work in China. $TestNetwork = Test-NetConnection google.com -Port 443 -InformationLevel Quiet I...

stale

I have been using autoupdate for a while and I don't think this has always been an issue. I've replicated this on 3 computers and have installed the latest version...

could you add an option to test the public IP address and test what the fist octet is and then decide to update or not. We have 3 data routes...

Workaround for a weird bug encountered in pwsh 7. # Proposed Changes For some reason our usual (& winget) did not work as expectedWith legacy approach there was no such...

### The problem I don't understand how is this possible, but Visual Studio 2022 gets updated even though in excluded list. The reason for this is incorrect ID as can...

bug
stale