From c71d5ee24e42fb8b33a4a5e8ced4b606c0fc80ae Mon Sep 17 00:00:00 2001
From: MCDeltaT <68516357+MustardChef@users.noreply.github.com>
Date: Sat, 28 Jan 2023 11:11:34 +0000
Subject: [PATCH] Create FixInstallps1.md
---
Fixes/FixInstallps1.md | 50 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
create mode 100644 Fixes/FixInstallps1.md
diff --git a/Fixes/FixInstallps1.md b/Fixes/FixInstallps1.md
new file mode 100644
index 0000000..67a0c1e
--- /dev/null
+++ b/Fixes/FixInstallps1.md
@@ -0,0 +1,50 @@
+# 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](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. 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**
+
+