diff --git a/autounattend.xml b/autounattend.xml
index e6cec9c..88a5a4d 100644
--- a/autounattend.xml
+++ b/autounattend.xml
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <unattend xmlns="urn:schemas-microsoft-com:unattend">
+    <servicing></servicing>
     <settings pass="windowsPE">
         <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
             <SetupUILanguage>
@@ -86,10 +87,9 @@
     <settings pass="specialize">
         <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
             <OEMInformation>
-                <Manufacturer>custom</Manufacturer>
-                <Model>custom</Model>
+                <Manufacturer>IBM PC</Manufacturer>
+                <Model>Windos</Model>
             </OEMInformation>
-            <ComputerName>Workstation</ComputerName>
             <CopyProfile>true</CopyProfile>
             <RegisteredOrganization>none</RegisteredOrganization>
             <RegisteredOwner>none</RegisteredOwner>
@@ -124,6 +124,20 @@
                     </LocalAccount>
                 </LocalAccounts>
             </UserAccounts>
+            <AutoLogon>
+                <Password>
+                    <Value>UwB0AGEAcgB0AF8AMQAyADMANAA1ACEAUABhAHMAcwB3AG8AcgBkAA==</Value>
+                    <PlainText>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