Update Boot Config RMSW Remove String
Adds operating system load options specified as a string to an operating system entry in the operating systems section of the Boot.ini file.
Workflow inputs – Update Boot Config RMSW Remove String
Call Workflow Input | Description | Required | Default Value |
connection details | XML document conforming to the Connection Details common object that contains the information required to execute a command via command line. | Yes | n/a |
os entry line num | Specifies the operating system entry line number in the operating systems section of the Boot.ini file to copy. The first line after the operating systems section header is 1. | No | n/a |
os load option string | Specifies the operating system load options to remove to the operating system entry. These load options will remove any existing load options associated with the operating system entry.
Valid values: /mm – Removes the /maxmem option and its associated maximum memory value from the specified OSEntryLineNum. /maxmem – Specifies the maximum amount of RAM that the operating system can use. /bv – Removes the /basevideo option from the specified OSEntryLineNum. /basevideo – Directs the operating system to use standard VGA mode for the installed video driver. /so – Removes the /sos option from the specified OSEntryLineNum. /sos – Directs the operating system to display device driver names while they are being loaded. /ng – Removes the /noguiboot option from the specified OSEntryLineNum. The /noguiboot – Disables the Windows XP Professional progress bar that is displayed before the CTRL+ALT+DEL logon prompt. | Yes | n/a |
Workflow outputs – Update Boot Config RMSW Remove String
Call Workflow Output | Description |
output | XML document consisting of one or more <line> elements that contain the command response. Each <line> element contains an index attribute indicating the order in which the information was returned by the command. |
success | Did the operation succeed?
Valid values: true, false |