/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_MUTLI_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
/A:size Overrides the default allocation unit size. Default settings are strongly recommended for general use. NTFS supports ...
/ASSOCCLASS: - Indicates that the returned endpoints must be associated with the source through the specified class or one ...
/AVAILABLESLEEPSTATES, /A Reports the sleep states available on the system. Attempts to report reasons why sleep states are ...
/BATTERYALARM, /B {LOW|CRITICAL} Displays or configures the specified battery alarm. Using this option without any switches ...
/d The data to assign to the registry ValueName being added. /f Force overwriting the existing registry entry without prompt. ...
/DISABLE Disables the scheduled task. /Z Deletes the task if it is not scheduled to run again. /? Displays this help message. ...
/For=ForVolumeSpec /AutoRetry=MaxRetryMinutes - Creates a new shadow copy of ForVolumeSpec. ForVolumeSpec must be a local ...
/For=ForVolumeSpec /Oldest /Quiet %1 %2 /Shadow=ShadowId /Quiet %1 %2 /All - For the given ForVolumeSpec deletes all matching ...
/For=ForVolumeSpec /On=OnVolumeSpec /MaxSize=MaxSizeSpec - Adds a shadow copy storage association between the volume specified ...