Share via

Windows Apps duplicated

Anonymous
2018-04-22T18:25:57+00:00

This problem has started when I transferred data from my dead laptop via Geek Squad. Now, If I go there, they will spam some **** questions to me, so I would like to solve this problem by myself.

As one can see from the left, the windows app are duplicated. I'm not sure this is the cause of another problem, but I'm also unable to sign in to my Office 365 programs.

Windows for home | Windows 10 | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Vijay A. Verma 104.9K Reputation points Volunteer Moderator
    2018-04-22T18:29:58+00:00

    Please try these options one by one and check after each option.

    1. Run Start menu troubleshooter

    http://aka.ms/diag_StartMenu

    1. Reinstall Start Menu / Cortana

    Windows Key+X > Click Powershell (Admin) > Copy the below and paste into Powershell > Enter > Reboot your computer

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

    Copy and paste following into Powershell and Enter

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

    1. Re-register All apps

    Right click on Windows Start > Right click on Windows Powershell (Admin) > Copy the following from below and right click in Powrshell to paste ? Enter > Restart your computer

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

    For MS Office problem - Try repairing your Office installation. First try Quick Repair (takes 5 - 10 mins) , if that doesn't help then try Online Repair (Takes more than 30 mins but less than 1 hour in general)

    How to repair instructions -

    https://support.office.com/en-us/article/Repair...

    Was this answer helpful?

    0 comments No comments