Set Trusted Location BEFORE AutoCAD is Initialized

Set Trusted Location BEFORE AutoCAD is Initialized

MarkSanchezSPEC
Advocate Advocate
2,065 Views
7 Replies
Message 1 of 8

Set Trusted Location BEFORE AutoCAD is Initialized

MarkSanchezSPEC
Advocate
Advocate

We are aware that if we "seed" LSP routines into the AutoCAD installation "Support" folder, the routines/commands are immediately available after a user has initialized AutoCAD for the first time. This is because this folder is a default "Trusted Location"

What we'd prefer to do instead is load these files from a Network UNC path, rather than copy them onto all machines. Is there a way to add a Trusted Location BEFORE AutoCAD is even initialized for the first time?

 

0 Likes
Accepted solutions (1)
2,066 Views
7 Replies
Replies (7)
Message 2 of 8

Ed__Jobe
Mentor
Mentor

You can do this in the configuration of the network deployment. Set up the trusted path in a test pc and then go to Registry Editor and export the key as a *.reg file. You can then add this reg file to the network deployment.

Ed


Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
How to post your code.

EESignature

0 Likes
Message 3 of 8

MarkSanchezSPEC
Advocate
Advocate

Which specific registry key Ed?

0 Likes
Message 4 of 8

Ed__Jobe
Mentor
Mentor

Sorry, I'm in a meeting now. I'll have to get back to you.

Ed


Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
How to post your code.

EESignature

0 Likes
Message 5 of 8

MarkSanchezSPEC
Advocate
Advocate

Okay thank you!

0 Likes
Message 6 of 8

Ed__Jobe
Mentor
Mentor

Attached is a reg file for Map. You can edit it to suit your needs.

Ed


Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
How to post your code.

EESignature

0 Likes
Message 7 of 8

MarkSanchezSPEC
Advocate
Advocate

That's almost exactly what we tried, but when AutoCAD is un-intialized (i.e. never been launched by the current user), then this key gets wiped out and replaced with default settings. We want to keep the default Civil profile "<<C3D_Imperial>>"

 

[HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R22.0\ACAD-1000:409\Profiles\<<C3D_Imperial>>\Variables]
"TRUSTEDPATHS"="....."

 

We could do this with our own profile name but then we'd need another desktop icon to provide our users, as the OOTB one would then reset the profile upon AutoCAD re-entry. This is something we want to avoid having to create.

 

Thanks.

0 Likes
Message 8 of 8

MarkSanchezSPEC
Advocate
Advocate
Accepted solution

Just wanted to pass on that we were able to add one of our paths a Trusted Location at AutoCAD initialization by simply adding it to our installation package per this post:

Add Trusted Location to AutoCAD Deployment  

 

It sometimes helps to ask the same question in different forums here.

Thanks again for your help Ed.

0 Likes