/d The data to assign to the registry ValueName being added.
/f Force overwriting the existing registry entry without prompt.
Examples:
REG ADD \\ABC\HKLM\Software\MyCo
Adds a key HKLM\Software\MyCo on remote machine ABC
REG ADD HKLM\Software\MyCo /v Data /t REG_BINARY /d fe340ead
Adds a value (name: Data, type: REG_BINARY, data: fe340ead)
REG ADD HKLM\Software\MyCo /v MRU /t REG_MULTI_SZ /d fax\0mail
Adds a value (name: MRU, type: REG_MULTI_SZ, data: fax\0mail\0\0)
REG ADD HKLM\Software\MyCo /v Path /t REG_EXPAND_SZ /d ^%systemroot^%
Adds a value (name: Path, type: REG_EXPAND_SZ, data: %systemroot%)
Notice: Use the caret symbol ( ^ ) inside the expand string
/Commit-Wim /MountDir: Applies changes to the mounted image. The image remains mounted until the /Unmount-Wim option is used. ...
/ConfigurationSetLevel:{ |3|4} Optional. Specifies the configuration set level for a new unique AD LDS instance; the default ...
/CreateDNSDelegation:{Yes | No} default will be automatically computed based on the environment Specifies whether a DNS delegation ...
/CriticalReplicationOnly:{Yes | } Specifies whether the promotion operation performs only critical replication before reboot, ...
/d The data to assign to the registry ValueName being added. /f Force overwriting the existing registry entry without prompt. ...
/DatabasePath:"path_to_database_files" default is %SYSTEMROOT%\NTDS Specifies the fully qualified, non-UNC path to a directory ...
/DataFilesPath:"path_name" Optional. By default, the data is stored under "Program Files\Microsoft ADAM\instance_name\data" ...
/DCAccountName:"name of DC to precreate" Specifies the name of the read-only domain controller account that you are creating. ...
/DelegatedAdmin:"name of user or group" Specifies the name of user or group that will install and administer the read-only ...