How to install PowerShell 7.4.5 on Windows 10

UPDATED 9/13/2024: PowerShell 7.4.5, the next significant update to the Microsoft command-line shell and scripting language, is available on Windows 10 and is intended for sophisticated users and administrators who want to automate processes and modify settings.

November 8, 2021, saw the release of version 7.4.5, which includes several new enhancements such support for automated upgrades via the Microsoft Update. No matter how you install the app, it will automatically update, however you may easily turn off the feature.

Additionally, the application adds improved support for ANSI escape sequences to aid with text decoding. To help you regulate the use of ANSI escape sequences and add decoration to your scripts or cmdlets, Microsoft is even introducing a new $PSStylevariable. Additionally, a new feature in version 7.4.5 is the ability to guess what you might be typing based on your past.

Because PowerShell is cross-platform, you may download and install the latest version on Ubuntu, Debian, CentOS, Fedora, Alpine for Linux, Windows 10, Windows 8.1, Windows Server (2012 R2 and later), and macOS. ARM-based devices, such as Windows, Ubuntu, Debian, and Alpine, can also use the program.

This article will walk you through the process of installing PowerShell 7.4.5 on Windows 10 via the Microsoft Store or the manual installer.

  • Install PowerShell 7.4.5 on Windows 10

  • Install PowerShell 7.4.5 using Microsoft Store

  • Install PowerShell 7.4.5 using winget command

Install PowerShell 7.4.5 on Windows 10

Follow these steps to install PowerShell 7.4.5 on Windows 10:

GitHub has OpenPowerShell 7.4.5.

To access the PowerShell-7.4.5.0-win-x64.msi, click the Assets section.

PowerShell GitHub installer

On the device, save the file.

To start the installer, double-click the downloaded file.

Press the “Next” button.

(Selective) Choose the installation folder.

Press the “Next” button.

(Selective) Verify the Explorer option to add the “Open here” context menu.

(Selective) For the PowerShell files option, look at the Add Run with PowerShell 7 context menu.

PowerShell install options

Press the “Next” button.

Verify the option to enable PowerShell updates via WSUS or Microsoft Update.

When I check for updates, make sure to select the Use Microsoft Update option.

PowerShell automatic updates

Press the “Next” button.

On the Install button, click.

Press the “Finish.” button.

After completing the procedures, the updated PowerShell version will be installed on your device and accessible through the Start menu, desktop, and File Explorer context menus.

Install PowerShell 7.4.5 using Microsoft Store

Follow these instructions to install PowerShell 7.4.5 on Windows 10 via the Microsoft Store:

Open the Microsoft Store online.

Click the PowerShell 7.4.5 Get button.

Press the “Open” button.

From the Microsoft Store, click the “Get” button.

Microsoft Store install PowerShell

To begin using PowerShell, follow the instructions and either click the Launch button or open the application from the Start menu.

Install PowerShell 7.4.5 using winget command

Use these procedures to install PowerShell 7.4.5 using the Command Prompt:

LaunchStart.

Look up “Command Prompt,” then right-click on the first result and choose “Run as administrator.”

To install PowerShell 7.4.5 on Windows 10 with Winget, use the following command and hit Enter:

winget install PowerShell

The most recent version of PowerShell will be downloaded and installed on your computer by the Windows Package Manager after you finish the procedures.

Visit this Microsoft documentation website to find out more about PowerShell. Additionally, although these instructions are geared toward Windows 10, they should also work for Windows 8.1 or Windows 10 to install the latest version of PowerShell.

Update September 13, 2024: To guarantee accuracy and take into account modifications to the procedure, this guide has been revised.

Leave a Comment