# WSABuilds          

问题:

  Install.ps1未被识别/丢失

   

解决方案

  如果弹出窗口没有请求管理员权限并且 Windows 子系统 for Android™ 没有成功安装,您应该手动以管理员身份运行 Install.ps1:   ### **1. 在键盘上按 Win + X,根据您正在运行的 Windows™ 版本选择 Windows™ 终端 (管理员) 或 Powershell (管理员)** ||| |--------|------| | | | |![215262254-7466d964-3956-4d71-8014-e2c5869ca4d4](https://user-images.githubusercontent.com/68516357/215263173-500591dd-c6d5-4c2d-9d38-58bc065fff28.png)|![winx_editor-1](https://user-images.githubusercontent.com/68516357/215263348-022dc031-802f-4e93-8999-05d0aa6744b9.png)|   ### **2. 输入下面的命令,替换 {X:\path\to\your\extracted\folder} 包括{}中的路径为解压后文件夹的路径** ```Powershell cd "{X:\path\to\your\extracted\folder}" ```   ### **3. 输入下面的命令并按 Enter 键** ```Powershell PowerShell.exe -ExecutionPolicy Bypass -File .\Install.ps1 ```   ### **4. 脚本将运行,Windows 子系统 for Android™ 将被安装**