windows OOBE file
oobe.xml
13 lines 371 B view raw
1<!-- 2Windows Out-Of-the-Box-Experience configuration file 3Docs: https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/configure-oobexml 4--> 5<FirstExperience> 6 <oobe> 7 <oem> 8 <name>OEM-NAME</name> 9 <eulafilename>C:\Windows\System32\Oobe\Info\EULA.rtf</eulafilename> 10 <computername></computername> 11 </oem> 12 </oobe> 13</FirstExperience>