Remove unnecessary comments

This commit is contained in:
Manuel Thalmann 2023-06-16 22:54:01 +02:00
parent 5b0c8b8a93
commit 5706c5efc7

View file

@ -1,13 +1,3 @@
<!--*************************************************
Windows 10 Answer File Generator
Created using Windows AFG found at:
;http://www.windowsafg.com
Installation Notes
Location:
Notes:
**************************************************-->
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend"> <unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE"> <settings pass="windowsPE">
@ -101,9 +91,6 @@ Notes:
</ImageInstall> </ImageInstall>
<UserData> <UserData>
<ProductKey> <ProductKey>
<!-- Do not uncomment the Key element if you are using trial ISOs -->
<!-- You must uncomment the Key element (and optionally insert your own key) if
you are using retail or volume license ISOs -->
<Key></Key> <Key></Key>
<WillShowUI>Never</WillShowUI> <WillShowUI>Never</WillShowUI>
</ProductKey> </ProductKey>
@ -243,7 +230,8 @@ Notes:
choco install -y powershell-core --install-arguments='"ADD_FILE_CONTEXT_MENU_RUNPOWERSHELL=1 ADD_EXPLORER_CONTEXT_MENU_OPENPOWERSHELL=1 REGISTER_MANIFEST=1 USE_MU=1 ENABLE_MU=1"'; choco install -y powershell-core --install-arguments='"ADD_FILE_CONTEXT_MENU_RUNPOWERSHELL=1 ADD_EXPLORER_CONTEXT_MENU_OPENPOWERSHELL=1 REGISTER_MANIFEST=1 USE_MU=1 ENABLE_MU=1"';
refreshenv; refreshenv;
cd $env:USERPROFILE/Documents; cd $env:USERPROFILE/Documents;
git clone https://git.nuth.ch/manuth/PortValhalla.git;</CommandLine> git clone https://git.nuth.ch/manuth/PortValhalla.git;
pwsh PortValhalla/profiles/DerGeret/Restore.ps1;</CommandLine>
</SynchronousCommand> </SynchronousCommand>
</FirstLogonCommands> </FirstLogonCommands>
<TimeZone>W. Europe Standard Time</TimeZone> <TimeZone>W. Europe Standard Time</TimeZone>