Start a Conversation

Unsolved

This post is more than 5 years old

O

1654

December 20th, 2016 14:00

start menu

All start menu items disappeared Windows 10, including Edge browser. This after autoscan and repair of C drive.?

5 Practitioner

 • 

274.2K Posts

December 21st, 2016 00:00

Hi,

Thank you for writing to us!

Kindly follow the below methods and check if it helps.

Method 1:

Open the Task manager.  Here’s a tip:  Press CTRL+Shift+ESC.

Click File > Run New Task.

Make sure you have a check mark beside “Create this task with administrative privileges”

Type Powershell

Type the following in the Powershell prompt:

$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest

Close the Powershell window.

Reboot the computer and check if it helps.

If the issue persist, follow the below method.

Method 2:

Press ‘Windows + X’ Keys on the keyboard.

Click on ‘Command Prompt (Admin)’ to bring up an elevated command prompt.

Note: Click ‘Yes’ if it prompts for permission.

In the command prompt type in the following commands one by one and then press Enter.

           DISM.exe /Online /Cleanup-image /Scanhealth

         DISM.exe /online /cleanup-image /restorehealth

           sfc /scannow

Kindly private message the service tag and email address.

Thanks

Robin

No Events found!

Top