Specifications

Version 2.0
183
reset
Summary
Resets the system.
Usage
reset [-w [string]]
reset [-s [string]]
reset [-c [string]]
Options
-s - Performs a shutdown
-w - Performs a warm boot
-c - Performs a cold boot
string - String to be passed to reset service
Description
This command resets the system. The default is to perform a cold reset unless the -w
parameter is specified. If the reset string is specified, then it is passed into the
Reset() function, so the system can know the reason for the system reset.
Status Codes Returned
SHELL_INVALID_PARAMETER One of the passed in parameters was incorrectly formatted or
its value was out of bounds.