WSABuilds/Fixes/FixVirtError.md

47 lines
1.7 KiB
Markdown
Raw Normal View History

2023-01-25 22:17:26 +01:00
# WSABuilds &nbsp; &nbsp; <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/> &nbsp;
&nbsp;
&nbsp;
## Issues:
&nbsp;
&nbsp;
<img src="https://user-images.githubusercontent.com/68629435/213985345-a6fc6e97-63f3-4741-8965-8d62a0d6b824.png"/>
## Solution:
You may encounter this problem, even if Virtualization is enabled on your PC (in the BIOS) and shows up as enabled in Task Manager (as seen below) and Virtual Machine Platform + Windows Hypervisor Platform is Enabled. The solution is:
&nbsp;
2023-02-01 20:34:52 +01:00
1. ***Remove WSA***: Right clicking on "Windows Subsystem for Android™ Settings" and pressing uninstall + Deleting the extracted WSA (MagiskOnWSA folder that you extracted and installed from)
2023-01-25 22:17:26 +01:00
2. ***Go to "Turn Windows features on and off" and disable Hyper-V, Virtual Machine Platform, Windows Hypervisor Platform, and Windows Subsystem for Linux, then restart.****
2023-01-25 22:17:26 +01:00
3. ***Reenable these features and restart a second time.***
2023-01-25 22:17:26 +01:00
2023-02-01 20:34:52 +01:00
4. ***Make sure Core Isolation is turned off by going into Windows Defender Security Center.***
2023-01-25 22:17:26 +01:00
5. ***In registry editor (regedit), go to “\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FsDepends"***
2023-01-25 22:17:26 +01:00
Change the value of “Start” from “3” to “0”
> **Note**
> You can change it back to 3, if it makes no difference
6. ***Then in CMD (Run as Adminstrator), paste:***
2023-01-25 22:17:26 +01:00
```cmd
bcdedit /set hypervisorlaunchtype auto
```
7. ***Reinstall WSA by running `Run.bat`***
2023-01-25 22:17:26 +01:00
&nbsp;
2023-01-25 22:17:26 +01:00
**Hope this works for you!**
Join the Discord if you have any other questions or need help!
[<img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 400px;"/>](https://discord.gg/2thee7zzHZ)