cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

Creo Elements Direct Modeling 18.1 Settings Administration

mwick
4-Participant

Creo Elements Direct Modeling 18.1 Settings Administration

I was wondering if like with Creo Parametric if there was a way to administer settings from a central location with Creo Elements Direct? Does anyone have any documentation on recommended administration techniques?

Thanks in advance,

Mike


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
1 ACCEPTED SOLUTION

Accepted Solutions
GaryLinscheid
15-Moonstone
(To:mwick)

We use a batch file to start Creo Elements/Direct and set the following pointers to load a company default configuration and a user configuration.

Some settings are locked by the company settings and the user settings will not overwrite them.

set SDSITECUSTOMIZEDIR= "Network Shared Location with read only permissions"

set SDUSERCUSTOMIZEDIR="Network Shared Location with user change permissions"

"C:\Program Files\PTC\Creo Elements\Direct Modeling 19.0\SD.exe" -e SDLANG=english "C:\Program Files\PTC\Creo Elements\Direct Modeling 19.0\binx64\SolidDesigner.exe"

You can search the help for "General Customization Concepts Guide"

View solution in original post

2 REPLIES 2
GaryLinscheid
15-Moonstone
(To:mwick)

We use a batch file to start Creo Elements/Direct and set the following pointers to load a company default configuration and a user configuration.

Some settings are locked by the company settings and the user settings will not overwrite them.

set SDSITECUSTOMIZEDIR= "Network Shared Location with read only permissions"

set SDUSERCUSTOMIZEDIR="Network Shared Location with user change permissions"

"C:\Program Files\PTC\Creo Elements\Direct Modeling 19.0\SD.exe" -e SDLANG=english "C:\Program Files\PTC\Creo Elements\Direct Modeling 19.0\binx64\SolidDesigner.exe"

You can search the help for "General Customization Concepts Guide"

mwick
4-Participant
(To:GaryLinscheid)

Thanks for the help.

Top Tags