From f7d2f166e24f0a4cd215d2117adffa2d7f30b155 Mon Sep 17 00:00:00 2001
From: MCDeltaT <68516357+MustardChef@users.noreply.github.com>
Date: Sun, 5 Mar 2023 20:09:10 +0000
Subject: [PATCH] Create MissingIcons.md
---
MissingIcons.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
create mode 100644 MissingIcons.md
diff --git a/MissingIcons.md b/MissingIcons.md
new file mode 100644
index 0000000..1b33f5a
--- /dev/null
+++ b/MissingIcons.md
@@ -0,0 +1,49 @@
+# WSABuilds
+
+
+## Issue: Icons have disappeared or have turned white after updating WSA or after restarting your computer
+
+
+
+### Preface:
+##### This looks like a bug in the WSA itself and the icons can be restored by the following steps.
+
+
+
+
+## Solution
+
+**1.** Backup `userdata.vhdx` from `%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache\userdata.vhdx`
+
+**2.** [Uninstall WSA](https://github.com/MustardChef/WSABuilds#--uninstallation)
+
+**3.** Remove the two lines in `Install.ps1` that automatically launches Magisk and Play Store after the installation is finished
+
+```powershell
+function Finish {
+ Clear-Host
+ Start-Process "wsa://com.topjohnwu.magisk"
+ Start-Process "wsa://com.android.vending"
+}
+```
+
+**4.** Install WSA
+
+**5.** Restore `userdata.vhdx` to `%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache\userdata.vhdx`
+
+**6.** Start WSA
+
+
+
+> **Warning**
+>**Do not start WSA before restoring user data.**
+
+
+
+---
+
+### Have futher question or need help?
+
+Join the Discord if you have any other questions or need help!
+
+[](https://discord.gg/2thee7zzHZ)