WSABuilds/Fixes/FixInstallps1.md
2023-01-28 11:11:34 +00:00

1.9 KiB

WSABuilds      

   

Issue:

  Install.ps1 is not recognized/missing

   

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

215262254-7466d964-3956-4d71-8014-e2c5869ca4d4 winx_editor-1

 

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

 

4. The script will run and Windows Subsystem For Android™ will be installed