Set up a New User profile but "Start Menu" does not work

Joined
Aug 23, 2015
Messages
3
Reaction score
0
Hi,

The user profiles which came across with the upgrade work perfect but when I decided to create another user profile and login, I cannot click on the Start menu button as it does not work!

I have had to use the command prompt logout.

I think when windows is creating a new user profile, it is not creating all the correct files but could be wrong!
 
Joined
Nov 20, 2013
Messages
2,092
Reaction score
181
Give this a try..........................
Logon to your new user account, the one that Start Menu does not work.
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.
 
Joined
Aug 23, 2015
Messages
3
Reaction score
0
Hi,

Right clicking on the start button did not work, I found the command prompt program and ran it in Admin mode.

Running the above syntax did not work, I still cannot use the Start Menu button.

This is what command prompt showed after running the syntax:


At line:1 char:38
+ ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:S
tring) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageMa
nager.Commands.AddAppxPackageCommand

Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could
not be registered.
An internal error occurred with error 0x80070002. See
http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app
deployment issues.
NOTE: For additional information, look for [ActivityId]
9ff184e3-ddc2-0002-3d8b-f19fc2ddd001 in the Event Log or use the command line
Get-AppxLog -ActivityID 9ff184e3-ddc2-0002-3d8b-f19fc2ddd001
At line:1 char:38
+ ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:S
tring) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageMa
nager.Commands.AddAppxPackageCommand

PS C:\WINDOWS\system32>
 
Joined
Nov 20, 2013
Messages
2,092
Reaction score
181
Sorry.
I am out of ideas.
Perhaps you have a bad user account.
Try to create another one > logon to it and see if you have the same issue.
 
Joined
Aug 23, 2015
Messages
3
Reaction score
0
I found this errors in my profile event log. Not sure if this helps.
 

Attachments

  • OperationalLogError.png
    OperationalLogError.png
    493.5 KB · Views: 906
  • OperationalLogError2.png
    OperationalLogError2.png
    523.1 KB · Views: 940

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