You can do this from command prompt or powershell on windows. Follow the below steps for powershell:
To Disable
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All
To Enable
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V –All