DEV Community

Robertblazor
Robertblazor

Posted on • Edited on

A good habit of Winget update

My daily habit of keeping my Windows 11 machine up to date.

First step:

Check my setting:

Move to update, make sure check update one more time after the Windows Security update is installed

Second step:

Check Microsoft Store for any update on apps, do it twice to make sure apps from Microsoft Store is covered.

Third step:

Open Windows Terminal

Type the following command:

winget upgrade

Or

winget update

Try the following CLI statement

winget upgrade --all

or update one-by-one with a format

winget upgrade <ApplicationId>

One example can be

winget upgrade Microsoft.Azd

Not sure if there is a way besides making a PowerShell script and running it to upgrade everything at once.

Last step

Open my Visual Studio Code - Insiders, and let it update its extensions, if it needs reload, just do it.

Do it daily and you will keep up with your computer's upgrade needs.

My first post, and hope you like it.

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay