change to other filenames...

This commit is contained in:
Michael H.G. Schmidt 2020-12-20 20:47:06 +01:00
parent f2736ca500
commit 218ae1be4c
4 changed files with 18 additions and 8 deletions

14
RunTest.cmd Normal file
View 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

View File

@ -3,7 +3,7 @@ set T="c:\TEMP"
set TOOLS="c:\tools" set TOOLS="c:\tools"
set SCRIPTS="c:\scripts" set SCRIPTS="c:\scripts"
echo ####### autounattend.cmd ####### echo ####### SetupComplete.cmd #######
echo killing some processes... echo killing some processes...
taskkill /F /IM ssh-agent.exe taskkill /F /IM ssh-agent.exe
@ -25,9 +25,10 @@ mkdir %SCRIPTS%\desktop 1>nul 2>nul
mkdir %SCRIPTS%\tweaks 1>nul 2>nul mkdir %SCRIPTS%\tweaks 1>nul 2>nul
echo getting TOOLS from webserver ... 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... echo STARTING setup script...
call %SCRIPTS%\1st-setup.cmd call %SCRIPTS%\1st-setup.cmd

View File

@ -133,11 +133,6 @@
<LogonCount>1</LogonCount> <LogonCount>1</LogonCount>
<Username>support</Username> <Username>support</Username>
</AutoLogon> </AutoLogon>
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<Order>1</Order>
</SynchronousCommand>
</FirstLogonCommands>
</component> </component>
</settings> </settings>
<cpi:offlineImage cpi:source="wim:c:/temp/win10/sources/install.wim#Windows 10 Pro N" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> <cpi:offlineImage cpi:source="wim:c:/temp/win10/sources/install.wim#Windows 10 Pro N" xmlns:cpi="urn:schemas-microsoft-com:cpi" />