You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/Fix Guides/Post-Install Issues/FixVirtError.md
+14-11Lines changed: 14 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,14 @@ You may encounter this problem, even if Virtualization is enabled on your PC (in
18
18
19
19
1.***Remove WSA***: Right clicking on "Windows Subsystem for Android™ Settings" and pressing uninstall + Deleting the extracted WSA (MagiskOnWSA/WSABuilds) folder that you extracted and installed from.
20
20
21
+
22
+
21
23
2.***Go to "Turn Windows features on and off" and if any of these features below are enabled, DISABLE THEM.***
22
24
23
-
- Hyper-V
24
-
- Virtual Machine Platform
25
-
- Windows Hypervisor Platform
26
-
- Windows Subsystem for Linux
25
+
- Hyper-V
26
+
- Virtual Machine Platform
27
+
- Windows Hypervisor Platform
28
+
- Windows Subsystem for Linux
27
29
28
30
29
31
@@ -42,12 +44,14 @@ You may encounter this problem, even if Virtualization is enabled on your PC (in
42
44
43
45
44
46
45
-
6.***In registry editor (regedit), go to “\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FsDepends"***
46
-
47
-
Change the value of “Start” from “3” to “0”
48
-
49
-
> [!NOTE]
50
-
> You can change it back to 3, if it makes no difference
47
+
6. In registry editor (regedit):
48
+
49
+
- Go to ``\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FsDepends``
50
+
- Change the value of ``Start`` from ``3`` to ``0``
51
+
52
+
- Go to ``HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\DeviceGuard``
53
+
- Change the value of ``EnableVirtualizationBasedSecurity`` to ``0``
54
+
- If you do not have a ``EnableVirtualizationBasedSecurity`` DWORD value, create one by right-clicking and adding a new ``DWORD (32 bit)`` value. Rename it to ``EnableVirtualizationBasedSecurity`` and make sure that the value is set to ``0``.
51
55
52
56
53
57
@@ -80,7 +84,6 @@ bcdedit /set hypervisorlaunchtype auto
0 commit comments