MSFN Forum: I Cant' Disable Netbios In Winnt.sif - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

I Cant' Disable Netbios In Winnt.sif Rate Topic: -----

#1 User is offline   Kishiro 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 25-August 04

Posted 19 February 2005 - 10:39 AM

I try to disable NetBIOS over TCP/iP in my WINNT.SIF, but it dosen't seem to work. "NetBIOSOptions=2" is there, but after installation I go to my NIC settings, and the WINS tab, and I can clearly see that the NetBIOS option is set to "Default" and not "Disabled".

Can anyone see what's wrong here?
Here's my winnt.sif;


;
;  W i N N T . S i F
;

[Data]
  AutoPartition=0
  MsDosInitiated=0
  UnattendedInstall=Yes
  AutomaticUpdates=No

[Unattended]
  UnattendMode=FullUnattended
  UnattendSwitch=Yes
  OemPreinstall=Yes
  OemSkipEula=Yes
  FileSystem=*
  WaitForReboot=No
  TargetPath=\WINDOWS
  DriverSigningPolicy=Ignore
  CrashDumpSetting=0
  Hibernation=No
  DisableDynamicUpdates=Yes
  KeyboardLayout=Norwegian

[SystemFileProtection]
  SFCQuota=0

[WindowsFirewall]
  Profiles=WindowsFirewall.TurnOffFirewall
[WindowsFirewall.TurnOffFirewall]
  Mode=0

[GuiUnattended]
  AdminPassword=*
  AutoLogon=No
  TimeZone=110
  OEMSkipRegional=1
  OemSkipWelcome=1
  EncryptedAdminPassword=No

[Shell]
  DefaultThemesOff=Yes
  DefaultStartPanelOff=Yes

[UserData]
  ProductKey=*deleted*
  FullName=-
  OrgName=
  ComputerName=*

[RegionalSettings]
  LanguageGroup=1
  Language=00000414

[TapiLocation]
  CountryCode=47

[Identification]
  JoinWorkgroup=HELL

[PCHealth]
  ER_Display_UI=0
  ER_Enable_Applications=None
  ER_Enable_Kernel_Error=0
  ER_Enable_Reporting=0
  ER_Enable_Windows_Components=0

[Branding]
  BrandIEUsingUnattended=Yes

[URL]
  Home_Page=http://www.msfn.org/

[Networking]
  InstallDefaultComponents=No

[NetAdapters]
  Adapter1=params.Adapter1
  Adapter2=params.Adapter2

[params.Adapter1]
  INFID=*

[params.Adapter2]
  INFID=*

[NetClients]
  MS_MSClient=params.MS_MSClient

[NetServices]
  MS_SERVER=params.MS_SERVER

[NetProtocols]
  MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]
  DNS=Yes
  UseDomainNameDevolution=No
  EnableLMHosts=No
  AdapterSections=params.MS_TCPIP.Adapter1
  AdapterSections=params.MS_TCPIP.Adapter2

[params.MS_TCPIP.Adapter1]
  DHCP=Yes
  WINS=No
  NetBIOSOptions=2

[params.MS_TCPIP.Adapter2]
  SpecificTo=Adapter2
  DHCP=Yes
  WINS=No
  NetBIOSOptions=2

[Components]
  indexsrv_system=off
  AutoUpdate=Off
  msmsgs=off
  msnexplr=off
  pinball=off
  spider=off
  WMAccess=Off
  WMPOCM=Off
  zonegames=off

[GuiRunOnce]
  %systemdrive%\install\install.cmd



#2 User is offline   Yzöwl 

  • Wise Owl
  • Group: Super Moderator
  • Posts: 4,195
  • Joined: 13-October 04
  • OS:Windows 7 x64

Posted 19 February 2005 - 11:56 AM

Perhaps, it's because you haven't named your adapters, for example,
[Networking]
    InstallDefaultComponents=No

[NetOptionalComponents]
    Snmp=Off
    Lpdsvc=Off
    Simptcp=Off

[NetAdapters]
    Adapter1=params.Adapter1
    Adapter2=params.Adapter2

[params.Adapter1]
    InfID="PCI\VEN_10DE&DEV_0066&SUBSYS_10001695&REV_A1\3&13C0B0C5&0&20"
    ConnectionName="NVIDIA nForce Networking Controller"

[params.Adapter2]
    InfID="PCI\VEN_10EC&DEV_8139&SUBSYS_90011695&REV_10\4&3B1D9AB8&0&5840"
    ConnectionName="Realtek RTL8139/810x Family Fast Ethernet NIC"

[NetClients]
    MS_MSClient=params.MS_MSClient

[NetServices]
    MS_SERVER=params.MS_SERVER

[NetProtocols]
    MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]
    DNS=No
    UseDomainNameDevolution=No
    EnableLMHosts=No
    AdapterSections=params.MS_TCPIP.Adapter1, params.MS_TCPIP.Adapter2

[params.MS_TCPIP.Adapter1]
    SpecificTo=Adapter1
    DHCP=Yes
    DisableDynamicUpdate=Yes
    DNSServerSearchOrder=***.***.*.*
    EnableAdapterDomainNameRegistration=No
    WINS=No
    NetBIOSOptions=2

[params.MS_TCPIP.Adapter2]
    SpecificTo=Adapter2
    DHCP=No
    DisableDynamicUpdate=Yes
    DNSServerSearchOrder=***.***.*.*
    EnableAdapterDomainNameRegistration=No
    DefaultGateway=***.***.*.*
    IPAddress=***.***.*.*
    SubnetMask=***.***.***.*
    WINS=No
    NetBIOSOptions=2


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy