Home
New Site
- Details
- Category: News
I have finally got around to updating the website, and have decided to simplify all this stuff. Jasonbegley.com and digitalgoat.info are all redirecting to this page. It doesn't make sense to keep that many different sites up for the small amount of useful info that I have out here. Plus updates are a lot easier, and who knows maybe I might add more content to this site now.
How to fix Win 10 hyper-v uninstall for VMWare Worstation or Virtualbox
- Details
- Category: How-To's
How to fix Win 10 hyper-v uninstall for VMWare Worstation or Virtualbox
So you have uninstalled hyper-v? I bet there are still components left even though it is uninstalled.
Errors from:
Virutalbox
“VT-x not available”
VmWare Workstation
"VMware Workstation and Hyper-V are not compatible. Remove the Hyper-V role from the system before running VMware Workstation"
Somewhat ez fix:
1.)From admin command prompt (this will take some time):
bcdedit /set hypervisorlaunchtype off
Dism /Online /Cleanup-Image /RestoreHealth
Dism.exe /online /Cleanup-Image /StartComponentCleanup
Dism.exe /Online /Disable-Feature:Microsoft-Hyper-V
sfc /scannow
2.)From admin powershell(do #1 first):
Disable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All
Reboot and your fixed.
Uverse RG MAC Abuse FIX
- Details
- Category: How-To's
Uverse RG MAC Abuse
Symptoms: Uverse service and hosts with multiple IPs losing reach-ability.
Cause: Uverse "RG" firmware abuses MAC addressing for the sake of security.
Workaround: Add a router and take advantage of "router behind router" feature.