Jump to content

I Cant' Disable Netbios In Winnt.sif


Recommended Posts

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

Link to comment
Share on other sites


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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...