Replies: 1 comment
-
Can you elaborate? I'm not familiar with that |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, this morning I noticed that there are two staged Appx (
MicrosoftWindows.LKG.DesktopSpotlight
andMicrosoftWindows.Client.Core
), I was curious about what they are so I try to enable them byGet-AppxPackage -AllUsers $package_name | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
. However, I regretted it right after enabling them, since I cannot remove them byGet-AppxPackage $package_name | Remove-AppPackage
, because they are marked asNonRemovable=True
. How can I get the state back?My system is windows 11 home chinese edition, version 23H2, 22631.4112, with windows feature experience pack 1000.22700.1034.0.
The error when try to run
Remove-AppPackage
reports:while
Get-AppPackageLog -ActivityID fe3ffaef-fce0-0004-86a9-4efee0fcda01
givesBeta Was this translation helpful? Give feedback.
All reactions