> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# POST (/ext/unattendedsetup/configure)

> POST (/ext/unattendedsetup/configure)

# POST (/ext/unattendedsetup/configure)

Sets configuration data for how scripts are run.

* [URI parameters](#ID4ET)
* [Required request headers](#ID4E1)
* [Required request body](#ID4EBB)
* [Response](#ID4EOC)

<a id="ID4ET" />

## URI parameters

None.

<a id="ID4E1" />

## Required request headers

None.

<a id="ID4EBB" />

## Required request body

The request must contain a JSON body that has 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.                                       |

<a id="ID4EOC" />

## Response

<a id="ID4EUC" />

### HTTP status codes

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. |

<a id="ID4E2D" />

## See also

<a id="ID4E4D" />

##### Parent

[/ext/unattendedsetup/configure](/reference/deviceportal/unattendedsetup/uri-extunattendedsetupconfigure)


## Related topics

- [Unattended Setup URIs](/reference/deviceportal/unattendedsetup/atoc-rest-unattendedsetup.md)
- [URI de configuración desatendida](/es/reference/deviceportal/unattendedsetup/atoc-rest-unattendedsetup.md)
- [무인 설치 URI](/ko/reference/deviceportal/unattendedsetup/atoc-rest-unattendedsetup.md)
- [無人セットアップ URI](/ja-jp/reference/deviceportal/unattendedsetup/atoc-rest-unattendedsetup.md)
- [Configure gaming metadata for a game](/publishing/game-publishing/tutorial-xbox-managed/how-to-add-metadata.md)
