Friday, January 20, 2012

Adding locations to SSMS "Open File"

Been looking like this for years.  Who knew, the right google and there it is.  I take no credit for this, simply sticking it in my blog so that I can find it next time.

http://www.sqlservercentral.com/Forums/Topic907188-391-1.aspx
Todd Engen


Here's where you'd find that for SSMS with 2005.

\HKCU\Software\Microsoft\Microsoft SQL Server\90\Tools\Shell\Open Find\Places\UserDefinedPlaces

Add subkeys Place0,Place1,Place(n)

Under each subkey add two REG_SZ values

Name = "Shortcut Name"
Path = "Folder location"

No comments: