How to disable the Hyper-v feature in Windows 10
6
Hyper-V is a server role in the Windows Server operating systems that let you create and manage virtual machines. The Hyper-V role can be enabled using the server manager dashboard in Windows server 2008, Windows Server 2012, and Windows server 2016. you can also enable the role in Windows 8 and Windows 10 by going to Control Panel > Programs > Turn Windows features on or Off
In hyper-V you can create guest VMs using most Microsoft desktop operating systems starting from Windows XP, and server operating systems starting from Windows server 2003. You can create VMs from most up to date Linux distributions like Ubuntu, Redhat, CentOS, Suse, etc. Linux distributions are only supported in hyper-Gen1 mode for now.
6
If you have enabled the hyper-v feature in Windows 10, but now you need to to disable it for some reason, you can do that following these two methods: Using PowerShell Open PowerShell with administrator privilege and type the following command: Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All Type “Y” to Reboot the computer. After rebooting the computer the hyper-v role should no…
4
Hyper-V 2008 R2 is 1.50 GB big, so it cannot be burned to a CD-RW media. the media needs to be either DVD-RW or a USB flash drive with 2 GB of free space or more. I know the DVD media is widely used for Hyper-V installations, but I find the installation from a USB drive to be quicker. so…
4
In this tutorial I will show you step by step how to enable the Hyper-V role in Windows Server 2016. Windows Server 2016 was released in October 12, 2016 and it packs many new virtualization features. To learn about all the new features in Windows 2016 take a look at this section. These are some the features I find interesting…
3
if you are running hyper-v in a cluster ( I haven’t tried it otherwise ) and get the following error when trying to do a checkpoint in a VM: An error occurred while attempting to checkpoint the selected virtual machines. Checkpoint operation failed. cannot create the checkpoint. The reason you might be getting this error is because your disk drives…
3
The pitfall of VM backup is that when it fails to work right, it is a disaster itself. Many VM backup applications, whether on ESXi or Hyper-V, are using some sort snapshot technologies. When VM backup works right, it will freeze the VMs and create snapshots of these VMs so it can backup the static files. Once complete the grabbing…
3
Most Popular Linux distributions are supported in Hyper-V 2016. Below is the list of all the Linux distributions officially supported by Microsoft in Hyper-V in Server 2016. Red Hat SUSE OpenSUSE CentOS Ubuntu Debian Oracle Linux All features available for Windows guest OSs are available for Linux as well. Features like adding and removing virtual NIC and resizing and and…
2