added ftp script
This commit is contained in:
parent
3beecc573a
commit
c34254ba87
@ -1,5 +1,6 @@
|
|||||||
<?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">
|
||||||
|
<servicing></servicing>
|
||||||
<settings pass="windowsPE">
|
<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">
|
<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>
|
<SetupUILanguage>
|
||||||
@ -86,10 +87,9 @@
|
|||||||
<settings pass="specialize">
|
<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">
|
<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>
|
<OEMInformation>
|
||||||
<Manufacturer>custom</Manufacturer>
|
<Manufacturer>IBM PC</Manufacturer>
|
||||||
<Model>custom</Model>
|
<Model>Windos</Model>
|
||||||
</OEMInformation>
|
</OEMInformation>
|
||||||
<ComputerName>Workstation</ComputerName>
|
|
||||||
<CopyProfile>true</CopyProfile>
|
<CopyProfile>true</CopyProfile>
|
||||||
<RegisteredOrganization>none</RegisteredOrganization>
|
<RegisteredOrganization>none</RegisteredOrganization>
|
||||||
<RegisteredOwner>none</RegisteredOwner>
|
<RegisteredOwner>none</RegisteredOwner>
|
||||||
@ -124,6 +124,20 @@
|
|||||||
</LocalAccount>
|
</LocalAccount>
|
||||||
</LocalAccounts>
|
</LocalAccounts>
|
||||||
</UserAccounts>
|
</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>
|
</component>
|
||||||
</settings>
|
</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" />
|
<cpi:offlineImage cpi:source="wim:c:/users/mschmidt/workspace/github/w10install/install.wim#Windows 10 Pro N" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
|
||||||
|
8
ftpscript.txt
Normal file
8
ftpscript.txt
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
open exabyte-systems.com
|
||||||
|
w10install
|
||||||
|
9054c6cf-c54c
|
||||||
|
binary
|
||||||
|
lcd c:\
|
||||||
|
get tools.zip
|
||||||
|
bye
|
||||||
|
|
2
mountwim.cmd
Normal file
2
mountwim.cmd
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
mkdir C:\wim
|
||||||
|
dism /Mount-Wim /WimFile:install.wim /Name:"Windows 10 Pro N" /MountDir:C:\wim
|
Loading…
Reference in New Issue
Block a user