How To Install PowerShell Core 6.0 In Windows 10

how to set up windows 10
PowerShell version that comes pre-installed with the Windows 10 computers is generally version 5.1 however you can enjoy while using the PowerShell Core 6.0 on your Windows 10 PC. This is not an upgrade with the version 5.1 to version 6.0, however it is rather a side-by-side installing of both the versions. In fact the PowerShell 5.1 placed in Windows 10 is protected with .NET framework. While the PowerShell Core 6.0 is often a separate version of PowerShell using the .NET version 2.0. The PowerShell Core 6.0 is open-source which enable it to be downloaded on the GitHub website.

Here is the place where you can download and install PowerShell Core 6.0 within your Windows 10 PC:



1. Visit https://github.com/PowerShell/PowerShell/releases in order to find a download file befitting your system. Most people will select the PowerShell-6.0.0-win-x64.msi register for download. If you are using 32-bit of Windows 10, then you are able to download PowerShell-6.0.0-win-x86.msi file. If you have an ARM processor based device (usually tablets and 2-in-1 devices) you can also find other downloads to suit your needs.

2. Launch the installer by double-clicking for the MSI file and follow on-screen instructions. Make sure you don't choose a conflicting installation folder for your PowerShell Core.

3. After the installation is done, it is possible to launch it in the Start Menu by finding out about “PowerShell Core 6.0”. You can check the version by utilizing the familiar command Get-Host | Select-Object Version.

how to fit windows 10The PowerShell Core won't replace or upgrade the already installed Windows PowerShell. They both work side-by-side for the same PC. The Windows PowerShell contains the executable powershell.exe as the PowerShell Core gets the executable pwsh.exe so that you may use them both while doing so. You will be able to perhaps upgrade the Windows PowerShell to latest version when Microsoft released a latest version of .NET Framework.
Next Post Previous Post
No Comment
Add Comment
comment url