mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-14 15:45:06 +01:00
1.0 KiB
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