Restructure README and repo files

This commit is contained in:
MCDeltaT 2023-10-10 19:14:08 +01:00
parent 3d4757eb54
commit b9ede8ad0b
100 changed files with 916 additions and 989 deletions

View File

@ -0,0 +1,50 @@
# WSABuilds &nbsp; &nbsp; <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/> &nbsp;
<picture><img style="float: left;" src="https://img.icons8.com/fluency/96/cloud-backup-restore.png" width="60" height="60"/></picture><h1> &nbsp; Backup and Restore Userdata</h1>
## Backing Up Your Userdata
In order to make a backup of your WSA data you must copy the ``Userdata.vhdx`` (which includes, but is not limited Android Apps and their data, settings etc.), located at ``%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache\userdata.vhdx``, to a safe location
## Restoring Your Backup
Before attempting to restore your backup, you must remove WSA if installed. Then before you run the ``Run.bat`` script (to reinstall WSA after removing it), you need to remove these lines from ``Install.ps1``, located in the your extracted WSA folder:
&nbsp;
> <picture>
> <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/Mqxx/GitHub-Markdown/main/blockquotes/badge/light-theme/tip.svg">
> <img alt="Tip" src="https://raw.githubusercontent.com/Mqxx/GitHub-Markdown/main/blockquotes/badge/dark-theme/tip.svg">
> </picture><br>
>
> The Lines (as shown below) that you need to remove in ``Install.ps1`` may vary depending on the type of WSA Build that you are trying to install.
&nbsp;
Android Settings:
```pwsh
Start-Process "wsa://com.android.settings"
```
Official Magisk:
```pwsh
Start-Process "wsa://com.topjohnwu.magisk"
```
Magisk Delta:
```pwsh
Start-Process "wsa://io.github.huskydg.magisk"
```
Magisk Alpha:
```pwsh
Start-Process "wsa://io.github.vvb2060.magisk"
```
Google Play Store:
```pwsh
Start-Process "wsa://com.android.vending"
```
Amazon Appstore:
```pwsh
Start-Process "wsa://com.amazon.venezia"
```
After running the script, do not run WSA at all, and go to ``%localappdata%\Packages`` and (if the folders do not exist, create them) in ``MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache\`` paste the userdata.vhdx
Now run WSA and your userdata should hopefully be restored

View File

@ -0,0 +1,103 @@
# WSABuilds &nbsp; &nbsp; <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/> &nbsp;
<picture><img style="float: left;" src="https://img.icons8.com/external-flaticons-lineal-color-flat-icons/64/null/external-credits-movie-theater-flaticons-lineal-color-flat-icons.png" width="60" height="60"/></picture><h1> &nbsp; Credits</h1>
<table>
<thead>
<tr>
<th>Resource</th>
<th>Authors</th>
<th>Description of resource used<br></th>
<th>License</th>
<th>In Use?<br></th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://github.com/LSPosed/MagiskOnWSALocal" target="_blank" rel="noopener noreferrer">MagiskOnWSALocal</a></td>
<td>LSPosed and contributors</td>
<td>Set of scripts and utilities used by this project to integrate Magisk root and Google Apps into WSA.</td>
<td><a href="https://github.com/LSPosed/MagiskOnWSALocal/blob/main/LICENSE" target="_blank" rel="noopener noreferrer">AGPLv3</a></td>
<td></td>
</tr>
<tr>
<td><a href="https://github.com/YT-Advanced/WSA-Script" target="_blank" rel="noopener noreferrer">WSA-Script</a></td>
<td>YT-Advanced and contributors</td>
<td>Github Action workflow implementation of MagiskOnWSALocal, similar to the original MagiskOnWSA repo (taken-down). The GitHub workflows used in this repo are based on the workflows avaliable in this project.</td>
<td><a href="https://github.com/YT-Advanced/WSA-Script/blob/main/LICENSE" target="_blank" rel="noopener noreferrer">AGPLv3</a></td>
<td></td>
</tr>
<tr>
<td><a href="https://github.com/cinit/WSAPatch" target="_blank" rel="noopener noreferrer">WSAPatch</a></td>
<td>Cinit</td>
<td>Patches for WSA to enable WSA (Windows Subsystem for Android) to run on Windows 10, used in the WSA builds for Windows 10.</td>
<td><a href="https://github.com/cinit/WSAPatch/blob/main/LICENSE" target="_blank" rel="noopener noreferrer">Unlicenced License</a></td>
<td></td>
</tr>
<tr>
<td><a href="https://commons.wikimedia.org/wiki/File:Windows_logo_-_2012_(dark_blue).svg" target="_blank" rel="noopener noreferrer">Windows 10 Logo</a></td>
<td>Microsoft (original), AkshayAnand </td>
<td>WIndows 10 Logo used in this repo. Follows Microsoft's Brand/Trademark Guidelines.</td>
<td>Public Domain</td>
<td></td>
</tr>
<tr>
<td><a href="https://commons.wikimedia.org/wiki/File:Windows_logo_-_2021.svg" target="_blank" rel="noopener noreferrer">Windows 11 Logo</a></td>
<td>Microsoft (original), OAOV</td>
<td>WIndows 11 Logo used in this repo. Follows Microsoft's Brand/Trademark Guidelines.</td>
<td>Public Domain</td>
<td></td>
</tr>
<tr>
<td><a href="https://commons.wikimedia.org/wiki/File:Windows_10-Logo.png" target="_blank" rel="noopener noreferrer">WIndows 10 Logo with wordmark</a></td>
<td>Microsoft</td>
<td>WIndows 10 Logo used in this repo. Follows Microsoft's Brand/Trademark Guidelines.<br></td>
<td><a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="noopener noreferrer">CC-BY-SA 4.0</a><br></td>
<td></td>
</tr>
<tr>
<td><a href="https://commons.wikimedia.org/wiki/File:Windows_11_logo.svg" target="_blank" rel="noopener noreferrer">WIndows 11 Logo with workmark</a></td>
<td>Microsoft</td>
<td>WIndows 11 Logo used in this repo. Follows Microsoft's Brand/Trademark Guidelines.</td>
<td>Public Domain</td>
<td></td>
</tr>
<tr>
<td>Icon8</td>
<td>Icons8 and authors,</td>
<td>Some icons used in this repo were obtained from Icons8. To view the specific icons used, check the raw Markdown and HTML files,</td>
<td><a href="https://icons8.com/license" target="_blank" rel="noopener noreferrer">Icons8 License</a></td>
<td></td>
</tr>
</tbody>
</table>
---
### Other Resources used as reference
- [StoreLib](https://github.com/StoreDev/StoreLib): API for downloading WSA
- [Magisk](https://github.com/topjohnwu/Magisk): The Magic Mask for Android
- [The Open Google Apps Project](https://opengapps.org): Script the automatic generation of up-to-date Google Apps packages
- [KernelSU](https://github.com/tiann/KernelSU): A Kernel based root solution for Android
- [WSAGAScript](https://github.com/ADeltaX/WSAGAScript): The first GApps integration script for WSA
- [MagiskOnWSA](https://github.com/LSPosed/MagiskOnWSA): `Deprecated` Integrate Magisk root and Google Apps into WSA
---
### Is this GitHub Repo affiliated with Microsoft™ or Google™?
- Microsoft and the Dev team at MSFT are the developers of Windows Subsystem For Android. We do not claim to develop, or have a part in developing this emulator. We also have no real influence on the direction of development of WSA nor do we claim to have.
- What the WSABuild repo does is that it provides prebuilt WSA builds with Root and GMS built using the MagiskOnWSALocal project (and WSAPatch for the Windows 10 patch.) That is that we simply modify the emulator to add extra functionality to it.
- All this is, is an unofficial project not related in any way to Microsoft and the team working on Windows Subsystem For Android.
---
***The repository is provided as a utility.***
***Android is a trademark of Google LLC. Windows™ is a trademark of Microsoft LLC.***

View File

@ -0,0 +1,12 @@
# WSABuilds &nbsp; &nbsp; <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/> &nbsp;
<picture><img style="float: left;" src="https://img.icons8.com/fluency/96/request-service.png" width="60" height="60"/></picture><h1> &nbsp; Custom Builds Requests</h1>
<h3> &nbsp; ❓Want to request a prebuilt custom build❓ <h3>
<h4> If you can't find the build that you are looking for, I will be happy to fufill any custom build requests. <h4>
<h4> Open an issue in the [Issues page](https://github.com/MustardChef/WSABuilds/issues) with the information below. <h4>
> [!IMPORTANT]
> - State the [Device Model](https://github.com/WSABuilds/MagiskOnWSALocal#--custom-model) (Default: Pixel 5)? <br /> - Root Solution (Magisk, KernelSU or none)? <br /> - If you want a WSA build with Magisk, what [variant of magisk](https://github.com/WSABuilds/MagiskOnWSALocal#--magisk-ver) would you like? <br /> - Would you like GApps (Google Play Store and Play Services (GMS))? <br /> - Would you like to keep the Amazon Appstore?
</details>

View File

@ -0,0 +1,79 @@
# WSABuilds &nbsp; &nbsp; <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/> &nbsp;
<picture><img style="float: left;" src="https://img.icons8.com/3d-fluency/94/null/help.png" width="60" height="60"/></picture><h1> &nbsp; FAQ</h1>
&nbsp;
**Help me, I am having problems with the MagiskOnWSA Builds**
- Open an [issue in Github](https://github.com/MustardChef/WSABuilds/issues) or [join the Discord](https://github.com/MustardChef/WSABuilds#join-the-discord) and describe the issue with sufficent detail
**Help me, I am having problems with installing Windows Subsystem For Android™ on Windows™ 10**
- I am not working on the patch, and nor claim to. Open an issue in the Discord or Github, and I will try to assist you with the problem if possible. For full support visit the project homepage and open an issue there: https://github.com/cinit/WSAPatch/issues/
**How do I get a logcat?**
- There are two ways:
```
adb logcat
```
or
- Location in Windows ---> <br /> `%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalState\diagnostics\logcat`
**Can I delete the installed folder?**
- No.
**How can I update Windows Subsystem For Android™ to a new version?**
- As Explained [Installation instructions](#installation). Download the [latest Windows Subsystem For Android™ Version](#downloads) and replace the content of your previous installation and rerun Install.ps1. Don't worry, your data will be preserved
**How do I update Magisk?**
- Do the same as updating Windows Subsystem For Android™. Wait for a new MagiskOnWSA release that includes the newer Magisk version, then follow the [Installation instructions](#installation) to update
**Can I pass SafetyNet/Play Integrity?**
- No. Virtual machines like Windows Subsystem For Android™ cannot pass these mechanisms on their own due to the lack of signing by Google. Passing requires more exotic (and untested) solutions like: <https://github.com/kdrag0n/safetynet-fix/discussions/145#discussioncomment-2170917>
**What is virtualization?**
- Virtualization is required to run virtual machines like Windows Subsystem For Android™. `Run.bat` helps you enable it. After rebooting, re-run `Run.bat` to install Windows Subsystem For Android™. If it's still not working, you have to enable virtualization in your BIOS/UEFI. Instructions vary by PC vendor, look for help online
**Can I remount system partition as read-write?**
- No. Windows Subsystem For Android™ is mounted as read-only by Hyper-V. You can, however, modify the system partition by creating a Magisk module, or by directly modifying the system.img file
**I cannot adb connect localhost:58526**
- Make sure developer mode is enabled. If the issue persists, check the IP address of Windows Subsystem For Android™ on the Settings ---> Developer page and try
```
adb connect ip:5555
```
**Magisk online module list is empty?**
- Magisk actively removes the online module repository. You can install the module locally or by
**Step 1**
adb push module.zip /data/local/tmp
**Step 2**
adb shell su -c magisk --install-module /data/local/tmp/module.zip
**How do I uninstall Magisk?**
- Request, using [Issues](https://github.com/MustardChef/WSABuilds/issues), a Windows Subsystem For Android™ version that doesn't include Magisk from the [Releases page](https://github.com/MustardChef/WSABuilds/releases/latest). Then follow the [Installation instructions](#installation)
**Can I switch between OpenGApps and MindTheGapps?**
- No. GApps will no longer function. Do a [complete uninstallation](#uninstallation) before switching
**How do I install custom Magisk or GApps?**
- To request a build with custom Magisk or GApps, feel free to open an issue in the [Issues page](https://github.com/MustardChef/WSABuilds/issues.) You can also achieve this by using the [MagiskOnWSALocal](https://github.com/LSPosed/MagiskOnWSALocal) Script and following the provided instructions located in the repo.
</details>

View File

@ -0,0 +1,45 @@
# WSABuilds &nbsp; &nbsp; <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/> &nbsp;
<picture><img style="float: left;" src="https://img.icons8.com/external-soft-fill-juicy-fish/96/null/external-bug-coding-and-development-soft-fill-soft-fill-juicy-fish-2.png" width="60" height="60"/></picture><h1> &nbsp; Having Issues?</h1>
### Common Issues:
[<img src="https://img.shields.io/badge/-Fix%20Install.ps1%20Issue-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Pre-install%20Issues/FixInstallps1.md)
[<img src="https://img.shields.io/badge/-Fix Virtualization and Virtual Machine Platform Error-%23EF2D5E?style=for-the-badge&logoColor=white&logo=github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Post-Install%20Issues/FixVirtError.md)
[<img src="https://img.shields.io/badge/-Fix%20Internet%20Issues-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Post-Install%20Issues/FixInternet.md)
[<img src="https://img.shields.io/badge/-Fix%20Error%200x80073CF0-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Pre-install%20Issues/Fix%20Error%200x80073CF0.md)
[<img src="https://img.shields.io/badge/-Fix%20Error%200x80073CFB-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Pre-install%20Issues/Fix%20Error%200x80073CFB.md)
[<img src="https://img.shields.io/badge/-Fix%20Error%200x80073CFD-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Pre-install%20Issues/Fix%20Error%200x80073CFD.md)
[<img src="https://img.shields.io/badge/-Fix%20Error%200x80073CF6-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Pre-install%20Issues/Fix%20Error%200x80073CF6.md)
[<img src="https://img.shields.io/badge/-Fix%20Error%200x80073CF9-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Pre-install%20Issues/Fix%20Error%200x80073CF9.md)
[<img src="https://img.shields.io/badge/-Fix%20Error%200x80073D10-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Pre-install%20Issues/Fix%20Error%200x80073D10.md)
[<img src="https://img.shields.io/badge/-NamedResource%20Not%20Found:%20Fix%20Error%200x80073B17-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Pre-install%20Issues/NamedResource%20Not%20Found%20-%20Fix%20Error%200x80073B17.md)
[<img src="https://img.shields.io/badge/-Fix%20Internet%20Security%20Settings%20Blocks%20Installation-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Pre-install%20Issues/InternetSecuritySettingsBlock.md)
[<img src="https://img.shields.io/badge/-Fix%20Keyboard%20Not%20Working%20In%20WSA-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Post-Install%20Issues/Keyboard%20Is%20Not%20Working.md)
[<img src="https://img.shields.io/badge/-Fix%20Path%20Too%20Long-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Pre-install%20Issues/FixPathTooLong.md)
[<img src="https://img.shields.io/badge/-Fix%20Missing%20Icons%20Issue-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Post-Install%20Issues/MissingIcons.md)
[<img src="https://img.shields.io/badge/-Fix%20Target%20Machine%20Actively%20Refused%20Connection-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Post-Install%20Issues/TargetMachineActivelyRefusedConnection.md)
[<img src="https://img.shields.io/badge/-Google%20Play%20Issues-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Post-Install%20Issues/Google%20Play%20Issues.md)
[<img src="https://img.shields.io/badge/-WSA%20Settings%20App%20Crashes%20%2B%20Android%20Apps%20Do%20Not%20Load%20After%20Installation-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Post-Install%20Issues/WSA%20Settings%20App%20Crashes%20%2B%20Android%20Apps%20Do%20Not%20Load%20After%20Installation.md
)
[<img src="https://img.shields.io/badge/-WSA Does Not Load After Install %2B No Splashscreen-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Post-Install%20Issues/WSA%20Does%20Not%20Load%20After%20Install%20%2B%20No%20Splashscreen.md)
[<img src="https://img.shields.io/badge/-WSA%20Stopped%20Working!-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Post-Install%20Issues/WSA%20Stopped%20Working!.md)
[<img src="https://img.shields.io/badge/-Install.ps1%20Failed%20To%20Update-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Pre-install%20Issues/InstallPs1FailedToUpdate.md)

View File

@ -0,0 +1,229 @@
# WSABuilds &nbsp; &nbsp; <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/> &nbsp;
<picture><img style="float: left;" src="https://img.icons8.com/3d-fluency/94/ok.png" width="35" height="35"/></picture><h1> &nbsp; WSABuilds Builds Info</h1>
<br>
<center><h3>❗IMPORTANT: Read Before Downloading❗⚠<h3></center>
<br>
## Builds Status and Stability
#### Known Issues that may affect your WSA experiences:
- ***GApps Issues : https://github.com/LSPosed/MagiskOnWSALocal/issues/595***
- ***Folder Issue : Long folder name for the WSA Folder (auto generated by the MagiskOnWSALocal script) may cause WSA to not start. Rename the folder to ``WSA`` after extracting and before installing WSA.***
- ***Installed Magisk Modules disappear after install and subsequent reboot (WSA v2307):*** https://github.com/MustardChef/WSABuilds/issues/154
<center><table>
<thead>
<tr>
<th>WSA Version:</th>
<th><img src="https://upload.wikimedia.org/wikipedia/commons/e/e6/Windows_11_logo.svg" style="width: 200px;"/></th>
<th><img src="https://upload.wikimedia.org/wikipedia/commons/0/05/Windows_10_Logo.svg" style="width: 200px;"/></th>
</tr>
</thead>
<tbody>
<tr>
<td>v2210.40000.7.0</td>
<td></td>
<td></td>
</tr>
<tr>
<td>v2211.40000.10.0</td>
<td></td>
<td></td>
</tr>
<tr>
<td>v2211.40000.11.0</td>
<td></td>
<td></td>
</tr>
<tr>
<td>v2301.40000.4.0</td>
<td></td>
<td></td>
</tr>
<tr>
<td>v2301.40000.7.0</td>
<td></td>
<td></td>
</tr>
<tr>
<td>v2302.40000.6.0</td>
<td></td>
<td></td>
</tr>
<tr>
<td>v2302.40000.8.0</td>
<td></td>
<td></td>
</tr>
<tr>
<td>v2302.40000.9.0</td>
<td></td>
<td></td>
</tr>
<tr>
<td>v2303.40000.2.0</td>
<td></td>
<td></td>
</tr>
<tr>
<td>v2303.40000.3.0</td>
<td></td>
<td></td>
</tr>
<tr>
<td>v2303.40000.4.0</td>
<td></td>
<td></td>
</tr>
<tr>
<td>v2303.40000.5.0</td>
<td></td>
<td></td>
</tr>
<tr>
<td>v2304.40000.5.0</td>
<td><a href="https://github.com/LSPosed/MagiskOnWSALocal/issues/550" target="_blank" rel="noopener noreferrer">⚠️</a></td>
<td><a href="https://github.com/cinit/WSAPatch/issues/33" target="_blank" rel="noopener noreferrer"></a></td>
</tr>
<tr>
<td>v2304.40000.6.0</td>
<td><a href="https://github.com/LSPosed/MagiskOnWSALocal/issues/550" target="_blank" rel="noopener noreferrer">⚠️</a></td>
<td><a href="https://github.com/cinit/WSAPatch/issues/33" target="_blank" rel="noopener noreferrer"></a></td>
</tr>
<tr>
<td>v2304.40000.7.0</td>
<td></td>
<td><a href="https://github.com/cinit/WSAPatch/issues/33" target="_blank" rel="noopener noreferrer"></a></td>
</tr>
<td>v2304.40000.10.0</td>
<td></td>
<td><a href="https://github.com/cinit/WSAPatch/issues/33" target="_blank" rel="noopener noreferrer"></a></td>
<tr>
<td>v2305.40000.2.0</td>
<td></td>
<td><a href="https://github.com/cinit/WSAPatch/issues/33" target="_blank" rel="noopener noreferrer"></a></td>
</tr>
<tr>
<td>v2305.40000.3.0</td>
<td></td>
<td></td>
</tr>
<tr>
<td>v2305.40000.4.0</td>
<td></td>
<td></td>
</tr>
<tr>
<td>v2305.40000.5.0</td>
<td></td>
<td></td>
</tr>
<tr>
<td>v2305.40000.6.0</td>
<td></td>
<td></td>
</tr>
<tr>
<td>v2306.40000.1.0</td>
<td></td>
<td></td>
</tr>
<tr>
<td>v2306.40000.2.0</td>
<td></td>
<td></td>
</tr>
<tr>
<td>v2306.40000.3.0</td>
<td></td>
<td></td>
</tr>
<tr>
<td>v2306.40000.4.0</td>
<td></td>
<td></td>
</tr>
</tr>
<tr>
<td>v2307.40000.2.0</td>
<td></td>
<td></td>
</tr>
</tr>
<tr>
<td>v2307.40000.3.0</td>
<td></td>
<td></td>
</tr>
<tr>
<td>v2307.40000.5.0</td>
<td></td>
<td></td>
</tr>
</tr>
<tr>
<td>v2307.40000.6.0</td>
<td></td>
<td></td>
</tr>
</tr>
<tr>
<td>v2308.40000.1.0</td>
<td></td>
<td></td>
</tr>
<tr>
<td>v2308.40000.2.0</td>
<td colspan="2"><b><i>Update Skipped to allow time for adjusting the Docs and the build script (MagiskOnWSALocal). <br /> Sorry for any Inconvenence. Updates will resume as normal after this.<b><i></td>
</tr>
<tr>
<td>v2308.40000.3.0</td>
<td></td>
<td></td>
</tr>
<tr>
<td>v2309.40000.2.0</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th colspan="4">Indicator Keys</th>
</tr>
</thead>
<tbody>
<tr>
<td></td>
<td>Stable</td>
<td colspan="2">Everything works as intended. <br /> If you think that the build is not stable, please open a <a href="https://github.com/MustardChef/WSABuilds/issues" target="_blank" rel="noopener noreferrer">GitHub Issue</a> or report the issue in our <a href="https://discord.gg/2thee7zzHZ" target="_blank" rel="noopener noreferrer">Discord</a></td>
</tr>
<tr>
<td>⚠️</td>
<td>Unstable</td>
<td>Experience may not be smooth due to known bugs or issues</td>
<td><b><i><u>Click on the Emoji for more information<b><i></u></td>
</tr>
<tr>
<td></td>
<td>Not Working</td>
<td>Build is not working. DO NOT DOWNLOAD! </td>
<td><b><i><u>Click on the Emoji for more information<b><i></u></td>
</tr>
<tr>
<td></td>
<td>No Information Yet</td>
<td colspan="2">Not enough information to confirm status. Please join the <a href="https://discord.gg/2thee7zzHZ" target="_blank" rel="noopener noreferrer">Discord</a> and confirm whether or not the builds are working.</td>
</tr>
</tbody>
</table>
<br />
<br />

View File

@ -0,0 +1,69 @@
# WSABuilds &nbsp; &nbsp; <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/> &nbsp;
<picture><img style="float: left;" src="https://img.icons8.com/color/96/null/software-installer.png" width="60" height="60"/></picture><h1> &nbsp; Installation</h1>
<br/>
> [!NOTE]
> If you have the official Windows Subsystem For Android™ installed, you must [completely uninstall](#uninstallation) it to use MagiskOnWSA.
> [!IMPORTANT]
> In case you want to preserve your data from the previous installation (official or MagiskOnWSA), you can backup Userdata.vhdx, located at ``%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache\userdata.vhdx`` before uninstallation and restore it after installation. A guide for this process is located further down in this README.
1. Go to the [Releases page](https://github.com/MustardChef/WSABuilds/releases/latest)
2. In the latest release, go to the Assets section and download the Windows Subsystem For Android™ version of your choosing (do not download "Source code")
3. Extract the .7z archive and rename the folder (that you extracted) to ``WSA``
4. Delete the .7z archive
5. Move the newly extracted folder to a suitable location (Documents folder is a good choice), as you will need to keep the folder on your PC to use MagiskOnWSA
> [!NOTE]
> If you're updating WSA, merge the folders and replace the files for all items when asked
6. Open the Windows Subsystem For Android™ folder: Search for and double-click `Run.bat`
- If you previously have a MagiskOnWSA installation, it will automatically uninstall the previous one while preserving all user data and install the new one, so don't worry about your data.
- 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:
- Press Win+x and select Windows™ Terminal (Admin)
- 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}"
```
- Input the command below and press enter
```Powershell
PowerShell.exe -ExecutionPolicy Bypass -File .\Install.ps1
```
- The script will run and Windows Subsystem For Android™ will be installed
- If this workaround does not work, your PC is not supported for WSA
7. Once the installation process completes, Windows Subsystem For Android™ will launch (if this is a first-time install, a window asking for consent to diagnositic information will be shown instead. Sometimes two identical windows will show, this is fine and nothing bad happens if you click OK in both windows)
8. Click on the PowerShell window, then press any key on the keyboard, the PowerShell window should close
9. Close File Explorer
10. **Enjoy**
&nbsp;
### Notice (Applicable for both Windows 10 and 11):
1. You can NOT delete the Windows Subsystem For Android™ installation folder.
What `Add-AppxPackage -Register .\AppxManifest.xml` does is to register an appx package with some existing unpackaged files,
so you need to keep them as long as you want to use Windows Subsystem For Android™.
Check https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2022-ps for more details.
2. You need to register your Windows Subsystem For Android™ appx package before you can run Windows Subsystem For Android™.
For [WSABuilds](https://github.com/MustardChef/WSABuilds) and [MagiskOnWSALocal](https://github.com/LSPosed/MagiskOnWSALocal) users, you need to run `Run.bat` in the extracted dir.
If the script fails, you can take the following steps for diagnosis (admin privilege required):
1. Open a PowerShell window and change working directory to your Windows Subsystem For Android™ directory.
2. Run the command below in PowerShell. This should fail with an ActivityID, which is a UUID required for the next step.
```Powershell
Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion -Register .\AppxManifest.xml
```
3. Run the command below in PowerShell. This should print the log of the failed operation.
```Powershell
Get-AppPackageLog -ActivityID <UUID>
```
4. Check the log for the reason of failure and fix it.

View File

@ -0,0 +1,34 @@
# WSABuilds &nbsp; &nbsp; <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/> &nbsp;
<picture><img style="float: left;" src="https://img.icons8.com/color/96/null/uninstall-programs.png" width="60" height="60"/></picture><h1> &nbsp; Uninstallation</h1>
&nbsp;
> [!NOTE]
>
> If you want to preseve your data, make a backup of the `%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache\userdata.vhdx` file. After uninstalling, copy the VHDX file back to the `%LOCALAPPDATA%\Package\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache` folder. For a more comprehensive and detailed guide, take a look at the **Backup and Restore section** in this README markdown
### To remove WSA installed through WSABuild:
- **1.)** Make sure that Windows Subsystem For Android™ is not running
<br />
- **2.)** Search for ``Windows Subsystem For Android™ Settings`` using the built-in Windows Search, or through Add and Remove Programs and press uninstall
<br />
- **3.)** Delete the WSA folder that extracted you extracted and Run.bat was run from to install WSA (MagiskOnWSA folder)
<br />
- **4.)** Go to ``%LOCALAPPDATA%/Packages/`` and check if the folder: ``MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe`` is still present:
- If the folder is still present: ****Delete it****
- If you get an error that states that the file(s) could not be deleted, make sure that WSA is turned off
- If the folder does not exist: ****Skip this step****
<br />
### To remove WSA installed from the Microsoft Store:
- **1.)** Search for ``Windows Subsystem For Android™ Settings`` using the built-in Windows Search, or through Add and Remove Programs and press uninstall

View File

@ -0,0 +1,40 @@
# WSABuilds &nbsp; &nbsp; <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/> &nbsp;
<picture><img style="float: left;" src="https://img.icons8.com/external-flaticons-flat-flat-icons/64/null/external-updating-tools-and-material-ecommerce-flaticons-flat-flat-icons.png" width="60" height="60"/></picture><h1> &nbsp; Updating</h1>
### How do I update without losing any of my apps and data on Windows Subsystem for Android (WSA)
> [!IMPORTANT]
> Make sure that WSA has been turned off from the settings and that tools such has WSA-System-Control, WSA-Sideloader, WSAPacman etc are not running.
1. [Download the latest build](https://github.com/MustardChef/WSABuilds#downloads) (that you want to update to)
2. Make sure Windows Subsystem For Android is not running (Click on "Turn off" in the WSA Settings and wait for the spinning loader to disappear)
2. Using 7-Zip, WinRAR or any other tool of choice, open the .7z archive
3. Within the .7z archive, open the subfolder
- Example:
- WSA_2xxx.xxxxx.xx.x_xx
or
- WSA_2xxx.xxxxx.xx.x_xx_Release-Nightly-with-magisk-xxxxxxx-MindTheGapps-xx.x-RemovedAmazon)
4. Select all the files that are within this subfolder and extract them to the current folder where the file for Windows Subsystem For Android (the folder you extracted, and installed WSA from) are located
5. When prompted to replace folders, select "Do this for all current items" and click on "Yes"
6. When prompted to replace files, click on "Replace the files in the destination"
7. Run the ``Run.bat`` file
8. Launch Windows Subsystem For Android Settings app and go to the ``About`` tab using the sidebar
9. Check if the WSA version matches the latest version/ the version number that you want to update to
---
### **Join the Discord if you are having any difficulties**
[<img align="left" src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 400px;"/>](https://discord.gg/2thee7zzHZ)

View File

@ -0,0 +1,25 @@
# WSABuilds &nbsp; &nbsp; <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/> &nbsp;
<picture><img style="float: left;" src="https://img.icons8.com/external-xnimrodx-lineal-color-xnimrodx/96/null/external-guide-education-xnimrodx-lineal-color-xnimrodx.png" width="60" height="60"/></picture><h1> &nbsp; Usage Guides</h1>
&nbsp;
### GPU Guide:
[<img src="https://img.shields.io/badge/-How%20to%20Change%20the%20GPU%20Used-474154?style=for-the-badge&logoColor=white&logo=github" />](https://github.com/MustardChef/WSABuilds/blob/master/Guides/General%20Usage%20Guides/ChangingGPU.md)
### Sideload Guide/Installing an APK:
[<img src="https://img.shields.io/badge/-How%20to%20Sideload%20apps-474154?style=for-the-badge&logoColor=white&logo=github" />](https://github.com/MustardChef/WSABuilds/blob/master/Guides/Sideloading%20Guides/Sideloading.md)
### Moving WSA to another drive or partition:
[<img src="https://img.shields.io/badge/-How%20to%20Move%20WSA%20to%20another%20drive%20or%20partition-474154?style=for-the-badge&logoColor=white&logo=github" />](https://github.com/MustardChef/WSABuilds/blob/master/Guides/General%20Usage%20Guides/MoveToExtDrive.md)
### Installing KernelSU
[<img src="https://img.shields.io/badge/-How%20to%20install%20KernelSU-474154?style=for-the-badge&logoColor=white&logo=github" />](https://github.com/MustardChef/WSABuilds/blob/master/Guides/General%20Usage%20Guides/KernelSU.md)
### Installing BusyBox
[<img src="https://img.shields.io/badge/-How%20to%20install%20BusyBox-474154?style=for-the-badge&logoColor=white&logo=github" />](https://github.com/MustardChef/WSABuilds/blob/master/Guides/General%20Usage%20Guides/BusyBox.md)
### Localhost Loopback Guide
[<img src="https://img.shields.io/badge/-Localhost%20Loopback-474154?style=for-the-badge&logoColor=white&logo=github" />](https://github.com/MustardChef/WSABuilds/blob/master/Guides/General%20Usage%20Guides/LocalHostLoopback.md)

View File

@ -1,59 +0,0 @@
# WSABuilds &nbsp; &nbsp; <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/> &nbsp;
# **⚠️ 指南是不完整的 ⚠️**
&nbsp;
&nbsp;
## Issues:
### 没有互联网
![image](https://user-images.githubusercontent.com/68516357/215296995-4a8c9184-321e-438f-9483-6983ce65ce47.png)
&nbsp;
&nbsp;
&nbsp;
&nbsp;
## Solution:
这些解决方法会因为在 Windows Subsystem for Android (WSA) 和 Windows Subsytem for Linux (WSL) 中没有网络的原因不同而被分成多个解决方法。
<details>
<summary><h3>解决方法 #1: 卸载 Hyper-V 网络适配器<h3></summary>
**某些 Hyper-V 网络驱动可能会干扰 WSA 或 WSL**
&nbsp;
**⚠️ 谨慎执行以下操作。 ⚠️**
**⚠️ 我不对造成的任何损害负责 ⚠️**
&nbsp;
#### **步骤 1打开设备管理器**
1. 使用搜索或 Win + X打开设备管理器
![image](https://user-images.githubusercontent.com/68516357/215346473-88649375-6a5b-46b2-80bb-6f6551c23c5f.png)
&nbsp;
#### **步骤 2显示隐藏设备**
3. 点击 "查看"
4. 选择 "显示隐藏设备"
![image](https://user-images.githubusercontent.com/68516357/215347683-6c84663c-a3cb-4e79-bc63-a2cdf91bb4ef.png)
&nbsp;
#### **步骤 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)
</details>
<!--
![image](https://user-images.githubusercontent.com/68516357/215297044-40f32db5-2b0e-40bd-be50-11d451b7811e.png)
![image](https://user-images.githubusercontent.com/68516357/215297069-594fec55-0f26-4f4a-ab03-4902d4277054.png)
![image](https://user-images.githubusercontent.com/68516357/215297085-89072f6e-bfe0-4422-afbc-33f939382058.png)
![image](https://user-images.githubusercontent.com/68516357/215323733-1c071249-3b0c-490e-a69b-59befccdde6e.png)
![image](https://user-images.githubusercontent.com/68516357/215323705-0688b8ee-4451-4e7b-8a33-8335facc0d91.png)
--!>

View File

@ -1,50 +0,0 @@
# WSABuilds &nbsp; &nbsp; <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/> &nbsp;
&nbsp;
&nbsp;
## 问题:
&nbsp;
&nbsp;
<img src="https://user-images.githubusercontent.com/68629435/213985345-a6fc6e97-63f3-4741-8965-8d62a0d6b824.png"/>
## 解决方法:
即使在BIOS中启用了虚拟化并且在任务管理器中显示启用的情况下如下所示您仍可能会遇到此问题并出现“虚拟机平台”+“Windows Hypervisor平台”。解决方案如下
&nbsp;
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***
&nbsp;
**希望这对您有帮助!**
如果您有任何其他问题或需要帮助请加入我们的Discord
[<img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 400px;"/>](https://discord.gg/2thee7zzHZ)

View File

@ -1,48 +0,0 @@
# WSABuilds &nbsp; &nbsp; <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=%E6%80%BB%E4%B8%8B%E8%BD%BD%E6%AC%A1%E6%95%B0&style=for-the-badge"/> &nbsp;
## 问题:更新 WSA 或重新启动计算机后,图标消失或变成白色
</br>
### 前言:
##### 这看起来像是 WSA 本身的一个 bug可以通过以下步骤恢复图标。
</br>
</br>
## 解决方法
**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
</br>
> **警告**
> **恢复用户数据之前不要启动 WSA。**
</br>
---
### 有进一步问题或需要帮助吗?
如果您有任何其他问题或需要帮助,请加入 Discord
[<img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 400px;"/>](https://discord.gg/2thee7zzHZ)

View File

@ -1,38 +0,0 @@
# WSABuilds &nbsp; &nbsp; <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/> &nbsp;
---
## 问题: </br> 错误:无法建立连接,因为目标计算机积极拒绝 (10061)
### 前言:
##### 当您使用诸如 [WSA-Sideloader](https://github.com/infinitepower18/WSA-Sideloader) 或 [WSAPacman](https://github.com/alesimula/wsa_pacman) 的侧载应用程序,或尝试使用 [Android SDK 平台工具](https://developer.android.com/tools/releases/platform-tools) 的 ``adb.exe`` 连接设备时,将出现此问题。由于 Hyper V 无法保留端口 58526因此会导致此问题如下所示。
![image](https://user-images.githubusercontent.com/68516357/230793765-6c72a7d7-796f-4cb9-8a45-3d40b4f1d38f.png)
```
cannot connect to ||127.0.0.1:58526:|| No connection could be made because the target machine actively refused it. (10061)
```
---
## 解决方案
这是子系统本身的 [错误](https://github.com/microsoft/WSA/issues/136),重新启动计算机通常可以解决该问题。
如果您仍然遇到此错误,请尝试以下步骤:
1. 确保关闭 WSA 并在继续之前在任务管理器 ---> 启动应用程序中禁用 WSA 自启动
2. 使用命令 ``dism.exe /Online /Disable-Feature:Microsoft-Hyper-V`` 禁用 Hyper-V 并重新启动计算机
3. 使用命令 `netsh int ipv4 add excludedportrange protocol=tcp startport=58526 numberofports=1` 保留端口 58526以免 Hyper-V 将其保留回来
4. 使用命令 `dism.exe /Online /Enable-Feature:Microsoft-Hyper-V /All` 重新启用 Hyper-V 并重新启动计算机
现在应该已经解决了您的问题!
<br/>
<br/>
**希望这对您有帮助!**
如果您有任何其他问题或需要帮助,请加入 Discord
[<img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 400px;"/>](https://discord.gg/2thee7zzHZ)

View File

@ -1,35 +0,0 @@
# WSABuilds &nbsp; &nbsp; <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/> &nbsp;
---
## 问题: </br> 运行 "Run.bat" 安装安卓子系统 (WSA) 时出现错误代码 0x80073CF0
### 前言:
##### 这个问题可能由许多因素引起,例如下载 .zip 文件或从 .zip 文件中提取文件时的文件损坏。这也可能是由于文件夹名称过长导致(这是由于 MagiskOnWSA 倾向于为 .zip 文件和存档内的文件夹生成一个长字符串。)
![imageCF0](https://user-images.githubusercontent.com/68516357/232593575-20db5482-a0e3-472d-875c-37d248ccfca2.png)
---
## 解决方案
**1. 确保你要安装的分区/驱动器是 NTFS 格式**
**2. 从 [Releases 页面](https://github.com/MustardChef/WSABuilds/releases) 重新下载 WSA Build .zip 文件 (有时下载和提取过程中可能会损坏文件)**
**3. 将 .zip 文件夹重命名为较短的名称,可以是任何你选择的名称 </br> (例如: WSA_2XXX.XXXXX.X.X_XXXX_Release-Nightly-with-magisk-XXXXXXX-XXXXXX-MindTheGapps-XX.X-RemovedAmazon ----> WSAArchive2XXX)**
**4. 使用 WinRAR 或适当的压缩工具而不是内置的 Windows .zip 解压程序提取 .zip 文件**
**5. 将提取后的文件夹重命名为较短的名称,可以是任何你选择的名称 </br> (例如: WSA_2XXX.XXXXX.X.X_XXXX_Release-Nightly-with-magisk-XXXXXXX-XXXXXX-MindTheGapps-XX.X-RemovedAmazon ----> WSAExtracted2XXX)**
**6. 确保以管理员身份运行 "Run.bat"**
**希望这对你有帮助!**
---
### 还有问题或需要帮助吗?
如果您有任何其他问题或需要帮助,请加入 Discord
[<img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 400px;"/>](https://discord.gg/2thee7zzHZ)

View File

@ -1,35 +0,0 @@
# WSABuilds &nbsp; &nbsp; <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/> &nbsp;
---
## 问题: </br> 运行 "Run.bat" 安装安卓子系统 (WSA) 时出现错误代码 0x80073CF9
### 前言:
##### 这个问题可能由许多因素引起,例如下载 .zip 文件或从 .zip 文件中提取文件时的文件损坏。这也可能是由于文件夹名称过长导致(这是由于 MagiskOnWSA 倾向于为 .zip 文件和存档内的文件夹生成一个长字符串。)
<img src="https://user-images.githubusercontent.com/68516357/219852713-fde4520d-9fa8-4c8b-80e6-ac2adecbeae9.png" style="width: 600px;"/>
---
## 解决方案
**1. 确保你要安装的分区/驱动器是 NTFS 格式**
**2. 从 [Releases 页面](https://github.com/MustardChef/WSABuilds/releases) 重新下载 WSA Build .zip 文件 (有时下载和提取过程中可能会损坏文件)**
**3. 将 .zip 文件夹重命名为较短的名称,可以是任何你选择的名称 </br> (例如: WSA_2XXX.XXXXX.X.X_XXXX_Release-Nightly-with-magisk-XXXXXXX-XXXXXX-MindTheGapps-XX.X-RemovedAmazon ----> WSAArchive2XXX)**
**4. 使用 WinRAR 或适当的压缩工具而不是内置的 Windows .zip 解压程序提取 .zip 文件**
**5. 将提取后的文件夹重命名为较短的名称,可以是任何你选择的名称 </br> (例如: WSA_2XXX.XXXXX.X.X_XXXX_Release-Nightly-with-magisk-XXXXXXX-XXXXXX-MindTheGapps-XX.X-RemovedAmazon ----> WSAExtracted2XXX)**
**6. 确保以管理员身份运行 "Run.bat"**
**希望这对你有帮助!**
---
### 还有问题或需要帮助吗?
如果您有任何其他问题或需要帮助,请加入 Discord
[<img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 400px;"/>](https://discord.gg/2thee7zzHZ)

View File

@ -1,31 +0,0 @@
# WSABuilds &nbsp; &nbsp; <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/> &nbsp;
---
## 问题: </br> 运行“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
```
</br>
---
## 解决方法:
### 解决方法很简单:
使用[微软指南](https://support.microsoft.com/en-gb/windows/update-windows-3c5ae7fc-9fb6-9af1-1984-b5e0412c556a#WindowsVersion=Windows_10)更新Windows 10到最新版本
***或***
使用[Windows 10 更新助手](https://support.microsoft.com/en-us/topic/windows-10-update-assistant-3550dfb2-a015-7765-12ea-fba2ac36fb3f)

View File

@ -1,20 +0,0 @@
# WSABuilds &nbsp; &nbsp; <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/> &nbsp;
---
## 问题: </br> 运行“Run.bat”以安装 Android 的 Windows 子系统WSA时出现错误 0x80073D10。
### 前言:
##### 此问题是由于您尝试为错误的 CPU 架构安装 WSA 软件包而引起的。例如,您错误地在 x64 系统上尝试安装 arm64 软件包。
<img src="https://user-images.githubusercontent.com/68516357/222832801-66c0b96a-363d-4f6e-a654-6bfb618c32e2.png" style="width: 500px;"/>
---
## 解决方案
**1. 为确保您下载正确的 CPU 架构软件包,请转到 Readme.md 的[下载部分](https://github.com/MustardChef/WSABuilds#downloads)。**
**2. 单击与您的操作系统(OS)和 CPU 架构匹配的徽章/按钮,它会带您进入对应的发布页面。**
**3. 下载该软件包,然后按照 README.md 中的[安装指南](https://github.com/MustardChef/WSABuilds#--installation)进行安装。**
**4. 尽情享用。**

View File

@ -1,50 +0,0 @@
# WSABuilds &nbsp; &nbsp; <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/> &nbsp;
&nbsp;
&nbsp;
<details>
<summary><h2>问题:<h2><h3> &nbsp; Install.ps1未被识别/丢失<h3></summary>
&nbsp;
&nbsp;
<img src="https://media.discordapp.net/attachments/1044322950725259274/1068243571544690719/9Qf3veK.png" />
<img src="https://user-images.githubusercontent.com/68516357/215262023-89e0e0fa-3dd7-4d6d-b93a-224169f61971.png" />
</details>
<details>
<summary><h2>解决方案<h2></summary>
&nbsp;
如果弹出窗口没有请求管理员权限并且 Windows 子系统 for Android™ 没有成功安装,您应该手动以管理员身份运行 Install.ps1
&nbsp;
### **1. 在键盘上按 Win + X根据您正在运行的 Windows™ 版本选择 Windows™ 终端 (管理员) 或 Powershell (管理员)**
|||
|--------|------|
|<img src="https://upload.wikimedia.org/wikipedia/commons/e/e6/Windows_11_logo.svg" style="width: 200px;"/> |<img src="https://upload.wikimedia.org/wikipedia/commons/0/05/Windows_10_Logo.svg" style="width: 200px;"/> |
|![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)|
&nbsp;
### **2. 输入下面的命令,替换 {X:\path\to\your\extracted\folder} 包括{}中的路径为解压后文件夹的路径**
```Powershell
cd "{X:\path\to\your\extracted\folder}"
```
&nbsp;
### **3. 输入下面的命令并按 Enter 键**
```Powershell
PowerShell.exe -ExecutionPolicy Bypass -File .\Install.ps1
```
&nbsp;
### **4. 脚本将运行Windows 子系统 for Android™ 将被安装**
</details>

View File

@ -1,25 +0,0 @@
# WSABuilds &nbsp; &nbsp; <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/> &nbsp;
---
## 问题: </br> 解压缩 .zip 文件以安装 Windows Subsystem for Android (WSA) 时,出现“路径过长”的错误
### 前言:
##### 如果文件夹名称太长则会出现此问题。通常情况下MagiskOnWSALocal 脚本会为 .zip 文件和存档中的文件夹生成一个很长的字符串,这就是问题所在。
<img src="https://user-images.githubusercontent.com/68516357/219853616-154615b8-125c-4b68-b2f7-43fc2f7b1f74.png" style="width: 600px;"/>
---
## 解决方法
解决方法很简单,只需按照以下步骤进行操作:
**1. 将 .zip 文件夹重命名为较短的名称,名称可以是任何你选择的名称</br> (例如WSA_2XXX.XXXXX.X.X_XXXX_Release-Nightly-with-magisk-XXXXXXX-XXXXXX-MindTheGapps-XX.X-RemovedAmazon ----> WSAArchive2XXX)**
**2. 将已提取的文件夹重命名为较短的名称,名称可以是任何你选择的名称</br> (例如WSA_2XXX.XXXXX.X.X_XXXX_Release-Nightly-with-magisk-XXXXXXX-XXXXXX-MindTheGapps-XX.X-RemovedAmazon ----> WSAExtracted2XXX)**
---
### 还有其他问题或需要帮助吗?
如果您有任何其他问题或需要帮助,请加入 Discord
[<img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 400px;"/>](https://discord.gg/2thee7zzHZ)

165
README.md
View File

@ -1,4 +1,5 @@
# WSABuilds &nbsp; &nbsp; [<img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/>](https://github.com/MustardChef/WSABuilds#downloads) &nbsp; [<img src="https://img.shields.io/badge/XDA%20Developers-WSABuilds-EA7100?style=for-the-badge&logoColor=white&logo=XDA-Developers" />](https://forum.xda-developers.com/t/wsabuilds-latest-windows-subsystem-for-android-wsa-builds-for-windows-10-and-11-with-magisk-and-google-play-store.4545087/) # WSABuilds &nbsp; &nbsp;
[<img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/>](https://github.com/MustardChef/WSABuilds#downloads) &nbsp; [<img src="https://img.shields.io/badge/XDA%20Developers-WSABuilds-EA7100?style=for-the-badge&logoColor=white&logo=XDA-Developers" />](https://forum.xda-developers.com/t/wsabuilds-latest-windows-subsystem-for-android-wsa-builds-for-windows-10-and-11-with-magisk-and-google-play-store.4545087/)
### MagiskOnWSA (For Windows™ 10 and 11) [<img align="right" src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 400px;"/>](https://discord.gg/2thee7zzHZ) ### MagiskOnWSA (For Windows™ 10 and 11) [<img align="right" src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 400px;"/>](https://discord.gg/2thee7zzHZ)
#### Windows Subsystem For Android™ (WSA) with Google Play Services and (or) Magisk #### Windows Subsystem For Android™ (WSA) with Google Play Services and (or) Magisk
@ -14,7 +15,7 @@
## Downloads ## Downloads
<details> <details>
<summary><picture><img style="float: right;" src="https://img.icons8.com/3d-fluency/94/ok.png" width="35" height="35"/></picture><h3> &nbsp; WSABuilds Builds Status (⚠❗IMPORTANT: Read Before Downloading❗⚠)<h3></summary> <summary><a href=""><img style="float: left;" src="https://img.icons8.com/3d-fluency/94/ok.png" width="35" height="35"/></picture><h3> &nbsp; WSABuilds Builds Status (⚠❗IMPORTANT: Read Before Downloading❗⚠)</h3></a></summary>
## Builds Status and Stability ## Builds Status and Stability
@ -366,7 +367,7 @@
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td rowspan="2"><img style="float: right;" src="https://img.icons8.com/fluency/96/null/windows-update--v1.png" width="60" height="60"/><h4>Windows Build Number<h4></td> <td rowspan="2"><img style="float: left;" src="https://img.icons8.com/fluency/96/null/windows-update--v1.png" width="60" height="60"/><h4>Windows Build Number<h4></td>
<td>Windows™ 11: Build 22000.526 or higher.</td> <td>Windows™ 11: Build 22000.526 or higher.</td>
<td>Windows™ 10: 22H2 10.0.19045.2311 or higher. <br /><br /><b><i>May work on Windows™ 10: 20H1 10.0.19041.264 or higher.<b></i><sup>1</sup><br /><br /><sub><sup>1. You may need to install <a href="https://www.catalog.update.microsoft.com/Search.aspx?q=KB5014032" target="_blank" rel="noopener noreferrer">KB5014032</a> then install <a href="https://www.catalog.update.microsoft.com/Search.aspx?q=KB5022834" target="_blank" rel="noopener noreferrer">KB5022834</a> to use WSA on these older Windows 10 builds<b><br /><br /><b></td></sup></sub> <td>Windows™ 10: 22H2 10.0.19045.2311 or higher. <br /><br /><b><i>May work on Windows™ 10: 20H1 10.0.19041.264 or higher.<b></i><sup>1</sup><br /><br /><sub><sup>1. You may need to install <a href="https://www.catalog.update.microsoft.com/Search.aspx?q=KB5014032" target="_blank" rel="noopener noreferrer">KB5014032</a> then install <a href="https://www.catalog.update.microsoft.com/Search.aspx?q=KB5022834" target="_blank" rel="noopener noreferrer">KB5022834</a> to use WSA on these older Windows 10 builds<b><br /><br /><b></td></sup></sub>
</tr> </tr>
@ -374,11 +375,11 @@
<td colspan="2"><h5><b><i>Custom/modfied Windows OS installations (such as ReviOS, Tiny 10/11 and Ghost Spectre etc.) may have issues with running WSA.<br></i></b></h5></td> <td colspan="2"><h5><b><i>Custom/modfied Windows OS installations (such as ReviOS, Tiny 10/11 and Ghost Spectre etc.) may have issues with running WSA.<br></i></b></h5></td>
</tr> </tr>
<tr> <tr>
<td><img style="float: right;" src="https://img.icons8.com/external-smashingstocks-flat-smashing-stocks/66/null/external-RAM-technology-and-devices-smashingstocks-flat-smashing-stocks.png" width="60" height="60"/><h4>RAM<h4></td> <td><img style="float: left;" src="https://img.icons8.com/external-smashingstocks-flat-smashing-stocks/66/null/external-RAM-technology-and-devices-smashingstocks-flat-smashing-stocks.png" width="60" height="60"/><h4>RAM<h4></td>
<td colspan="2"><ul><li>4 to 6 GB (Not Recommended)</li><li>8 GB (Minimum)</li><li>16 GB (Recommended)</li></ul></td> <td colspan="2"><ul><li>4 to 6 GB (Not Recommended)</li><li>8 GB (Minimum)</li><li>16 GB (Recommended)</li></ul></td>
</tr> </tr>
<tr> <tr>
<td rowspan="2"><img style="float: right;" src="https://img.icons8.com/3d-fluency/94/null/electronics.png" width="60" height="60"/><h4>Processor<h4></td> <td rowspan="2"><img style="float: left;" src="https://img.icons8.com/3d-fluency/94/null/electronics.png" width="60" height="60"/><h4>Processor<h4></td>
<td colspan="2"><b><i>CPU Architecture: x86_64 or arm64<b><i></td> <td colspan="2"><b><i>CPU Architecture: x86_64 or arm64<b><i></td>
</tr> </tr>
<tr> <tr>
@ -386,18 +387,18 @@
<td>N/A <br /><br /> This is a bit of a hit or miss, but it is highly recommended that your processor is listed in the <a href="https://learn.microsoft.com/en-gb/windows-hardware/design/minimum/windows-processor-requirements" target="_blank" rel="noopener noreferrer">supported CPU lists for Windows 11 requirements</a></td> <td>N/A <br /><br /> This is a bit of a hit or miss, but it is highly recommended that your processor is listed in the <a href="https://learn.microsoft.com/en-gb/windows-hardware/design/minimum/windows-processor-requirements" target="_blank" rel="noopener noreferrer">supported CPU lists for Windows 11 requirements</a></td>
</tr> </tr>
<tr> <tr>
<td><img style="float: right;" src="https://img.icons8.com/3d-fluency/94/null/video-card.png" width="60" height="60"/><h4>GPU<h4></td> <td><img style="float: left;" src="https://img.icons8.com/3d-fluency/94/null/video-card.png" width="60" height="60"/><h4>GPU<h4></td>
<td colspan="2">Any compatible Intel, AMD or Nvidia GPU. <br /> GPU Performance may vary depending on its compatibility with Windows Subsystem For Android™ <br /><br /><details><summary><h4>Users with Intel HD Graphics 530 and older<h4></summary><br /><h5> WSA may not start or graphical glitches will occur when Intel HD Graphics 530 and Older iGPUs are used. This is a known issue, but unfortunately there are no fixes that I currently know of, plus, these GPUs are too old and do not meet Windows 11 requirements and hence are not official supported. <a href="https://github.com/MustardChef/WSABuilds/blob/master/Guides/ChangingGPU.md" target="_blank" rel="noopener noreferrer">Follow this guide</a> to switch to another iGPU/dGPU/eGPU that you may have or Microsoft Basic Renderer<h5></details><br /><details><summary><h4>Users with Nvidia GPUs<h4></summary><br /><h5> Nvidia GPUs are known to cause problems. If Windows Subsystem For Android™ does not start or there are graphical glitches when an Nvidia GPU is used, <a href="https://github.com/MustardChef/WSABuilds/blob/master/Guides/ChangingGPU.md" target="_blank" rel="noopener noreferrer">follow this guide</a> to switch to another iGPU/dGPU/eGPU that you may have or Microsoft Basic Renderer<h5></details></td> <td colspan="2">Any compatible Intel, AMD or Nvidia GPU. <br /> GPU Performance may vary depending on its compatibility with Windows Subsystem For Android™ <br /><br /><details><summary><h4>Users with Intel HD Graphics 530 and older<h4></summary><br /><h5> WSA may not start or graphical glitches will occur when Intel HD Graphics 530 and Older iGPUs are used. This is a known issue, but unfortunately there are no fixes that I currently know of, plus, these GPUs are too old and do not meet Windows 11 requirements and hence are not official supported. <a href="https://github.com/MustardChef/WSABuilds/blob/master/Guides/ChangingGPU.md" target="_blank" rel="noopener noreferrer">Follow this guide</a> to switch to another iGPU/dGPU/eGPU that you may have or Microsoft Basic Renderer<h5></details><br /><details><summary><h4>Users with Nvidia GPUs<h4></summary><br /><h5> Nvidia GPUs are known to cause problems. If Windows Subsystem For Android™ does not start or there are graphical glitches when an Nvidia GPU is used, <a href="https://github.com/MustardChef/WSABuilds/blob/master/Guides/ChangingGPU.md" target="_blank" rel="noopener noreferrer">follow this guide</a> to switch to another iGPU/dGPU/eGPU that you may have or Microsoft Basic Renderer<h5></details></td>
</tr> </tr>
<tr> <tr>
<td rowspan="2"><img style="float: right;" src="https://img.icons8.com/3d-fluency/94/null/ssd.png" width="60" height="60"/><h4>Storage<h4></td> <td rowspan="2"><img style="float: left;" src="https://img.icons8.com/3d-fluency/94/null/ssd.png" width="60" height="60"/><h4>Storage<h4></td>
<td colspan="2"><b><i>Solid-state drive (RECOMMENDED)<i><b> <br />OR<br /> <b><i>Hard Disk Drive (HDD)<i><b> (NOT RECOMMENDED)<i></td> <td colspan="2"><b><i>Solid-state drive (RECOMMENDED)<i><b> <br />OR<br /> <b><i>Hard Disk Drive (HDD)<i><b> (NOT RECOMMENDED)<i></td>
</tr> </tr>
<tr> <tr>
<td colspan="2"><b><i>Minimum Storage Requirements: You must have at least 10GB free on the system drive (C:\)<b><i></td> <td colspan="2"><b><i>Minimum Storage Requirements: You must have at least 10GB free on the system drive (C:\)<b><i></td>
</tr> </tr>
<tr> <tr>
<td><img style="float: right;" src="https://img.icons8.com/stickers/100/null/storage.png" width="60" height="60"/><h4>Partition<h4></td> <td><img style="float: left;" src="https://img.icons8.com/stickers/100/null/storage.png" width="60" height="60"/><h4>Partition<h4></td>
<td colspan="2"><b><i>NTFS ONLY<b><i> <br /><br /> Windows Subsystem For Android™ can only be installed on a NTFS partition, not on an exFAT partition</td> <td colspan="2"><b><i>NTFS ONLY<b><i> <br /><br /> Windows Subsystem For Android™ can only be installed on a NTFS partition, not on an exFAT partition</td>
</tr> </tr>
<tr> <tr>
@ -411,30 +412,16 @@
<td colspan="2"><sub><b><i>These optional settings are for virtualization and provide components that are needed to run WSA. You can enable these settings by pressing the Windows Key + R on your keyboard and typing "OptionalFeatures.exe" into the box, pressing enter and selecting the features above followed by pressing apply</b></i></sub></td> <td colspan="2"><sub><b><i>These optional settings are for virtualization and provide components that are needed to run WSA. You can enable these settings by pressing the Windows Key + R on your keyboard and typing "OptionalFeatures.exe" into the box, pressing enter and selecting the features above followed by pressing apply</b></i></sub></td>
</tr> </tr>
<tr> <tr>
<td><img style="float: right;" src="https://user-images.githubusercontent.com/68516357/230759907-5d11950e-1b17-4811-8f4e-a0f82e598079.png" width="60" height="60"/><h4>Virtualization<h4></td> <td><img style="float: left;" src="https://user-images.githubusercontent.com/68516357/230759907-5d11950e-1b17-4811-8f4e-a0f82e598079.png" width="60" height="60"/><h4>Virtualization<h4></td>
<td colspan="2">The Computer must support virtualization and be enabled in BIOS/UEFI and Optional Features. <br /> <h3><a href="https://support.microsoft.com/en-us/windows/enable-virtualization-on-windows-11-pcs-c5578302-6e43-4b4b-a449-8ced115f58e1" target="_blank" rel="noopener noreferrer">Guide on how to enable</a><h3></td> <td colspan="2">The Computer must support virtualization and be enabled in BIOS/UEFI and Optional Features. <br /> <h3><a href="https://support.microsoft.com/en-us/windows/enable-virtualization-on-windows-11-pcs-c5578302-6e43-4b4b-a449-8ced115f58e1" target="_blank" rel="noopener noreferrer">Guide on how to enable</a><h3></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<!--
|Component| <img src="https://upload.wikimedia.org/wikipedia/commons/e/e6/Windows_11_logo.svg" style="width: 200px;"/>| <img src="https://upload.wikimedia.org/wikipedia/commons/0/05/Windows_10_Logo.svg" style="width: 200px;"/> |
|-----------------|-----------------------|-----------------------|
|<img style="float: right;" src="https://img.icons8.com/fluency/96/null/windows-update--v1.png" width="60" height="60"/><h4>Windows Build Number<h4>|Windows™ 11: Build 22000.526 or higher.|Windows™ 10: 22H2 10.0.19045.2311 or higher. <br /> <br /> **From WSA version 2301.40000.7.0 and higher in this repo, there is Unofficial support for Windows™ 10: 20H1 10.0.19041.264 or higher**. You must install [KB5014032](https://www.catalog.update.microsoft.com/Search.aspx?q=KB5014032) then install [KB5022834](https://www.catalog.update.microsoft.com/Search.aspx?q=KB5022834) to use WSA on these older Windows 10 builds <br /> <br /> |
|<img style="float: right;" src="https://img.icons8.com/external-smashingstocks-flat-smashing-stocks/66/null/external-RAM-technology-and-devices-smashingstocks-flat-smashing-stocks.png" width="60" height="60"/><h4>RAM<h4>|6 GB (not recommended), 8 GB (minimum) and 16 GB (recommended).|6 GB (not recommended), 8 GB (minimum) and 16 GB (recommended).|
|<img style="float: right;" src="https://img.icons8.com/3d-fluency/94/null/electronics.png" width="60" height="60"/><h4>Processor<h4>|Your PC should meet the basic Windows™ 11 requirements i.e Core i3 8th Gen, Ryzen 3000, Snapdragon 8c, or above.|N/A <br /><br /> This is a bit of a hit or miss, but it is highly recommended that your processor is listed in the [supported CPU lists for Windows 11 requirements](https://learn.microsoft.com/en-gb/windows-hardware/design/minimum/windows-processor-requirements)
|<h4>Processor type<h4>|x64 or ARM64.|x64 or ARM64.|
|<img style="float: right;" src="https://img.icons8.com/3d-fluency/94/null/video-card.png" width="60" height="60"/><h4>GPU<h4>|Any compatible Intel, AMD or Nvidia GPU. <br /> GPU Performance may vary depending on its compatibility with Windows Subsystem For Android™ <br /><br /><h3> **Users with Intel HD Graphics 530 and older** <h3><br /><h5> WSA may not start or graphical glitches will occur when Intel HD Graphics 530 and Older iGPUs are used. This is a known issue, but unfortunately there are no fixes that I currently know, plus, these GPUs are too old and do not meet Windows 11 requirements and hence are not official supported. [Follow this guide](https://github.com/MustardChef/WSABuilds/blob/master/Guides/ChangingGPU.md) to switch to another iGPU/dGPU/eGPU that you may have or Microsoft Basic Renderer <h5> <br /><> <h3> **Users with Nvidia GPUs** <h3><br /><h5> Nvidia GPUs are known to cause problems. If Windows Subsystem For Android™ does not start or there are graphical glitches when an Nvidia GPU is used, [follow this guide](https://github.com/MustardChef/WSABuilds/blob/master/Guides/ChangingGPU.md) to switch to another iGPU/dGPU/eGPU that you may have or Microsoft Basic Renderer <h5>|Any compatible Intel, AMD or Nvidia GPU. <br /> GPU Performance may vary depending on its compatibility with Windows Subsystem For Android™ <br /><br /><h3> **Users with Intel HD Graphics 530 and older** <h3><br /><h5> WSA may not start or graphical glitches will occur when Intel HD Graphics 530 and Older iGPUs are used. This is a known issue, but unfortunately there are no fixes that I currently know, plus, these GPUs are too old and do not meet Windows 11 requirements and hence are not official supported. [Follow this guide](https://github.com/MustardChef/WSABuilds/blob/master/Guides/ChangingGPU.md) to switch to another iGPU/dGPU/eGPU that you may have or Microsoft Basic Renderer <h5> <br /><br /> <h3> **Users with Nvidia GPUs** <h3><br /><h5> Nvidia GPUs are known to cause problems. If Windows Subsystem For Android™ does not start or there are graphical glitches when an Nvidia GPU is used, [follow this guide](https://github.com/MustardChef/WSABuilds/blob/master/Guides/ChangingGPU.md) to switch to another iGPU/dGPU/eGPU that you may have or Microsoft Basic Renderer <h5>|
<img style="float: right;" src="https://img.icons8.com/3d-fluency/94/null/ssd.png" width="60" height="60"/><h4>Storage<h4>|Solid-state drive (SSD) <br /> - Hard Disk Drive (HDD) (NOT RECOMMENDED).|Solid-state drive (SSD) <br /> - Hard Disk Drive (HDD) (NOT RECOMMENDED).|
|<img style="float: right;" src="https://img.icons8.com/stickers/100/null/storage.png" width="60" height="60"/><h4>Partition<h4>|NTFS <br /> Windows Subsystem For Android™ can only be installed on a NTFS partition, not on an exFAT partition |NTFS <br /> Windows Subsystem For Android™ can only be installed on a NTFS partition, not on an exFAT partition|
|<img style="float: left;" src="https://user-images.githubusercontent.com/68516357/230764789-ad8f7361-4a3b-49a8-a8e9-24fdc87d5781.png" width="66" height="58"/><h4>Windows Features Needed<h4>|- Virtual Machine Platform Enabled <br /> - Windows Hypervisor Platform Enabled <br /> - Hyper V Enabled (Optional)<br /> - Windows Subsystem For Linux™ Enabled (Optional) <br /><br /> These optional settings are for virtualization and provide components that are needed to run WSA. You can enable these settings from Control Panel/ Optional Features.|- Virtual Machine Platform Enabled <br /> - Windows Hypervisor Platform Enabled <br /> - Hyper V Enabled (Optional)<br /> - Windows Subsystem For Linux™ Enabled (Optional) <br /><br /> These optional settings are for virtualization and provide components that are needed to run WSA. You can enable these settings from Control Panel/ Optional Features.|
|<img style="float: right;" src="https://user-images.githubusercontent.com/68516357/230759907-5d11950e-1b17-4811-8f4e-a0f82e598079.png" width="60" height="60"/><h4>Virtualization<h4>|- The Computer must support virtualization and be enabled in BIOS/UEFI and Optional Features. [Guide](https://support.microsoft.com/en-us/windows/enable-virtualization-on-windows-11-pcs-c5578302-6e43-4b4b-a449-8ced115f58e1)|- The Computer must support virtualization and be enabled in BIOS/UEFI and Optional Features. [Guide](https://support.microsoft.com/en-us/windows/enable-virtualization-on-windows-11-pcs-c5578302-6e43-4b4b-a449-8ced115f58e1)|
-->
&nbsp; &nbsp;
<details> <details>
<summary><picture><img style="float: right;" src="https://img.icons8.com/color/96/null/software-installer.png" width="60" height="60"/></picture><h1> &nbsp; Installation<h1></summary> <summary><a href=""><img style="float: left;" src="https://img.icons8.com/color/96/null/software-installer.png" width="60" height="60"/></picture><h1> &nbsp; Installation<h1></a></summary>
&nbsp; &nbsp;
@ -507,7 +494,7 @@
<details> <details>
<summary><picture><img style="float: right;" src="https://img.icons8.com/external-flaticons-flat-flat-icons/64/null/external-updating-tools-and-material-ecommerce-flaticons-flat-flat-icons.png" width="60" height="60"/></picture><h1> &nbsp; Updating<h1></summary> <summary><a href=""><img style="float: left;" src="https://img.icons8.com/external-flaticons-flat-flat-icons/64/null/external-updating-tools-and-material-ecommerce-flaticons-flat-flat-icons.png" width="60" height="60"/><h1> &nbsp; Updating</h1></a></summary>
### How do I update without losing any of my apps and data on Windows Subsystem for Android (WSA) ### How do I update without losing any of my apps and data on Windows Subsystem for Android (WSA)
@ -515,25 +502,45 @@
> Make sure that WSA has been turned off from the settings and that tools such has WSA-System-Control, WSA-Sideloader, WSAPacman etc are not running. > Make sure that WSA has been turned off from the settings and that tools such has WSA-System-Control, WSA-Sideloader, WSAPacman etc are not running.
1. [Download the latest build](https://github.com/MustardChef/WSABuilds#downloads) (that you want to update to) 1. [Download the latest build](https://github.com/MustardChef/WSABuilds#downloads) (that you want to update to)
2. Make sure Windows Subsystem For Android is not running (Click on "Turn off" in the WSA Settings and wait for the spinning loader to disappear) 2. Make sure Windows Subsystem For Android is not running (Click on "Turn off" in the WSA Settings and wait for the spinning loader to disappear)
2. Using 7-Zip, WinRAR or any other tool of choice, open the .7z archive 2. Using 7-Zip, WinRAR or any other tool of choice, open the .7z archive
3. Within the .7z archive, open the subfolder (Example: WSA_2xxx.xxxxx.xx.x_xx_Release-Nightly-with-magisk-xxxxxxx-MindTheGapps-xx.x-RemovedAmazon)
3. Within the .7z archive, open the subfolder
- Example:
- WSA_2xxx.xxxxx.xx.x_xx
or
- WSA_2xxx.xxxxx.xx.x_xx_Release-Nightly-with-magisk-xxxxxxx-MindTheGapps-xx.x-RemovedAmazon)
4. Select all the files that are within this subfolder and extract them to the current folder where the file for Windows Subsystem For Android (the folder you extracted, and installed WSA from) are located 4. Select all the files that are within this subfolder and extract them to the current folder where the file for Windows Subsystem For Android (the folder you extracted, and installed WSA from) are located
5. When prompted to replace folders, select "Do this for all current items" and click on "Yes" 5. When prompted to replace folders, select "Do this for all current items" and click on "Yes"
6. When prompted to replace files, click on "Replace the files in the destination" 6. When prompted to replace files, click on "Replace the files in the destination"
7. Run the ``Run.bat`` file 7. Run the ``Run.bat`` file
8. Launch Windows Subsystem For Android Settings app and go to the ``About`` tab using the sidebar 8. Launch Windows Subsystem For Android Settings app and go to the ``About`` tab using the sidebar
9. Check if the WSA version matches the latest version/ the version number that you want to update to 9. Check if the WSA version matches the latest version/ the version number that you want to update to
---
**Join the Discord if you are having any difficulties** **Join the Discord if you are having any difficulties**
[<img align="left" src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 400px;"/>](https://discord.gg/2thee7zzHZ)
</details> </details>
&nbsp; &nbsp;
<details> <details>
<summary><picture><img style="float: right;" src="https://img.icons8.com/color/96/null/uninstall-programs.png" width="60" height="60"/></picture><h1> &nbsp; Uninstallation<h1></summary> <summary><a href=""><img style="float: left;" src="https://img.icons8.com/color/96/null/uninstall-programs.png" width="60" height="60"/></picture><h1> &nbsp; Uninstallation</h1></a></summary>
&nbsp; &nbsp;
@ -570,7 +577,7 @@
&nbsp; &nbsp;
<details> <details>
<summary><picture><img style="float: right;" src="https://img.icons8.com/fluency/96/cloud-backup-restore.png" width="60" height="60"/></picture><h1> &nbsp; Backup and Restore Userdata<h1></summary> <summary><a href=""><img style="float: left;" src="https://img.icons8.com/fluency/96/cloud-backup-restore.png" width="60" height="60"/></picture><h1> &nbsp; Backup and Restore Userdata</h1></a></summary>
## Backing Up Your Userdata ## Backing Up Your Userdata
@ -623,7 +630,7 @@ Now run WSA and your userdata should hopefully be restored
&nbsp; &nbsp;
<details> <details>
<summary><picture><img style="float: right;" src="https://img.icons8.com/3d-fluency/94/null/help.png" width="60" height="60"/></picture><h1> &nbsp; FAQ<h1></summary> <summary><a href=""><img style="float: left;" src="https://img.icons8.com/3d-fluency/94/null/help.png" width="60" height="60"/><h1> &nbsp; FAQ</h1></a></summary>
&nbsp; &nbsp;
**Help me, I am having problems with the MagiskOnWSA Builds** **Help me, I am having problems with the MagiskOnWSA Builds**
@ -704,7 +711,7 @@ Now run WSA and your userdata should hopefully be restored
&nbsp; &nbsp;
<details> <details>
<summary><picture><img style="float: right;" src="https://img.icons8.com/external-xnimrodx-lineal-color-xnimrodx/96/null/external-guide-education-xnimrodx-lineal-color-xnimrodx.png" width="60" height="60"/></picture><h1> &nbsp; Usage Guides<h1></summary> <summary><a href=""><img style="float: left;" src="https://img.icons8.com/external-xnimrodx-lineal-color-xnimrodx/96/null/external-guide-education-xnimrodx-lineal-color-xnimrodx.png" width="60" height="60"/><h1> &nbsp; Usage Guides</h1></a></summary>
&nbsp; &nbsp;
@ -733,7 +740,7 @@ Now run WSA and your userdata should hopefully be restored
&nbsp; &nbsp;
<details> <details>
<summary><picture><img style="float: right;" src="https://img.icons8.com/external-soft-fill-juicy-fish/96/null/external-bug-coding-and-development-soft-fill-soft-fill-juicy-fish-2.png" width="60" height="60"/></picture><h1> &nbsp; Having Issues?<h1></summary> <summary><a href=""><img style="float: left;" src="https://img.icons8.com/external-soft-fill-juicy-fish/96/null/external-bug-coding-and-development-soft-fill-soft-fill-juicy-fish-2.png" width="60" height="60"/><h1> &nbsp; Having Issues?<h1></a></summary>
### Common Issues: ### Common Issues:
[<img src="https://img.shields.io/badge/-Fix%20Install.ps1%20Issue-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Pre-install%20Issues/FixInstallps1.md) [<img src="https://img.shields.io/badge/-Fix%20Install.ps1%20Issue-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Pre-install%20Issues/FixInstallps1.md)
@ -783,7 +790,7 @@ Now run WSA and your userdata should hopefully be restored
&nbsp; &nbsp;
<details> <details>
<summary><picture><img style="float: right;" src="https://img.icons8.com/fluency/96/request-service.png" width="60" height="60"/></picture><h1> &nbsp; Custom Builds Requests<h1></summary> <summary><a href=""><img style="float: left;" src="https://img.icons8.com/fluency/96/request-service.png" width="60" height="60"/><h1> &nbsp; Custom Builds Requests</h1></a></summary>
<h3> &nbsp; ❓Want to request a prebuilt custom build❓ <h3> <h3> &nbsp; ❓Want to request a prebuilt custom build❓ <h3>
@ -797,19 +804,101 @@ Now run WSA and your userdata should hopefully be restored
&nbsp; &nbsp;
<details> <details>
<summary><picture><img style="float: right;" src="https://img.icons8.com/external-flaticons-lineal-color-flat-icons/64/null/external-credits-movie-theater-flaticons-lineal-color-flat-icons.png" width="60" height="60"/></picture><h1> &nbsp; Credits<h1></summary> <summary><a href=""><img style="float: left;" src="https://img.icons8.com/external-flaticons-lineal-color-flat-icons/64/null/external-credits-movie-theater-flaticons-lineal-color-flat-icons.png" width="60" height="60"/><h1> &nbsp; Credits</h1></a></summary>
<table>
<thead>
<tr>
<th>Resource</th>
<th>Authors</th>
<th>Description of resource used<br></th>
<th>License</th>
<th>In Use?<br></th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://github.com/LSPosed/MagiskOnWSALocal" target="_blank" rel="noopener noreferrer">MagiskOnWSALocal</a></td>
<td>LSPosed and contributors</td>
<td>Set of scripts and utilities used by this project to integrate Magisk root and Google Apps into WSA.</td>
<td><a href="https://github.com/LSPosed/MagiskOnWSALocal/blob/main/LICENSE" target="_blank" rel="noopener noreferrer">AGPLv3</a></td>
<td></td>
</tr>
<tr>
<td><a href="https://github.com/YT-Advanced/WSA-Script" target="_blank" rel="noopener noreferrer">WSA-Script</a></td>
<td>YT-Advanced and contributors</td>
<td>Github Action workflow implementation of MagiskOnWSALocal, similar to the original MagiskOnWSA repo (taken-down). The GitHub workflows used in this repo are based on the workflows avaliable in this project.</td>
<td><a href="https://github.com/YT-Advanced/WSA-Script/blob/main/LICENSE" target="_blank" rel="noopener noreferrer">AGPLv3</a></td>
<td></td>
</tr>
<tr>
<td><a href="https://github.com/cinit/WSAPatch" target="_blank" rel="noopener noreferrer">WSAPatch</a></td>
<td>Cinit</td>
<td>Patches for WSA to enable WSA (Windows Subsystem for Android) to run on Windows 10, used in the WSA builds for Windows 10.</td>
<td><a href="https://github.com/cinit/WSAPatch/blob/main/LICENSE" target="_blank" rel="noopener noreferrer">Unlicenced License</a></td>
<td></td>
</tr>
<tr>
<td><a href="https://commons.wikimedia.org/wiki/File:Windows_logo_-_2012_(dark_blue).svg" target="_blank" rel="noopener noreferrer">Windows 10 Logo</a></td>
<td>Microsoft (original), AkshayAnand </td>
<td>WIndows 10 Logo used in this repo. Follows Microsoft's Brand/Trademark Guidelines.</td>
<td>Public Domain</td>
<td></td>
</tr>
<tr>
<td><a href="https://commons.wikimedia.org/wiki/File:Windows_logo_-_2021.svg" target="_blank" rel="noopener noreferrer">Windows 11 Logo</a></td>
<td>Microsoft (original), OAOV</td>
<td>WIndows 11 Logo used in this repo. Follows Microsoft's Brand/Trademark Guidelines.</td>
<td>Public Domain</td>
<td></td>
</tr>
<tr>
<td><a href="https://commons.wikimedia.org/wiki/File:Windows_10-Logo.png" target="_blank" rel="noopener noreferrer">WIndows 10 Logo with wordmark</a></td>
<td>Microsoft</td>
<td>WIndows 10 Logo used in this repo. Follows Microsoft's Brand/Trademark Guidelines.<br></td>
<td><a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="noopener noreferrer">CC-BY-SA 4.0</a><br></td>
<td></td>
</tr>
<tr>
<td><a href="https://commons.wikimedia.org/wiki/File:Windows_11_logo.svg" target="_blank" rel="noopener noreferrer">WIndows 11 Logo with workmark</a></td>
<td>Microsoft</td>
<td>WIndows 11 Logo used in this repo. Follows Microsoft's Brand/Trademark Guidelines.</td>
<td>Public Domain</td>
<td></td>
</tr>
<tr>
<td>Icon8</td>
<td>Icons8 and authors,</td>
<td>Some icons used in this repo were obtained from Icons8. To view the specific icons used, check the raw Markdown and HTML files,</td>
<td><a href="https://icons8.com/license" target="_blank" rel="noopener noreferrer">Icons8 License</a></td>
<td></td>
</tr>
</tbody>
</table>
---
### Other Resources used as reference
- [Microsoft](https://apps.microsoft.com/store/detail/windows-subsystem-for-android%E2%84%A2-with-amazon-appstore/9P3395VX91NR): For providing Windows Subsystem For Android™ and related files. Windows Subsystem For Android™, Windows Subsystem For Android™ Logo, Windows™ 10 and Windows™ 11 Logos are trademarks of Microsoft Corporation. Microsoft Corporation reserves all rights to these trademarks. By downloading and installing Windows Subsystem For Android™, you agree to the [Terms and Conditions](https://support.microsoft.com/en-gb/windows/microsoft-software-license-terms-microsoft-windows-subsystem-for-android-cf8dfb03-ba62-4daa-b7f3-e2cb18f968ad) and [Privacy Policy](https://privacy.microsoft.com/en-gb/privacystatement)
- [YT-Advanced](https://github.com/YT-Advanced/WSA-Script): For providing and continuing the development of the script made by LSPosed, the Github Action workflow guide is based on his Github Repo. I do not claim his work and the work of the many contributers as my own and nor intend to do so.
- [Cinit and the WSAPatch Guide](https://github.com/cinit/WSAPatch): Many thanks for the comprehensive guide, files and support provided by Cinit and the contributers at the WSAPatch repository. Windows™ 10 Builds in this repo rely on the hard work of this project and hence credit is given where due
- [StoreLib](https://github.com/StoreDev/StoreLib): API for downloading WSA - [StoreLib](https://github.com/StoreDev/StoreLib): API for downloading WSA
- [Magisk](https://github.com/topjohnwu/Magisk): The Magic Mask for Android - [Magisk](https://github.com/topjohnwu/Magisk): The Magic Mask for Android
- [The Open Google Apps Project](https://opengapps.org): Script the automatic generation of up-to-date Google Apps packages - [The Open Google Apps Project](https://opengapps.org): Script the automatic generation of up-to-date Google Apps packages
- [KernelSU](https://github.com/tiann/KernelSU): A Kernel based root solution for Android - [KernelSU](https://github.com/tiann/KernelSU): A Kernel based root solution for Android
- [WSAGAScript](https://github.com/ADeltaX/WSAGAScript): The first GApps integration script for WSA - [WSAGAScript](https://github.com/ADeltaX/WSAGAScript): The first GApps integration script for WSA
- [MagiskOnWSA](https://github.com/LSPosed/MagiskOnWSA): `Deprecated` Integrate Magisk root and Google Apps into WSA - [MagiskOnWSA](https://github.com/LSPosed/MagiskOnWSA): `Deprecated` Integrate Magisk root and Google Apps into WSA
- [MagiskOnWSALocal](https://github.com/LSPosed/MagiskOnWSALocal): Integrate Magisk root and Google Apps into WSA
- [Icons8](https://icons8.com/icons/): Icons used in this repo were obtained from Icon8. To view the links to the specific icons used in this Markdown, [press here](https://github.com/MustardChef/WSABuilds/blob/master/README.md?plain=1) ---
### Is this GitHub Repo affiliated with Microsoft™ or Google™?
- Microsoft and the Dev team at MSFT are the developers of Windows Subsystem For Android. We do not claim to develop, or have a part in developing this emulator. We also have no real influence on the direction of development of WSA nor do we claim to have.
- What the WSABuild repo does is that it provides prebuilt WSA builds with Root and GMS built using the MagiskOnWSALocal project (and WSAPatch for the Windows 10 patch.) That is that we simply modify the emulator to add extra functionality to it.
- All this is, is an unofficial project not related in any way to Microsoft and the team working on Windows Subsystem For Android.
---
***The repository is provided as a utility.*** ***The repository is provided as a utility.***

View File

@ -1,457 +0,0 @@
# WSABuilds &nbsp; &nbsp; <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/> &nbsp; [<img src="https://img.shields.io/badge/XDA%20Developers-WSABuilds-EA7100?style=for-the-badge&logoColor=white&logo=XDA-Developers" />](https://forum.xda-developers.com/t/wsabuilds-latest-windows-subsystem-for-android-wsa-builds-for-windows-10-and-11-with-magisk-and-google-play-store.4545087/)
### MagiskOnWSA用于Windows™ 10和11 [<img align="right" src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 400px;"/>](https://discord.gg/2thee7zzHZ)
#### Windows Subsystem For Android™WSA与Google Play服务和Magisk
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/N4N0K08AC)
<br/>
<details>
<summary><h4> &nbsp; ⚠️ 分支信息 ⚠️<h4></summary>
| :exclamation: **重要的是** &nbsp; `⚠️请勿分支⚠️` |
|------------------------------------------------------------------------|
|**本存储库特别设计为不可被分支。MagiskOnWSA以及一些在该平台上涌现的分支和克隆版**潜在地**违反了GitHub的服务条款由于滥用GitHub Actions已被最终警告、禁用或封禁。**|
|**我们想说一件事情我们尊重Github向其用户设定的条款和条件。MagiskOnWSA构建是使用MagiskOnWSALocal脚本构建的在Windows 10构建的情况下进行了修补并上传到Github上因此不依赖于Github Actions的使用。**|
|**因此,除非您是开发人员并希望修改代码本身和/或想为该Github存储库做出贡献否则请不要分支此存储库。**|
</details>
&nbsp;
## Language/语言
- [中文](README_CN.md)
- [English](README.md)
- Want to contribute to the translation of this repo, feel free to open a pull request./如果您想为该版本的翻译工作做出贡献,请随时打开一个拉动请求。
<br/>
## 下载
<details>
<summary><h3> &nbsp; ℹ️下载免责声明 <h3></summary>
> **Warning**
> ### :exclamation: **重要提示:**
> ### Windows™ 11上的预编译Windows子系统For Android™构建版本在 [Releases](https://github.com/MustardChef/WSABuilds/releases) 在运行MagiskOnWSA脚本和上传到Github之前和之后没有进行任何修改。
> ### Windows™ 10上的预编译Windows子系统For Android™构建版本在 [Releases](https://github.com/MustardChef/WSABuilds/releases) 仅在上传到Github之前根据WSAPatch指南修补了AppxManifest.xml、icu.dll和WsaPatch.dll。
> ### 由于对安全性、透明度和构建完整性的普遍关注我将很快转向更透明的MagiskOnWSA构建方法
> #### 与从互联网下载的任何其他程序一样应对Windows子系统For Android™构建版本进行同样程度的审查
</details>
<details>
<summary><h3> &nbsp; ❓想要构建您自己的WSA定制版本❓ <h3></summary>
| :exclamation: **重要的是** &nbsp; `⚠️请勿分支⚠️` |
|------------------------------------------------------------------------|
|**本存储库特别设计为不可被分支。MagiskOnWSA以及一些在该平台上涌现的分支和克隆版**潜在地**违反了GitHub的服务条款由于滥用GitHub Actions已被最终警告、禁用或封禁。**|
|**我们想说一件事情我们尊重Github向其用户设定的条款和条件。MagiskOnWSA构建是使用MagiskOnWSALocal脚本构建的在Windows 10构建的情况下进行了修补并上传到Github上因此不依赖于Github Actions的使用。**|
|**因此,除非您是开发人员并希望修改代码本身和/或想为该Github存储库做出贡献否则请不要分支此存储库。**|
|**如果您想创建自己的定制构建请严格按照明确设定的指示操作以避免由于分支过多而导致Github Actions滥用从而导致存储库被下架。**|
<br/>
<br/>
---
#### **1. 首先从[Releases](https://github.com/MustardChef/WSABuilds/releases)中检查版本。如果没有你想要的版本请继续按照本指南操作。如果有那么请使用那些预构建的WSA版本。**
---
#### **2. 登录你的 Github 账户(这是必要的),在首页上点击如下按钮并选择 “导入仓库”,或者直接前往[此页面](https://github.com/new/import)**
***第一步:***
<img src="https://user-images.githubusercontent.com/68516357/221636520-78d0716a-247b-4034-aa9d-bdbe2277950c.png" style="width: 350px;"/>
***第二步:***
![image](https://user-images.githubusercontent.com/68516357/221641202-e3ef4deb-f2dd-46e6-82c8-fb4767f82e99.png)
---
#### **3. [复制此仓库的 URL](https://github.com/WellCodeIsDelicious/WSA-Script),将其粘贴到下面的文本框中,然后点击“导入”**
![image](https://user-images.githubusercontent.com/68516357/221643582-72d71f68-8f53-48d9-a940-692a54d42098.png)
---
#### **4. 进入新导入的仓库的“设置”选项卡,启用 “Github Actions”**
![Settings](https://user-images.githubusercontent.com/68516357/222214308-b52b1c6f-a60b-44ef-9ce0-bc335087e3a2.png)
![MRq9WD3SO2](https://user-images.githubusercontent.com/68516357/222215598-30d68ad3-9700-4061-bba4-815b3befcb10.png)
---
#### **5. 然后向下滚动,直到找到标题为 “工作流权限” 的部分,并按照下图所示的步骤操作**
![image](https://user-images.githubusercontent.com/68516357/224546417-a82249b4-3864-42bd-8a29-32350b8b0c97.png)
---
#### **6. 现在,前往“操作”选项卡**
![CvYhP0B0CI](https://user-images.githubusercontent.com/68516357/222221960-f48ab9c3-eb77-4cb0-b932-5cd343381048.png)
---
#### **7. 在左侧边栏中点击“Custom Build”工作流程。**
![image](https://user-images.githubusercontent.com/68516357/222221307-8a4571d2-ac3e-410b-b999-0eb62b14d8d5.png)
---
#### **8. Above the list of workflow runs, select **Run workflow****
![image](https://user-images.githubusercontent.com/68516357/222222850-f991890c-5a80-4cc2-b83d-0ef35c24a79e.png)
---
#### **9. 选择您想要的选项,***Magisk 版本***, ***WSA 发布频道 + WSA 架构*** , ***GApps 变体*** 和 ***压缩格式***,然后单击 **Run workflow** 运行工作流**
![image](https://user-images.githubusercontent.com/68516357/222224185-abcfa0cf-c8c6-46e3-bc38-871c968b86f2.png)
---
#### **10. 等待操作完成并下载生成物件**
**请勿通过多线程下载器(如 IDM下载**
![image](https://user-images.githubusercontent.com/68516357/222224469-5748b78a-158e-46ff-9f65-317dbb519aac.png)
---
#### **11. 按照该代码库中的说明进行正常安装 最重要的是....
<br/>
### **享受吧!**
<br/>
---
</details>
<details>
<summary><h3> &nbsp; ❓可以请求以下版本:❓ <h3></summary>
> **Note**
> <br /> To request:
> - 更新版本的构建
> - 带 Magiskroot或 GAppsGoogle Play 服务)的构建
> 请随意在 [Issues 页面](https://github.com/MustardChef/WSABuilds/issues)上开启一个 issue 进行请求). <br /><br /> 请求的自定义构建可以在下面的 “自定义构建” 部分中找到。
</details>
|****操作系统****|****下载页面****|****下载镜子****|
|----------|-----------|--------------|
|<img src="https://upload.wikimedia.org/wikipedia/commons/e/e6/Windows_11_logo.svg" style="width: 200px;"/> | [<img src="https://img.shields.io/badge/下载最新版本-Windows%2011%20x64-blue?style=for-the-badge&logo=windows11" style="width: 350px;"/>](https://github.com/MustardChef/WSABuilds/releases/tag/Windows_11_2303.40000.5.0) <br /> [<img src="https://img.shields.io/badge/下载最新版本-Windows%2011%20arm64-blue?style=for-the-badge&logo=windows11" style="width: 350px;"/>](https://github.com/MustardChef/WSABuilds/releases/tag/Windows_11_2303.40000.5.0_arm64)|[<img src="https://img.shields.io/badge/OneDrive-white?style=for-the-badge&logo=Microsoft%20OneDrive&logoColor=0078D4" style="width: 150px;"/>](https://x6cgr-my.sharepoint.com/:f:/g/personal/mcdt_x6cgr_onmicrosoft_com/EsuisZvnWyxAnB4wrwr5B74Bv4wSKAlddfjYERrm0_5ZUw)|
|<img src="https://upload.wikimedia.org/wikipedia/commons/0/05/Windows_10_Logo.svg" style="width: 200px;"/> | [<img src="https://img.shields.io/badge/下载最新版本-Windows%2010%20x64-blue?style=for-the-badge&logo=windows" style="width: 350px;"/>](https://github.com/MustardChef/WSABuilds/releases/tag/Windows_10_2303.40000.5.0)|[<img src="https://img.shields.io/badge/OneDrive-white?style=for-the-badge&logo=Microsoft%20OneDrive&logoColor=0078D4" style="width: 150px;"/>](https://x6cgr-my.sharepoint.com/:f:/g/personal/mcdt_x6cgr_onmicrosoft_com/EndFayhyYR9Ju6k8x38dp7EB9xVGDkAMut-q-6tzBzcBhw)|
| <p align="center"><img src="https://img.icons8.com/color/240/null/windows-11.png" style="width: 50px;"/> <img src="https://img.icons8.com/color/240/null/windows-10.png" style="width: 50px;"/></p>|[<img src="https://img.shields.io/badge/Windows%2010%2F11-其他版本-red?style=for-the-badge" style="width: 300px;"/>](https://github.com/MustardChef/WSABuilds/blob/master/OldBuilds.md)|[<img src="https://img.shields.io/badge/OneDrive-white?style=for-the-badge&logo=Microsoft%20OneDrive&logoColor=0078D4" style="width: 150px;"/>](https://x6cgr-my.sharepoint.com/:f:/g/personal/mcdt_x6cgr_onmicrosoft_com/EgNsfSstHBtIuAZgiNVkanYBTwu0kKVC_QvOiW7i0IojdQ)|
|<p align="center"><img src="https://img.icons8.com/color/240/null/windows-11.png" style="width: 50px;"/> <img src="https://img.icons8.com/color/240/null/windows-10.png" style="width: 50px;"/></p>| <h4>自定义构建:<h4> [<img src="https://img.shields.io/badge/Windows%2010%2F11-Magisk%20Delta-382bef?style=for-the-badge" style="width: 300px;"/>](https://github.com/MustardChef/WSAMagiskDelta)| |
|<p align="center"><img align="centre;" src="https://user-images.githubusercontent.com/68516357/216452358-8137df76-875f-4b59-b77d-ca34c8a2d6d3.png" style="width: 80px;"/></p>|[<img src="https://img.shields.io/badge/Download-.msix%20资料来源-3A6B35?style=for-the-badge&logoColor=white&logo=Github" style="width: 300px;"/>](https://github.com/MustardChef/WSAPackages)|[<img src="https://img.shields.io/badge/OneDrive-white?style=for-the-badge&logo=Microsoft%20OneDrive&logoColor=0078D4" style="width: 150px;"/>](https://x6cgr-my.sharepoint.com/:f:/g/personal/mcdt_x6cgr_onmicrosoft_com/EgSWYr5JLjFNkSmNydPNFKsBJAlCKj61c6BbbbVGPglASA?e=weIk7y)|
&nbsp;
## 要求
| <img src="https://upload.wikimedia.org/wikipedia/commons/e/e6/Windows_11_logo.svg" style="width: 200px;"/>| <img src="https://upload.wikimedia.org/wikipedia/commons/0/05/Windows_10_Logo.svg" style="width: 200px;"/> |
|-----------------------|-----------------------|
| - RAM6 GB不推荐8 GB最低要求和16 GB推荐。|- RAM6 GB不推荐8 GB最低要求和16 GB推荐。|
|- 处理器:您的 PC 应满足基本的 Windows™ 11 要求,即 Core i3 第 8 代、Ryzen 3000、Snapdragon 8c 或更高版本。| - 处理器N/A </br> 这有点难以预测,但强烈建议您的处理器列在[支持的 CPU 列表](https://learn.microsoft.com/en-gb/windows-hardware/design/minimum/windows-processor-requirements)中,以满足 Windows 11 的要求。|
|- 处理器类型x64 或 ARM64。|- 处理器类型x64 或 ARM64。|
|- GPU任何兼容的 Intel、AMD 或 Nvidia GPU <br /> GPU 性能可能会因其与 Windows Subsystem For Android™ 的兼容性而有所不同<br /><br /><details><summary><h3>使用 Intel HD Graphics 530 及更早版本的用户<h3><br /></summary> <br /> 当使用 Intel HD Graphics 530 及更早版本的集成显卡时WSA 可能无法启动或出现图形故障。这是一个已知问题,但目前没有我知道的解决方法,此外,这些 GPU 太旧,不符合 Windows 11 的要求,因此不受官方支持。 [按照此指南](https://github.com/MustardChef/WSABuilds/blob/master/Guides/ChangingGPU.md) 切换到另一个集成显卡/独立显卡/外置显卡,或使用 Microsoft Basic Renderer</details><br /><details><summary><h3>使用 Nvidia GPU 的用户<h3><br /></summary> <br /> 已知 Nvidia GPU 会引起问题。如果 Windows Subsystem For Android™ 在使用 Nvidia GPU 时无法启动或出现图形故障,请 [按照此指南](https://github.com/MustardChef/WSABuilds/blob/master/Guides/ChangingGPU.md) 切换到另一个集成显卡/独立显卡/外置显卡,或使用 Microsoft Basic Renderer</details>|- GPU任何兼容的 Intel、AMD 或 Nvidia GPU <br /> GPU 性能可能会因其与 Windows Subsystem For Android™ 的兼容性而有所不同<br /><br /><details><summary><h3>使用 Intel HD Graphics 530 及更早版本的用户<h3><br /></summary> <br /> 当使用 Intel HD Graphics 530 及更早版本的集成显卡时WSA 可能无法启动或出现图形故障。这是一个已知问题,但目前没有我知道的解决方法,此外,这些 GPU 太旧,不符合 Windows 11 的要求,因此不受官方支持。 [按照此指南](https://github.com/MustardChef/WSABuilds/blob/master/Guides/ChangingGPU.md) 切换到另一个集成显卡/独立显卡/外置显卡,或使用 Microsoft Basic Renderer</details><br /><details><summary><h3>使用 Nvidia GPU 的用户<h3><br /></summary> <br /> 已知 Nvidia GPU 会引起问题。如果 Windows Subsystem For Android™ 在使用 Nvidia GPU 时无法启动或出现图形故障,请 [按照此指南](https://github.com/MustardChef/WSABuilds/blob/master/Guides/ChangingGPU.md) 切换到另一个集成显卡/独立显卡/外置显卡,或使用 Microsoft Basic Renderer</details>|
|- 虚拟机平台已启用:<br /> 此可选设置用于虚拟化,您可以从控制面板/可选功能启用此设置。|- 虚拟机平台已启用:<br /> 此可选设置用于虚拟化,您可以从控制面板/可选功能启用此设置。|
|- 存储固态硬盘SSD<br /> - 磁盘驱动器HDD不建议使用。|- 存储固态硬盘SSD<br /> - 磁盘驱动器HDD不建议使用。|
|- 分区NTFS<br /> Windows Subsystem For Android™ 仅能安装在 NTFS 分区上,而不能安装在 exFAT 分区上。|- 分区NTFS<br /> Windows Subsystem For Android™ 仅能安装在 NTFS 分区上,而不能安装在 exFAT 分区上。|
|- Windows™ 11Build 22000.526 或更高版本。|- Windows™ 1022H2 10.0.19045.2311 或更高版本。<br /> <br /> 从此版本库的 WSA 版本 2301.40000.7.0 及更高版本开始,对 Windows™ 1020H1 10.0.19041.264 或更高版本提供非官方支持,因此您必须安装 [KB5014032](https://www.catalog.update.microsoft.com/Search.aspx?q=KB5014032),然后安装 [KB5022834](https://www.catalog.update.microsoft.com/Search.aspx?q=KB5022834) 才能在这些旧版 Windows 上使用 WSA。 <br /> <br />|
|- 计算机必须支持虚拟化,并在 BIOS/UEFI 和可选功能中启用。[指南](https://support.microsoft.com/zh-cn/windows/%E5%9C%A8-windows-11-pc-%E4%B8%8A%E5%90%AF%E7%94%A8%E8%99%9A%E6%8B%9F%E5%8C%96-c5578302-6e43-4b4b-a449-8ced115f58e1)|- 计算机必须支持虚拟化,并在 BIOS/UEFI 和可选功能中启用。[指南](https://support.microsoft.com/zh-cn/windows/%E5%9C%A8-windows-11-pc-%E4%B8%8A%E5%90%AF%E7%94%A8%E8%99%9A%E6%8B%9F%E5%8C%96-c5578302-6e43-4b4b-a449-8ced115f58e1)|
&nbsp;
<details>
<summary><img style="float: right;" src="https://img.icons8.com/color/96/null/software-installer.png" width="60" height="60"/><h1> &nbsp; 安装<h1></summary>
&nbsp;
> **Note** :
> 如果你已经安装了官方的Windows子系统for Android™则必须完全卸载它才能使用MagiskOnWSA。
> 如果你想保留之前安装官方或MagiskOnWSA的数据可以在卸载之前备份%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache\userdata.vhdx然后在安装后恢复它。
1. 进入[Releases页面](https://github.com/MustardChef/WSABuilds/releases/latest)
2. 在最新的版本中进入Assets部分下载你选择的Windows子系统 for Android™版本不要下载"Source code"
3. 解压缩zip文件
4. 删除zip文件
5. 将新解压缩的文件夹移动到合适的位置文档文件夹是一个不错的选择因为你需要在电脑上保留文件夹来使用MagiskOnWSA
> **Note** :
> 如果你正在更新WSA请在被问及时合并文件夹并替换所有项目的文件时操作。
6. 打开Windows子系统 for Android™文件夹搜索并双击“Run.bat”
- 如果你之前已经安装了MagiskOnWSA它将自动卸载之前的版本并保留所有用户数据并安装新版本所以不要担心你的数据。
- 如果弹出窗口没有请求管理员权限并且Windows子系统 for Android™没有成功安装则应手动以管理员身份运行Install.ps1
- 按Win+x并选择Windows™ Terminal (管理员)
- 输入下面的命令并按enter包括{},将{}中的路径替换为提取的文件夹的路径
```Powershell
cd "{X:\path\to\your\extracted\folder}"
```
- 输入下面的命令并按enter
```Powershell
PowerShell.exe -ExecutionPolicy Bypass -File .\Install.ps1
```
- 脚本将运行Windows子系统 for Android™将被安装
- 如果此解决方法不起作用则你的电脑不支持WSA
7. 安装过程完成后Windows子系统 for Android™将启动如果这是第一次安装将显示一个要求同意诊断信息的窗口。有时会显示两个相同的窗口如果在两个窗口中都单击了OK不会发生任何不良反应
8. 点击PowerShell窗口然后按键盘上的任意键, PowerShell 窗口应该关闭。
9. 关闭文件浏览器。
10. **享受吧!**
&nbsp;
### 注意事项(适用于 Windows 10 和 11
1. 不能删除 Windows Subsystem For Android™ 安装文件夹。
Add-AppxPackage -Register .\AppxManifest.xml 的作用是将 appx 包与一些现有的未打包文件注册,因此只要你想使用 Windows Subsystem For Android™就必须保留它们。查看 https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2022-ps 以获取更多详细信息。
2. 在运行 Windows Subsystem For Android™ 之前,您需要注册您的 Windows Subsystem For Android™ appx 包。对于 [WSABuilds](https://github.com/MustardChef/WSABuilds) 和 [MagiskOnWSALocal](https://github.com/LSPosed/MagiskOnWSALocal) 用户,您需要在提取的目录中运行 Run.bat。如果脚本失败您可以采取以下诊断步骤需要管理员权限
1. 打开 PowerShell 窗口并将工作目录更改为您的 Windows Subsystem For Android™ 目录。
2. 在 PowerShell 中运行以下命令。这应该会失败,并返回一个 ActivityID这是下一步所需的 UUID。
```Powershell
Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion -Register .\AppxManifest.xml
```
3. 在 PowerShell 中运行以下命令。这应该会打印失败操作的日志。
```Powershell
Get-AppPackageLog -ActivityID <UUID>
```
4. 检查日志以查找失败的原因并修复它。
</details>
&nbsp;
<details>
<summary><img style="float: right;" src="https://img.icons8.com/external-flaticons-flat-flat-icons/64/null/external-updating-tools-and-material-ecommerce-flaticons-flat-flat-icons.png" width="60" height="60"/><h1> &nbsp; 更新<h1></summary>
### 如何在不丢失任何应用程序和数据的情况下更新Android的Windows SubsystemWSA
1. [下载最新版本](https://github.com/MustardChef/WSABuilds#downloads)(您想要更新到的版本)
2. 确保 Windows 子系统 For Android 没有运行(在 WSA 设置中单击 “关闭” 并等待旋转加载器消失)
3. 使用 7-Zip、WinRAR 或任何其他工具打开 .zip 文件
4. 在 .zip 存档文件中打开子文件夹示例WSA_2xxx.xxxxx.xx.x_xx_Release-Nightly-with-magisk-xxxxxxx-MindTheGapps-xx.x-RemovedAmazon
5. 选择此子文件夹中的所有文件,并将它们提取到当前文件夹,其中包含 Windows 子系统 For Android 的文件(您提取并安装 WSA 的文件夹)
6.在提示替换文件夹时,选择“对所有当前项目执行此操作”,然后单击 “是”
7.在提示替换文件时,单击 “替换目标中的文件”
8. 运行 ``Run.bat`` 文件
9. 启动 Windows 子系统 For Android 设置应用,并使用侧边栏转到“关于”选项卡
10. 检查 WSA 版本是否与您要更新到的最新版本/版本号匹配
**J如果遇到任何困难请加入 Discord**
</details>
&nbsp;
<details>
<summary><img style="float: right;" src="https://img.icons8.com/color/96/null/uninstall-programs.png" width="60" height="60"/><h1> &nbsp; 卸载<h1></summary>
&nbsp;
### 新 CLI 和 GUI 卸载工具即将推出!加入 Discord 获取公告和更新。
> **Note**:
>
> 如果你想保存你的数据,请备份 %LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache\userdata.vhdx 文件。卸载后,将 VHDX 文件复制回 %LOCALAPPDATA%\Package\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache 文件夹。
- 要移除通过 WSABuild 安装的 WSA
- **1.)** 确保 Windows 子系统 for Android™ 没有运行
- **2.)** 使用内置的 Windows 搜索或通过“添加和删除程序”搜索“Windows 子系统 for Android™ 设置”,然后按卸载
- **3.)** 删除从中提取并运行 Run.bat 以安装 WSAMagiskOnWSA 文件夹)的 WSA 文件夹
- **4.)** 转到 ``%LOCALAPPDATA%/Packages/``,并删除名为``MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe`` 的文件夹
- 如果出现文件无法删除的错误,请确保 WSA 已关闭
- 要删除从 Microsoft Store 安装的 WSA
- **1.)** 使用内置的 Windows 搜索或通过“添加和删除程序”搜索“Windows 子系统 for Android™ 设置”,然后按卸载
</details>
&nbsp;
<details>
<summary><img style="float: right;" src="https://img.icons8.com/3d-fluency/94/null/help.png" width="60" height="60"/><h1> &nbsp; 常见问题<h1></summary>
&nbsp;
**帮助我我在使用MagiskOnWSA构建时遇到了问题**
- 在[Github](https://github.com/MustardChef/WSABuilds/issues)中打开一个问题或[加入Discord](https://github.com/MustardChef/WSABuilds#join-the-discord),并描述问题的细节
**帮助我我在安装Windows™ 10上的Android™子系统时遇到问题**
- 我不在修补程序上工作也不声称。在Discord或Github中打开一个问题如果可能我将尝试协助您解决问题。如需完整支持请访问项目主页并在那里打开问题https://github.com/cinit/WSAPatch/issues/
**如何获取logcat**
- 有两种方法:
```
adb logcat
```
或者
- Windows中的位置 ---> <br/> `%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalState\diagnostics\logcat`
**我可以删除安装的文件夹吗?**
- 不可以。
**如何将Windows™ 10上的Android™子系统更新到新版本**
- 如[安装说明](#installation)所述。下载[最新的Windows™ 10上的Android™子系统版本](#downloads)并替换先前安装的内容然后重新运行Install.ps1。不用担心您的数据将被保留。
**如何更新Magisk**
- 执行与更新Windows™ 10上的Android™子系统相同的操作。等待包含更新版本Magisk的新MagiskOnWSA版本发布然后按照[安装说明](#installation)进行更新。
**我可以通过SafetyNet/Play Integrity吗**
- 不可以。像Windows™ 10上的Android™子系统这样的虚拟机无法通过这些机制因为缺乏Google的签名。要通过需要更多异国情调的和未经测试的解决方案例如 https://github.com/kdrag0n/safetynet-fix/discussions/145#discussioncomment-2170917
**什么是虚拟化?**
- 虚拟化是运行Windows™ 10上的Android™子系统等虚拟机所必需的。`Run.bat` 可帮助您启用它。重启后,请重新运行 `Run.bat` 以安装Windows™ 10上的Android™子系统。如果仍然不起作用则必须在您的BIOS/UEFI中启用虚拟化。说明因PC厂商而异请在网上寻求帮助。
**我可以重新安装为读写模式挂载系统分区吗?**
- 不可以。Windows™ 10上的Android™子系统由Hyper-V以只读方式挂载。但是您可以通过创建Magisk模块或直接修改system.img文件来修改系统分区。
**我无法adb connect localhost:58526**
- 确保开发者模式被启用。如果问题仍然存在,请在 "设置"--->"开发人员 "页面上检查Windows Subsystem For Android™的IP地址并尝试:
```
adb connect ip:5555
```
**Magisk 在线模块列表为空?**
- Magisk 主动删除了在线模块仓库。您可以在本地安装模块,或按以下步骤操作:
**步骤 1**
adb push module.zip /data/local/tmp
**步骤 2**
adb shell su -c magisk --install-module /data/local/tmp/module.zip
**M如何卸载 Magisk**
- 通过 [Issues](https://github.com/MustardChef/WSABuilds/issues) 请求一个不包含 Magisk 的 Windows Subsystem For Android™ 版本,从 [Releases page](https://github.com/MustardChef/WSABuilds/releases/latest) 下载该版本,然后按照 [安装说明](https://chat.openai.com/chat/5fb54c37-8eff-4f09-8bb2-dd53e5c9e24e#installation) 进行安装。
**可以在 OpenGApps 和 MindTheGapps 之间切换吗?**
- 不行。在切换之前,请先进行 [完全卸载](#uninstallation)。
**How do I install custom Magisk or GApps?**
- 如果要请求一个包含自定义的 Magisk 或 GApps 的版本,请在 [Issues page](https://github.com/MustardChef/WSABuilds/issues.) 上打开一个 issue。您也可以使用 [MagiskOnWSALocal](https://github.com/LSPosed/MagiskOnWSALocal) 脚本,并按照仓库中提供的说明进行操作。
</details>
&nbsp;
<details>
<summary><img style="float: right;" src="https://img.icons8.com/external-xnimrodx-lineal-color-xnimrodx/96/null/external-guide-education-xnimrodx-lineal-color-xnimrodx.png" width="60" height="60"/><h1> &nbsp; 使用指南<h1></summary>
&nbsp;
### GPU Guide:
[<img src="https://img.shields.io/badge/-How%20to%20Change%20the%20GPU%20Used-474154?style=for-the-badge&logoColor=white&logo=github" />](https://github.com/MustardChef/WSABuilds/blob/master/Guides/ChangingGPU_CN.md)
### Sideload Guide:
[<img src="https://img.shields.io/badge/-How%20to%20Sideload%20apps-474154?style=for-the-badge&logoColor=white&logo=github" />](https://github.com/MustardChef/WSABuilds/blob/master/Guides/Sideloading_CN.md)
### Moving WSA to another drive or partition:
[<img src="https://img.shields.io/badge/-How%20to%20Move%20WSA%20to%20another%20drive%20or%20partition-474154?style=for-the-badge&logoColor=white&logo=github" />](https://github.com/MustardChef/WSABuilds/blob/master/Guides/MoveToExtDrive_CN.md)
### Installing KernelSU
[<img src="https://img.shields.io/badge/-How%20to%20install%20KernelSU-474154?style=for-the-badge&logoColor=white&logo=github" />](https://github.com/MustardChef/WSABuilds/blob/master/Guides/KernelSU_CN.md)
### Installing BusyBox
[<img src="https://img.shields.io/badge/-How%20to%20install%20BusyBox-474154?style=for-the-badge&logoColor=white&logo=github" />](https://github.com/MustardChef/WSABuilds/blob/master/Guides/BusyBox_CN.md)
</details>
&nbsp;
<details>
<summary><img style="float: right;" src="https://img.icons8.com/external-soft-fill-juicy-fish/96/null/external-bug-coding-and-development-soft-fill-soft-fill-juicy-fish-2.png" width="60" height="60"/><h1> &nbsp; 有问题吗?<h1></summary>
### Common Issues:
[<img src="https://img.shields.io/badge/-Fix%20Install.ps1%20Issue-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/FixInstallps1_CN.md)
[<img src="https://img.shields.io/badge/-Fix Virtualization and Virtual Machine Platform Error-%23EF2D5E?style=for-the-badge&logoColor=white&logo=github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/FixVirtError_CN.md)
[<img src="https://img.shields.io/badge/-Fix%20Internet%20Issues-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/FixInternet_CN.md)
[<img src="https://img.shields.io/badge/-Fix%20Error%200x80073CF0-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Fix%20Error%200x80073CF0_CN.md)
[<img src="https://img.shields.io/badge/-Fix%20Error%200x80073CFD-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Fix%20Error%200x80073CFD_CN.md)
[<img src="https://img.shields.io/badge/-Fix%20Error%200x80073CF6-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Fix%20Error%200x80073CF6_CN.md)
[<img src="https://img.shields.io/badge/-Fix%20Error%200x80073CF9-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Fix%20Error%200x80073CF9_CN.md)
[<img src="https://img.shields.io/badge/-Fix%20Error%200x80073D10-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Fix%20Error%200x80073D10_CN.md)
[<img src="https://img.shields.io/badge/-NamedResource%20Not%20Found:%20Fix%20Error%200x80073B17-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/NamedResource%20Not%20Found%20-%20Fix%20Error%200x80073B17_CN.md)
[<img src="https://img.shields.io/badge/-Fix%20Path%20Too%20Long-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/FixPathTooLong_CN.md)
[<img src="https://img.shields.io/badge/-Fix%20Missing%20Icons%20Issue-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/MissingIcons_CN.md)
[<img src="https://img.shields.io/badge/-Fix%20Target%20Machine%20Actively%20Refused%20Connection-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/TargetMachineActivelyRefusedConnection_CN.md)
</details>
<!--
1. Fork this repository
2. **A)** Magisk
1. **a)** Via local file:
1. Create a folder named `download` in the root
2. Move your custom Magisk APK/ZIP file to the `download` folder and rename it to `magisk-debug.zip`
2. In GitHub Actions, click on `Build MagiskOnWSA`
3. Choose `Custom` in the `Magisk Version` field
4. **b)** Via URL:
1. Input the URL pointing to your custom Magisk APK/ZIP file in the `Custom Magisk APK/ZIP URL` field
3. **B)** GApps
1. **a)** Via local file:
1. Create a folder named `download` in the root
2. Move your custom OpenGApps or MindTheGapps ZIP file to the `download` folder and rename it to `OpenGApps-{arch}-{variant}.zip` or `MindTheGapps-{arch}.zip` *(e.g. `OpenGApps-x64-pico.zip` or `MindTheGapps-arm64.zip`)*
2. In GitHub Actions, click on `Build MagiskOnWSA`
3. Choose `Custom (OpenGApps)` or `Custom (MindTheGapps)` in the `GApps Variant` field
4. **b)** Via URL:
1. Input the URL pointing to your custom OpenGApps or MindTheGapps ZIP file in the `Custom GApps ZIP URL` field
-->
&nbsp;
<details>
<summary><img style="float: right;" src="https://img.icons8.com/external-flaticons-lineal-color-flat-icons/64/null/external-credits-movie-theater-flaticons-lineal-color-flat-icons.png" width="60" height="60"/><h1> &nbsp; 贷方<h1></summary>
- [Microsoft](https://apps.microsoft.com/store/detail/windows-subsystem-for-android%E2%84%A2-with-amazon-appstore/9P3395VX91NR): For providing Windows Subsystem For Android™ and related files. Windows Subsystem For Android™, Windows Subsystem For Android™ Logo, Windows™ 10 and Windows™ 11 Logos are trademarks of Microsoft Corporation. Microsoft Corporation reserves all rights to these trademarks. By downloading and installing Windows Subsystem For Android™, you agree to the [Terms and Conditions](https://support.microsoft.com/en-gb/windows/microsoft-software-license-terms-microsoft-windows-subsystem-for-android-cf8dfb03-ba62-4daa-b7f3-e2cb18f968ad) and [Privacy Policy](https://privacy.microsoft.com/en-gb/privacystatement)
- [YT-Advanced](https://github.com/YT-Advanced/WSA-Script): For providing and continuing the development of the script made by LSPosed, the Github Action workflow guide is based on his Github Repo. I do not claim his work and the work of the many contributers as my own and nor intend to do so.
- [Cinit and the WSAPatch Guide](https://github.com/cinit/WSAPatch): Many thanks for the comprehensive guide, files and support provided by Cinit and the contributers at the WSAPatch repository. Windows™ 10 Builds in this repo rely on the hard work of this project and hence credit is given where due
- [StoreLib](https://github.com/StoreDev/StoreLib): API for downloading WSA
- [Magisk](https://github.com/topjohnwu/Magisk): The Magic Mask for Android
- [The Open Google Apps Project](https://opengapps.org): Script the automatic generation of up-to-date Google Apps packages
- [WSA-Kernel-SU](https://github.com/LSPosed/WSA-Kernel-SU): A kernel module to provide /system/xbin/su to Android Kernel
- [Kernel Assisted Superuser](https://git.zx2c4.com/kernel-assisted-superuser): Kernel assisted means of gaining a root shell for Android
- [WSAGAScript](https://github.com/ADeltaX/WSAGAScript): The first GApps integration script for WSA
- [MagiskOnWSA](https://github.com/LSPosed/MagiskOnWSA): `Deprecated` Integrate Magisk root and Google Apps into WSA
- [MagiskOnWSALocal](https://github.com/LSPosed/MagiskOnWSALocal): Integrate Magisk root and Google Apps into WSA
***存储库是作为一个实用程序提供的。***
***Android是Google LLC的商标。Windows™是微软公司的商标。***
</details>