I'd like to have a list of my database servers (I am a developer), I currently have a list of RDP files for different machines I connect to. Is there a similar feature in SQL Server Management Studio that would help me go directly to where I need to go without me having to wait for the login screen to pop up and ask me which server I want?
Yes you can use the following command:
You can either run this using run, or put it into a .txt file and change the extension to .bat and run that.
Some more information can be found by runing smss.exe /?: