no start menu, desktop personalization

Hi,

I just installed Windows 10 and found my start menu missing - the icon is still there but nothing happens if I click on it. When I right click on the desktop and then on personalize to get to the start menu options, I only get a message that there is no program associated with this file for performing its action.

Would be grateful for any help!

Thank you,

Kris

August 22nd, 2015 1:06am

Open the command prompt windows as administrator and then type:

powershell

Get-AppxPackage | % { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml" -verbose }

Free Windows Admin Tool Kit Click here and download it now
August 22nd, 2015 6:43am

Hi km220,

What is your current situation?

Please take a try with the command mentioned by T. Kujala, if issue insists, try to create a new user account through the following ways:

1. Right click on the Start Menu and choose the Run;

2. Type lusrmgr.msc, this would open up the local users and groups console;

3. Right click on the Users archive on the left pane and select New, then follow the wizard to create a new local account.

4. Right click on the newly created account, and choose properties, on the members of tab, add it to the local administrators group;

5. log off and then login with the new account and check the issue again.

R

August 23rd, 2015 3:21am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics