Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A way to enable Microsoft Store again? #299

Open
sireurico opened this issue Mar 7, 2022 · 1 comment
Open

A way to enable Microsoft Store again? #299

sireurico opened this issue Mar 7, 2022 · 1 comment

Comments

@sireurico
Copy link

After running all scripts except Windows Defender and thinking I modified everything that had to do with "Windows Store", it's still grayed out and it won't allow me to access it of course. I'm only wanting to do this as Nvidia Control Panel does not work for me nor does installing it standalone wise from Nvidia themselves, which I guess it's because I have it already installed and it's not being overwritten somehow.

Anyone have any ideas on how I can scrub through the scripts to see what I would need to do to get it temporarily working again?

@chamele0n
Copy link
Contributor

I relaize this is an old issue, but have you tried this command in an elevated PowerShell prompt?

Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants