How To Install PowerShell 7.0 In Windows 10

PowerShell 7.0 on Windows 10

PowerShell is a.NET framework by Microsoft for Windows operating system. It was released on 2006 to replace command prompt. PowerShell is installed by default on every Windows version. M

Steps to install PowerShell 7.0 in Windows 10

Process 1:

  1. Press Windows key + X . Power user menu will appear on your screen.
  2. Press A to open PowerShell in administrative mode.
  3. Copy the cmdlet mentioned below and paste it on the PowerShell window.
iex “& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI”

The command will download the PowerShell package directly from GitHub link according to compatibility of Operating system.

4.  Once the package is fully downloaded, a set up wizard will appear. Click Next to complete installation process.

Process 2:

Go to GitHub PowerShell release page. Scroll down the Assets. Select your operating system with proper configuration. Click to download and then install.

Once the installation is complete, you can see the shortcut at start menu.

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.