Download Powershell 7 for Windows 10, latest version

PowerShell is the Windows 10 command line interface, similar to the old command prompt, only with more functionality. Through Powershell you can perform operations within the operating system, such as removing pre-installed applications and uninstalling Windows 10 system apps.
We saw in another article the differences between Powershell and Windows Command Prompt.
Powershell is a tool already installed on Windows 10, which can be started by simply pressing the right mouse button on the Start button (if in the Settings> Taskbar it has not been configured to use the command prompt instead).
Although this is a component of Windows, Powershell is not immediately updated to a new version by Windows Update forcibly.
The latest version Powershell 7 can be downloaded, therefore, for Windows (to update the version already present on the system) and is also available for Linux and Mac, for free.
On the Github page of PowerShell you can download the latest version available for both Windows 10 (32 bit and 64 bit) and for Linux and Mac . To download, click on .msi in the row corresponding to the system, under the Downloads (stable) column. The installation is standard and works as it would be for any other program.
If you want to upgrade to the latest Powershell 7 version, on Windows and also on Mac and Linux, you can also launch Powershell and then type the following command:
iex "& {$ (irm //aka.ms/install-powershell.ps1)} -UseMSI"
The command will download the installer from the PowerShell page and then begin the installation.
When the update is complete, a new PowerShell window will appear and the version number will be updated at the top.
To find out what's new in the new version of Powershell, all I can do is refer to the Github page.
An important thing to note is that the installation of the new version of Powershell does not replace the one already installed previously. To start Powershell 7 you will therefore have to search the Start menu for the application called Powershell 7 . Powershell 7 is installed in C: \ Program Files \ PowerShell
READ ALSO: Download Windows Terminal, the new command prompt for Windows 10

Leave Your Comment

Please enter your comment!
Please enter your name here