MagiskOnWSA/DLL/docs/Fixes/Fix Error 0x80073CFB.md
1. Go to %LOCALAPPDATA%/Packages/, and make sure that the folder MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe is deleted. (If it does not exist, move on to Step 2.)
2. Open Powershell (as Admin) and run the following command:
Get-AppxPackage -Name "MicrosoftCorporationII.WindowsSubsystemForAndroid" -AllUsers | Remove-AppxPackage -AllUsers
3. Delete all folders related to WSA (expect the .zip files for WSA Builds), which include folders extracted for WSA installation.
4. Re-extract and re-run Run.bat
The issue should now be fixed