0
我試過這個命令:如何使用Windows PowerShell啓用Hyper-V?
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
但是,它會給我這樣的反饋消息:
'Enable-WindowsOptionalFeature' is not recognized as an internal or external command,
operable program or batch file.
使用此作爲幫助:http://stackoverflow.com/questions/16859979/windows-8-powershell-enable-windowsoptionalfeature-bat-file –