Install winget on Windows

The Windows Package Manager, better known as winget, is a powerful command-line tool that dramatically simplifies the process of managing software on Windows. Instead of manually downloading installers from websites, you can use winget to find, install, upgrade, and uninstall applications directly from your terminal. This guide explains what winget is, how to check if you already have it, and how to install or update it. What is winget? winget is a free and open-source package manager developed by Microsoft. It brings the convenience of Linux package managers (like apt or yum) to the Windows ecosystem. With winget, you can automate the setup of a new machine or keep your existing software up-to-date with a single command. ...

October 20, 2025 · The PwshTips Team

Install PowerShell on Windows

PowerShell is an essential tool for any Windows administrator or power user. However, it’s important to understand that there are two main versions of PowerShell: Windows PowerShell 5.1: The legacy version that comes pre-installed with Windows 10 and 11. It is no longer receiving new features. PowerShell 7 (and newer): The modern, open-source, and cross-platform version (often referred to as pwsh). It is actively developed, faster, and packed with new features. To take advantage of the latest capabilities, you should install the newest version of PowerShell. This guide will walk you through the best ways to do it. ...

October 20, 2025 · The PwshTips Team