Windows 10 Start Menu

Discussion in 'General Off-Topic' started by Michaelflat, Mar 16, 2016.

  1. Michaelflat

    Michaelflat
    Expand Collapse

    Joined:
    Jul 10, 2014
    Messages:
    1,543
    Ive had some issues with my PC (not psu related) that my start menu doesnt open, everytime i do a reboot and then its fine after, but it happens so often that everytime i go to use the startmenu to open a program i have to first reboot the pc before, and despite having an SSD it takes around 40 seconds to switch on, anyone know how to fix this, tried doing sfc /scannow in powershell and cmd, both administrator, this didnt work, tried deleteing all the metro apps but the command doesnt work, im just out of options, anyone know a way to fix this
     
  2. forzaguy

    forzaguy
    Expand Collapse

    Joined:
    Mar 29, 2014
    Messages:
    190
    try windows suport
     
  3. eeEtilt

    eeEtilt
    Expand Collapse

    Joined:
    Nov 29, 2015
    Messages:
    158
    Have you tried this?
    Run PowerShell with admin privileges on.
    Copy this command into PowerShell and press Enter:
    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    This will reinstall any extensions on the OS that you didn't download yourself. Ignore any red error messages in PowerShell. They might not happen, but ignore them if they do.
    After the command has finished executing, close PowerShell and try the Start menu. It should work.
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice