hello,
I have a problem...
I have a registry key (ex HKCU\Software\MyApp)
I have to rename it in HKCU\Software\MyApp_Backup, and then move (from portable) a new RegKey to replace the original one renamed.
After RunWait I have to backup the portable key and rename the old key to original name.
in function: https://www.autoitscript.com/autoit3/docs/functions/
I haven't found RegRename, RegMove or similar...
How can I reach my goals???