Additional SQL Server features and topics not covered by specific categories
I add my servers in the Registered Servers and be done with it. Except for when you have to change the connection on an existing query window, that does suck. Profiler on the other hand...
Also if you're like me and bring your laptop to clients to use SSMS locally where AD auth doesn't work because you're not on their domain, you can use this to launch SSMS with the target domain credentials and login with Windows Auth (assuming you have an account there ofc):
runas /netonly /user:DOMAIN\myusername "C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\Ssms.exe"