Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
893 B

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