added install.ps5 error

This commit is contained in:
Duckling 2023-01-25 12:39:09 +06:00 committed by GitHub
parent f7a5339033
commit ce610f9341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 3 deletions

View File

@ -40,12 +40,37 @@ ___
[!badge variant="light" text="Step 3"] Open the WSA folder and **run** the `Run.bat`
[!badge variant="light" text="Step 4"] Once the installation process completes, WSA will launch.
==- :icon-alert: Install.ps1 Error
If the popup windows disappear without asking administrative permission and Windows Subsystem For Android™ is not installed successfully, you should manually run Install.ps1 as administrator:
1. Press Win+x and select Windows™ Terminal (Admin)
2. Input the command below and press enter, replacing {X:\path\to\your\extracted\folder} including the {} with the path of the extracted folder
```Powershell
cd "{X:\path\to\your\extracted\folder}"
```
3. Input the command below and press enter
```Powershell
PowerShell.exe -ExecutionPolicy Bypass -File .\Install.ps1
```
4. The script will run and Windows Subsystem For Android™ will be installed
!!!info If this is a first-time install, a window asking for consent to diagnostic information will be shown. Sometimes two identical windows may appear, click OK in both windows).
If this workaround does not work, your PC is not supported for WSA
===
!!!dark
If you previously have a MagiskOnWSA installation, it will automatically uninstall the previous one while preserving all user data and install the new one, so don't worry about your data.
!!!
!!!info The installation Process is DONE!
[!badge variant="light" text="Step 4"] Once the installation process completes, WSA will launch.
!!!dark
If this is a first-time install, a window asking for consent to diagnostic information will be shown. Sometimes two identical windows may appear, click OK in both windows).
!!!
!!!light The installation Process is DONE!
Now close Windows powershell by putting any key there.
!!!