billgatetlhai Posted May 23, 2009 Posted May 23, 2009 I want to list all registry keys in a text file. Would you mind helping me solve my task?
Authenticity Posted May 23, 2009 Posted May 23, 2009 By registry key in a file, do you mean anything that has a pattern of a key or [HKLM\subkey\subkey] pattern?
rudi Posted May 25, 2009 Posted May 25, 2009 Hi. Post a part of the txt file you want to process. List the resulting extract file you want to achive. Regards, Rudi. Earth is flat, pigs can fly, and Nuclear Power is SAFE!
Inverted Posted May 25, 2009 Posted May 25, 2009 (edited) I think he means to save a key to a file.My approach would be to use regedit itself to export a key to a .reg file.Info here :http://www.robvanderwoude.com/regedit.phpExample command (under cmd.exe) :regedit /e c:\exportedkey.reg "HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0" Edited May 25, 2009 by Inverted
billgatetlhai Posted May 27, 2009 Author Posted May 27, 2009 Thank you. Thank you very much. You really helped me!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now