From 5e0779bd0e4c069456b191441b21ba66ec7c57a3 Mon Sep 17 00:00:00 2001 From: MCDeltaT <68516357+MustardChef@users.noreply.github.com> Date: Fri, 19 May 2023 22:02:19 +0100 Subject: [PATCH 1/2] Create InternetScuritySettingsBlock.md --- Fixes/InternetScuritySettingsBlock.md | 29 +++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Fixes/InternetScuritySettingsBlock.md diff --git a/Fixes/InternetScuritySettingsBlock.md b/Fixes/InternetScuritySettingsBlock.md new file mode 100644 index 0000000..b0b725d --- /dev/null +++ b/Fixes/InternetScuritySettingsBlock.md @@ -0,0 +1,29 @@ +# WSABuilds       + +--- +## Issue:
Error stating that "Your Internet security settings prevented one or more files from opening" when trying to run `Install.ps1` or `Run.bat` to install Windows Subystem for Android (WSA) + +### Preface: +##### This issue is caused if the folder name is too long. This is the typically the case as MagiskOnWSALocal script tends to generate a long string for the .zip file and the folder within the archive. + + + +--- +## Solution + +The solution is simple, all you have to do is: + +**1. Rename the .zip folder to a shorter name, which can be anything to your choosing
(For example: WSA_2XXX.XXXXX.X.X_XXXX_Release-Nightly-with-magisk-XXXXXXX-XXXXXX-MindTheGapps-XX.X-RemovedAmazon ----> WSAArchive2XXX)** + +**2. Rename the extracted folder to a shorter name, which can be anything to your choosing
(For example: WSA_2XXX.XXXXX.X.X_XXXX_Release-Nightly-with-magisk-XXXXXXX-XXXXXX-MindTheGapps-XX.X-RemovedAmazon ----> WSAExtracted2XXX)** + +--- + +### Have futher question or need help? + +Join the Discord if you have any other questions or need help! + +[](https://discord.gg/2thee7zzHZ) + + + From 21858355d26b70d7da5861bfa9d83e616d903519 Mon Sep 17 00:00:00 2001 From: MCDeltaT <68516357+MustardChef@users.noreply.github.com> Date: Fri, 19 May 2023 22:03:02 +0100 Subject: [PATCH 2/2] Rename InternetScuritySettingsBlock.md to InternetSecuritySettingsBlock.md --- ...etScuritySettingsBlock.md => InternetSecuritySettingsBlock.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Fixes/{InternetScuritySettingsBlock.md => InternetSecuritySettingsBlock.md} (100%) diff --git a/Fixes/InternetScuritySettingsBlock.md b/Fixes/InternetSecuritySettingsBlock.md similarity index 100% rename from Fixes/InternetScuritySettingsBlock.md rename to Fixes/InternetSecuritySettingsBlock.md