#usmanitsolution #FixHyper-vismissing #hyper #hypervisor
In this video I will tell you How to fix Hyper-V cannot be installed a hypervisor is already running
Enable-WindowsOptionalFeature –Online -Feature Name Microsoft-Hyper-V –All -NoRestart
The above command installs only the hypervisor but does not install the administration tools, if you want to manage the Hyper-V within the virtual machine you must install RSAT for Hyper-V to do this run the following command:
Install-WindowsFeature RSAT-Hyper-V-Tools -IncludeAllSubFeature
you want to create a cluster then you need to install the Cluster service, run:
Install-windows feature RSAT-Clustering -IncludeAllSubFeature
you can install Multipath I/O to enable multiple paths to the storage, if this is your case follow:
Install-windows feature Multipath-IO
Restart to finalize the virtual machine with the command:
Restart-Computer
▬▬▬▬▬▬▬▬▬
Subscribe to Usman IT Solution - Technical Channel for free: https://bit.ly/3pzLan4
Must Like and Share with Your Friends and Family.
------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------DISCLAIMER-------------------------------------------------------
Note: This Video is Only for Educational Purposes. Our Mission gives Real Knowledge to People on How to Start a Youtube channel on any topic, so This video is part of Our Training.
-------------------------------------------------------------------------------------------------------------------------------------------