Registry...
How to write in registry from a *.reg file? 😕 😕
7 posts
Thanks Again 👍 😁GetTempFileName $R0
File /oname=$R0 E.reg ; copy myreg.reg to <uniquefilename> on target PC
ExecWait 'Regedit.exe /S "$R0"' ; merge the copied file into the registry (silently)
Delete $R0 ; delete the temporary file