regedit is a utility for modifying the System Registry on a Windows NT
machine and comes as part of Samba-TNG.
OPTIONS
-d debuglevel
Sets the debuglevel to an integer between 0 and 100. Debug level 0 is the
lowest and 100 being the highest. To submit a bug report to the Samba-TNG Team,
use debug level 100 (see BUGS.txt).
-S <server>
NetBIOS name of server to connect to (\\. or . for localhost). The server can
be any SMB/CIFS server. The name is resolved using the "name resolve order ="
line.
-p portnumber
Connects to the specified TCP port.
-n <netbiosname>
NetBIOS name of the local machine. This option is only needed if your Samba-TNG
client cannot find it automatically. Samba-TNG should use the uppercase of the
machine's hostname.
-N
Tells regedit not to ask for a password. regedit will prompt the
user by default.
-U <username>[%pass]
Sets the SMB username or username and password. If %pass is not specified, The
user will be prompted. The client will first check the USER environment
variable, then the LOGNAME variable and if either exist, the string is
uppercased. Anything in these variables following a % sign will be treated as
the password. If these environmental variables are not found, the username
GUEST is used.
-W <domain>
Sets the SMB domain. Note that this is very different from the DNS domain name.
This overrides the default domain which is the domain of the server specified
with the bt(-S) option. If the domain specified is the same as the server's
NetBIOS name, it causes the client to log on using the server's local SAM
(as opposed to the Domain SAM).
-A <filename>
Sets the name of the file with authentication credentials.