Example of Removing a Host-Dependent User Option Setting
For this example, user jsmith always uses host
jshost to run Electronics Desktop. At some point, jsmith set the
Autosave interval in the General Options
dialog box, Project Options tab to 1000
edits, and this value was written to the jsmith's host-dependent user
options config file for host jshost. Now, jsmith wants to remove
this setting and return to the default value of 10. User jsmith
may run the following command on host jshost to remove the Desktop/Settings/ProjectOptions/AutoSaveInterval
option value from this config file:
UpdateRegistry -Delete -ProductName ElectronicsDesktop2024.2
-RegistryKey Desktop/Settings/ProjectOptions/AutoSaveInterval
-RegistryLevel user_machine
Related Topics
User Options and the Update Registry Tool
Example Adding a Host Independent User Option Setting
Setting the Temporary Directory