(You can also make use of Findstr command.) This command will list down all the enabled features in Windows. Follow the steps below to disable any feature.ĭISM /online /get-features /format:table | find “Enabled” | more This will install and enable all the components of Hyper-V
Now run the following command in command prompt:ĭISM /online /enable-feature /featurename:.Copy the name of feature you want to enable.Open command prompt in administrative mode and run the following command:ĭISM /online /get-features /format:table | more.