<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Disable InfoCenter in AutoCAD 2010</title>
	<atom:link href="http://otb.manusoft.com/2009/03/disable-infocenter-in-autocad-2010.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://otb.manusoft.com/2009/03/disable-infocenter-in-autocad-2010.htm</link>
	<description>Random thoughts about AutoCAD, ObjectARX, and the meaning of life.</description>
	<lastBuildDate>Fri, 03 Feb 2012 12:57:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Owen Wengerd</title>
		<link>http://otb.manusoft.com/2009/03/disable-infocenter-in-autocad-2010.htm/comment-page-1#comment-1788</link>
		<dc:creator>Owen Wengerd</dc:creator>
		<pubDate>Thu, 31 Mar 2011 16:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://otb.manusoft.com/?p=74#comment-1788</guid>
		<description>It could be caused by any number of reasons, but it&#039;s impossible to diagnose such a problem via blog comments. I recommend to post in the Autodesk or AUGI discussion groups to see if anyone can offer some suggestions or help with diagnosing the cause.</description>
		<content:encoded><![CDATA[<p>It could be caused by any number of reasons, but it&#8217;s impossible to diagnose such a problem via blog comments. I recommend to post in the Autodesk or AUGI discussion groups to see if anyone can offer some suggestions or help with diagnosing the cause.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Tutas</title>
		<link>http://otb.manusoft.com/2009/03/disable-infocenter-in-autocad-2010.htm/comment-page-1#comment-1787</link>
		<dc:creator>Frank Tutas</dc:creator>
		<pubDate>Thu, 31 Mar 2011 15:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://otb.manusoft.com/?p=74#comment-1787</guid>
		<description>Hi Owen
maybe you are the one and only person I can get help from.
We are running ACAD in version 2004 and on certian drawings once you try ro select an object, acad freezes for at least for 10 seconds or it revs up the computer’s memeory to 100% for long or the rest of the day.

Is this a problem with CAD or the settigs or the settings on the machine???

Thanks for your help, that is if you can…

Frank from lovely Hamburg in Germany</description>
		<content:encoded><![CDATA[<p>Hi Owen<br />
maybe you are the one and only person I can get help from.<br />
We are running ACAD in version 2004 and on certian drawings once you try ro select an object, acad freezes for at least for 10 seconds or it revs up the computer’s memeory to 100% for long or the rest of the day.</p>
<p>Is this a problem with CAD or the settigs or the settings on the machine???</p>
<p>Thanks for your help, that is if you can…</p>
<p>Frank from lovely Hamburg in Germany</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owen Wengerd</title>
		<link>http://otb.manusoft.com/2009/03/disable-infocenter-in-autocad-2010.htm/comment-page-1#comment-1332</link>
		<dc:creator>Owen Wengerd</dc:creator>
		<pubDate>Mon, 13 Dec 2010 15:06:02 +0000</pubDate>
		<guid isPermaLink="false">http://otb.manusoft.com/?p=74#comment-1332</guid>
		<description>Did you notice the update post ( http://otb.manusoft.com/2010/11/disable-autocad-infocenter.htm )?  That should work in Civil 3D.</description>
		<content:encoded><![CDATA[<p>Did you notice the update post ( <a href="http://otb.manusoft.com/2010/11/disable-autocad-infocenter.htm" rel="nofollow">http://otb.manusoft.com/2010/11/disable-autocad-infocenter.htm</a> )?  That should work in Civil 3D.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy</title>
		<link>http://otb.manusoft.com/2009/03/disable-infocenter-in-autocad-2010.htm/comment-page-1#comment-1324</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Mon, 13 Dec 2010 11:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://otb.manusoft.com/?p=74#comment-1324</guid>
		<description>hi

have just tried this in civils 3d 2010 and the pesky bar is still there. have also tried regedit and changed the value to 0 and its still there ! help !!!!</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>have just tried this in civils 3d 2010 and the pesky bar is still there. have also tried regedit and changed the value to 0 and its still there ! help !!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Puckett</title>
		<link>http://otb.manusoft.com/2009/03/disable-infocenter-in-autocad-2010.htm/comment-page-1#comment-793</link>
		<dc:creator>Michael Puckett</dc:creator>
		<pubDate>Tue, 02 Nov 2010 14:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://otb.manusoft.com/?p=74#comment-793</guid>
		<description>Thanks Owen. I penned a quick toggle for my own convenience, here for others if they want (apologies if formatting/indenting goes for sh!t):

(defun c:InfoCenter ( / path reg-key val-name val-data )
    ;;  with thanks to Tony Tanzillo and Owen Wengerd
    (vl-load-com)
    (vl-registry-write
        (setq reg-key (strcat &quot;HKEY_CURRENT_USER\\&quot; (vlax-product-key) &quot;\\InfoCenter&quot;))
        (setq val-name &quot;InfoCenterOn&quot;)
        (setq val-data (if (zerop (vl-registry-read reg-key val-name)) 1 0))
    )    
    (princ (strcat &quot;InfoCenter turned &quot; (if (zerop val-data) &quot;off.&quot; &quot;on.&quot;)))
    (princ)
)

Cheers, Michael.</description>
		<content:encoded><![CDATA[<p>Thanks Owen. I penned a quick toggle for my own convenience, here for others if they want (apologies if formatting/indenting goes for sh!t):</p>
<p>(defun c:InfoCenter ( / path reg-key val-name val-data )<br />
    ;;  with thanks to Tony Tanzillo and Owen Wengerd<br />
    (vl-load-com)<br />
    (vl-registry-write<br />
        (setq reg-key (strcat &#8220;HKEY_CURRENT_USER\\&#8221; (vlax-product-key) &#8220;\\InfoCenter&#8221;))<br />
        (setq val-name &#8220;InfoCenterOn&#8221;)<br />
        (setq val-data (if (zerop (vl-registry-read reg-key val-name)) 1 0))<br />
    )<br />
    (princ (strcat &#8220;InfoCenter turned &#8221; (if (zerop val-data) &#8220;off.&#8221; &#8220;on.&#8221;)))<br />
    (princ)<br />
)</p>
<p>Cheers, Michael.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Outside The Box &#187; Blog Archive &#187; Disable AutoCAD InfoCenter</title>
		<link>http://otb.manusoft.com/2009/03/disable-infocenter-in-autocad-2010.htm/comment-page-1#comment-785</link>
		<dc:creator>Outside The Box &#187; Blog Archive &#187; Disable AutoCAD InfoCenter</dc:creator>
		<pubDate>Tue, 02 Nov 2010 03:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://otb.manusoft.com/?p=74#comment-785</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owen Wengerd</title>
		<link>http://otb.manusoft.com/2009/03/disable-infocenter-in-autocad-2010.htm/comment-page-1#comment-42</link>
		<dc:creator>Owen Wengerd</dc:creator>
		<pubDate>Wed, 17 Feb 2010 14:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://otb.manusoft.com/?p=74#comment-42</guid>
		<description>For AutoCAD 2009, see:&lt;br /&gt;http://otb.manusoft.com/2007/09/autocad-2008-slow-startup-fix.htm</description>
		<content:encoded><![CDATA[<p>For AutoCAD 2009, see:<br /><a href="http://otb.manusoft.com/2007/09/autocad-2008-slow-startup-fix.htm" rel="nofollow">http://otb.manusoft.com/2007/09/autocad-2008-slow-startup-fix.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://otb.manusoft.com/2009/03/disable-infocenter-in-autocad-2010.htm/comment-page-1#comment-41</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 17 Feb 2010 13:51:08 +0000</pubDate>
		<guid isPermaLink="false">http://otb.manusoft.com/?p=74#comment-41</guid>
		<description>Hi Owen. Do you have anything that turns off the infocenter in AutoCad 2009?&lt;br /&gt;Thanks,&lt;br /&gt;Scott</description>
		<content:encoded><![CDATA[<p>Hi Owen. Do you have anything that turns off the infocenter in AutoCad 2009?<br />Thanks,<br />Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://otb.manusoft.com/2009/03/disable-infocenter-in-autocad-2010.htm/comment-page-1#comment-31</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 08 Dec 2009 19:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://otb.manusoft.com/?p=74#comment-31</guid>
		<description>wow..it worked!..thanks dude :)</description>
		<content:encoded><![CDATA[<p>wow..it worked!..thanks dude <img src='http://otb.manusoft.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

