renaming and hardcoding removal

This commit is contained in:
Michael H.G. Schmidt 2023-02-20 07:56:50 +01:00
parent 0ce30c8cf1
commit 4165743491
16 changed files with 26 additions and 33 deletions

View File

@ -1,6 +1,6 @@
@echo off
set LOG=c:\StartCustomSetup.txt
set BATCH=CustomSetup.cmd
set LOG=%SystemDrive%\SearchAutoconfig.txt
set BATCH=StartAutoconfig.cmd
if not "%1"=="STDOUT_TO_FILE" %0 STDOUT_TO_FILE %* 1>%LOG% 2>&1
shift /1
@ -10,7 +10,7 @@ date /t
time /t
echo.
rem scan for the USB stick (infinite) ...
rem scan for the USB media (infinite) ...
:loop
for %%D in (A B D E F G H I J K L M N O P Q R S T U V W X Y Z) do (
@ -26,7 +26,7 @@ for %%D in (A B D E F G H I J K L M N O P Q R S T U V W X Y Z) do (
)
echo INFO: Calling the GUI helper to prompt the user to use a different USB port ...
prompt-user "Custom setup script NOT found! Please disconnect the USB stick and connect it to another USB port. Then click on OK."
prompt-user "Custom setup script NOT found! Please disconnect the USB media and connect it to another USB port. Then click on OK."
goto loop

View File

@ -1,5 +1,5 @@
@echo off
set LOG=c:\SetupComplete.txt
set LOG=%SystemDrive%\SetupComplete.txt
del /F %LOG% 1>nul 2>nul
if not "%1"=="STDOUT_TO_FILE" %0 STDOUT_TO_FILE %* 1>%LOG% 2>&1

View File

@ -1,10 +1,10 @@
@echo off
rem this script puts everything in place ...
set TOOLS=c:\tools
set TOOLS=%SystemDrive%\tools
set SXS=%WINDIR%\sources\sxs
set BATCH=%TOOLS%\scripts\autoconfig-all.cmd
set LOG=c:\CustomSetup.txt
set BATCH=%TOOLS%\scripts\autoconfig.cmd
set LOG=%SystemDrive%\StartAutoconfig.txt
del /F %LOG% 1>nul 2>nul
if not "%1"=="STDOUT_TO_FILE" %0 STDOUT_TO_FILE %* 1>%LOG% 2>&1

View File

@ -132,7 +132,7 @@
<SynchronousCommand wcm:action="add">
<Order>2</Order>
<Description>Initial Setup</Description>
<CommandLine>cmd /C c:\windows\setup\scripts\StartCustomSetup.cmd</CommandLine>
<CommandLine>cmd /C c:\windows\setup\scripts\SearchAutoconfig.cmd</CommandLine>
</SynchronousCommand>
</FirstLogonCommands>
</component>

View File

@ -153,7 +153,7 @@
<SynchronousCommand wcm:action="add">
<Order>2</Order>
<Description>Initial Setup</Description>
<CommandLine>cmd /C c:\windows\setup\scripts\StartCustomSetup.cmd</CommandLine>
<CommandLine>cmd /C c:\windows\setup\scripts\SearchAutoconfig.cmd</CommandLine>
</SynchronousCommand>
</FirstLogonCommands>
</component>

View File

@ -1,5 +1,5 @@
@echo off
set SOURCES=c:\TEMP\W10\sources
set SOURCES=%SystemDrive%\TEMP\W10\sources
set WIM=%SOURCES%\install.wim
set W10PRO=%SOURCES%\w10pro.wim
set STATEFILE=%SOURCES%\w10pro.txt

View File

@ -1,6 +1,6 @@
@echo off
set SOURCES=c:\TEMP\W10\sources
set BOOT=c:\TEMP\BOOT
set SOURCES=%SystemDrive%\TEMP\W10\sources
set BOOT=%SystemDrive%\TEMP\BOOT
set SETTINGS=..\scripts\settings.cmd
if EXIST %SETTINGS% (

View File

@ -1,6 +1,6 @@
@echo off
set IMAGE=c:\TEMP\IMAGE
set SOURCES=c:\TEMP\W10\sources
set IMAGE=%SystemDrive%\TEMP\IMAGE
set SOURCES=%SystemDrive%\TEMP\W10\sources
set WIM=%SOURCES%\install.wim
if NOT EXIST %WIM% (
@ -13,7 +13,7 @@ rd /S /Q %IMAGE%\Windows\Setup\scripts 1>nul 2>nul
mkdir %IMAGE%\Windows\Setup\scripts 1>nul 2>nul
echo [%0] INFO: copying scripts to %IMAGE%\Windows\Setup\scripts ...
copy /Y SetupComplete.cmd %IMAGE%\Windows\Setup\scripts
copy /Y SetupCompleted.cmd %IMAGE%\Windows\Setup\scripts
copy /Y StartCustomSetup.cmd %IMAGE%\Windows\Setup\scripts
copy /Y ..\tools\prompt-user.exe %IMAGE%\Windows

View File

@ -1,5 +1,5 @@
@echo off
set SOURCES=c:\TEMP\W10\sources
set SOURCES=%SystemDrive%\TEMP\W10\sources
set FILENAME=%1
IF %1.==. GOTO USAGE

View File

@ -1,6 +1,6 @@
@echo off
set SOURCES=c:\TEMP\W10\sources
set BOOT=c:\TEMP\BOOT
set SOURCES=%SystemDrive%\TEMP\W10\sources
set BOOT=%SystemDrive%\TEMP\BOOT
rem check for wim file ...
if NOT EXIST %SOURCES%\boot.wim (

View File

@ -1,6 +1,6 @@
@echo off
set SOURCES=c:\TEMP\W10\sources
set IMAGE=c:\TEMP\IMAGE
set SOURCES=%SystemDrive%\TEMP\W10\sources
set IMAGE=%SystemDrive%\TEMP\IMAGE
rem check for wim file ...
if NOT EXIST %SOURCES%\install.wim (

View File

@ -1,5 +1,5 @@
@echo off
set IMAGE=c:\TEMP\IMAGE
set IMAGE=%SystemDrive%\TEMP\IMAGE
FOR /F %%P in (apps-to-remove.csv) do (

View File

@ -1,6 +1,6 @@
@echo off
set IMAGE=c:\TEMP\IMAGE
set BOOT=c:\TEMP\BOOT
set IMAGE=%SystemDrive%\TEMP\IMAGE
set BOOT=%SystemDrive%\TEMP\BOOT
echo unmounting image and discarding changes ...
dism /Unmount-Wim /MountDir:%IMAGE% /Discard

View File

@ -5,7 +5,7 @@ set T=%SystemDrive%\TEMP
set TOOLS=%SystemDrive%\tools
set SETTINGS=settings.cmd
set SCRIPTS=%TOOLS%\scripts
set LOG=%SCRIPTS%\autoconfig-all.txt
set LOG=%SCRIPTS%\autoconfig.txt
del /F %LOG% 1>nul 2>nul
if not "%1"=="STDOUT_TO_FILE" %0 STDOUT_TO_FILE %* 1>%LOG% 2>&1

View File

@ -4,13 +4,6 @@ set TOOLS=c:\tools
echo ####### %0 #######
takeown /F c:\*.txt /A 1>nul
icacls c:\*.txt /inheritance:r 1>nul
icacls c:\*.txt /grant Administrators:F 1>nul
icacls c:\*.txt /grant Users:RX 1>nul
echo.
echo working on folder [ %TOOLS% ] ...
takeown /F %TOOLS% /R /A /D Y 1>nul
icacls %TOOLS% /inheritance:r
icacls %TOOLS% /grant Administrators:F /t /c /l 1>nul

View File

@ -8,7 +8,7 @@ set TOOLS=c:\tools
set SCRIPT_SETTINGS=%TOOLS%\scripts\settings.cmd
set COMPANY_SETTINGS=%TOOLS%\company\settings.cmd
set PERSONALFILES_DONE=%LOCALAPPDATA%\.personalfiles_done
set GITWORKDIR=%USERPROFILE%\workspace\git
set GITWORKDIR=%USERPROFILE%\workspace
set gitrepo=undefined
set gitserver=undefined