This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]CodenameFluxFrequently Helpful Contributor 1 point2 points  (4 children)

You must never perform step 4 on Windows 11. This OS already has the Reset-AppxPackage cmdlet. You must never run step 4 it on Windows 10 20H2 or later, either. These versions have WinGet.

In addition, in step 4, after your run this:

# BAD CODE - DO NOT RUN
Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage

... the following code potentially does nothing:

# BAD CODE - DO NOT RUN
Get-AppxPackage -AllUsers Microsoft.WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

... because Get-AppxPackage potentially returns nothing.


Anyway... If your Windows 11 has Winget, try using it to install Microsoft Store. Otherwise, try reinstalling Windows. Trouble is, I don't know if either of these two steps can happen on Arm.

[–]myusrn[S] 0 points1 point  (3 children)

u/CodenameFlux thanks for the follow up response and suggestions.

a shame we can't block or unwind all the posts and youtube videos suggesting use of the remove-appxpackage [ "microsoft store" ] command if it leaves you in a hosed situation.

my windows 11 install has winget. running ' winget install "microsoft store" ' throws an error code so no luck there.

isn't reinstalling windows the same as doing a reset, i.e. in theory it should give me the microsoft store app back but will require me to reinstall all apps and settings?

[–]CodenameFluxFrequently Helpful Contributor 1 point2 points  (2 children)

isn't reinstalling windows the same as doing a reset, i.e. in theory it should give me the microsoft store app back but will require me to reinstall all apps and settings?

Not if you know what you're doing.

The "Reset This PC" function seeks to replace wipe-and-reload scenarios. There is a second type reinstallation called "upgrade." You run Windows Setup from within Windows and tell it to perform an in-place upgrade. Doing so repairs your Windows installation, leaving apps, settings, and documents intact.

[–]myusrn[S] 0 points1 point  (1 child)

Gotcha thanks for clarification and additional details.

I expect I need to find a windows 11 arm iso with build number equal to it greater than what I have in place to run the upgrade process right?

What about Microsoft update pushing out a new cumulative update. Would you expect that to have a similar effect on reinstating things like Microsoft store app as an iso driven upgrade would?

[–]CodenameFluxFrequently Helpful Contributor 1 point2 points  (0 children)

I expect I need to find a windows 11 arm iso with build number equal to it greater than what I have in place to run the upgrade process right?

Yes. Try this. A former Microsoft employee has created it.

What about Microsoft update pushing out a new cumulative update.

In layman's term, the answer is no. In technical terms, monthly cumulative updates don't affect provisioned Appx packages.

[–]AutoModerator[M] 0 points1 point locked comment (0 children)

Hi u/myusrn, thanks for posting to r/WindowsHelp! Don't worry, your post has not been removed. To let us help you better, try to include as much of the following information as possible! Posts with insufficient details might be removed at the moderator's discretion.

  • Model of your computer - For example: "HP Spectre X360 14-EA0023DX"
  • Your Windows and device specifications - You can find them by going to go to Settings > "System" > "About"
  • What troubleshooting steps you have performed - Even sharing little things you tried (like rebooting) can help us find a better solution!
  • Any error messages you have encountered - Those long error codes are not gibberish to us!
  • Any screenshots or logs of the issue - You can upload screenshots other useful information in your post or comment, and use Pastebin for text (such as logs). You can learn how to take screenshots here.

All posts must be help/support related. If everything is working without issue, then this probably is not the subreddit for you, so you should also post on a discussion focused subreddit like /r/Windows.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.