Change Ssms2008 default setting on installation
- by CziX
Hey, I am currently developing a vbs script, which installs SQL server 2008 + SP1. After the install I want to change the default settings in the Ssms, such as "Prevent saving changes that require table recreation" and such on.
I can't figure out, where Ssms hides its settings. Currently I am looking at
1) My Documents\SQL Server Management Studio\
2) HKCU\Software\Microsoft\Microsoft SQL Server\100\Tools\Shell\Profile
But whenever I change a "setting" in the vssettings-file in 1), Ssms thinks it is first time it runs, and overwrite.
How can I change the Ssms setting manual, without doing it from the Ssms itself?