惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

GbyAI
GbyAI
B
Blog
Stack Overflow Blog
Stack Overflow Blog
量子位
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Tailwind CSS Blog
MongoDB | Blog
MongoDB | Blog
小众软件
小众软件
博客园 - 三生石上(FineUI控件)
Recent Announcements
Recent Announcements
U
Unit 42
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
腾讯CDC
D
DataBreaches.Net
Microsoft Azure Blog
Microsoft Azure Blog
G
Google Developers Blog
M
MIT News - Artificial intelligence
P
Proofpoint News Feed
罗磊的独立博客
L
LangChain Blog
V
Visual Studio Blog
雷峰网
雷峰网
aimingoo的专栏
aimingoo的专栏
宝玉的分享
宝玉的分享

Latest from Windows Central

"An unmatched upgrade opportunity": Intel's new Core Series 3 mobile CPUs target "value buyers"… "There are over 5,700 combinations.": I attended Panasonic's USS Intrepid press conference and saw 10Gbps, Wi‑Fi 7 and on‑device AI in the new Toughbook 56, but should you swap out your Toughbook 55? "We "So Mac folks feel comfortable": Microsoft Microsoft thinks you'll want an Xbox Controller and 1 year of Microsoft 365 and Xbox Game Pass over a MacBook Neo "Microsoft fired the skilled people, leaving flowchart followers": Microsoft's Security Response Center is being blamed for the zero-day BlueHammer exploit leak, but I can't tell who's right "Thank you to every Greymane": Crimson Desert shows no signs of slowing down, topping over 5 million sales… "Another all-round excellent mini PC:" Beelink's discounted desktop is fantastic for intensive work and… Xbox's Starfield gets Nintendo Switch 2 rating days after its PS5 release, keeping hopes for a port of Bethesda's RPG alive — here's what we know "The stuff that we're seeing is really well put together": Xbox game publishing chief says Forza Horizon 6 takes him back to the golden years of racing games Microsoft's Xbox games lead Matt Booty says its studios are in a "culture of cultures" and work together more than you think — Blizzard is even helping with Fable Rumored feature coming to Steam that will help you track prices, and Microsoft should copy it immediately for Xbox and… Xbox and Best Buy want to help you build your first video game in 2026 Microsoft prepares display upgrades and two stage launch for new Surface Pro and Surface Laptop with Intel and… Someone discovered Seagate's Xbox Storage Expansion cards can be used on PC — which has made their value more… ID@Xbox makes a bold claim — “Games launching day one into Game Pass… do very well on other platforms… Before Forza Horizon 6 takes us to Japan, let's remember where the legend began almost 14 years ago "Users can now simply ask what happened": AppControl's optional AI integration gives you in-depth PC diagnostic history in plain English — It works with popular LLMs, but I'll use offline models for added security Our friends at Tom's Guide are upgrading: Here's what it means, and how our sister site's overhaul… "Quantity over quality is not always the answer": WWE 2K26 comes close to being the best in the world, but yearly releases are holding it back I "This is one headset that absolutely will not disappoint anyone": Our favorite Xbox headset raises the bar for sound quality with a price that's lower than I expected "One of the better laptops I’ve encountered and one I’d happily use daily": This high-end ThinkPad is a solid bet for professionals — especially after this generous discount I've finally found a loophole to block a specific type of YouTube ads, and it won’t cost you a dime: Just a… www.windowscentral.com "The Lotus guys probably figured it didn't matter to be wrong": Excel thinks 1900 was a leap year because of a small shortcut taken in the '80s — I'll think of this next time I want to cut corners Starfield's sales on PlayStation 5 make me wonder why Xbox even bothered... was this worth devaluing exclusivity? Overwatch Season 2 is LIVE! Xbox Your Xbox Storage Expansion Cards can have a life after the console if you get a simple adapter for your PC
“Your apps should update themselves” — ...
mhuck@live.c · 2026-04-26 · via Latest from Windows Central
A Windows desktop displaying two open windows. On the left, a Command Prompt window shows text about winget commands. On the right, a WAU Settings window with multiple input fields and options.
(Image credit: Mauro Huculak)

On Windows 11, I'm always looking for ways to make Windows Package Manager (winget) more practical for everyday use, especially for keeping apps updated without the constant manual work.

By default, you still have to run commands like winget upgrade --all, which works fine, but only if you remember to do it. And while the Microsoft Store handles updates automatically, that applies only to Store apps, not the majority of traditional desktop apps you may have installed via winget.

Article continues below

The GUI makes WAU actually accessible

One of the biggest limitations with Winget-AutoUpdate is that it's primarily designed around scripts and configuration files. It works great if you're comfortable with the command line, but it can feel unnecessarily complex if you want to set it up and forget about it.

That's where the WAU Settings GUI makes a noticeable difference. This is the second part of the project, and the GUI adds a proper interface on top of the tool, allowing you to configure everything without touching scripts. Instead of manually handling scheduled tasks, you can manage the entire setup visually.

As you proceed with the installation, you'll set up the main tool (without a GUI), then the graphical interface (all in the same wizard). The installation is similar to installing any other application, but you'll be prompted to choose a folder to install the app and store app lists, which you may want to create at the root of "C:."

Configuring WAU using the GUI

Once in the interface, you can turn on or off automatic updates, set schedules, configure allowlists and blocklists for specific apps, control notifications and logging behavior, and change advanced options.

You can always click the "Run WAU" button to update all your winget applications. As apps receive their updates, the tool will pop up toast notifications to let you know which app has been updated.

WAU Settings

(Image credit: Mauro Huculak)

Of course, you want to automate this process so you can do it from the "Update Time & Random Delay" section, and don't forget to set the "Update Interval & Notifications" to something other than "Never."

If you want to exclude applications, create an "excluded_apps.txt" file in the folder you specify for storing your lists, listing the apps' IDs for which you want to turn off auto update.

In the same way, if you want to update only specific apps, create an "included_apps.txt" with the ID of the apps you want to auto-update in the folder you specify to store your lists.

WAU lists

(Image credit: Mauro Huculak)

Finally, click the "Save Settings" button to apply the changes. For more details, you can change this GitHub page.

Who actually needs Winget-AutoUpdate

This tool is not meant for everyone. It becomes useful in very specific scenarios.

If you install a lot of apps using the Windows Package Manager and want a maintenance-free system, WAU keeps everything updated automatically without manual checks.

The tool also comes in handy for users who want more control, as you can configure allow and block lists, and you can use wildcard filtering, version pinning, and custom arguments.

What it’s like to use

Once set up, Winget-AutoUpdate runs quietly in the background. There is no need to trigger updates or check for outdated apps manually.

The experience is straightforward. You configure it once, let run it on schedule, and receive updates automatically with notifications.

It does not feel intrusive and avoids the constant update management cycle many users are accustomed to.

For users who rely on multiple tools and utilities, it quickly becomes one of those "set it and forget it" system components.

Windows Central's take

Winget-AutoUpdate is a free tool that handles updates for all your winget-installed apps on Windows 11 and effectively fills one of the most obvious gaps in Windows Package Manager (winget).

By default, winget still relies on manual commands like winget upgrade --all, which works fine but depends entirely on the user being proactive. And while the Microsoft Store handles updates automatically, that applies only to Store apps, leaving most traditional desktop software outside that system.

That's where Winget-AutoUpdate (WAU) makes a real difference. It automates the entire update process, running in the background on a schedule and handling everything without user intervention. Once set up, it eliminates the need to check for updates or manually trigger upgrades.

The result is a more complete package management experience on Windows 11. Instead of treating updates as something you periodically manage, WAU makes them continuous and largely invisible, which is exactly how it should feel on a modern system.

More resources

Explore more in-depth how-to guides, troubleshooting advice, and essential tips to get the most out of Windows 11 and 10. Start browsing here:


Click to join us on r/WindowsCentral

Join us on Reddit at r/WindowsCentral to share your insights and discuss our latest news, reviews, and more.


Mauro Huculak has been a Windows How-To Expert contributor for WindowsCentral.com for nearly a decade and has over 22 years of combined experience in IT and technical writing. He holds various professional certifications from Microsoft, Cisco, VMware, and CompTIA and has been recognized as a Microsoft MVP for many years.

You must confirm your public display name before commenting

Please logout and then login again, you will then be prompted to enter your display name.