.
This commit is contained in:
parent
908c548b87
commit
acc559ce6b
@ -1,10 +1,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
set T="c:\TEMP"
|
set T=c:\TEMP
|
||||||
set TOOLS="c:\tools"
|
set TOOLS=c:\tools
|
||||||
set SCRIPTS="c:\scripts"
|
set SCRIPTS=c:\scripts
|
||||||
|
|
||||||
echo "Ready to start configuring this workstation ?"
|
|
||||||
timeout /t -1
|
|
||||||
|
|
||||||
echo ####### 1st-logon.cmd #######
|
echo ####### 1st-logon.cmd #######
|
||||||
|
|
||||||
|
@ -17,6 +17,11 @@ lcd c:\scripts\conf
|
|||||||
mget *
|
mget *
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
cd other
|
||||||
|
lcd c:\scripts\other
|
||||||
|
mget *
|
||||||
|
cd ..
|
||||||
|
|
||||||
cd desktop
|
cd desktop
|
||||||
lcd c:\scripts\desktop
|
lcd c:\scripts\desktop
|
||||||
mget *
|
mget *
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
set W10="c:\TEMP\Win10"
|
set W10=c:\TEMP\Win10
|
||||||
|
|
||||||
rd /S /Q %W10% 1>nul 2>nul
|
rd /S /Q %W10% 1>nul 2>nul
|
||||||
mkdir %W10% 1>nul 2>nul
|
mkdir %W10% 1>nul 2>nul
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
set SOURCES="c:\TEMP\Win10\sources"
|
set SOURCES=c:\TEMP\Win10\sources
|
||||||
set MNT="c:\TEMP\WIM"
|
set MNT=c:\TEMP\WIM
|
||||||
|
|
||||||
mkdir %MNT%
|
mkdir %MNT%
|
||||||
dism /Mount-Wim /WimFile:%SOURCES%\install.wim /Name:"Windows 10 Pro" /MountDir:%MNT%
|
dism /Mount-Wim /WimFile:%SOURCES%\install.wim /Name:"Windows 10 Pro" /MountDir:%MNT%
|
||||||
|
|
||||||
|
del null 1>nul 2>nul
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
set MNT="c:\TEMP\WIM"
|
set MNT=c:\TEMP\WIM
|
||||||
|
|
||||||
rem GROUP 1:
|
rem GROUP 1:
|
||||||
install_wim_tweak.exe /p %MNT% /c "Microsoft-Windows-Internet" /r
|
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-Windows-ContactSupport" /r
|
||||||
install_wim_tweak.exe /p %MNT% /c "Microsoft-PPIProjection" /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 "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:
|
rem GROUP 2:
|
||||||
install_wim_tweak.exe /p %MNT% /c "Microsoft-Xbox" /r
|
install_wim_tweak.exe /p %MNT% /c "Microsoft-Xbox" /r
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
set SOURCES="c:\TEMP\Win10\sources"
|
set SOURCES=c:\TEMP\Win10\sources
|
||||||
set MNT="c:\TEMP\WIM"
|
set MNT=c:\TEMP\WIM
|
||||||
|
|
||||||
dism /Unmount-Wim /MountDir:%MNT% /Discard
|
dism /Unmount-Wim /MountDir:%MNT% /Discard
|
||||||
dism /Cleanup-Wim
|
dism /Cleanup-Wim
|
||||||
|
Loading…
Reference in New Issue
Block a user