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.

Unattended Network Installation

Featured Replies

I have try to do the unattended network installation for winXP.But it hang when copy the file to harddisk in the first step.

unattend.bat

========

@rem SetupMgrTag

@echo off

rem

rem This is a SAMPLE batch script generated by the Setup Manager Wizard.

rem If this script is moved from the location where it was generated, it may have to be modified.

rem

set AnswerFile=z:\unattend.txt

set SetupFiles=Z:\I386

Z:\I386\winnt /s:%SetupFiles% /unattend:%AnswerFile%

unattend.txt

========

;SetupMgrTag

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

[GuiUnattended]

AdminPassword=*

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=215

OemSkipWelcome=1

[userData]

ProductID=AAAA-BBBBB-CCCCC-4GDMH-FPJ7T

FullName="cslee"

OrgName="cslee"

ComputerName=*

[setupMgr]

DistFolder=\\PGS-DITPC-1\XPSETUP

DistShare=XPSETUP

[TapiLocation]

CountryCode=60

[RegionalSettings]

LanguageGroup=7,8,10,11,9

[branding]

BrandIEUsingUnattended=Yes

Home_Page=http://www.abc.com

[Proxy]

Proxy_Enable=0

Use_Same_Proxy=1

[identification]

JoinWorkgroup=STPGS

[Networking]

InstallDefaultComponents=Yes

I have map the network drive to z:\ drive.inside the z drive contain the

Z:\i386 folder

Z:\unattend.bat

Z:\unattend.txt

please help.thanks.


Heres part of mine, hope it helps. You probably need it to fdisk before the setup starts.

;SetupMgrTag[Data]    MsDosInitiated="0"    UnattendedInstall="Yes"
[unattended]    Repartition=Yes    UnattendMode=FullUnattended    OemSkipEula=Yes    OemPreinstall=Yes    UnattendSwitch="Yes"    WaitForReboot="No"    TargetPath=\WINDOWS
[GuiUnattended]    AdminPassword=*    EncryptedAdminPassword=NO    OEMSkipRegional=1    TimeZone=85    OemSkipWelcome=1
  • Author

so the code you provide is able to fdisk it self or i need to manual do the fdisk?

How do i can automatically do the fdisk in unattend windows installation ?

  • Author

Do I need any special syntax to increase windows installation speed in smartdrv.exe ? How to configure the smartdrv so that it can install windows faster!

cslee. correct. the code i posted will format the drive, partition it, it will choose ntfs, and it will begin installation all automatically.

Q: What does a blond and a beer bottle have in common?

A: They're both empty from the neck up.

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.