Windows Package Manager (WINGET)

Windows Package Manager (WINGET)

Microsoft has introduced a new feature called Windows Package Manager, commonly referred to as winget. This command-line tool is a powerful resource for managing software packages on Windows, making it highly recommended for IT professionals. For more details, visit Microsoft's official page.

Winget usually comes pre-installed on Windows 10 and 11 as part of the App Installer package. If it’s not already installed, you can easily download it from the Microsoft Store or get the latest release from GitHub.

Here is a quick guide to using some of the basic winget commands in Command Prompt or PowerShell:

Display All Installed Applications, use

winget list

Search for Applications

winget search <appname>

Install an Application

winget install <app_name>

Uninstall an Application

winget uninstall <app_name>

To upgrade an application

winget upgrade <appname>

To upgrade all applications

winget upgrade --all

With winget, managing applications on Windows has never been easier. IT professionals can save time and streamline software management with this efficient tool.


要查看或添加评论,请登录

Nicholas Mutsaerts的更多文章

  • PowerShell Scripting

    PowerShell Scripting

    PowerShell scripting has become an essential tool for help desk professionals and system administrators, enabling them…

  • Removing Bloatware from Windows 11

    Removing Bloatware from Windows 11

    Even though Windows is the dominant operating system, Microsoft known for its nefarious activities by pre-installing…

  • The Future of Internet Addressing and When Disabling IPv6 Makes Sense

    The Future of Internet Addressing and When Disabling IPv6 Makes Sense

    IPv6 is paving the way for the future of internet addressing, offering a significantly larger address space and…

  • Steam Gaming on Linux

    Steam Gaming on Linux

    Gaming on Linux has evolved dramatically in recent years. Steam has been on of the pivotal in making it easier to enjoy…

  • Using Netsh and Ipconfig Commands for Effective Network Troubleshooting

    Using Netsh and Ipconfig Commands for Effective Network Troubleshooting

    For IT help desks and system administrators, mastering Netsh and Ipconfig commands is key to effective network…

    1 条评论
  • Using Netsh Commands to Resolve Network Issues on Windows

    Using Netsh Commands to Resolve Network Issues on Windows

    Netsh is a versatile command-line utility designed for managing, configuring, and troubleshooting local or remote…

  • Rocky Linux

    Rocky Linux

    Rocky Linux was developed, in large part, due to Red Hat's decision to discontinue CentOS Linux. The first release…

  • Unlocking the Magic of VirtualBox

    Unlocking the Magic of VirtualBox

    Explore the magic behind VirtualBox. This powerful hypervisor can transform your computing experience by letting you…

  • Knowledge Base for new hires and current staff

    Knowledge Base for new hires and current staff

    An essential part of IT onboarding of new hires and current staff lies with providing quick reference guides. As…

  • Manjaro

    Manjaro

    Manjaro is a versatile and user-friendly Linux operating system that delivers an excellent out-of-the-box experience…