TL;DR version

  1. Generate a new WinPE image by running the BranchCache for OSD generator tool

    1. Decide if you want to use StifleR or not. If so, add the /Add-StifleR parameter to the command line

  2. Modify the Task Sequence and add two steps:

    1. Run "BCEnabler.exe Enable" in your sequence to enable BranchCache and BITS services

    2. Run "BCEnabler.exe Move" in your sequence to move the data cache to the new full OS

    3. Create a task sequence variable: SMSTSDownloadProgram with the value" ‘BITSACP.exe’ to enable the Alternate Content Provider in the Task Sequence

  3. If licensed for 2Pint Software OSD Toolkit Turbo, create a task sequence variable: 2PintTurboLicense with the value of the license you received

  4. Done!