Export Registry DWORD-value

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I am trying to export a specific value in the registry, e.g.

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer/ and
then the "CleanShutDown" value, but when I export this value, the entire
content of \Explorer/ is exported, and not only that single value. I wonder
if it is possible at all, or if this is a limitation of exporting from the
registry.

Thanks for yur help in advance.

Regards,

GP
 
Hello,

I am trying to export a specific value in the registry, e.g.

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer/ and
then the "CleanShutDown" value, but when I export this value, the entire
content of \Explorer/ is exported, and not only that single value. I wonder
if it is possible at all, or if this is a limitation of exporting from the
registry.

Thanks for yur help in advance.

Regards,

GP

You can open this value and press Ctrl+C to put the
contents into the paste buffer.
 
Hello,

thanks for your quick answer !
I tried Ctrl+C, but it doesn´t seem to make a difference, it still copies
the entire subfolder (Explorer in this case) into Notepad...

Regards,

GP
 
When you open the selected value then Ctrl+C will
copy the data into the paste buffer. You must now
open notepad.exe and press Ctrl+V to paste the
data into your notepad screen.
 

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

Back
Top