Exporting Registry Keys

B

Bob

When exporting keys from the registry from regedit, the file ends up
in a binary sort of format. Is there some way to export them and get
them into the standard (editable) text format ?

Thanks,
 
P

Pegasus \(MVP\)

Bob said:
When exporting keys from the registry from regedit, the file ends up
in a binary sort of format. Is there some way to export them and get
them into the standard (editable) text format ?

Thanks,

It depends on what you select when using the "File as" drop box.
 
B

Bob

When I export keys they seem to be in text format that I can read with
notepad ?
This is what "run" key export looked like on my machine...

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"SunJavaUpdateSched"="C:\\Program
Files\\Java\\jre1.5.0_06\\bin\\jusched.exe"
"QuickTime Task"="\"C:\\Program Files\\QuickTime\\qttask.exe\" -atboottime"
"NvCplDaemon"="RUNDLL32.EXE C:\\WINDOWS\\system32\\NvCpl.dll,NvStartup"
"CTHelper"="CTHELPER.EXE"
 
P

Pegasus \(MVP\)

Looks like a lot of text to me. What exactly is your question?


Bob said:
When I export keys they seem to be in text format that I can read with
notepad ?
This is what "run" key export looked like on my machine...

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"SunJavaUpdateSched"="C:\\Program
Files\\Java\\jre1.5.0_06\\bin\\jusched.exe"
"QuickTime Task"="\"C:\\Program
Files\\QuickTime\\qttask.exe\" -atboottime"
 
G

Gary Smith

It's actually Unicode text rather than ASCII text. Notepad does Unicode
more or less transparently, but not all editors do that. If you have a
Unicode file and want to convert it to ASCII, you can open it with Notepad
and use the Save As function, selecting "ANSI" in the Encoding box. Be
careful when doing this, though. If the file contains a Unicode character
that cannot be represented in "ANSI", it will be corrupted.


Bob said:
When I export keys they seem to be in text format that I can read with
notepad ?
This is what "run" key export looked like on my machine...
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"SunJavaUpdateSched"="C:\\Program
Files\\Java\\jre1.5.0_06\\bin\\jusched.exe"
"QuickTime Task"="\"C:\\Program Files\\QuickTime\\qttask.exe\" -atboottime"
"NvCplDaemon"="RUNDLL32.EXE C:\\WINDOWS\\system32\\NvCpl.dll,NvStartup"
"CTHelper"="CTHELPER.EXE"

Bob said:
When exporting keys from the registry from regedit, the file ends up
in a binary sort of format. Is there some way to export them and get
them into the standard (editable) text format ?

Thanks,
 
B

+Bob+

When I export keys they seem to be in text format that I can read with
notepad ?
This is what "run" key export looked like on my machine...

I wish to note that that was a different Bob than the one that started
the thread (me). I've changed my moniker though... imagine finding two
guys with the name "Bob" posting in the same thread on the Usenet!

:)

The poster formerly known as Bob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top