A desktop support technician needs to deploy Windows 11 Pro across 15 standalone PCs in a small branch office that lacks Windows Deployment Services (WDS) or network boot infrastructure. To streamline setup, the technician wants the Windows setup wizard to automatically create disk partitions, configure regional settings, and create the default local user account without requiring manual input during installation. Which file should be created and placed in the root directory of the bootable USB installation media to perform this unattended installation?
- autounattend.xmlAnswer
- Bsysprep.exe
- Cboot.ini
- Dsetup.exe
Answer
The technician must create an autounattend.xml file and place it in the root directory of the bootable USB installation media.
The autounattend.xml file is an XML-based answer file created using tools like Windows SIM (System Image Manager). When placed in the root directory of a bootable USB drive, Windows Setup automatically detects and applies its configuration passes without user intervention.
Step-by-Step Solution
Key Concept
Unattended OS Installation via Answer Files (autounattend.xml)
Estimated Time:1m 0s