Community Tip - You can change your system assigned username to something more personal in your community settings. 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