Disable InfoCenter in AutoCAD 2010
In case you missed it, Tony Tanzillo has posted instructions for disabling the InfoCenter in AutoCAD 2010. AutoCAD 2010 starts faster when the InfoCenter is disabled.
To make it easy, I’ve created an AutoLISP file that defines commands named DisableInfoCenter and EnableInfoCenter:
DisableInfoCenter.LSP
Alternatively, you can just paste the following lisp at the AutoCAD command line to disable it and be done with it. Note that you need to restart AutoCAD for the change to take effect.
(vl-load-com)
(vl-registry-write (strcat "HKEY_CURRENT_USER\\" (vlax-product-key) "\\InfoCenter") "InfoCenterOn" 0)
Related posts:

wow..it worked!..thanks dude
Hi Owen. Do you have anything that turns off the infocenter in AutoCad 2009?
Thanks,
Scott
For AutoCAD 2009, see:
http://otb.manusoft.com/2007/09/autocad-2008-slow-startup-fix.htm