Example of Removing a Host Dependent User Option Setting
For this example, user jsmith always uses host jshost to run Twin Builder. 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 host-dependent user options config file for host jshost. Now, jsmith wants to remove this setting and return to the default value of 10. jsmith may run this command on host jshost to remove the Desktop/Settings/ProjectOptions/AutoSaveInterval option value from this configuration file:
UpdateRegistry -Delete -ProductName Simplorer2025.1
-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
Temporary Directory Configuration File Format
Setting the Temporary Directory Using the GUI
Setting or Removing Temporary Directory Values in Configuration Files: UpdateRegistry Command