I would regularly sync across the computers by copying the latest and best ini files to the other computers.
My question is whether this is the correct first step:
Make this change to the registry on each computer, and for each user:
Code: Select all
[HKEY_CURRENT_USER\Software\Ghisler\Total Commander]
"InstallDir"="%Commander_Path%"
"IniFileName"="%Commander_Path%\\wincmd.ini"
"FtpIniName"="%Comm[/list]ander_Path%\\wcx_ftp.ini"
Code: Select all
"IniFileName"="C:\ProgramData\GHISLER\\wincmd.ini"
"FtpIniName"="C:\ProgramData\GHISLER\\wcx_ftp.ini"
Code: Select all
"IniFileName"="%APPDATA%\\GHISLER\\wincmd.ini"
"FtpIniName"="%APPDATA%\\GHISLER\\wcx_ftp.ini"