|
Post by Cocainez on Jan 24, 2023 21:24:21 GMT 2
Hello friends
If you delete by mistake Microsoft Store you can redownload with
Press Windows key + X
Click Windows PowerShell (Admin)
At the command prompt, type the following then hit Enter:
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
|
|