I have created a Windows 10 Export (to reg file) of my optimal EmEditor set-up for my team.
Is there a silent way from command line (equivalent of Tools - Import and Export - Import all settings from a registry file) to deploy to all users in a batch file/script using EmEditor and command line switches?
Currently using v20.1 and users do not have admin rights on their machines. Would like to be able to deploy this silently moving forwards (via logon script if possible).
I wrote a batch file that you can run in Command Prompt. If you save this file as
EEImportReg.bat
, and if the EmEditor settings have been exported toC:\ExportedFolder
(whereexported.reg
file exists), you will run this as:EEImportReg.bat "C:\ExportedFolder"
I would recommend running this batch file before you run EmEditor.