WSABuilds/Documentation/Fix Guides/Pre-Install Issues/Appx Module Cannot Be Loaded.md
2023-12-17 14:05:26 +00:00

1.0 KiB

WSABuilds      

Error:

The 'Get-AppxPackage' command was found in the module 'Appx', but the module could not be loaded due to the following error: [Operation is not supported on this platform. (0x80131539)] For more information, run 'Import-Module Appx'



Preface:

This issue mainly occurs on the LTSC and non official builds of Windows.



Solution:

1. Open PowerShell as Administrator

2. Run the following command:

cd <lLocation of the folder with the WSA files>
Import-Module -Name Appx -UseWindowsPowerShell
PowerShell.exe -ExecutionPolicy Bypass -File .\Install.ps1



Have futher question or need help?

Join the Discord if you have any other questions or need help!