W4RH4WK / Debloat-Windows-10

A Collection of Scripts Which Disable / Remove Windows 10 Features and Apps
Other
6.03k stars 853 forks source link

A way to enable Microsoft Store again? #299

Open sireurico opened 2 years ago

sireurico commented 2 years ago

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 commented 1 year ago

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" }