mirror of
https://github.com/recloudstream/csdocs.git
synced 2024-08-14 22:46:50 +00:00
Add files via upload
This commit is contained in:
parent
e8e5e5a996
commit
9039106487
63 changed files with 704 additions and 0 deletions
89
Other devices/Windows.md
Normal file
89
Other devices/Windows.md
Normal file
|
@ -0,0 +1,89 @@
|
|||
---
|
||||
label: Windows
|
||||
order: 999
|
||||
icon: /static/win11.png
|
||||
---
|
||||
|
||||
# WSA Installation Guide
|
||||
|
||||
!!!info This WSA build includes
|
||||
- Rooted Android 13
|
||||
- Google Play Services and Magisk
|
||||
- No Amazon app store
|
||||
!!!
|
||||
|
||||
## Requirements
|
||||
___
|
||||
| [!badge variant="primary" size="l" icon="/static/win11.svg" text="Windows 11"] | [!badge variant="primary" size="l" icon="/static/win10.svg" text="Windows 10"] { class="compact" } |
|
||||
|:-------------------------:|:-----------------------:|
|
||||
| **RAM**: 6 GB (minimum) and 16 GB (recommended).| **RAM**: 6 GB (minimum) and 16 GB (recommended).|
|
||||
| **Build**: 22000.526 or higher.| **Build**: 22H2 10.0.19045.2311 or higher.|
|
||||
| The Computer must support virtualization and be enabled in BIOS/UEFI and Optional Features. [**Guide for this process.**](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 for this process.**](https://support.microsoft.com/en-us/windows/enable-virtualization-on-windows-11-pcs-c5578302-6e43-4b4b-a449-8ced115f58e1)|
|
||||
|
||||
___
|
||||
## Installation
|
||||
|
||||
!!!warning If you have the official WSA installed, you must [completely uninstall](#uninstallation) it to use MagiskOnWSA.
|
||||
!!!
|
||||
|
||||
[!badge variant="light" text="Step 1"] **Download the WSA** zip file from [!badge variant="secondary" text="here"](https://github.com/MustardChef/WSABuilds#downloads)
|
||||
|
||||
!!!danger Do not download "Source code".
|
||||
!!!
|
||||
|
||||
[!badge variant="light" text="Step 2"] **Extract** the zip file
|
||||
|
||||
[!badge variant="light" text="Step 3"] Open the WSA folder and **run** the `Run.bat`
|
||||
|
||||
[!badge variant="light" text="Step 4"] Once the installation process completes, WSA will launch.
|
||||
|
||||
!!!info If this is a first-time install, a window asking for consent to diagnostic information will be shown. Sometimes two identical windows may appear, click OK in both windows).
|
||||
!!!
|
||||
|
||||
!!!info The installation Process is DONE!
|
||||
Now close Windows powershell by putting any key there.
|
||||
!!!
|
||||
|
||||
___
|
||||
## Sideloading
|
||||
|
||||
[!badge variant="light" text="Step 1"] Download and install [**WSA Pacman**](https://github.com/alesimula/wsa_pacman/releases) or [**WSA Sideloader**](https://github.com/infinitepower18/WSA-Sideloader).
|
||||
|
||||
[!badge variant="light" text="Step 2"] Go to [!badge variant="dark" text="Windows Subsystem for Android"] → [!badge variant="dark" text="Developer"] and turn on **Developer mode**.
|
||||
|
||||
!!!danger You have to give pacman or other sideloaders the adb permission.
|
||||

|
||||
!!!
|
||||
|
||||
!!!info If the "Install" button is greyed out while installing apk
|
||||
**Open** WSA pacman and **turn on** wsa from there.
|
||||

|
||||
!!!
|
||||
|
||||
___
|
||||
## Update
|
||||
|
||||
**Merge** the new and the old wsa folder and **replace** the old files with the new ones.
|
||||
|
||||
___
|
||||
## Backup & Restore
|
||||
|
||||
### Backup
|
||||
If you want to preserve your data, make a backup of the file `%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache\userdata.vhdx`.
|
||||
|
||||
### Restore
|
||||
Paste the VHDX file back to the folder `%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache` .
|
||||
|
||||
___
|
||||
## Uninstallation
|
||||
|
||||
1. Go to the Start Menu
|
||||
2. Type `Windows Subsystem for Android`
|
||||
3. Once the WSA app shows, click `App settings` in the right panel.
|
||||
4. In the Settings window that opens, scroll down and click `Terminate`
|
||||
5. Click `Repair`
|
||||
6. Click `Reset`
|
||||
7. Close the Settings app
|
||||
8. Go to the Start Menu
|
||||
9. Type `Windows Subsystem for Android`
|
||||
10. Once the WSA app shows, click `Uninstall` in the right pane
|
Loading…
Add table
Add a link
Reference in a new issue