Issue with start menu?

Discussion in 'Windows 10' started by sloban, Feb 10, 2015.

  1. sloban

    sloban MDL Member

    Jul 3, 2013
    129
    3
    10
    #1 sloban, Feb 10, 2015
    Last edited by a moderator: Apr 20, 2017
  2. jbctech

    jbctech MDL Novice

    Aug 30, 2011
    1
    3
    0
    FYI: I fixed mine by looking at no_short_urls_allowed/apprereg which took some digging around @GabeAul's feed. This is the command direct command that fixed me:


    1. Open an Elevated Powershell prompt by pressing the Windows Key, typing Powershell, then pressing Ctrl+Shift+Enter (I used right-click Windows button, Command Prompt (Admin) and typed "powershell")
    2. Paste the following command into Powershell and execute it:
      Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
     
  3. beta-hunter

    beta-hunter MDL Member

    Dec 14, 2008
    119
    10
    10
    slightly off topic but someone tell me how to get rge old resizable start menu back > thx
     
  4. sloban

    sloban MDL Member

    Jul 3, 2013
    129
    3
    10
    Thank you very much that fixed problem and you saved my time which i sure would spend by reinstalling windows :)