豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.01 KB

File metadata and controls

41 lines (23 loc) · 1.01 KB

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!