Unable to export a registry key

Discuss RoboTask here
Post Reply
villanrl
Posts: 9
Joined: Tue Aug 08, 2006 5:54 am
Location: United States

Unable to export a registry key

Post by villanrl »

Hello.
Has anyone tried using the registry export feature?  in the task below, I'm trying to export the internet explorer domain list but the file doesn't show and no errors are shown.
;**********************
;* RoboTask Task file *
;* Do not edit!       *
;**********************
 
[Root]
ActionAfterRun=INTEGER|0
Actions=FOLDER
Automat=INTEGER|-1
CatID=INTEGER|56529669
ContinueOnError=INTEGER|0
ExternalName=STRING|"Task58"
Hide=INTEGER|0
ID=INTEGER|1401692005
Name=STRING|"Export Internet Domains"
Priority=INTEGER|3
RunOnClose=INTEGER|0
RunOnStartup=INTEGER|0
ToLog=INTEGER|3
[Actions]
Action1=FOLDER
[Actions\Action1]
ActionID=STRING|"A_REG_EXPORT"
Enabled=INTEGER|-1
Name=STRING|"Export"
Params=FOLDER
[Actions\Action1\Params]
FileName=STRING|"C:\Documents and Settings\villanrl\Desktop\ZoneMap"
Format=STRING|"0"
KeyName=STRING|"HKEY_CURRENT_USER\Software\Microsoft\Windows \CurrentVersion\Internet Settings\ZoneMap\Domains"
 
 
 
Oleg
Site Admin
Posts: 3201
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Unable to export a registry key

Post by Oleg »

Thank you for the report. This is known bug. Try to use key name with quotes, like this:
"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion \Internet Settings\ZoneMap\Domains"

We prepare new release now and we already have fixed this.
Post Reply