| 1 | = Windows Hyper-V Full Uninstall = |
| 2 | |
| 3 | {{{ |
| 4 | Uninstall Hyper-V using Windows Features |
| 5 | [Reboot] |
| 6 | Rename C:\ProgramData\Microsoft\Windows\Hyper-V folder |
| 7 | Rename C:\Users\Public\Documents\Hyper-V folder, if it exists |
| 8 | Rename C:\ProgramData\Microsoft\Event Viewer\Applications and Services Logs\Microsoft\Windows\Hyper-V-Hypervisor, if it exists |
| 9 | Rename C:\ProgramData\Microsoft\Event Viewer\Applications and Services Logs\Microsoft\Windows\Hyper-V-Worker, if it exists |
| 10 | Rename C:\Users[logged_in_user]\AppData\Roaming\Microsoft\Windows\Hyper-V |
| 11 | In Control Panel\All Control Panel Items\Network Connections |
| 12 | |
| 13 | (Right-click Start icon, select Network Connections. Select Ethernet in the left navigation bar, then Change Adapter Options) |
| 14 | right-click on "vEtnernet (Default Switch)", Properties, Configure..., Driver, Uninstall Device |
| 15 | |
| 16 | RegEdit (as Admin) |
| 17 | |
| 18 | Change owner of HKLM\SOFTWARE\Classes\CLSID\{76A64158-CB41-11D1-8B02-00600806D9B6} from TrustedInstaller to Administrators |
| 19 | Confirm that HKLM\SOFTWARE\Classes\CLSID\{76A64158-CB41-11D1-8B02-00600806D9B6}\TypeLib Default value is {565783C6-CB41-11D1-8B02-00600806D9B6} - Change HKLM\SOFTWARE\Classes\CLSID\{76A64158-CB41-11D1-8B02-00600806D9B6}\InProcServer32\ThreadingModel from Apartment to Both |
| 20 | Add HKLM\SOFTWARE\Classes\CLSID\{76A64158-CB41-11D1-8B02-00600806D9B6}\AppID = {76A64158-CB41-11D1-8B02-00600806D9B6} |
| 21 | Add HKLM\SOFTWARE\Classes\AppID\{76A64158-CB41-11D1-8B02-00600806D9B6} Subkey |
| 22 | Add empty string value HKLM\SOFTWARE\Classes\AppID\{76A64158-CB41-11D1-8B02-00600806D9B6}\DllSurrogate |
| 23 | |
| 24 | }}} |