From 7a31ec3c4db701c8c16b006615211d57a7d28076 Mon Sep 17 00:00:00 2001 From: shmajumd <shmajumd@illinois.edu> Date: Wed, 17 Nov 2021 10:28:34 -0600 Subject: [PATCH] Updated script for 20H2 --- ui++/research/ui++_config_v13.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 ui++/research/ui++_config_v13.xml diff --git a/ui++/research/ui++_config_v13.xml b/ui++/research/ui++_config_v13.xml new file mode 100644 index 0000000..6121afe --- /dev/null +++ b/ui++/research/ui++_config_v13.xml @@ -0,0 +1,21 @@ +<?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> -- GitLab