From abdde1677310e2a646189b0434dbe18f4605a985 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Tue, 22 Dec 2020 21:10:54 +0100 Subject: [PATCH] . --- 1st-logon.cmd | 3 +++ Copy2Wim.cmd | 13 ------------- RunTest.cmd | 9 +++------ SetupComplete.cmd | 35 ----------------------------------- autounattend.xml | 38 +++++++++++++++++++++++++++++++++++++- 5 files changed, 43 insertions(+), 55 deletions(-) delete mode 100644 Copy2Wim.cmd delete mode 100644 SetupComplete.cmd diff --git a/1st-logon.cmd b/1st-logon.cmd index a1689c1..ea91afe 100644 --- a/1st-logon.cmd +++ b/1st-logon.cmd @@ -3,6 +3,9 @@ set T="c:\TEMP" set TOOLS="c:\tools" set SCRIPTS="c:\scripts" +echo "Ready to start configuring this workstation ?" +timeout /t -1 + echo ####### 1st-logon.cmd ####### echo killing some processes... diff --git a/Copy2Wim.cmd b/Copy2Wim.cmd deleted file mode 100644 index 5564945..0000000 --- a/Copy2Wim.cmd +++ /dev/null @@ -1,13 +0,0 @@ -@echo off -set MNT="c:\TEMP\WIM" - -echo ####### Copy2Wim.cmd ####### - -mkdir %MNT%\Windows\Setup 1>nul 2>nul -mkdir %MNT%\Windows\Setup\Scripts 1>nul 2>nul - -copy SetupComplete.cmd %MNT%\Windows\Setup\Scripts -copy SetupComplete.ftp %MNT%\Windows\Setup\Scripts - -echo ####### Copy2Wim.cmd ####### - diff --git a/RunTest.cmd b/RunTest.cmd index b38146e..18844a3 100644 --- a/RunTest.cmd +++ b/RunTest.cmd @@ -2,13 +2,10 @@ 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 +copy 1st-logon.cmd D:\ +copy ToolsDownload.ftp D:\ echo ####### RunTest.cmd ####### -call %WINDIR%\Setup\Scripts\SetupComplete.cmd +call D:\1st-logon.cmd diff --git a/SetupComplete.cmd b/SetupComplete.cmd deleted file mode 100644 index 7d86f04..0000000 --- a/SetupComplete.cmd +++ /dev/null @@ -1,35 +0,0 @@ -@echo off -set T="c:\TEMP" -set TOOLS="c:\tools" -set SCRIPTS="c:\scripts" - -echo ####### SetupComplete.cmd ####### - -echo killing some processes... -taskkill /F /IM ssh-agent.exe -taskkill /F /IM ssh.exe - -echo restart explorer ... -taskkill /F /IM explorer.exe & start explorer.exe - -echo deleting %TOOLS% and %SCRIPTS% ... -rd /S /Q %TOOLS% -rd /S /Q %SCRIPTS% - -echo creating directories ... -mkdir %T% 1>nul 2>nul -mkdir %TOOLS% 1>nul 2>nul -mkdir %SCRIPTS% 1>nul 2>nul -mkdir %SCRIPTS%\conf 1>nul 2>nul -mkdir %SCRIPTS%\desktop 1>nul 2>nul -mkdir %SCRIPTS%\tweaks 1>nul 2>nul - -echo getting TOOLS from webserver ... -ftp -i -s:%WINDIR%\Setup\Scripts\ToolsDownload.ftp -del %WINDIR%\Setup\Scripts\ToolsDownload.ftp - -echo ####### SetupComplete.cmd ####### - -echo STARTING setup script... -call %SCRIPTS%\1st-setup.cmd - diff --git a/autounattend.xml b/autounattend.xml index 88fcbbd..a2992c0 100644 --- a/autounattend.xml +++ b/autounattend.xml @@ -95,6 +95,12 @@ none none Central Europe Standard Time + VK7JG-NPHTM-C97JM-9MPGT-3V66T + true + true + + + 0 @@ -110,6 +116,7 @@ true true 1 + true @@ -136,11 +143,40 @@ + Control Panel View 1 - D:\1stlogon.cmd + reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel" /v StartupPage /t REG_DWORD /d 1 /f + true + + + 2 + Control Panel Icon Size + false + reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel" /v AllItemsIconView /t REG_DWORD /d 0 /f + + + 3 + false + cmd /C wmic useraccount where name="support" set PasswordExpires=false + Password Never Expires + + + 5 + D:\1st_logon.cmd + true + + + 4 + Turn Firewall OFF + cmd /C netsh advfirewall set allprofiles state off + + + false + +