Looking for solutions to fix
windows 10 Store app related problems? Such as Windows
10 Store not opening, Store app crashes at startup, Unable to install apps on Microsoft store
app etc. Store app missing After recent windows 10 upgrade and looking for reinstall
windows 10 store app. Let’s discuss How to completely reinstall or uninstall windows store app on windows 10
Reinstall Windows Store
Using PowerShell
1.Run
PowerShell as Administrator.
Open the Start menu (press Win key on the keyboard) and type Powershell. When it comes up in the search results, right click on it and choose "Run as administrator". Or you can also press Ctrl + Shift + Enter to open it as administrator
Open the Start menu (press Win key on the keyboard) and type Powershell. When it comes up in the search results, right click on it and choose "Run as administrator". Or you can also press Ctrl + Shift + Enter to open it as administrator
2.Type
the following command in the PowerShell console:
Get-AppxPackage -allusers
Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode
-Register "$($_.InstallLocation)\AppXManifest.xml"}
Or
Get-AppxPackage -AllUsers|
Foreach {Add-AppxPackage -DisableDevelopmentMode -Register
“$($_.InstallLocation)\AppXManifest.xml”}
3. Reboot your Windows
10 device
That
restores Windows Store in most cases. However, for some users, the above
command may throw one of the following errors and Store does not get
reinstated:
In
those cases, your best option would be to create a new user account which will
have all the built-in apps — including Windows Store.
Although
there is a procedure that involves altering the “Program Files\WindowsApps”
package folder permissions and attempting a reinstall of Windows Store and its
dependencies, creating a new user account is probably the safest and preferred
way.
Uninstall Windows Store
Using PowerShell
You can
then remove unneeded apps individually using the following PowerShell
command-line syntax.
Uninstall
3D Builder:
Get-AppxPackage *3dbuilder*
| Remove-AppxPackage
Uninstall
Alarms and Clock:
Get-AppxPackage
*windowsalarms* | Remove-AppxPackage
Uninstall
Calculator:
Get-AppxPackage
*windowscalculator* | Remove-AppxPackage
Uninstall
Calendar and Mail:
Get-AppxPackage
*windowscommunicationsapps* | Remove-AppxPackage
Uninstall
Camera:
Get-AppxPackage
*windowscamera* | Remove-AppxPackage
Uninstall
Contact Support:
This app can't be removed.
Uninstall
Cortana:
This app can't be removed.
Uninstall
Get Office:
Get-AppxPackage *officehub*
| Remove-AppxPackage
Uninstall
Get Skype:
Get-AppxPackage *skypeapp* |
Remove-AppxPackage
Uninstall
Get Started:
Get-AppxPackage *getstarted*
| Remove-AppxPackage
Uninstall
Groove Music:
Get-AppxPackage *zunemusic*
| Remove-AppxPackage
Uninstall
Maps:
Get-AppxPackage *windowsmaps*
| Remove-AppxPackage
Uninstall
Microsoft Edge:
This app can't be removed.
Uninstall
Microsoft Solitaire Collection:
Get-AppxPackage
*solitairecollection* | Remove-AppxPackage
Uninstall
Money:
Get-AppxPackage
*bingfinance* | Remove-AppxPackage
Uninstall
Movies & TV:
Get-AppxPackage *zunevideo*
| Remove-AppxPackage
Uninstall
News:
Get-AppxPackage *bingnews* |
Remove-AppxPackage
Uninstall
OneNote:
Get-AppxPackage *onenote* |
Remove-AppxPackage
Uninstall
People:
Get-AppxPackage *people* |
Remove-AppxPackage
Uninstall
Phone Companion:
Get-AppxPackage
*windowsphone* | Remove-AppxPackage
Uninstall
Photos:
Get-AppxPackage *photos* |
Remove-AppxPackage
Uninstall
Store:
Get-AppxPackage
*windowsstore* | Remove-AppxPackage
Uninstall
Sports:
Get-AppxPackage *bingsports*
| Remove-AppxPackage
Uninstall
Voice Recorder:
Get-AppxPackage
*soundrecorder* | Remove-AppxPackage
Uninstall
Weather:
Get-AppxPackage
*bingweather* | Remove-AppxPackage
Uninstall
Windows Feedback:
This app can't be removed.
Uninstall
Xbox:
Get-AppxPackage *xboxapp* |
Remove-AppxPackage
Video:
No comments:
Post a Comment