Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. 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