Hi,
I try to take backup of my registry in VISTA m/c using following query with administrator privilage:
C:\Program Files\Log Parser 2.2>logparser -i:REG -o:CSV "Select * from HKLM to D:\test2.csv"
It generates the following message:
Task completed with parse errors.
Parse errors:
133386 parse errors occurred during processing (To see details about the parse error(s), execute the command again with a non-zero value for the "-e" argument)
Statistics:
-----------
Elements processed: 350043
Elements output: 350043
Execution time: 102.57 seconds (00:01:42.57)
If I try to execute the same without administrator it goes infinitive loops
.. past 12 hrs no response 
C:\Program Files\Log Parser 2.2>LogParser -i:REG -o:CSV "SELECT * From HKLM to D
:\test.csv"