Command-line Args[]

squeakymaus

New member
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.
 
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...
 
Back
Top