Friday, 1 August 2014

To install Client Hyper-V using the Get-WindowsOptionalFeature cmdlet noteNote

  1. Do one of the following to open a Windows PowerShell session with elevated user rights.
    • On the Windows desktop, right-click Windows PowerShell on the taskbar, and then click Run as Administrator.
    • On the Windows Start page, type any part of the name Windows PowerShell. Right-click the shortcut for Windows PowerShell when it is displayed on the Start page in the Apps results, click Advanced, and then clickRun as Administrator. To pin the Windows PowerShell shortcut to the Start page, right-click the shortcut, and then click Pin to Start.
  2. Type the following, and then press Enter.
    enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All 
    
  3. When the installation is finished, reboot the computer.

0 comments:

Post a Comment