From 16d04e987c1f475f490a669b0467e0d22e3c9955 Mon Sep 17 00:00:00 2001 From: MCDeltaT <68516357+MustardChef@users.noreply.github.com> Date: Sat, 11 Mar 2023 15:07:23 +0000 Subject: [PATCH] Add Fixes Guide: "Fix Error 0x80073CF6.md" --- Fixes/Fix Error 0x80073CF6.md | 45 +++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Fixes/Fix Error 0x80073CF6.md diff --git a/Fixes/Fix Error 0x80073CF6.md b/Fixes/Fix Error 0x80073CF6.md new file mode 100644 index 0000000..564f1ca --- /dev/null +++ b/Fixes/Fix Error 0x80073CF6.md @@ -0,0 +1,45 @@ +# WSABuilds       + +--- +## Issue:
Error 0x80073CF6 when "Run.bat" is executed to install Windows Subystem for Android (WSA) +### Preface: +##### This issue can arise due to many factors. Although there is no definite solution, we can try these steps to try to fix the problem + +
+ +```Powershell +Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered +In E:\WSA\Install.ps1:102 Character:1 ++ Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion + + + CategoryInfo : WriteError: (E:\WSA\AppxManifest.xml:String) [Add-AppxPackage], IOException + + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand +``` + + +
+ +--- +## Solution + +**1. Ensure the partition/drive you are installing from is NTFS** + +**2. Redownload WSA Build .zip (sometime the files can be corrupted during download and extraction)** + +**3. Delete all folders containing WindowsSubsystemForAndroid from "C:\ProgramData\Microsoft\Windows\AppRepository"** + +**4. Delete all folders containing WindowsSubsystemForAndroid from "C:\ProgramData\Microsoft\Windows\WindowsApps\"** + +**5. Delete all folders containing WindowsSubsystemForAndroid from "%localappdata\ProgramData\Packages"** + +**6. Restart your Computer** + +**Hope this works for you!** + +--- + +### Have futher question or need help? + +Join the Discord if you have any other questions or need help! + +[](https://discord.gg/2thee7zzHZ)