mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2025-02-05 22:28:27 +01:00
1.9 KiB
1.9 KiB
WSABuilds
Issue:
Install.ps1 is not recognized/missing
![](https://media.discordapp.net/attachments/1044322950725259274/1068243571544690719/9Qf3veK.png)
![](https://user-images.githubusercontent.com/68516357/215262023-89e0e0fa-3dd7-4d6d-b93a-224169f61971.png)
Solution
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 on your keyboard and select Windows™ Terminal (Admin) or Powershell (Admin) depending on the version of Windows™ you are running
![]() |
![]() |
2. Input the command below and press enter, replacing {X:\path\to\your\extracted\folder} including the {} with the path of the extracted folder
cd "{X:\path\to\your\extracted\folder}"
3. Input the command below and press enter
PowerShell.exe -ExecutionPolicy Bypass -File .\Install.ps1