Retrieves configuration data for how scripts are run.
None.
None.
None.
If the call is successful, the service will return a JSON object with the following members.
| Member | Description |
|---|---|
| RunOobeScript | Boolean value that indicates whether we should run any one-time script on the next boot (expected script name is oobe.cmd). |
| BlockUsbScript | Boolean value that indicates whether we should block unattended scripts from running when on a USB device. |
| SkipAbortToast | Boolean value that indicates whether we should run scripts immediately on boot instead of waiting for an abort window. |
| BlockAllScripts | Boolean value that indicates whether we should block unattended scripts from running. |
| HasScript | Boolean value that indicates whether the target console currently has a boot script. |
The service returns one of the status codes in this section in response to a request made with this method on this resource.
| Code | Description |
|---|---|
| 200 | The operation was successful. |
| 4XX | Error codes. |
| 5XX | Error codes. |