This commit is contained in:
Michael H.G. Schmidt 2020-12-23 16:44:26 +01:00
parent 908c548b87
commit acc559ce6b
7 changed files with 17 additions and 13 deletions

View File

@ -1,10 +1,7 @@
@echo off
set T="c:\TEMP"
set TOOLS="c:\tools"
set SCRIPTS="c:\scripts"
echo "Ready to start configuring this workstation ?"
timeout /t -1
set T=c:\TEMP
set TOOLS=c:\tools
set SCRIPTS=c:\scripts
echo ####### 1st-logon.cmd #######

View File

@ -17,6 +17,11 @@ lcd c:\scripts\conf
mget *
cd ..
cd other
lcd c:\scripts\other
mget *
cd ..
cd desktop
lcd c:\scripts\desktop
mget *

View File

@ -1,4 +1,4 @@
set W10="c:\TEMP\Win10"
set W10=c:\TEMP\Win10
rd /S /Q %W10% 1>nul 2>nul
mkdir %W10% 1>nul 2>nul

View File

@ -1,6 +1,8 @@
set SOURCES="c:\TEMP\Win10\sources"
set MNT="c:\TEMP\WIM"
set SOURCES=c:\TEMP\Win10\sources
set MNT=c:\TEMP\WIM
mkdir %MNT%
dism /Mount-Wim /WimFile:%SOURCES%\install.wim /Name:"Windows 10 Pro" /MountDir:%MNT%
del null 1>nul 2>nul

View File

@ -1,4 +1,4 @@
set MNT="c:\TEMP\WIM"
set MNT=c:\TEMP\WIM
rem GROUP 1:
install_wim_tweak.exe /p %MNT% /c "Microsoft-Windows-Internet" /r
@ -10,7 +10,7 @@ install_wim_tweak.exe /p %MNT% /c "Microsoft-Windows-RetailDemo" /r
install_wim_tweak.exe /p %MNT% /c "Microsoft-Windows-ContactSupport" /r
install_wim_tweak.exe /p %MNT% /c "Microsoft-PPIProjection" /r
install_wim_tweak.exe /p %MNT% /c "Microsoft-Windows-Backup" /r
install_wim_tweak.exe /p %MNT% /c "Windows-Defender" /r
rem install_wim_tweak.exe /p %MNT% /c "Windows-Defender" /r
rem GROUP 2:
install_wim_tweak.exe /p %MNT% /c "Microsoft-Xbox" /r

View File

@ -1,5 +1,5 @@
set SOURCES="c:\TEMP\Win10\sources"
set MNT="c:\TEMP\WIM"
set SOURCES=c:\TEMP\Win10\sources
set MNT=c:\TEMP\WIM
dism /Unmount-Wim /MountDir:%MNT% /Discard
dism /Cleanup-Wim