Question

Difficulty: MediumOS Installation and Upgrade Methods

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?

  1. autounattend.xmlAnswer
  2. B
    sysprep.exe
  3. C
    boot.ini
  4. D
    setup.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

1
Identify the deployment requirement
The scenario requires automating a local Windows OS installation without network deployment infrastructure (WDS/PXE).
Unattended installations on standalone hardware require an answer file embedded on the boot media.
2
Determine the correct answer file naming convention
Windows Setup automatically searches the root of removable media for a file specifically named autounattend.xml.
When Windows setup initializes from removable media, it parses autounattend.xml to automatically answer installation prompts such as partitioning, user account creation, and product keys.

Key Concept

Unattended OS Installation via Answer Files (autounattend.xml)
Estimated Time:1m 0s
Rate this question