Windows Store

Joined
Aug 9, 2015
Messages
5
Reaction score
0
The Store shortcut has disappeared and there is no sign of it, or the program, anywhere. Problem started with a blue screen with various comments across the top basically saying Store wouldn't load. Now that has gone as well. Space for icon still on taskbar but icon not visible.Tried various suggestions to retrieve Store to no avail. Any help please?
 

Trouble

Noob Whisperer
Moderator
Joined
Nov 19, 2013
Messages
13,411
Reaction score
2,319
Tried various suggestions to retrieve Store to no avail
Can we assume that, that includes running the Windows Store Apps troubleshooter.
AND
The powershell command
Code:
PowerShell -ExecutionPolicy Unrestricted -Command “& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + ‘\AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
Perhaps it would be easier to give us some idea of what you have tried.

You might try creating a new user account as a member of the local administrators group (not a standard user) and see if the problem is global or unique to your particular profile.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top