Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • 1
    Possibly related: superuser.com/questions/956036/…
    – rlb.usa
    Commented Aug 12, 2015 at 16:48
  • 3
    I don't think so. Just read, not completely sure what that post is implying I try, but I have problems with Start-Search not showing other shortcuts that do NOT start with 'r'.
    – Terry
    Commented Aug 12, 2015 at 16:56
  • 2
    Do you have more than 512 items in your Start Menu? Go to the actual folder and "dir /s." If so, tidy up and delete a few older things. This is a known bug that will be fixed. Commented Sep 29, 2015 at 0:48
  • 1
    @ScottHanselman In LINQPad... new DirectoryInfo( @"C:\ProgramData\Microsoft\Windows\Start Menu" ).GetFiles( "*.*", SearchOption.AllDirectories ).Count().Dump(); = 232. Is that the folder you were referring to?
    – Terry
    Commented Sep 30, 2015 at 2:45
  • 2
    Please see my answer here: superuser.com/questions/1047230/… - I have found a way of starting up most things with "press Start" followed by just a few letters. For the record I regard my solution as a workaround: the W10 mechanism is, for my purposes, broken. Commented Mar 14, 2017 at 18:32