Skip to content
Snippets Groups Projects

ui++_config_v13.xml

Merged shmajumd requested to merge shmajumd-master-patch-69442 into master
1 file
+ 21
0
Compare changes
  • Side-by-side
  • Inline
+ 21
0
 
<?xml version="1.0" encoding="utf-8"?>
 
<UIpp Title="EngrIT Imaging" Color="#ffffff" DialogIcons="False" Flat="True">
 
<!-- Config authored by Matt Seng (mseng3) of Engineering IT -->
 
<!-- Config modified by James Han (han44) of Engineering IT for USR task sequences-->
 
<Actions>
 
<Action Type="Input" Name="EngrIT_InputWindow1" Title="OS options" ShowBack="True" Size="Tall">
 
<ChoiceInput Variable="EngrIT_OS" Question="Select OS" Required="True" Default="20H2">
 
<Choice Option="Windows 10 20H2 (x64)" Value="20H2" />
 
<Choice Option="Windows 10 2004 (x64)" Value="2004" />
 
<Choice Option="Windows 7 (x64)" Value="Win7x64" />
 
<Choice Option="Windows 10 (x64) LTSC" Value="LTSC" />
 
<Choice Option="Windows 10 (x64) LTSB 2016" Value="LTSB2016" />
 
</ChoiceInput>
 
<TextInput Question="Computer Name (<= 15 characters)" Prompt="e.g. csl-264-01" Hint="Please use <= 15 characters" Variable="EngrIT_ComputerName" Required="True" />
 
<InputInfo Color="#000000" NumberofLines="2">Note: Windows 7 does not work with UEFI</InputInfo>
 
<CheckboxInput Variable="EngrIT_Clean" Question="OS Only (No Applications)"
 
CheckedValue="True" UncheckedValue="False" Default="False"/>
 
<InputInfo Color="#000000" NumberofLines="2">Note: Selecting this option will Install Windows\r\nand SCCM Agent ONLY</InputInfo>
 
</Action>
 
</Actions>
 
</UIpp>
Loading