# 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: ```powershell cd 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! [](https://discord.gg/2thee7zzHZ)