Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 927 Bytes

2017-05-06-InstallingPowershellOnWindows10.md

File metadata and controls

20 lines (12 loc) · 927 Bytes
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.

Installing Powershell

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

Credit