Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
I would either like to turn off Auto Save in Creo Illustrate or set it to save at different increments. How do I do this?
Roger,
You can turn off the auto-save by editing your user_prefs.xml file manually. This xml file is usually located at <user>\AppData\Roaming\PTC\Illustrate. Edit this with a text editor and search for <category name="AutoSave">. Immediately below this add a new line:
<preference name="allow_auto_save" value="false"/>
There is currently no UI for this in Creo Illustrate, but we will add this in a future release.
Tim