May 20th, 2014

PowerTip: Use PowerShell to Add Hyper-V to Windows 8.1 Laptop

Doctor Scripto
Scripter

Summary: Learn how to use Windows PowerShell to add optional features to your laptop running Windows 8.1.

Hey, Scripting Guy! Question How can I use Windows PowerShell to install Hyper-V on my laptop running Windows 8.1?

Hey, Scripting Guy! Answer Use the Add-WindowsOptionalFeature cmdlet, and choose the –Online option.
          The feature name is case sensitive, and must be typed exactly, for example:

Enable-WindowsOptionalFeature -FeatureName Microsoft-Hyper-V-All -Online -All -NoRestart

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.