Backing up configuration

Rene3

Member
Hey there

I know you can backup your configuration from the console, by using file->export settings.

However you need to do this manually. Is there any way to automate the backup, so it runs automatically each day ? Or is there some setting file you can copy over with the configuration ?
 
Hi

create a scheduled task. In the task use this commandline:

cmd.exe /c regedit /E c:\HKLM_SOFTWARE_2X_BAK.REG HKEY_LOCAL_MACHINE\SOFTWARE\2X

This backups the 2X settings and put them into the file HKLM_SOFTWARE_2X_BAK.REG on drive c:\

Hope this helps

Matthias
 
Back
Top