W
Windows Central Question
When I open the app store, the splash screen comes up and then just disappears and nothing ever happens. Had anyone seen a fix for this?
Hi Has anyone tried this fix from Microsoft? I'm not having any problems!:wink:
https://solutions.diagnostics.support.microsoft.com/run/6b089dc3-50d6-4add-9959-337fca72c533#
it's not working.Can you find another way to fix it. thanks a lot
I am sorry I didn't realize apps are only for 1 user and not everyone. Still at least you can use apps. As for the not opening I found the solution. You cannot delete the admin because you need him or at least 1 admin account. Good news is you can delete him. I saw it on microsoft website you can have more than 1 microsoft account. So goto control panel and Users Accounts. Add new user and say add someone without email address. Make a new microsoft account and add that in. Then click on that account and say change account type. Change to administrator. Now you have a spare admin you can delete the old one. Back up first and then delete. Or delete and then say keep files. He will still be gone but files retained like docs etc. Then sign it to fresh account and store is back. No need for the corrupt account. And walla. And if he breaks too then same thing again. Back up files and add other microsoft account back in. Since it was deleted it will still now be a new fresh desktop and app store back. And not old broken account. And then remove broken admin account. And keep doing this when it breaks. Its a pain. But reinstalling takes for ever and this is so much easier.
Create a new local user account and log in using that. If that fixes the problem, migrate your data to the new account. Worked for me.
Issue I created: I used Destroy Windows 10 Spying to "Delete all windows 10 metro apps"
Fix for me:
Take ownership of folder 'C:\Program Files\WindowsApps'.
Give your windows user account and account 'ALL APPLICATION PACKAGES' full security permissions to folder 'C:\Program Files\WindowsApps'.
Run powershell as administrator
type: Set-ExecutionPolicy Unrestricted
press enter
Reinstall all apps:
type: Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register �$($_.InstallLocation)\AppXManifest.xml�}
press enter
Remove the security permissions for your userid from 'C:\Program Files\WindowsApps'.
Give ownership of folder 'C:\Programs Files\WindowsApps' back to 'NT SERVICE\TrustedInstaller'.