Skip to content

Commit af8488c

Browse files
authored
Update FixVirtError.md
1 parent 758c96e commit af8488c

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

‎Documentation/Fix Guides/Post-Install Issues/FixVirtError.md‎

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ You may encounter this problem, even if Virtualization is enabled on your PC (in
1818

1919
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.
2020

21+
 
22+
2123
2. ***Go to "Turn Windows features on and off" and if any of these features below are enabled, DISABLE THEM.***
2224

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
2729

2830
 
2931

@@ -42,12 +44,14 @@ You may encounter this problem, even if Virtualization is enabled on your PC (in
4244

4345
 
4446

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``.
5155

5256
 
5357

@@ -80,7 +84,6 @@ bcdedit /set hypervisorlaunchtype auto
8084

8185
 
8286

83-
**Hope this works for you!**
8487

8588
<br />
8689
<br />

0 commit comments

Comments
 (0)