Managing Preferences > Setting Preferences
  
Setting Preferences
Set the user preferences using the Creo View Options dialog box in the Creo View client, and then click OK. For more information, see the Creo View Help.
Set the administrator preferences, server preferences, or both by basing them on one of these files:
User preferences
Default preferences
Instructions for both methods follow.
Basing the Administrator or Server Preferences on the User Preference File
1. In the Creo View client, click File > Options. The Creo View Options dialog box opens.
2. Set one or more preferences, click OK, and then close Creo View. The changes are saved to the user_prefs.xml file.
3. Open these files in a text editor:
user_prefs.xml
admin_prefs.xml or server_prefs.xml
4. In user_prefs.xml, find and copy the entries for the preferences you set in step 2.
5. Paste the entries in admin_prefs.xml or server_prefs.xml.
* 
Make sure the XML structure hierarchy is maintained.
6. To lock one or more preferences, add the attribute locked=”True” to the definition of those preferences.
* 
The locked attribute is not supported in the user_prefs.xml.
7. Save and close admin_prefs.xml or server_prefs.xml.
Basing the Administrator or Server Preferences on the Default Preference File
1. Make a copy of the default preferences file, ProductView_prefs.xml.
2. Open ProductView_prefs.xml in a text editor.
3. Modify one or more preferences.
4. To lock one or more preferences, add the attribute locked=”True” to the definition of those preferences.
5. Save the file as admin_prefs.xml or server_prefs.xml, and then close it.Save the file as admin_prefs.xml
You have now set and locked the administrator or server preferences:
For information about using the preference file to disable default commands, continue to the next section, Disabling Commands.
To implement your server preferences, skip to Uploading Server Preferences to Windchill.