Remove unnecessary comments
This commit is contained in:
parent
5b0c8b8a93
commit
5706c5efc7
1 changed files with 2 additions and 14 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue