windows-nt/Source/XPSP1/NT/base/ntsetup/opktools/samples/setup/transfer.bat
2020-09-26 16:20:57 +08:00

21 lines
873 B
Batchfile
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

; This is an example of a batch file that enables automated branding using a non-network method.
; Place this batch file on the same floppy disk that contains the Winnt.sif file.
; Copy the files listed below to the appropriate folders on the floppy disk.
c:
cd\
md sysprep
copy a:\sysprep\*.* c:\sysprep
copy a:\Oemlogo.bmp c:\windows\system32
copy a:\Oeminfo.ini c:\windows\system32
Copy a:\oobe\oobeinfo.ini c:\windows\system32\oobe
copy a:\oobe\40x255.gif c:\windows\system32\oobe\images
;Then add the following lines to the Winnt.sif file (without the semicolons):
;[GuiRunOnce]
;Command0 = "a:\transfer.bat"
;
;Leave the floppy disk in the drive until Windows XP has booted to the desktop for the first time.
;Sysprep is not automatically launched using this method.
;After you have added any additional software, etc., at a commmand prompt, type Sysprep reseal.