Delphi 2010 - hide welcome page

CloudyMarble picture CloudyMarble · Feb 15, 2011 · Viewed 11.1k times · Source

Does anybody know how can i disable welcome page without using the < -np > command line option, its very the annoying and blocks the IDE for a few seconds on each start, does anybody know where can i configure this?

Answer

Ondrej Kelle picture Ondrej Kelle · Feb 15, 2011

You can disable it in the registry: under HKEY_CURRENT_USER\Software\CodeGear\BDS\7.0\Known IDE Packages, find the entry named $(BDS)\Bin\startpageide140.bpl and modify the value by prepending an underscore (so it looks like '_Borland Start Page IDE Package'). You can re-enable it later by removing the underscore.