[Operation is not supported on this platform. (0x80131539)] error #656
Unanswered
daniilfigasystems
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello i having this error [Operation is not supported on this platform. (0x80131539)]
more detail
WARNING: Module DISM is loaded in Windows PowerShell using WinPSCompatSession remoting session; please note that all input and output of commands from this module will be deserialized objects. If you want to load this module into PowerShell please use 'Import-Module -SkipEditionCheck' syntax.
Installing MicrosoftCorporationII.WindowsSubsystemForAndroid version: 2307.40000.3.0
Get-AppxPackage: F:\WSA_2307.40000.3.0_x64_Release-Nightly-with-magisk-d390ca2f(26104)-canary-MindTheGapps-13.0-RemovedAmazon\Install.ps1:36
Line |
36 | return Get-AppxPackage -Name $Name | ForEach-Object { if …
| ~~~~~~~~~~~~~~~
| 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'.
Dependency package Microsoft.UI.Xaml.2.8 x64 required minimum version: 8.2208.12001.0. Installing....
Add-AppxPackage: F:\WSA_2307.40000.3.0_x64_Release-Nightly-with-magisk-d390ca2f(26104)-canary-MindTheGapps-13.0-RemovedAmazon\Install.ps1:141
Line |
141 | Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAny …
| ~~~~~~~~~~~~~~~
| The 'Add-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'.
Get-AppxPackage: F:\WSA_2307.40000.3.0_x64_Release-Nightly-with-magisk-d390ca2f(26104)-canary-MindTheGapps-13.0-RemovedAmazon\Install.ps1:36
Line |
36 | return Get-AppxPackage -Name $Name | ForEach-Object { if …
| ~~~~~~~~~~~~~~~
| 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'.
Dependency package Microsoft.VCLibs.140.00.UWPDesktop x64 required minimum version: 14.0.30704.0. Installing....
Add-AppxPackage: F:\WSA_2307.40000.3.0_x64_Release-Nightly-with-magisk-d390ca2f(26104)-canary-MindTheGapps-13.0-RemovedAmazon\Install.ps1:141
Line |
141 | Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAny …
| ~~~~~~~~~~~~~~~
| The 'Add-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'.
Get-AppxPackage: F:\WSA_2307.40000.3.0_x64_Release-Nightly-with-magisk-d390ca2f(26104)-canary-MindTheGapps-13.0-RemovedAmazon\Install.ps1:36
Line |
36 | return Get-AppxPackage -Name $Name | ForEach-Object { if …
| ~~~~~~~~~~~~~~~
| 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'.
Dependency package Microsoft.VCLibs.140.00 x64 required minimum version: 14.0.30704.0. Installing....
Add-AppxPackage: F:\WSA_2307.40000.3.0_x64_Release-Nightly-with-magisk-d390ca2f(26104)-canary-MindTheGapps-13.0-RemovedAmazon\Install.ps1:141
Line |
141 | Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAny …
| ~~~~~~~~~~~~~~~
| The 'Add-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'.
Get-AppxPackage: F:\WSA_2307.40000.3.0_x64_Release-Nightly-with-magisk-d390ca2f(26104)-canary-MindTheGapps-13.0-RemovedAmazon\Install.ps1:149
Line |
149 | $Installed = Get-AppxPackage -Name $Name
| ~~~~~~~~~~~~~~~
| 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'.
Installing MagiskOnWSA....
Add-AppxPackage: F:\WSA_2307.40000.3.0_x64_Release-Nightly-with-magisk-d390ca2f(26104)-canary-MindTheGapps-13.0-RemovedAmazon\Install.ps1:170
Line |
170 | Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion …
| ~~~~~~~~~~~~~~~
| The 'Add-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'.
All Done!
Press any key to exit``
Beta Was this translation helpful? Give feedback.
All reactions