You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.1 KiB
57 lines
1.1 KiB
|
|
; Microsoft Windows
|
|
; (c) 1994 - 2001 Microsoft Corporation. All rights reserved.
|
|
;
|
|
; 무인 설치 응답 파일 예제
|
|
;
|
|
; 이 파일은 설치 프로그램이 사용자 입력이 필요 없이 Windows를
|
|
; 설치 또는 업그레이드할 수 있도록 자동화하는 방법에 대한
|
|
; 정보를 가지고 있습니다. 더 자세한 정보는 CD의
|
|
; \support\tools\deploy.cab에 있는 ref.chm에 있습니다.
|
|
;
|
|
|
|
[Unattended]
|
|
Unattendmode = FullUnattended
|
|
OemPreinstall = NO
|
|
TargetPath = *
|
|
Filesystem = LeaveAlone
|
|
|
|
|
|
[GuiUnattended]
|
|
; 시간대를 대한민국 표준시로 설정합니다.
|
|
; Admin 암호를 널로 설정합니다.
|
|
; AutoLogon을 켜고 한 번만 로그온하게 합니다.
|
|
TimeZone = "230"
|
|
AdminPassword = *
|
|
AutoLogon = Yes
|
|
AutoLogonCount = 1
|
|
|
|
|
|
[LicenseFilePrintData]
|
|
;Server 설치 용
|
|
AutoMode = "PerServer"
|
|
AutoUsers = "5"
|
|
|
|
|
|
[GuiRunOnce]
|
|
; 컴퓨터에 처음으로 로그온했을 때 시작할 프로그램을 나열합니다.
|
|
|
|
|
|
[Display]
|
|
BitsPerPel = 16
|
|
XResolution = 800
|
|
YResolution = 600
|
|
VRefresh = 70
|
|
|
|
|
|
[Networking]
|
|
|
|
|
|
[Identification]
|
|
JoinWorkgroup = Workgroup
|
|
|
|
|
|
[UserData]
|
|
FullName = "Your User Name"
|
|
OrgName = "Your Organization Name"
|
|
ComputerName = *
|