Source code of Windows XP (NT5)
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
726 B

  1. ;
  2. ; This file allows a Network Administrator to customize over the network
  3. ; installations (installations using winnt.ext). This file can be modified
  4. ; on the network share containing the installation files.
  5. ;
  6. ; To install a transport by default, remove the ';' from the beginning of
  7. ; the line and set the value to the right of the '='
  8. ; to 1. To not install a transport by default, set the value to 0.
  9. ; To suppress the dialog asking the user for confirmation or changes to
  10. ; the default transport, remove the ';' from the beginning of the
  11. ; !PromptForTransports line and set the value to 0.
  12. ;
  13. [DefaultTransports]
  14. Set !InstallNWLink = 0
  15. Set !InstallNetBEUI = 0
  16. Set !InstallTCPIP = 1
  17. ;Set !PromptForTransports = 1
  18. return