From a6805de9c138bc572c890a0d2afc6246934003db Mon Sep 17 00:00:00 2001
From: MCDeltaT <68516357+MustardChef@users.noreply.github.com>
Date: Thu, 6 Apr 2023 21:04:10 +0100
Subject: [PATCH 01/10] Create Fix Error 0x80073CF9_CN.md
---
Fixes/Fix Error 0x80073CF9_CN.md | 35 ++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
create mode 100644 Fixes/Fix Error 0x80073CF9_CN.md
diff --git a/Fixes/Fix Error 0x80073CF9_CN.md b/Fixes/Fix Error 0x80073CF9_CN.md
new file mode 100644
index 0000000..85a58ae
--- /dev/null
+++ b/Fixes/Fix Error 0x80073CF9_CN.md
@@ -0,0 +1,35 @@
+# WSABuilds
+
+---
+
+## 问题: 运行 "Run.bat" 安装安卓子系统 (WSA) 时出现错误代码 0x80073CF9
+### 前言:
+##### 这个问题可能由许多因素引起,例如下载 .zip 文件或从 .zip 文件中提取文件时的文件损坏。这也可能是由于文件夹名称过长导致(这是由于 MagiskOnWSA 倾向于为 .zip 文件和存档内的文件夹生成一个长字符串。)
+
+
+
+---
+
+## 解决方案
+
+**1. 确保你要安装的分区/驱动器是 NTFS 格式**
+
+**2. 从 [Releases 页面](https://github.com/MustardChef/WSABuilds/releases) 重新下载 WSA Build .zip 文件 (有时下载和提取过程中可能会损坏文件)**
+
+**3. 将 .zip 文件夹重命名为较短的名称,可以是任何你选择的名称 (例如: WSA_2XXX.XXXXX.X.X_XXXX_Release-Nightly-with-magisk-XXXXXXX-XXXXXX-MindTheGapps-XX.X-RemovedAmazon ----> WSAArchive2XXX)**
+
+**4. 使用 WinRAR 或适当的压缩工具而不是内置的 Windows .zip 解压程序提取 .zip 文件**
+
+**5. 将提取后的文件夹重命名为较短的名称,可以是任何你选择的名称 (例如: WSA_2XXX.XXXXX.X.X_XXXX_Release-Nightly-with-magisk-XXXXXXX-XXXXXX-MindTheGapps-XX.X-RemovedAmazon ----> WSAExtracted2XXX)**
+
+**6. 确保以管理员身份运行 "Run.bat"**
+
+**希望这对你有帮助!**
+
+---
+
+### 还有问题或需要帮助吗?
+
+如果您有任何其他问题或需要帮助,请加入 Discord!
+
+[](https://discord.gg/2thee7zzHZ)
From f744eebd79d7bce4f400e746756724a0b96187ad Mon Sep 17 00:00:00 2001
From: MCDeltaT <68516357+MustardChef@users.noreply.github.com>
Date: Thu, 6 Apr 2023 21:39:47 +0100
Subject: [PATCH 02/10] Create Fix Error 0x80073CFD_CN.md
---
Fixes/Fix Error 0x80073CFD_CN.md | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
create mode 100644 Fixes/Fix Error 0x80073CFD_CN.md
diff --git a/Fixes/Fix Error 0x80073CFD_CN.md b/Fixes/Fix Error 0x80073CFD_CN.md
new file mode 100644
index 0000000..d9c4b99
--- /dev/null
+++ b/Fixes/Fix Error 0x80073CFD_CN.md
@@ -0,0 +1,31 @@
+# WSABuilds
+
+---
+
+## 问题: 运行“Run.bat”安装Windows子系统Android (WSA) 时出现0x80073CFD错误
+### 前言:
+##### 这个问题是由于Windows 10 Build版本过老,无法运行WSA,因此安装程序会停止并出现错误,如下所示
+
+```Powershell
+Registering AppxManifest.xml...
+Add-AppxPackage : Deployment failed with HRESULT: 0x80073CFD,
+Prerequisite for an install could not be satisfied. Windows cannot install package MicrosoftCorporationII.WindowsSubsystemForAndroid_2301.40000.7.0_x64__8wekyb3d8bbwe because this package is not compatible with the device.
+The package requires OS version 10.0.19044.2604 or higher on the Windows.Desktop device family.
+The device is currently running OS version 10.0.19043.2364.
+NOTE: For additional information, look for [ActivityId] 8b8599fb-55c1-0002-338b-868bc155d901 in the Event Log or use the command line
+Get-AppPackageLog -ActivityID 8b8599fb-55c1-0002-338b-868bc155d901
+```
+
+
+
+
+---
+## 解决方法:
+
+### 解决方法很简单:
+
+使用[微软指南](https://support.microsoft.com/en-gb/windows/update-windows-3c5ae7fc-9fb6-9af1-1984-b5e0412c556a#WindowsVersion=Windows_10)更新Windows 10到最新版本
+
+***或***
+
+使用[Windows 10 更新助手Fix Error 0x80073CFD.md](https://support.microsoft.com/en-us/topic/windows-10-update-assistant-3550dfb2-a015-7765-12ea-fba2ac36fb3f)
From 6662036e17c820da8688fb9296ec8fb873189e3d Mon Sep 17 00:00:00 2001
From: MCDeltaT <68516357+MustardChef@users.noreply.github.com>
Date: Thu, 6 Apr 2023 21:40:32 +0100
Subject: [PATCH 03/10] Update Fix Error 0x80073CFD_CN.md
---
Fixes/Fix Error 0x80073CFD_CN.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Fixes/Fix Error 0x80073CFD_CN.md b/Fixes/Fix Error 0x80073CFD_CN.md
index d9c4b99..bdf4f0a 100644
--- a/Fixes/Fix Error 0x80073CFD_CN.md
+++ b/Fixes/Fix Error 0x80073CFD_CN.md
@@ -28,4 +28,4 @@ Get-AppPackageLog -ActivityID 8b8599fb-55c1-0002-338b-868bc155d901
***或***
-使用[Windows 10 更新助手Fix Error 0x80073CFD.md](https://support.microsoft.com/en-us/topic/windows-10-update-assistant-3550dfb2-a015-7765-12ea-fba2ac36fb3f)
+使用[Windows 10 更新助手](https://support.microsoft.com/en-us/topic/windows-10-update-assistant-3550dfb2-a015-7765-12ea-fba2ac36fb3f)
From 0053a5afe34688a062a0a519a136db81ab6d5845 Mon Sep 17 00:00:00 2001
From: MCDeltaT <68516357+MustardChef@users.noreply.github.com>
Date: Thu, 6 Apr 2023 21:46:31 +0100
Subject: [PATCH 04/10] Create Fix Error 0x80073D10_CN.md
---
Fixes/Fix Error 0x80073D10_CN.md | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 Fixes/Fix Error 0x80073D10_CN.md
diff --git a/Fixes/Fix Error 0x80073D10_CN.md b/Fixes/Fix Error 0x80073D10_CN.md
new file mode 100644
index 0000000..6826373
--- /dev/null
+++ b/Fixes/Fix Error 0x80073D10_CN.md
@@ -0,0 +1,20 @@
+# WSABuilds
+
+---
+## 问题: 运行“Run.bat”以安装 Android 的 Windows 子系统(WSA)时出现错误 0x80073D10。
+### 前言:
+##### 此问题是由于您尝试为错误的 CPU 架构安装 WSA 软件包而引起的。例如,您错误地在 x64 系统上尝试安装 arm64 软件包。
+
+
+
+---
+
+## 解决方案
+
+**1. 为确保您下载正确的 CPU 架构软件包,请转到 Readme.md 的[下载部分](https://github.com/MustardChef/WSABuilds#downloads)。**
+
+**2. 单击与您的操作系统(OS)和 CPU 架构匹配的徽章/按钮,它会带您进入对应的发布页面。**
+
+**3. 下载该软件包,然后按照 README.md 中的[安装指南](https://github.com/MustardChef/WSABuilds#--installation)进行安装。**
+
+**4. 尽情享用。**
From 54ea0bd3748157ec57149e7f14807ba2183f720c Mon Sep 17 00:00:00 2001
From: MCDeltaT <68516357+MustardChef@users.noreply.github.com>
Date: Thu, 6 Apr 2023 21:56:22 +0100
Subject: [PATCH 05/10] Create FixInstallps1_CN.md
---
Fixes/FixInstallps1_CN.md | 50 +++++++++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
create mode 100644 Fixes/FixInstallps1_CN.md
diff --git a/Fixes/FixInstallps1_CN.md b/Fixes/FixInstallps1_CN.md
new file mode 100644
index 0000000..e4e297d
--- /dev/null
+++ b/Fixes/FixInstallps1_CN.md
@@ -0,0 +1,50 @@
+# 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™ 将被安装**
+
+
From ff400d136a4fa8dc64939bc79e4ec037cb3482dd Mon Sep 17 00:00:00 2001
From: MCDeltaT <68516357+MustardChef@users.noreply.github.com>
Date: Thu, 6 Apr 2023 22:02:10 +0100
Subject: [PATCH 06/10] Create FixInternet_CN.md
---
Fixes/FixInternet_CN.md | 59 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 59 insertions(+)
create mode 100644 Fixes/FixInternet_CN.md
diff --git a/Fixes/FixInternet_CN.md b/Fixes/FixInternet_CN.md
new file mode 100644
index 0000000..e49e1f6
--- /dev/null
+++ b/Fixes/FixInternet_CN.md
@@ -0,0 +1,59 @@
+# WSABuilds
+
+# **⚠️ 指南是不完整的 ⚠️**
+
+
+
+
+## Issues:
+### 没有互联网
+![image](https://user-images.githubusercontent.com/68516357/215296995-4a8c9184-321e-438f-9483-6983ce65ce47.png)
+
+
+
+
+
+
+## Solution:
+这些解决方法会因为在 Windows Subsystem for Android (WSA) 和 Windows Subsytem for Linux (WSL) 中没有网络的原因不同而被分成多个解决方法。
+
+
+ 解决方法 #1: 卸载 Hyper-V 网络适配器
+
+**某些 Hyper-V 网络驱动可能会干扰 WSA 或 WSL**
+
+
+**⚠️ 谨慎执行以下操作。 ⚠️**
+
+**⚠️ 我不对造成的任何损害负责 ⚠️**
+
+
+#### **步骤 1:打开设备管理器**
+1. 使用搜索或 Win + X,打开设备管理器
+![image](https://user-images.githubusercontent.com/68516357/215346473-88649375-6a5b-46b2-80bb-6f6551c23c5f.png)
+
+#### **步骤 2:显示隐藏设备**
+3. 点击 "查看"
+4. 选择 "显示隐藏设备"
+![image](https://user-images.githubusercontent.com/68516357/215347683-6c84663c-a3cb-4e79-bc63-a2cdf91bb4ef.png)
+
+#### **步骤 3:卸载所有 Hyper-V 网络适配器**
+5. 选择名称中带有 "Hyper-V" 的每个驱动程序
+6. 对于每个驱动程序,右键单击并选择 "卸载驱动程序"
+![image](https://user-images.githubusercontent.com/68516357/215347543-91c71429-26fe-44a2-b818-dd9bfeb6bcaf.png)
+#### **步骤 4:重启 Windows**
+![](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fwww.4winkey.com%2Fimages%2Farticle%2Fwindows-tips%2Frestart-screen-stuck.jpg&f=1&nofb=1&ipt=2b826a4d045dc39aaa0487ea2338289d905c9f94c365f5f606334100a1ec9cb1&ipo=images)
+
+
+
+
From 2b50cb3c0dddc04f91f3be1e49fee54953467dc4 Mon Sep 17 00:00:00 2001
From: MCDeltaT <68516357+MustardChef@users.noreply.github.com>
Date: Thu, 6 Apr 2023 22:05:05 +0100
Subject: [PATCH 07/10] Create FixPathTooLong_CN.md
---
Fixes/FixPathTooLong_CN.md | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
create mode 100644 Fixes/FixPathTooLong_CN.md
diff --git a/Fixes/FixPathTooLong_CN.md b/Fixes/FixPathTooLong_CN.md
new file mode 100644
index 0000000..6eb8a7e
--- /dev/null
+++ b/Fixes/FixPathTooLong_CN.md
@@ -0,0 +1,25 @@
+# WSABuilds
+
+---
+## 问题: 解压缩 .zip 文件以安装 Windows Subsystem for Android (WSA) 时,出现“路径过长”的错误
+### 前言:
+##### 如果文件夹名称太长,则会出现此问题。通常情况下,MagiskOnWSALocal 脚本会为 .zip 文件和存档中的文件夹生成一个很长的字符串,这就是问题所在。
+
+
+
+---
+## 解决方法
+
+解决方法很简单,只需按照以下步骤进行操作:
+
+**1. 将 .zip 文件夹重命名为较短的名称,名称可以是任何你选择的名称 (例如:WSA_2XXX.XXXXX.X.X_XXXX_Release-Nightly-with-magisk-XXXXXXX-XXXXXX-MindTheGapps-XX.X-RemovedAmazon ----> WSAArchive2XXX)**
+
+**2. 将已提取的文件夹重命名为较短的名称,名称可以是任何你选择的名称 (例如:WSA_2XXX.XXXXX.X.X_XXXX_Release-Nightly-with-magisk-XXXXXXX-XXXXXX-MindTheGapps-XX.X-RemovedAmazon ----> WSAExtracted2XXX)**
+
+---
+
+### 还有其他问题或需要帮助吗?
+
+如果您有任何其他问题或需要帮助,请加入 Discord!
+
+[](https://discord.gg/2thee7zzHZ)
From 2b358550f8de294fc176e664f7b8776226da9638 Mon Sep 17 00:00:00 2001
From: MCDeltaT <68516357+MustardChef@users.noreply.github.com>
Date: Thu, 6 Apr 2023 22:28:11 +0100
Subject: [PATCH 08/10] Create FixVirtError_CN.md
---
Fixes/FixVirtError_CN.md | 50 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
create mode 100644 Fixes/FixVirtError_CN.md
diff --git a/Fixes/FixVirtError_CN.md b/Fixes/FixVirtError_CN.md
new file mode 100644
index 0000000..3478ec4
--- /dev/null
+++ b/Fixes/FixVirtError_CN.md
@@ -0,0 +1,50 @@
+# WSABuilds
+
+
+
+
+## 问题:
+
+
+
+
+
+
+## 解决方法:
+
+即使在BIOS中启用了虚拟化,并且在任务管理器中显示启用的情况下(如下所示),您仍可能会遇到此问题,并出现“虚拟机平台”+“Windows Hypervisor平台”。解决方案如下:
+
+
+
+1. ***删除 WSA***:右键单击“Windows Subsystem for Android™ Settings”,然后单击“卸载”,删除提取的 WSA(从中提取和安装的 MagiskOnWSA 文件夹),并转到 %LOCALAPPDATA%/Packages/ 并删除该文件夹:MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe
+
+2. ***打开 "打开或关闭Windows功能" 并禁用Hyper-V、虚拟机平台、Windows Hypervisor平台和Windows子系统 Linux,然后重新启动。****
+
+3. ***重新启用这些功能并再次重新启动。***
+
+4. ***确保在Windows安全性 > 应用和浏览器控制 > 漏洞利用保护中启用了控制流防护。*** 这是一个已知的问题,可能会阻止WSA启动
+
+5. ***在注册表编辑器 (regedit) 中,转到 “\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FsDepends"***
+
+ 将 “Start” 的值从 “3” 改为 “0”
+
+> **注意**
+> 如果没有任何区别,您可以将其更改回3
+
+6. ***然后在CMD(以管理员身份运行)中,粘贴:***
+```cmd
+bcdedit /set hypervisorlaunchtype auto
+```
+
+7. ***重新启动电脑***
+
+8. ***通过运行 `Run.bat` 重新安装WSA***
+
+
+
+
+**希望这对您有帮助!**
+
+如果您有任何其他问题或需要帮助,请加入我们的Discord!
+
+[](https://discord.gg/2thee7zzHZ)
From c7dba1a31fea6e1091eb6cba53fb9fa3da1172d0 Mon Sep 17 00:00:00 2001
From: MCDeltaT <68516357+MustardChef@users.noreply.github.com>
Date: Thu, 6 Apr 2023 22:39:19 +0100
Subject: [PATCH 09/10] Create MissingIcons_CN.md
---
Fixes/MissingIcons_CN.md | 48 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 Fixes/MissingIcons_CN.md
diff --git a/Fixes/MissingIcons_CN.md b/Fixes/MissingIcons_CN.md
new file mode 100644
index 0000000..d840b52
--- /dev/null
+++ b/Fixes/MissingIcons_CN.md
@@ -0,0 +1,48 @@
+# WSABuilds
+
+## 问题:更新 WSA 或重新启动计算机后,图标消失或变成白色
+
+
+
+### 前言:
+##### 这看起来像是 WSA 本身的一个 bug,可以通过以下步骤恢复图标。
+
+
+
+
+## 解决方法
+
+**1.** 备份 `%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache\userdata.vhdx` 中的 `userdata.vhdx`
+
+**2.** 按照[此指南](https://github.com/MustardChef/WSABuilds#--uninstallation)卸载 WSA。
+
+**3.** 从 `Install.ps1` 中删除在安装完成后自动启动 Magisk 和 Play Store 的两行代码
+
+```powershell
+function Finish {
+ Clear-Host
+ Start-Process "wsa://com.topjohnwu.magisk"
+ Start-Process "wsa://com.android.vending"
+}
+```
+
+**4.** 安装 WSA
+
+**5.** 将备份的 `userdata.vhdx` 恢复到 `%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache\userdata.vhdx`
+
+**6.** 启动 WSA
+
+
+
+> **警告**
+> **恢复用户数据之前不要启动 WSA。**
+
+
+
+---
+
+### 有进一步问题或需要帮助吗?
+
+如果您有任何其他问题或需要帮助,请加入 Discord!
+
+[](https://discord.gg/2thee7zzHZ)
From 6dbdea71bac38c0c72e248f0a7e2f80dcc61d94c Mon Sep 17 00:00:00 2001
From: MCDeltaT <68516357+MustardChef@users.noreply.github.com>
Date: Thu, 6 Apr 2023 22:44:03 +0100
Subject: [PATCH 10/10] Update README_CN with new Fixes links.md
---
README_CN.md | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/README_CN.md b/README_CN.md
index 7ce7b8f..7cdd15c 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -387,25 +387,25 @@ Add-AppxPackage -Register .\AppxManifest.xml 的作用是将 appx 包与一些
有问题吗?
### Common Issues:
-[](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/FixInstallps1.md)
+[](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/FixInstallps1_CN.md)
-[](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/FixVirtError.md)
+[](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/FixVirtError_CN.md)
[](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/FixInternet.md)
-[](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Fix%20Error%200x80073CFD.md)
+[](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Fix%20Error%200x80073CFD_CN.md)
-[](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Fix%20Error%200x80073CF6.md)
+[](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Fix%20Error%200x80073CF6_CN.md)
-[](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Fix%20Error%200x80073CF9.md)
+[](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Fix%20Error%200x80073CF9_CN.md)
-[](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Fix%20Error%200x80073D10.md)
+[](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Fix%20Error%200x80073D10_CN.md)
-[](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/NamedResource%20Not%20Found%20-%20Fix%20Error%200x80073B17.md)
+[](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/NamedResource%20Not%20Found%20-%20Fix%20Error%200x80073B17_CN.md)
-[](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/FixPathTooLong.md)
+[](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/FixPathTooLong_CN.md)
-[](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/MissingIcons.md)
+[](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/MissingIcons_CN.md)