Skip to content
 

Disable AutoCAD InfoCenter

Over the years, I and others have provided instructions for turning off the AutoCAD InfoCenter (or Communication Center in older versions). The instructions are different depending on the AutoCAD version. To make things simple, I decided to roll them all up into a single one-size-fits-all MSI file that disables InfoCenter for any and all versions of AutoCAD  or AutoCAD LT in one fell swoop.

The AcadInfoCenterOff.msi file on the ManuSoft Freebies page contains a custom action that disables InfoCenter during installation. Uninstall restores all previous settings. No actual files are installed, as all changes are made in the registry. Packaging the custom action into an MSI is just a convenient way to ensure that you can uninstall in the future from Windows Control Panel even long after the MSI is lost or forgotten.

Why would you want to disable the InfoCenter? Faster startup, for one. Fewer crashes  and lockups, for another. This feature of AutoCAD actually starts an invisible background task that runs as a separate process (named either WSCommCntr1.exe or WSCommCntr2.exe), which establishes inter-process communication with the running AutoCAD. This type of inter-process communication channel is notoriously unreliable, and it’s not unusual to see the background task orphaned in memory after AutoCAD closes in an unusual way, sometimes consuming a lot of CPU cycles and sometimes preventing an AutoCAD restart until it is forcibly ended.

Related posts:

  1. AutoCAD 2008 Slow Startup Fix
  2. Disable InfoCenter in AutoCAD 2010
  3. Turning off InfoCenter (aka WSCommCntr4.exe) in AutoCAD 2013
  4. AutoCAD 2012 InfoCenter
  5. Ed Foster: Loss Of A Legend

30 Comments

  1. R.K. McSwain says:

    Thanks Owen. Still don’t understand why InfoCenter is forced on users.

    • R.K. McSwain says:

      To clarify, I don’t care if it’s enabled by default, but there should be a way any user can disable it using the UI. There should not be any need to google it and then have to resort to registry hacks…

    • Dave Donaldson says:

      The answer to the question “Still don’t understand why InfoCenter is forced on users” is:

      AutoCAD’s Info Center is a site/user tracking tool, pawned off as a “feature”. With it, Autodesk knows when your copy of AutoCAD is running, your local and public IP, machine name, license info, basically everything. It’s basically a “back door” to your PC.

      This is also true for most other free-bees you get like Google Desktop, the various Web toolbars from Google, Bing, Yahoo, Ask.com, Comcast, Verizon. Nearly all toolbar apps for Web browsers are tracking tools. And don’t get me wrong here…I love Google, but I don’t tollerate tracking.

      Windows and the Internet has become nothing more than a marketing tool for vendors, and as Microsoft says, they “enhance the user experience”. Sure they do.

      If you really want to see just how much traffic goes OUT your Internet connection, and to where, install the free version of ZoneAlarm and let it learn for a while. Then review all the foreign (as in – who-the-heck is this) sites your PC goes to without your knowing it.

      And after a lot of experience with less-than-flattering blog posts on Autodesk web sites, I’m sure this one won’t get posted, or will simply disappear shortly.

      You asked.

  2. Dave says:

    Thanks Owen! I’m sure more people will benefit from this than you will know.

  3. Barry Ralphs says:

    Would you recommend disabling the info. center on production machines now, or is it still suggested for developers?

  4. John Lewis says:

    Nice tool; thanks!

  5. mike young says:

    Thanks Owen
    This infocenter executable has been driving me bananas, The ammount of times 2011 has hung and I have had to task kill
    Acadlt and start again has been a big problem.
    Autocad peaked at ACAD 14 its been all downhill since.

  6. Eileen DiGioacchino says:

    Thank You! You’ve done a great humanitarian service for us all (well atleast all of us AutoCAD users, CAD Managers and the IT people who support them)

  7. Plessey says:

    Thank you Owen. Is there any way to to put switch Info center back on without the autocad reset option?

    • Owen Wengerd says:

      If you disabled it by installing AcadInfoCenterOff.msi, then you can re-enable it again simply by uninstalling AcadInfoCenterOff.msi (from Windows Control Panel). That is one of the reasons for packaging the code into an MSI, to make it simple to undo the changes in the future if needed.

  8. Dave says:

    Thank you very much for this. I came to your page after searching for the reason that AC2012 was hanging / pausing for a few seconds every time I Alt-Tab switch between drawings. Installed this to turn InfoCenter off, and now I can switch between drawings with no lag.

    Thanks again for the time invested – you’ll save me lots of time waiting!

    Best. Dave.

  9. Thank you Owen says:

    Love your .MSI

  10. Steve W says:

    Does this work for Autocad 2012 in both 32bit and 64bit?

    How does this affect having multiple installations of Autocad on one machine… i.e. I have 2008, 2009, 2010, 2011, 2012

    Is it going to disable wscommcenter for all versions at the same time?

    Lastly, will this affect Navisworks Manage at all?

  11. DavidB says:

    c3d 2011 was freezing during startup.
    Almost fixed it. using xp pro x32 sp3, c3d/ldd 2008, c3d 2011. user is limited rights. ran the msi as admin. verified that the expected regedits were done within hklm. rebooted. login as user, run c3d 2011, freezes during startup, kill wscommcntr2.exe with task mgr, then kill it again, then all is well. hmmm?

  12. HughB says:

    Thanks for publishing this Owen. I have not been able to get into Civil 3D 2012 for 2 days and then C3D 2011 also would lock up when trying to start the program. I tried repair installs, hotfixes, etc. with no success. I then noticed in the task manager that wscommcntr2 had the cpu pegged. I found your posting here and downloaded and installed the MSI and now I can get Civil 3D 2012 open again!!

  13. dashne says:

    hi,
    I want to edit the existing section view max and min elevation by COM API c++, where should I do that?is there a function to do that ,for example: set_ElevationMax, I know there is function ( or property) for getting max and min ( ex: get_ElevationMax)but I want to set the max Elevation of the grid to anew value,and I tried searching the net but there is no ansewer ,even Just afew (you can say: no one) work with COM API c++ ( not COM API Net)
    why? is that so hard making people do not work with it??! if just one tell me the name of the function I will be gratefull.

    thanks

  14. Tarek says:

    Hi Owen Wengerd, I tried to install the AcadInfoCenterOff.msi file but didn’t get any success, i got windows 7 professional.

    The error message ocurrs is:” There is a problem wi this windows installer package. A script required for this install to complete could not be run. Contact support personnel or package vendor. ”

    I Tried to update the windows installer but i already got the latest version.

    Could you please help-me fix it ?.. Thanks

Leave a Reply


  1. [...] Disable InfoCenter in AutoCAD 2010 2009-03-30, 6:13 pm [Translate] [Update: See Disable AutoCAD InfoCenter] [...]

  2. [...] file for AutoCAD 2013. If you’re not sure what it does or why you need it, see this previous post on the subject. Share [...]