# Module- 2Pint Software OSD Toolkit Phase 1

## Overview

This module should be added after the disk is in working order or after the **Partition Disk** step.&#x20;

<div align="left"><figure><img src="/files/7zi0LgdBiOGsrQh7k9RC" alt=""><figcaption></figcaption></figure></div>

## Individual Steps

### Setting 2Pint Turbo License

This step is disabled by default because it depends on whether or not you have an 2Pint Turbo license. If you have a Turbo License, enter and confirm your license key in the Value fields. Remember to deselect the Disable this step checkbox on the “Options” tab.

<div align="left"><figure><img src="/files/KsdSJ2PNvH2CC1fn7bhG" alt=""><figcaption></figcaption></figure></div>

### Setting SMSTSAllowTokenAuthURLForACP

This step sets the **SMSTSAllowTokenAuthURLForACP** task sequence variable to **TRUE**. More information about this variable can be found [here](https://learn.microsoft.com/en-us/mem/configmgr/osd/understand/task-sequence-variables#smstsallowtokenauthurlforacp).&#x20;

<div align="left"><figure><img src="/files/OANtxe42MsTF4qlTLC7y" alt=""><figcaption></figcaption></figure></div>

### Setting 2Pint Software ACP

This step sets a task sequence variable value to the expected path of the 2Pint [BITSACP.exe](/osd-toolkit/customization/adding-branchcache-to-winpe.md) Alternate Content Provider program. This is invoked by the Task Sequence engine to download content.

<div align="left"><figure><img src="/files/PqZqIVD3Q3oRqcNzrrO1" alt=""><figcaption></figcaption></figure></div>

#### Options

This group / step will run if the following conditions are met:

File: **x:\Windows\System32\BITSACP.exe**

<div align="left"><figure><img src="/files/lsvQfmnynWNRUS98vdkC" alt=""><figcaption></figcaption></figure></div>

### Setting BranchCache Repub Quorum Size WinPE

This step will set the RepubQuorumSize registry value to 100 in WinPE. There a detailed article which explains why we recommend changing this value [here](https://2pintsoftware.com/news/details/optimizing-branchcache-with-repubquorumsize-an-undocumented-yet-crucial-tweak).&#x20;

<div align="left"><figure><img src="/files/Nwx5IhvGRfRuzRKptJZ6" alt=""><figcaption></figcaption></figure></div>

### Enabling BranchCache

The step executes the BCEnabler.exe utility to enable BranchCache. For more information on BCEnabler.exe, check out this [page](/osd-toolkit/appendix/enabling-branchcache-in-the-deployment.md).&#x20;

<div align="left"><figure><img src="/files/qaYSdJk6V1kz7bqE09dS" alt=""><figcaption></figcaption></figure></div>

#### Options

This group /step will run if the following conditions are met:

File: **x:\Windows\System32\BCEnabler.exe**

<div align="left"><figure><img src="/files/cCQwamTxGaODrGg70I1q" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.2pintsoftware.com/osd-toolkit/appendix/2pint-osd-toolkit-task-sequence-module-details/module-2pint-software-osd-toolkit-phase-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
