Directory Structure on the Windows Installation USB Drive Root Directory ├── boot\... (Windows 10 image legacy BIOS boot files) ├── Drivers\ └── SDI Full ├── drivers\ (driver library) ├── DP_Video_Intel-NT_25000.7z (example of a driver package) ├── ├── indexes\ └──SDI\ (driver index) ├── (txt\...) ├── _P_LAN_Intel_25060.bin (example of a _P_-type index file) ├── _P_Chipset_25062.bin (example of a _P_-type index file) ├── DP_Video_Intel-NT_25000.bin (example of a DP_-type index file) ├── ├── (logs\...) ├── tools\ ├── (update\...) ├── DelOldDP.bat (“Delete old driver packages” batch file) ├── NoInstall.bat (“No PreInstall modebatch file) ├── PreInstall.bat (PreInstall modebatch file) ├── (sdi.cfg) (SDI configuration file) ├── SDI_R2503.exe (SDI main program) └── SDI_x64_R2503.exe (SDI main progra - 64-bit) ├── efi\... (Windows 10 image UEFI boot files) ├── HEU_KMS_Activator\... (Activation tool) ├── Office Professional 2007\... (Office Professional 2007) ├── sources\... (Windows 10 image installation source files) ├── support\... (Windows 10 image support tools) ├── bootmgr (Windows 10 image legacy boot manager) ├── bootmgr.efi (Windows 10 image UEFI boot manager) ├── setup.exe (Windows 10 image launcher for in-Windows installation) ├── Manual\... (Usage guide for this USB drive installing Windows 10 & Office 2007)