How to Re-register Start Menu in Windows 10
In the event that the Start menu isn't working, then re-registering the Start menu may help fix it.
This tutorial will show you how to re-register the Start menu for all users in Windows 10.,
1. In the Cortana search bar, search for Windows PowerShell.
2. Right click the correct result and select Run as administrator.
3. Type the following command and then press Enter key.
If you get an error uninstalling, you’re either not running Windows PowerShell as an administrator, or you’ve incorrectly typed in the command from Step 3.
This tutorial will show you how to re-register the Start menu for all users in Windows 10.,
1. In the Cortana search bar, search for Windows PowerShell.
2. Right click the correct result and select Run as administrator.
3. Type the following command and then press Enter key.
Code:
Get-AppxPackage -AllUsers Microsoft.Windows.ShellExperienceHost | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
If you get an error uninstalling, you’re either not running Windows PowerShell as an administrator, or you’ve incorrectly typed in the command from Step 3.