Uninstalling HyperV from Windows 8

7

2

Let me be the first to say that I love that my copy of Win8 Pro comes automatically installed with HyperV. Unfortunately, I use Workstation instead and have been unable to figure out how to uninstall HyperV(Workstation will not install with HyperV installed).

Is it possible to uninstall this from Windows 8?

SQLSavant

Posted 2013-06-12T01:27:16.243

Reputation: 173

Answers

7

try launching:

appwiz.cpl and then going to add / remove feature. Search for it there.

Bring up the Run box, command prompt, or Start Search and type "appwiz.cpl" without the quotes.

Once the Add / Remove programs dialog opens, click Add / Remove features on the left.

Find the Hyper-V add-in and un-check it.

In fact, a quick search confirms this should work.

Austin T French

Posted 2013-06-12T01:27:16.243

Reputation: 9 766

Found this answer today and I see that I had already upvoted it. Apparently this feature was enabled again after the upgrade to Windows 10. – user1301428 – 2016-05-02T19:11:16.017

Hmm, based on the error I was receiving I was under the impression that it would need to be uninstalled, not just disabled. That did the trick though, thanks! – SQLSavant – 2013-06-12T01:36:05.513

@cloyd800 The process is essentially the same, but instead of checking the box for the Hyper-V add-in you un-check it. That will uninstall it – Austin T French – 2013-06-12T01:39:43.867

11

Removing the feature from the control panel menu didn't work for me. However the following command did. It needs to be run from an admin command prompt.

Dism /online /disable-feature /featurename:Microsoft-Hyper-V

Levi Botelho

Posted 2013-06-12T01:27:16.243

Reputation: 311

Deployment Image Servicing and Management tool Version: 6.3.9600.17031

Image Version: 6.3.9600.17031

Error: 0x800f080c

Feature name Microsoft-Hyper-V is unknown. A Windows feature name was not recognized. Use the /Get-Features option to find the name of the feature in the image and tr y the command again.

The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log – Xitcod13 – 2015-05-07T08:03:11.183

1For Windows 7, use

Dism /online /disable-feature /featurename:VirtualPC – furman87 – 2015-08-06T19:48:56.147