This post will be helping you out to install Hyper-v in your windows or window servers.
So lets get started :)
Installing Hyper-V on Windows 8 and 8.1
Note :- You should have administrative rights over the computer .
Steps:-
1. Go to Control Panel ---> Program and features
2. On the top left of your screen, click on Turn Windows features on or off.
4. You Hyper-V is installed on your windows and now you can create virtual machines.
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
So lets get started :)
Installing Hyper-V on Windows 8 and 8.1
Note :- You should have administrative rights over the computer .
Steps:-
1. Go to Control Panel ---> Program and features
2. On the top left of your screen, click on Turn Windows features on or off.
3. Select Hyper-V and click OK
4. You Hyper-V is installed on your windows and now you can create virtual machines.
You can also use Powershell to enable the Hyper-V feature below is powershell cmd.
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
No comments:
Post a Comment