Sycnex / Windows10Debloater

Script to remove Windows 10 bloatware.
MIT License
18.15k stars 2.04k forks source link

Windows store #282

Open xenoxzen opened 4 years ago

xenoxzen commented 4 years ago

i used this and didnt think it would uninstall the store app. Is there a way to get it back?

Eiion commented 4 years ago

What else did you think a tool would do which only purpose is to uninstall what you select it to uninstall? Do not run scripts or use software on your PC if you do not not know what it does or actually intend to use it.

This is not a Windows10Debloater issue and Github is not the place to go when looking for general support. What you should do instead in such cases is either use Google and search for a fix or hire a IT technician to let him fix your issue. Only if a script/a software hosted on Github has issues in itself you should post an issue in its repository!

The first result when asking google brings up the following solution for your issue: https://answers.microsoft.com/en-us/windows/forum/windows_10-windows_store/download-and-install-ms-windows-store/e9d71c80-8399-49d5-9d92-a18add81a4dc

Good luck.

T-Tech-Tips commented 4 years ago

Press Windows key + X Click Windows PowerShell (open as Admin) At the command prompt, type the following then hit Enter:

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

mackfan commented 4 years ago

I had this exact same issue and found that this was able to reinstall the Microsoft Store.

https://github.com/kkkgo/LTSC-Add-MicrosoftStore

Run the .cmd, you may get some errors, but after restarting your store will come back. Then you can search for the microsoft store in the store, and update it that way.

Hope this helps anyone else!

gannonprudhomme commented 4 years ago

Having the same issue. Re-added microsoft store using the above link, but now I cannot install any apps from it (e.g. Mail and Calendar, OneNote, etc). Anytime I try to it simply redirects me back to the page without actually downloading it.

Fixed the above issue by using the LTSC solution, not the LTSB solution, which #221 indicated to use.