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
843 B

  1. [Version]
  2. Signature="$Windows NT$"
  3. Provider=Microsoft
  4. [saconfig]
  5. ;Specify the hostname to be set by sahostname field
  6. ;SAconfig checks to see if the current hostname is the same as the
  7. ;defaulthostname field under HKLM\Software\Microsoft\ServerAppliance\SAConfig\DefaultHostname
  8. ;If so, it proceeds to change the hostname to the value set below with sahostname.
  9. sahostname=myhostname
  10. ;Specify the administrator password with adminpasswd field
  11. adminpasswd=mypassword
  12. ;All the following fields should be present at the same time in the inf file for saconfig to
  13. ;do the network settings. Otherwise saconfig will not modify the network settings.
  14. ;If no network settings is desired, all these following fields should be omitted from the inf file
  15. ipnum=xxx.xxx.xxx.xxx
  16. subnetmask=yyy.yyy.yyy.yyy
  17. defaultgateway=zzz.zzz.zzz.zzz