start menu

  • Thread starter Thread starter millerj
  • Start date Start date
M

millerj

I'm trying to write a script that will put a .bat file into the pinned
portion of the start menu. Where are the settigs for that? or a folder that
holds the shortcut?
 
millerj said:
I'm trying to write a script that will put a .bat file into the pinned
portion of the start menu. Where are the settigs for that? or a folder
that
holds the shortcut?

What is the "pinned" portion of the Start Menu?
 
Bruno @yahoo.com> said:
The Start menu's left column.

.... and above the divider (the group below the divider is Unpinned part). I
couldn't find the relevant folder location either. My guess is it's in the
registry??
 
millerj said:
I'm trying to write a script that will put a .bat file into the pinned
portion of the start menu. Where are the settigs for that? or a folder
that
holds the shortcut?

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage

Double click on Favorites in the left pane.
 
Back
Top