steve.czmyt.com

My personal website.

View on GitHub

How to update much of the software on a Windows computer. – Tech NotesSteve Schmidt

  1. Check for Windows Updates in Settings.
  2. Update other software through Windows Terminal: Run
     winget update --all
    
  3. Check for updates within PortableApps.
    • Occasionally, check for new apps using Get new apps by title.
  4. Run Get Updates in Microsoft Store app.
  5. Run update commands in Linux shell:
     time (time sudo apt -y update && time sudo apt -y upgrade)
    

© 2025 Stephen Schmidt. All rights reserved. Terms and Conditions incorporated herein.