Why can’t I open the Start menu in Windows 10?

i can not open start menu

Better Asked on June 6, 2020 in Computer.
Add Comment
  • 1 Answer(s)

    1 . Open Windows PowerShell as Administrator

    Method 1:

    1. Press Windows Key + R on your keyboard
    2. Key in PowerShell and hit Enter.
    3. Right click on the PowerShell icon on the taskbar and select Run as Administrator.

    Method 2:

    1. Right click Start button
    2. Choose Command prompt (Admin)
    3. Key in Powershell in the black window and hit Enter.
    1. Paste the following command in the Administrator: Windows PowerShell window and press Enter key:Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
    2. Wait for PowerShell to execute and complete the command. Ignore the few errors (in red color) that may pop up.
    3. When it finishes, try hitting Start and hopefully it’ll start working. If not, this solution won’t apply to you, unfortunately.

    Are you able to solve it for you by following the procedure mentioned above or it fails? If it it fails, do make sure that you ran Powershell as Administrator (window will be called Administrator: Windows PowerShell ) and gave the command enough time to execute.
    Still no luck? You can get everything to work fine by creating a new user account and working under it. You will lose some of your user data, but most of the files and documents can be transferred over by copying the data from Desktop, Documents, Picture and other libraries.

    Better Answered on June 6, 2020.
    Add Comment
  • Your Answer

    By posting your answer, you agree to the privacy policy and terms of service.