layout | title |
---|---|
post |
How to Install Powershell on Windows 10 |
Now that we have our new Linux Virtual Machine running Powershell let's update our Hyper V host.
To install PowerShell on Windows download a released package from their GitHub releases page. Once downloaded, double-click the installer and follow the install wizard.
There is a shortcut placed in the Start Menu upon installation.
By default the package is installed to $env:ProgramFiles\PowerShell\
You can launch PowerShell via the Start Menu or $env:ProgramFiles\PowerShell\powershell.exe
- PowerShell Documentation: Install Powershell on Windows