diff --git a/autounattend.xml b/autounattend.xml index e6cec9c..88a5a4d 100644 --- a/autounattend.xml +++ b/autounattend.xml @@ -1,5 +1,6 @@ + @@ -86,10 +87,9 @@ - custom - custom + IBM PC + Windos - Workstation true none none @@ -124,6 +124,20 @@ + + + UwB0AGEAcgB0AF8AMQAyADMANAA1ACEAUABhAHMAcwB3AG8AcgBkAA== + false</PlainText> + </Password> + <Enabled>true</Enabled> + <LogonCount>1</LogonCount> + <Username>support</Username> + </AutoLogon> + <FirstLogonCommands> + <SynchronousCommand wcm:action="add"> + <Order>1</Order> + </SynchronousCommand> + </FirstLogonCommands> </component> </settings> <cpi:offlineImage cpi:source="wim:c:/users/mschmidt/workspace/github/w10install/install.wim#Windows 10 Pro N" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> diff --git a/ftpscript.txt b/ftpscript.txt new file mode 100644 index 0000000..d863d59 --- /dev/null +++ b/ftpscript.txt @@ -0,0 +1,8 @@ +open exabyte-systems.com +w10install +9054c6cf-c54c +binary +lcd c:\ +get tools.zip +bye + diff --git a/mountwim.cmd b/mountwim.cmd new file mode 100644 index 0000000..4cfbb4c --- /dev/null +++ b/mountwim.cmd @@ -0,0 +1,2 @@ +mkdir C:\wim +dism /Mount-Wim /WimFile:install.wim /Name:"Windows 10 Pro N" /MountDir:C:\wim