Start menu is not working.

Joined
Nov 20, 2013
Messages
2,092
Reaction score
181
No guarantees. Try the following method................

Right click at Start button > select Command Prompt (Admin) > type powershell > press Enter > wait a bit until you see....
PS C:\windows\system32>

At the flashing prompt, copy and paste this.........

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

> press Enter.

Ignore any error in red.

When finished, try Start Menu again.
 

Trouble

Noob Whisperer
Moderator
Joined
Nov 19, 2013
Messages
13,411
Reaction score
2,319
The problem may be due to some issue with your specific profile.
Try creating a new user and see if the problem persists.
Go to
C:\Windows\System32
Find
Cmd.exe
Right click it and choose run as administrator
At the admin command prompt type
net user JohnSmith /add
hit enter
then type
net localgroup administrators JohnSmith /add
hit enter
type
exit
hit enter
Restart and log in as JohnSmith
 

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