Changes between Initial Version and Version 1 of Windows Hyper-V Full Uninstall


Ignore:
Timestamp:
01/19/25 12:09:18 (3 days ago)
Author:
Paul Kulda
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Windows Hyper-V Full Uninstall

    v1 v1  
     1= Windows Hyper-V Full Uninstall =
     2
     3{{{
     4Uninstall Hyper-V using Windows Features
     5[Reboot]
     6Rename C:\ProgramData\Microsoft\Windows\Hyper-V folder
     7Rename C:\Users\Public\Documents\Hyper-V folder, if it exists
     8Rename C:\ProgramData\Microsoft\Event Viewer\Applications and Services Logs\Microsoft\Windows\Hyper-V-Hypervisor, if it exists
     9Rename C:\ProgramData\Microsoft\Event Viewer\Applications and Services Logs\Microsoft\Windows\Hyper-V-Worker, if it exists
     10Rename C:\Users[logged_in_user]\AppData\Roaming\Microsoft\Windows\Hyper-V
     11In 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
     16RegEdit (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}}}