Results 1 to 3 of 3

Thread: Command-line Args[]

  1. #1
    Junior Member
    Join Date
    Jan 2006
    Posts
    2

    Default Command-line Args[]

    Dear PepiMK and other developers,

    Thank you for the terrific Regalyzer product, as well as your indispensible SpyBot S&D. I work in operations in a large webhosting environment, and have to unbreak servers that customers have misconfigured. I am working on a toolkit to aid work on Windows servers, and have found Regalyzer to be very useful, though not always conducive to to a scripted solution. I was wondering if there was a way to specify a server-name (UNC or IP number) on the command-line, and possibly even the key that needs to be peeked/poked, allowing it to be used in much the same way net-snmp is used. For example would there be something similar to:

    > Regalyzer -server \\172.16.0.7 -peek HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnce

    Thank you again for this wonderful product.

  2. #2
    Member of Team Spybot PepiMK's Avatar
    Join Date
    Oct 2005
    Location
    Planet Earth
    Posts
    3,601

    Default

    The only valid args currently are:
    /s - silent (on import of .reg file)
    /gui - show GUI after command line import (otherwise quits)
    /nolastjump - do not jump to last opened location
    /allhives - to load registry from other installations on connected harddisks
    /search - searches using the following parameters. Search location in first parameter (or * for all), search term in second parameter, followed by /search and some of the following options if required:
    /style=substring
    /style=wildcard
    /style=boolean
    /style=regexp
    /focus=all
    /focus=keys
    /focus=values
    /focus=data
    /nofocus=keys
    /nofocus=values
    /nofocus=data
    /type=all
    /type=string
    /type=binary
    /type=numeric
    /notype=string
    /notype=binary
    /notype=numeric
    /ignorecase
    /noignorecase

    Command line parameters without any leading '/' will be concatenated for the jump location. So a /server=127.16.0.7 should be possible...
    Just remember, love is life, and hate is living death.
    Treat your life for what it's worth, and live for every breath
    (Black Sabbath: A National Acrobat)

  3. #3
    Junior Member
    Join Date
    Jan 2006
    Posts
    2

    Default

    Thank you. I guess I just hadn't read the documentation thoroughly enough.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •