Hello,
On a Windows 10 installation, I did remove the Windows Store app with the following commands:
$Packages = 'Microsoft.WindowsStore',
Get-AppxPackage -AllUsers | Where-Object Name -In $Packages | Remove-AppxPackage
Get-AppxProvisionedPackage -Online | Where-Object DisplayName -In $Packages | Remove-ProvisionedAppxPackage -Online
Unfortunately, I should not do that because I need it back now!
How can I have it back? I found several solutions on Internet (Powershell commands) but none of these are working for the moment
Thanks in advance!
DeltaSM
Have you tried the method shown in the following tutorial:
Store - Re-register in Windows 10
If I had £1 each time I saw a post where people use unofficial ways to remove core apps and break Windows, and find they cannot reverse it.
Try doing a repair install and if that does not work, you will probably need to reinstall OS. If you can wait a few weeks, it should get repaired automatically when redstone is released.
Actually what you could do is image backup current install, join Insider Program and upgrade to latest build in the Slow Ring which is quite stable, and upgrade to redstone in a few weeks.
Yes, it's not working unfortunately1£? It worth nothing since the Brexit
You tell about unofficial ways, what are the official ones? What is the best way to remove undesired apps?
I found no solution for this issue so I will wait for the next Update (Anniversary/Redstone).