Disable InfoCenter AutoCAD 2025

Disable InfoCenter AutoCAD 2025

skyhernandez
Explorer Explorer
1,488 Views
2 Replies
Message 1 of 3

Disable InfoCenter AutoCAD 2025

skyhernandez
Explorer
Explorer

Can't find the Registry Key to disable the infocenter for 2025. I have found it in previous versions but it's not the same. Anyone had any luck?

0 Likes
Accepted solutions (1)
1,489 Views
2 Replies
Replies (2)
Message 2 of 3

rkmcswain
Mentor
Mentor
Accepted solution

It has not moved, it's in the same place, as documented here:  http://cadpanacea.com/wp/?p=1613

 

HKEY_CURRENT_USER\SOFTWARE\Autodesk\AutoCAD\R25.0\ACAD-8101:409\InfoCenter

Set DWORD "InfoCenterOn" = 0 to disable.

R.K. McSwain     | CADpanacea | on twitter
Message 3 of 3

cyberflow
Advisor
Advisor

This thread saved me !


Here's the code in case from the link @rkmcswain posted  : 

(vl-registry-write
   (strcat "HKEY_CURRENT_USER\\" (vlax-user-product-key) "\\InfoCenter")
   "InfoCenterOn"
    0
)

 

Frank Freitas

CAE/CAD/BIM Coordinator & Support Specialist

LinkedIn
0 Likes