Improving Startup speed for SQL Server Management Studio
Oct 26, 2024
Ever wondered how you can speed up SQL Server Management Studio start time? It takes forever to start up?
To improve the startup time, run the following 2 commands to disable fusion, you should immediately notice a significant improvement in startup time
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion" /v LogFailures /t REG_DWORD /d 0 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion" /v ForceLog /t REG_DWORD /d 0 /f