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 installed software using the Windows Package Manaer winget command: Open a Windows Terminal then run:
     winget update --all
    
  3. Update remaining installed software using Patch My PC - Home Updater.
  4. Check for updates within PortableApps.
    • Occasionally, check for new apps using Get new apps by title.
  5. Run Get Updates in Microsoft Store app.
  6. 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.