topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 5:19 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Access predefined keys of the windows registry  (Read 2580 times)

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Access predefined keys of the windows registry
« on: May 25, 2011, 05:24 AM »
Access predefined keys of the windows registry

I would like a script or application to access windows xp registry going directly to predetermined keys.

By example . I execute the script and present three predefined windows registry keys :

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EventSystem\{26c409cc-ae86-11d1-b616-00805fc79216}\Subscriptions
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Mr. Enigma
HKEY_CURRENT_USER\Keyboard Layout\Substitutes

Then I select the third and enter in the windows registry by that key.

Is it possible ?

Best Regards


Ath

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 3,612
    • View Profile
    • Donate to Member
Re: Access predefined keys of the windows registry
« Reply #1 on: May 25, 2011, 05:33 AM »
Hm, Isn't the 'Favorites' feature of Regedit enough to fit that bill?

You could use the commandline tool reg.exe, that's available from Windows XP and up. A nice description is here, and create a simple batchfile doing what you need.

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Re: Access predefined keys of the windows registry
« Reply #2 on: May 25, 2011, 09:49 AM »
 :-[

You are quite right

Best Regards