Sorry, you have been blocked
This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.
What can I do to resolve this?
You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.
Cloudflare Ray ID: 7c81f0df4df93254 • Your IP: Click to reveal 138.199.34.31 • Performance & security by Cloudflare
САПР для инженера
Очередной пост в духе «знают вроде бы все, но спрашивают часто».
Вопрос от Владимира Королькова

В AutoCAD в верхней правой части экрана есть так называемый Инфоцентр (InfoCenter), в старых версиях он назывался Центр коммуникаций (Communication Center)

В нем расположены поле быстрого поиска в справке, кнопка входа в онлайн-сервисы Autodesk и пр.
Если есть желание отключить Инфоцентр, то достаточно в реестре найти ключ
HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\Rxx.x\ACAD-xxxx:40x\InfoCenter
и сменить значение параметра InfoCenterOn с 1 на 0, после чего перезапустить AutoCAD.
ВАЖНО: ключ свой для каждой установленной версии AutoCAD, поэтому исправляйте нужный! Версия зашифрована в записи Rxx.x
Как узнать, та ветка или нет? Сверяемся с этим списком:
AutoCAD 2000 — R15.0
AutoCAD 2000i — R15.1
AutoCAD 2002 — R15.6
AutoCAD 2004 — R16.0
AutoCAD 2005 — R16.1
AutoCAD 2006 — R16.2
AutoCAD 2007 — R17.0
AutoCAD 2008 — R17.1
AutoCAD 2009 — R17.2
AutoCAD 2010 — R18.0
AutoCAD 2011 — R18.1
AutoCAD 2012 — R18.2
AutoCAD 2013 — R19.0
AutoCAD 2014 — R19.1
AutoCAD 2015 — R20.0
AutoCAD 2016 — R20.1
AutoCAD 2017 — R21
Теперь подробнее в картинках:
1. Сначала делаем резервную копию реестра. Как это сделать, читаем здесь. Сделать копию крайне желательно, на всякий непредвиденный случай.
2. Запускаем Редактор реестра. Для этого в строке поиска (ищем в меню Пуск или нажимаем горячую клавишу Win + S) пишем regedit.exe
Также редактор реестра можно запустить с помощью диалогового окна Выполнить: нажимаем сочетание клавиш Win + R и в появившемся окне пишем regedit.exe
3. Ищем параметр InfoCenterOn

После того, как параметр будет найден, убеждаемся, что он относится к требуемой версии AutoCAD (про версии AutoCAD см. выше).
Если параметр был найден в ветке от другой версии AutoCAD, то ищем дальше, пока не найдем нужный.
4. Исправляем значение параметра InfoCenterOn с 1 на 0. Для этого дважды на нем щелкаем и вводим новое значение

Закрываем редактор реестра и перезапускаем AutoCAD

С другими приемами работы в AutoCAD можно познакомиться на этой странице блога.
С уважением, Андрей.
Если вы получили ответ на свой вопрос и хотите поддержать проект материально — внизу страницы для этого есть специальная форма.
Removing InfoCenter from AutoCAD 2017

If you wish to remove the InfoCenter from the AutoCAD title bar, it is very easy to do.
- With AutoCAD closed, run the REGEDIT command (disclaimer: don’t do anything foolish in here, only make the edit as described below!).
- Navigate to the following location: HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R21.0\ACAD-0001:409\InfoCenter

- In the right pane, find the value named “InfoCenterOn”.
- Double click on it, and change the value of this to 0 (ZERO), then click OK to close this dialog.

- Back in the main Regedit dialog, make sure it looks like this.

- Open AutoCAD and enjoy!

Note that many earlier versions of AutoCAD and verticals such as Civil 3D can be modified in the same way. The registry key will vary slightly, specifically the “R21.0” part and the “ACAD-0001:409” part. When in doubt, search for the word “InfoCenter”
If you want to use autolisp code to force this setting at startup for many users perhaps, you can use the code below. It will take effect on the next startup after this code is executed.
Disabling Infocenter in AutoCAD
AutoCAD still slow? In order to further improve your AutoCAD’s performance, you may disable the infocenter which can be found at the top-right hand corner. If you are still unsure of what an infocentre is, take a look at the image that I have uploaded in this post.

You can either do it manually or by changing the values in the registry editor or run this programme I found in “manusoft” under the freebies section. To ease you from searching the web for this cool tool, I will place the link here so that you can directly download and run the tool to disable the infocenter. This is not a virus if you are wondering whether to trust the link or not. The file that will be downloaded to your computer is “AcadInfoCenterOff.msi”.
Click this link to download the file: http://www.manusoft.com/dl?id=47
After clicking this link a pop-up will appear which looks just like this image I have uploaded below.
![]()
Just run this file to install. Once installed, “YOU WILL NEED TO RESTART YOUR AutoCAD” and the infocentre will be gone and you may notice an increase in performance from before.
You are able to reverse the entire process just by removing the file “AcadInfoCenterOff.msi” from your computer’s control panel.
If you want to disable the infocentre manually instead, you need to open the “registry editor”. To do that just run “regedit” from windows startup.
After doing so, select:
When you see an “InfoCentreOn” icon, double-click to modify or right-click and select modify to change the values set initially by default “1” to “0”. This method is to remove the infocenter manually without downloading any files. You may choose to reverse the process by changing the values back.
Just ensure that restarting your AutoCAD software is essential to remove the infocentre.