Need help with reg_binary

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
USB 3
Posts: 3
Joined: 12 Sep 2010 03:43

Need help with reg_binary

#1 Post by USB 3 » 12 Sep 2010 06:31

i need a way to convert reg_binary to text and copy it to txt file

aGerman
Expert
Posts: 4705
Joined: 22 Jan 2010 18:01
Location: Germany

Re: Need help with reg_binary

#2 Post by aGerman » 12 Sep 2010 06:45

You can read the value using REG QUERY. But if you try to convert the HEX values to characters, you will probably not get a readable text!
No way if you don't know the algorythm how it is encrypted!

Regards
aGerman

Post Reply