WinGet (Windows Package Manager) is a built-in command-line tool from Microsoft that allows you to discover, install, upgrade, and configure applications easily on Windows 10 and 11. Instead of searching websites for installers, you can manage your software directly from Command Prompt or PowerShell using simple text commands.
Here are the 10 essential WinGet commands every Windows user should master: 1. Search for Apps Command: winget search
Purpose: Scans the repository to check if an app is available and retrieves its official Application ID. Example: winget search vlc 2. Install an App Command: winget install
Purpose: Downloads and automatically installs an app without prompting you with multiple “Next” buttons.
Pro Tip: Add –silent or –quiet to run the installer completely in the background. Example: winget install VideoLAN.VLC 3. Upgrade Specific App
Leave a Reply