change to other filenames...
This commit is contained in:
parent
f2736ca500
commit
218ae1be4c
14
RunTest.cmd
Normal file
14
RunTest.cmd
Normal file
@ -0,0 +1,14 @@
|
||||
echo off
|
||||
|
||||
echo ####### RunTest.cmd #######
|
||||
|
||||
mkdir %WINDIR%\Setup 1>nul 2>nul
|
||||
mkdir %WINDIR%\Setup\Scripts 1>nul 2>nul
|
||||
|
||||
copy SetupComplete.cmd %WINDIR%\Setup\Scripts
|
||||
copy SetupComplete.ftp %WINDIR%\Setup\Scripts
|
||||
|
||||
echo ####### RunTest.cmd #######
|
||||
|
||||
call %WINDIR%\Setup\Scripts\SetupComplete.cmd
|
||||
|
@ -3,7 +3,7 @@ set T="c:\TEMP"
|
||||
set TOOLS="c:\tools"
|
||||
set SCRIPTS="c:\scripts"
|
||||
|
||||
echo ####### autounattend.cmd #######
|
||||
echo ####### SetupComplete.cmd #######
|
||||
|
||||
echo killing some processes...
|
||||
taskkill /F /IM ssh-agent.exe
|
||||
@ -25,9 +25,10 @@ mkdir %SCRIPTS%\desktop 1>nul 2>nul
|
||||
mkdir %SCRIPTS%\tweaks 1>nul 2>nul
|
||||
|
||||
echo getting TOOLS from webserver ...
|
||||
ftp -i -s:autounattend.ftp
|
||||
ftp -i -s:%WINDIR%\Setup\Scripts\SetupComplete.ftp
|
||||
del %WINDIR%\Setup\Scripts\SetupComplete.ftp
|
||||
|
||||
echo ####### autounattend.cmd #######
|
||||
echo ####### SetupComplete.cmd #######
|
||||
|
||||
echo STARTING setup script...
|
||||
call %SCRIPTS%\1st-setup.cmd
|
@ -133,11 +133,6 @@
|
||||
<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:/temp/win10/sources/install.wim#Windows 10 Pro N" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
|
||||
|
Loading…
Reference in New Issue
Block a user