Jump to content

Searching The Registry


Recommended Posts

Is there a way to search the registry for a specific key?

Hi,

I would say yes, but it could be a little bit tricky. It would be much easier if you could only check some possible locations.

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

Hi,

I would say yes, but it could be a little bit tricky. It would be much easier if you could only check some possible locations.

So long,

Mega

Agreed... but the key I'm looking for is in HKEY_Users... and the key immediately after HKEY_Users is always going to be different... :)

So... I'm open to suggestion. :(

Edited by exodius
Link to comment
Share on other sites

Agreed... but the key I'm looking for is in HKEY_Users... and the key immediately after HKEY_Users is always going to be different... :)

So... I'm open to suggestion. :(

HI,

okay, then you are searching for ?

HKEY_Users\XXXX\ and then?

The more static the easier it is.

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

I'm looking for this key in particular...

HKEY_USERS\S-1-5-21-1757981266-492894223-1957994488-1003\Software\ODBC\ODBC.INI\Live Heat

As far as I know, the long string of numbers and dashes is the only non-static part...

Edited by exodius
Link to comment
Share on other sites

I'm looking for this key in particular...

HKEY_USERS\S-1-5-21-1757981266-492894223-1957994488-1003\Software\ODBC\ODBC.INI\Live Heat

As far as I know, the long string of numbers and dashes is the only non-static part...

If it follows a pattern, like always has a character-dash-character-dash-etc, you could identify which key was yours using a RegExp, then get the key values accordingly.

AutoIt Scripts:Aimbot: Proof of Concept - PixelSearching Aimbot with several search/autoshoot/lock-on techniques.Sliding Toolbar - Add a nice Sliding Toolbar to your next script. Click the link to see an animation of it in action!FontInfo UDF - Get list of system fonts, or search to see if a particular font is installed.Get Extended Property UDF - Retrieve a files extended properties (e.g., video/image dimensions, file version, bitrate of song/video, etc)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...