- Joined
- Oct 16, 2015
- Messages
- 4
- Reaction score
- 0
I click 'Pin to Start' and nothing happens and some of the app icons are missing
Thanks again, now I have restarted everything seems OKIf the above does not fix anything...........
This method is to re- register Windows Store.
Right click at Start button > click Command Prompt (Admin) > in the flashing prompt, type powershell > press Enter.
Now copy and paste the following command. To avoid typo, please do use copy/paste method.
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
> press Enter.
When finished, restart computer.
See if that makes any difference.
Thanks again, now I have restarted everything seems OK
If the above does not fix anything...........
This method is to re- register Windows Store.
Right click at Start button > click Command Prompt (Admin) > in the flashing prompt, type powershell > press Enter.
Now copy and paste the following command. To avoid typo, please do use copy/paste method.
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
> press Enter.
When finished, restart computer.
See if that makes any difference.
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.