SOLVED I can't pin icons to the start page,

Joined
Nov 20, 2013
Messages
2,092
Reaction score
181
Make sure all updates are installed.
Then do a system file check, and if needed do a dism restore.

Run a system file check to look for corrupt files. It will try to do repair if any found.

Right click at Start button > select Command Prompt (Admin) > at the flashing prompt, copy/paste this.....

sfc /scannow
> press Enter.

It will take quite sometime. When finished, it will give you one of the 3 reports : (paraphrasing )

1. No integrity violation.
2. Found corrupt files and repair successfully.
3. Found corrupt files but unable to repair.

If report is #1. Your solution lies elsewhere.
IF report is #2, go see if everything is now working ok.
If report is #3, please do the following........

Right click at Start button > select Command Prompt (Admin) > at the flashing prompt, copy/paste this.....

dism /online /cleanup-image /restorehealth

> press Enter.

Again, it will take some time. When finished it will give you a report.
If it says operation successful, go see if everything is now working ok.
 
Joined
Nov 20, 2013
Messages
2,092
Reaction score
181
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.
 
Last edited:
Joined
Nov 19, 2013
Messages
6,296
Reaction score
1,272
Are you using a build, or the final release? In an earlier release, this was a bug, but see if this works for you.

Right click the start and select run
Type in gpedit.msc
Select "User configuration" and then "administrative templates"
Select "Start menu and notifications"
Scroll down to "Prevent users from customizing their Start Screen"

Double click it and "Enable"
Double click again and"disable"

Ok and reboot your computer and see if the problem is solved.
 
Joined
Oct 16, 2015
Messages
4
Reaction score
0
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.
Thanks again, now I have restarted everything seems OK
 
Joined
Feb 3, 2016
Messages
1
Reaction score
0
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.

I tried this but now my start menu is even more broken. I can't use apps that I downloaded from the store anymore. Please help. I need to use my apps.
 

Attachments

  • Untitled.png
    Untitled.png
    362.2 KB · Views: 863

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