Winget-AutoUpdate
Winget-AutoUpdate copied to clipboard
WAU daily updates apps as system and notify connected users. (Allowlist and Blocklist support)
But now when I as a user runs winget --version: `v1.3.2091` When WAU runs in System contrext: `13:22:47 - Winget Version: v1.3.0-preview` So, the Get-WingetCmd.ps1 doesn't detect the latest version:...
Case in point: oh-my-posh, despite adding its ID to excluded_apps.txt: ClickUp.ClickUp XP8K0HKJFRXGCK That project makes new releases almost every day, so your auto-updater just keeps sending notifications about updates, and...
Needs to be done also for **Winget-Install-GUI** and **Winget-Install** (install + detect) - if I'm correct...
Hi, as I don't find the time to test it myself right now I hoped somebody might help me out here: If using WAU and trying to update apps on...
Would be nice to have this option, because i don't start my pc at 6am so with `-StartWhenAvailable` used it will start at user logon even though i've not used...
Sometimes, Winget or the system (leaning towards winget tbh) leaves two versions of a program. This results in WAU trying to update an app two or three times, as the...
Applications update does not work on Win 11. Win 10 ok. If I change the user in the task from SYSTEM to my account, then it works well, but then...
So I have both the system PS and PS 7+ installed on my system. My Windows Terminal defaults to opening PS7. When `Test-Network` runs, it fails with these errors: ```...
Thanks for this awesome tool! On my network, we have all DNS IPs blocked, except a specific set. One of the blocked ones happens to be `8.8.8.8`, the very one...
I modified the function myself. Now it works fine for Chinese software, is there a better solution to make it adapt to global languages. **`"C:\ProgramData\Winget-AutoUpdate\functions\Get-WingetOutdatedApps.ps1"`** ```powershell #Function to get outdated...