WINDOWS 1002000 PROFESSIONAL RESOURCE KIT [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

WINDOWS 1002000 PROFESSIONAL RESOURCE KIT [Electronic resources] - نسخه متنی

Chris Aschauer

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید







Sample Answer Files


The sample answer files provided in this section show the more common installation configurations of the keys typically used in those configurations. These sample files can be modified as appropriate for your organization. The following examples do not reflect fully unattended installations or upgrades. In these cases the End User License Agreement (EULA) must be manually accepted by the user.

Sample 1-Default Unattend.txt


The following answer file is the default Unattend.txt file that is provided on the Windows 2000 CD.


; Microsoft Windows 2000 Professional, Server, Advanced Server and 
; Datacenter
; (c) 1994 - 1999 Microsoft Corporation. All rights reserved.
;
; Sample Unattended Setup Answer File
;
; This file contains information about how to automate the installation
; or upgrade of Windows 2000 Professional and Windows 2000 Server so the
; Setup program runs without requiring user input.
;
[Unattended]
UnattendMode = "FullUnattended"
OemPreinstall = "NO"
TargetPath = "WINNT"
FileSystem = "LeaveAlone"
[UserData]
FullName = "Your User Name"
OrgName = "Your Organization Name"
ComputerName = "COMPUTER_NAME"
[GuiUnattended]
; Sets the Time Zone to the Pacific Northwest
; Sets the Admin Password
; Turn AutoLogon ON and login once
AdminPassword = "Password"
AutoLogon = "Yes"
AutoLogonCount = "1"
TimeZone = "004"
[Display]
BitsPerPel = "8"
XResolution = "800"
YResolution = "600"
VRefresh = "75"
[Networking]
[Identification]
JoinWorkgroup = "Workgroupname"

Sample 2—Windows 95 or Windows 98 Upgrade


This sample Unattend.txt file upgrades a Microsoft® Windows® 95 or Windows 98 operating system to Windows 2000 Professional and migrates users of Windows 95 or later to the Power Users group on Windows 2000 Professional.



[Unattended]
FileSystem = "LeaveAlone"
; This key will signal the answer file to upgrade the OS from Windows 95
; or Windows 98 to Windows 2000 Professional, otherwise it would be a
; clean install.
Win9xUpgrade = "YES"
; This section specifies the keys for an unattended upgrade from
; Windows 95 or Windows 98. These keys are not valid on any other
; upgrade path
[Win9xUpg]
; Causes Setup to add all accounts that it creates during migration to
; the Power Users group, giving accounts more permissions than those in
; the Users group, but fewer permissions than users in the
; Administrators group. For more information about group-level security
; settings, see Windows 2000 Help.
MigrateUsersAsPowerUser = "YES"
[Networking]
[Identification]
DomainAdmin = "Accountname"
; If DomainAdminPassword is not specified, you will be prompted for one.
; If one is specified, for security reasons, this value will be deleted
; from the file on the computer after Setup has finished.
DomainAdminPassword = "Password"
JoinDomain = "Domainname"

Sample 3—Novell Network Environment


This sample file installs Windows 2000 Professional in a Novell environment by using the NWlink and TCP/IP protocol and then setting the preferred server name to a server named "NWServer."


[Unattended]
OemPreinstall = "NO"
[GuiUnattended]
AdminPassword = "Password"
OEMSkipRegional = "1"
OEMSkipWelcome = "1"
TimeZone = "004"
[UserData]
ComputerName = "COMPUTER_NAME"
FullName = "Your User Name"
OrgName = "Your Organization Name"
[Display]
BitsPerPel = "8"
VRefresh = "75"
XResolution = "800"
YResolution = "600"
[TapiLocation]
AreaCode = "425"
CountryCode = "1"
Dialing = "Tone"
[Networking]
[Identification]
JoinWorkgroup = "Workgroupname"
[NetAdapters]
Adapter1 = "params.Adapter1"
[params.Adapter1]
InfID = "*"
[NetProtocols]
MS_NWIPX = "params.MS_NWIPX"
MS_TCPIP = "params.MS_TCPIP"
[params.MS_TCPIP]
UseDomainNameDevolution = "NO"
EnableLMHosts = "YES"
AdapterSections = "params.MS_TCPIP.Adapter1"
[params.MS_TCPIP.Adapter1]
SpecificTo = "Adapter1"
DHCP = "YES"
WINS = "NO"
NetBIOSOption = "0"
[params.MS_NWIPX]
VirtualNetworkNumber = "0"
AdapterSections = "params.MS_NWIPX.Adapter1"
[params.MS_NWIPX.Adapter1]
SpecificTo = "Adapter1"
PktType = "FF"
[params.MS_MSClient]
[NetClients]
MS_NWClient = "params.MS_NWClient"
[params.MS_NWClient]
LogonScript = "NO"
PreferredServer = "NWServer"
[NetServices]
MS_Server = "params.MS_SERVER"
[Data]
; These keys are required when initiating an unattended installation
; from the CD-ROM
AutoPartition = "1"
MsDosInitiated = "0"
UnattendedInstall = "YES"


Sample 4—Setup Using [GuiRunOnce] Option


This sample file installs Windows 2000 Professional using the GuiRunOnce option.


[Unattended]
OemPreinstall = "YES"
UnattendMode = "FullUnattended"
[GuiUnattended]
AdminPassword = "Password"
OEMSkipRegional = "1"
OEMSkipWelcome = "1"
TimeZone = "004"
[UserData]
ComputerName = "COMPUTER_NAME"
FullName = "Your User Name"
OrgName = "Your Organization Name"
[GuiRunOnce]
"c:myfoldermyprogram.exe"
[Display]
BitsPerPel = "24"
VRefresh = "85"
XResolution = "1024"
YResolution = "768"
[TapiLocation]
CountryCode = "1"
Dialing = "Tone"
AreaCode = "425"
LongDistanceAccess = "9"
[Networking]
[Identification]
JoinWorkgroup = "Workgroupname"
[Data]
; These keys are required when initiating an unattended installation
; from the CD-ROM
AutoPartition = "1"
MsDosInitiated = "0"
UnattendedInstall = "YES"


Sample 5—Install and Configure Windows 2000 and Configure Microsoft Internet Explorer with Microsoft Proxy Settings


The following answer file installs Windows 2000 Professional and configures Microsoft® Internet Explorer with MS Proxy settings.


[Unattended]
FileSystem = "LeaveAlone"
OemPreinstall = "YES"
TargetPath = "Winnt"
UnattendMode = "FullUnattended"
[GuiUnattended]
AdminPassword = "Password"
AutoLogon = "YES"
AutoLogonCount = "1"
OEMSkipRegional = "1"
OEMSkipWelcome = "1"
TimeZone = "004"
[UserData]
ComputerName = "COMPUTER_NAME"
FullName = "Your User Name"
OrgName = "Your Organization Name"
[Proxy]
; This section contains custom proxy settings for Microsoft
; Internet Explorer. If these settings are not present, the default
; settings are used. If proxysrv:80 is not accurate for your
; configuration, be sure to replace the proxy server and port number
; with your own keys.
HTTP_Proxy_Server = "http://proxysrv:80"
Proxy_Enable = "1"
Proxy_Override = "<local>"
Use_Same_Proxy = "1"
[URL]
; This section contains custom URL settings for Microsoft
; Internet Explorer. If these settings are not present, the
; default settings are used. Specifies the URL for the
; browser's default home page. For example, you might use the
; following: Home_Page = "http://www.microsoft.com"
Home_Page = "http://www.windows.com"
; Specifies a shortcut URL in the link folder of Favorites.
Quick_Link_1 = "http://www.microsoft.com"
; Specifies a shortcut name in the link folder of Favorites.
Quick_Link_1_Name = "Microsoft Home Page"
[Branding]
; This section brands Microsoft Internet Explorer with custom
; properties from the Unattended answer file.
BrandIEUsingUnattended = "YES"
[Display]
BitsPerPel = "8"
VRefresh = "75"
XResolution = "800"
YResolution = "600"
[TapiLocation]
AreaCode = "425"
CountryCode = "1"
Dialing = "Tone"
LongDistanceAccess = "9"
[Components]
; Installs the optional networking components under the
; [NetOptionalComponents] section.
netoc = "ON"
[Networking]
[Identification]
JoinDomain = "Domainname"
DomainAdmin = "Accountname"
DomainAdminPassword = "Password"
[NetOptionalComponents]
; This section contains a list of the optional network components to
; install. 1 = ON, 0 = OFF.
NETMONTOOLS = "1"
[Data]
; These keys are required when initiating an unattended installation
; from the CD-ROM
AutoPartition = "1"
MsDosInitiated = "0"
UnattendedInstall = "YES"

Sample 6—Install and Configure Windows 2000 Professional with Two Network Adapters


The following answer file installs Windows 2000 Professional with two network adapters. One adapter uses Dynamic Host Configuration Protocol (DHCP) and the other uses static information.


[Unattended]
Filesystem = "ConvertNTFS"
TargetPath = "Winnt"
UnattendMode = "FullUnattended"
[GuiUnattended]
AdminPassword = "Password"
AutoLogon = "YES"
AutoLogonCount = "1"
TimeZone = "004"
[UserData]
ComputerName = "COMPUTER_NAME"
FullName = "Your User Name"
OrgName = "Your Organization Name"
[Display]
VRefresh = "75"
BitsPerPel = "8"
XResolution = "800"
YResolution = "600"
[Networking]
[Identification]
DomainAdmin = "Accountname"
DomainAdminPassword = "Password"
JoinDomain = "Domainname"
[NetAdapters]
; In this example, there are two network adapters, Adapter01
; and Adapter02. Note that the adapter specified here as 01 is not
; always local area network (LAN) connection 1 in the user interface.
Adapter01 = "params.Adapter01"
Adapter02 = "params.Adapter02"
[params.Adapter01]
; Specifies which adapter is number one. Note that the InfID key
; must match a valid PNP ID in the system. For example, a valid
; PNP ID might look like the following: InfID = "pciven_0e11&dev_ae32"
InfID = "Your_PNP_ID_for_Adapter01"
; If you have two cards with the same PnP ID, you can specify the MAC
; address of each network adapter with the NetCardAddress value.
[params.Adapter02]
; Specifies which adapter is number two. Note that the InfID key ;must
; match a valid PNP ID in the system. For example, a valid PNP ID
; might look as follows: InfID = "pciven_8086&dev_1229&subsys_00018086"
InfID = "Your_PNP_ID_for_Adapter02"
[NetProtocols]
; Installs only the TCP/IP protocol.
MS_TCPIP = "params.MS_TCPIP"
[params.MS_TCPIP]
; This section configures the TCP/IP properties.
AdapterSections = "params.MS_TCPIP.Adapter01,
params.MS_TCPIP.Adapter02"
[params.MS_TCPIP.Adapter01]
; Adapter01 uses DHCP server information.
SpecificTo = "Adapter01"
DHCP = "YES"
WINS = "YES"
[params.MS_TCPIP.Adapter02]
; Adapter02 uses static TCP/IP configuration.
SpecificTo = "Adapter02"
IPAddress = "1.1.1.1"
SubnetMask = "255.255.248.0"
DefaultGateway = "2.2.2.2"
DHCP = "NO"
WINS = "NO"
[NetClients]
; Installs the Client for Microsoft Networks.
MS_MSClient = "params.MS_MSClient"
[params.MS_MSClient]
[NetServices]
; Install File and Print services.
MS_Server = "params.MS_Server"
[Data]
; These keys are required when initiating an unattended installation
; from the CD-ROM
AutoPartition = "1"
MsDosInitiated = "0"
UnattendedInstall = "YES"


/ 335