Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

define IP address and DNS server in unattent.txt

Featured Replies

Could someone give me a example?

I want to define the IP dress of my PC such an 192.168.1.5. and dns sever address such as 192.168.1.1


Can't we have a limitation that people that have less than 50 posts can't use caps, big letters and colors? ;)

seamanyin: please don't use big letters and colors unnecessarily. As for an example, you can find plenty of examples with the search function of this board. Or just read ref.chm.

  • Author

Sorry for that.But i've beening reading for sevel days.

The point is that the network part of the reference txt is quite difficut and the example include the more detailed network settings is for servers which have two adapters.

try this

[Identification]
   JoinWorkgroup=wally

[Networking]
   InstallDefaultComponents=No

[NetAdapters]
   Adapter1=params.Adapter1

[params.Adapter1]
   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=Yes
   AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]
   SpecificTo=Adapter1
   DHCP=No
   IPAddress=192.168.1.5
   SubnetMask=255.255.255.0
   DefaultGateway=X.X.X.X
   DNSServerSearchOrder=192.168.1.1
   WINS=No
   NetBIOSOptions=0

  • Author

That's what I've looking for. :lol:

Thank u BritishBulldog :thumbup u r good.

I read the ref.txt again and seem to got some idea of the problem.

And now i find this here.I think I am close to solving it.

Thanks again. :lol:

If you use an autologin.reg make sure after the complete install you set the AutoAdminLogin value back to 0. I had problems after installation that the computer always tried to login locally and not on the domain. make this the last thing in your RunOnceEx etc. after all software is installed.

Windows Registry Editor Version 5.00 

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"AutoAdminLogon"="0"

  • Author

I tried it tonight but nothing happened to the IP address.I didnt quite get what u said.Actually I am not a computer kinda guy and even worse not English kinda guy.Oh my god.how suck.So could u please explain it a little bit more.Maybe this will help.Is it the [params.MS_TCPIP] section where i set NDS=yes,or something else.

And i didn't install any applications in the unattend process yet.Furthermore i still use 2000.

Follow is the winnt.sif I used:

;SetupMgrTag
[Data]
   Autopartition=1
   MsDosInititated=0
   UnattendedInstall="Yes"
   MsDosInitiated="0"

[Unattended]
   FileSystem=ConvertNTFS
   UnattendMode=FullUnattended
   OemSkipEulA=Yes
   OemPreinstall=Yes
   TargetPath=\WINNT
   Repartition=No

[GuiUnattended]
   AdminPassword=*
   OEMSkipRegional=1
   TimeZone=210
   OemSkipWelcome=1
   ProfilesDir="d:\Documents and Settings"
   AutoLogon=Yes
   AutoLogonCount=1

[Display]
   BitsPerPel=16
   XResolution=1024
   YResolution=768
   Vrefresh=60

[UserData]
   Productid=[i]Removed by Alanoll[/i]
   FullName=seamanyin
   OrgName=0505
   ComputerName=amelie

[RegionalSettings]
   LanguageGroup=7,10,9,1
   SystemLocale=00000804
   UserLocale=00000804
   InputLocale=0409:00000409,0804:

[Identification]
   JoinWorkgroup=MSHOME

[Networking]
   InstallDefaultComponents=no

[NetAdapters]
?@?@Adapter1=params.Adapter1

[params.Adapter1]
   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=Yes
   AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]
   SpecificTo=Adapter1
   DHCP=No
   IPAddress=192.168.1.5
   SubnetMask=255.255.255.0
   DefaultGateway=192.168.1.1
   DNSServerSearchOrder=192.168.1.1
   WINS=No
   NetBIOSOptions=0

[URL]
   Home_Page=about:blank

[SetupMgr]
   DistFolder=d:\win2000dist
   DistShare=win2000dist

[Branding]
   BrandIEUsingUnattended=Yes

[Proxy]
   Proxy_Enable=0
   Use_Same_Proxy=0

Edited by Alanoll

Take your Windows Key out of the listing above..

try this but add you windows key where XXXXX-XXXXX-XXXXX-XXXXX-XXXXX is

;SetupMgrTag
[Data]
  Autopartition=1
  MsDosInititated=0
  UnattendedInstall="Yes"

[Unattended]
  UnattendMode=FullUnattended
  OemSkipEulA=Yes
  OemPreinstall=yes
  UnattendSwitch="yes"
  TargetPath=\WINNT
  FileSystem=ConvertNTFS
  Repartition=No

[GuiUnattended]
  AdminPassword=*
  OEMSkipRegional=1
  TimeZone=210
  OemSkipWelcome=1
  ProfilesDir="d:\Documents and Settings"
  AutoLogon=Yes
  AutoLogonCount=1

[Display]
  BitsPerPel=16
  XResolution=1024
  YResolution=768
  Vrefresh=60

[UserData]
  Productid=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
  FullName=”seamanyin”
  OrgName=”0505”
  ComputerName=amelie

[RegionalSettings]
  LanguageGroup=7,10,9,1
  SystemLocale=00000804
  UserLocale=00000804
  InputLocale=0409:00000409,0804:

[Identification]
  JoinWorkgroup=MSHOME

[Networking]
  InstallDefaultComponents=No

[NetAdapters]
 Adapter1=params.Adapter1

[params.Adapter1]
  INFID=*

[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=Yes
  AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]
  SpecificTo=Adapter1
  DHCP=No
  IPAddress=192.168.1.5
  SubnetMask=255.255.255.0
  DefaultGateway=192.168.1.1
  DNSServerSearchOrder=192.168.1.1
  WINS=No
  NetBIOSOptions=0

[URL]
  Home_Page=about:blank

[SetupMgr]
  DistFolder=d:\win2000dist
  DistShare=win2000dist

[Branding]
  BrandIEUsingUnattended=Yes

[Proxy]
  Proxy_Enable=0
  Use_Same_Proxy=0

  • Author

Where's the differences?

Only the DNS and the productId?

I change it and tried,it still didn't work.

Are you online now?What's the time in UK?Maybe i can contact you in some other way.

I'm reading some books now.But i find nothing so far and have been totally confused now!

Some guys help me! :}

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.