[FORMATTING] Remove trailing whitespace. Addendum to 34593d93.
[reactos.git] / media / inf / defltwk.inf
1 ; defltwk.inf
2 ; Default security settings for ReactOS Workstation
3
4 [Version]
5 Signature = "$Windows NT$"
6
7 [System Access]
8 ; Password Options
9 MinimumPasswordAge = 0
10 MaximumPasswordAge = 42
11 MinimumPasswordLength = 0
12 PasswordComplexity = 0
13 PasswordHistorySize = 0
14 RequireLogonToChangePassword = 0
15 ClearTextPassword = 0
16
17 ; Lockout Options
18 LockoutBadCount = 0
19 ;ResetLockoutCount = 30
20 ;LockoutDuration = 30
21
22 ; Account Options
23 LSAAnonymousNameLookup = 0
24 ;EnableAdminAccount = 0
25 EnableGuestAccount = 0
26 ;NewAdministratorName =
27 ;NewGuestName =
28
29 [Application Log]
30 MaximumLogSize = 512
31 AuditLogRetentionPeriod = 1
32 RetentionDays = 7
33 RestrictGuestAccess = 1
34
35 [Security Log]
36 MaximumLogSize = 512
37 AuditLogRetentionPeriod = 1
38 RetentionDays = 7
39 RestrictGuestAccess = 1
40
41 [System Log]
42 MaximumLogSize = 512
43 AuditLogRetentionPeriod = 1
44 RetentionDays = 7
45 RestrictGuestAccess = 1
46
47 [Event Audit]
48 AuditSystemEvents = 0;
49 AuditObjectAccess = 0;
50 AuditPrivilegeUse = 0;
51 AuditPolicyChange = 0;
52 AuditAccountManage = 0;
53 AuditProcessTracking = 0;
54 AuditAccountLogon = 0;
55 AuditLogonEvents = 0;
56
57 [Privilege Rights]
58 SeAssignPrimaryTokenPrivilege = *S-1-5-19, *S-1-5-20
59 SeAuditPrivilege = *S-1-5-19, *S-1-5-20
60 SeBackupPrivilege = *S-1-5-32-544, *S-1-5-32-551
61 SeBatchLogonRight =
62 SeChangeNotifyPrivilege = *S-1-1-0, *S-1-5-32-544, *S-1-5-32-545, *S-1-5-32-551
63 SeCreateGlobalPrivilege = *S-1-5-4, *S-1-5-6, *S-1-5-32-544
64 SeCreatePagefilePrivilege = *S-1-5-32-544
65 SeCreatePermanentPrivilege =
66 SeCreateTokenPrivilege =
67 SeDebugPrivilege = *S-1-5-32-544
68 SeDenyBatchLogonRight =
69 SeDenyInteractiveLogonRight = %SceInfGuest%
70 SeDenyNetworkLogonRight = %SceInfGuest%
71 SeDenyRemoteInteractiveLogonRight =
72 SeDenyServiceLogonRight =
73 SeEnableDelegationPrivilege =
74 SeImpersonatePrivilege = *S-1-5-6, *S-1-5-32-544
75 SeIncreaseBasePriorityPrivilege = *S-1-5-32-544
76 SeIncreaseQuotaPrivilege = *S-1-5-19, *S-1-5-20, *S-1-5-32-544
77 SeInteractiveLogonRight = *S-1-5-32-544, *S-1-5-32-545, *S-1-5-32-547, *S-1-5-32-551, %SceInfGuest%
78 SeLoadDriverPrivilege = *S-1-5-32-544
79 SeLockMemoryPrivilege =
80 SeMachineAccountPrivilege =
81 SeManageVolumePrivilege = *S-1-5-32-544
82 SeNetworkLogonRight = *S-1-1-0, *S-1-5-32-544, *S-1-5-32-545, *S-1-5-32-547, *S-1-5-32-551
83 SeProfileSingleProcessPrivilege = *S-1-5-32-544
84 SeRemoteInteractiveLogonRight = *S-1-5-32-544, *S-1-5-32-555
85 SeRemoteShutdownPrivilege = *S-1-5-32-544
86 SeRestorePrivilege = *S-1-5-32-544, *S-1-5-32-551
87 SeSecurityPrivilege = *S-1-5-32-544
88 SeServiceLogonRight =
89 SeShutdownPrivilege = *S-1-5-32-544, *S-1-5-32-545, *S-1-5-32-551
90 SeSyncAgentPrivilege =
91 SeSystemEnvironmentPrivilege = *S-1-5-32-544
92 SeSystemProfilePrivilege = *S-1-5-32-544
93 SeSystemTimePrivilege = *S-1-5-32-544
94 SeTakeOwnershipPrivilege = *S-1-5-32-544
95 SeTcbPrivilege =
96 SeUndockPrivilege = *S-1-5-32-544, *S-1-5-32-545
97
98 [Group Membership]
99 %SceInfUsers%__Memberof =
100 %SceInfUsers%__Members = %SceInfAuthUsers%, %SceInfInteractive%
101
102 [Registry Values]
103 ; Full registry path = Type, Value
104 ;
105 ; Type:
106 ; 1: REG_SZ
107 ; 2: REG_EXPAND_SZ
108 ; 3: REG_BINARY
109 ; 4: REG_DWORD
110 ; 7: REG_MULTI_SZ
111
112 MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\DontDisplayLastUserName = 4, 0
113 MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\LegalNoticeCaption = 1, ""
114 MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\LegalNoticeText = 7, ""
115 MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\ShutdownWithoutLogon = 4, 1
116 MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\UndockWithoutLogon = 4, 1
117
118 [Strings]
119 SceInfAuthUsers = "Authenticated Users"
120 SceInfInteractive = "INTERACTIVE"
121 SceInfGuest = "Guest"
122 SceInfUsers = "Users"
123
124 [Strings.0404]
125 SceInfAuthUsers = "經過身份驗證的使用者"
126 SceInfInteractive = "INTERACTIVE"
127 SceInfGuest = "來賓"
128 SceInfUsers = "使用者"
129
130 [Strings.0405]
131 SceInfAuthUsers = "Autentizovaní uživatelé"
132 SceInfInteractive = "INTERACTIVE"
133 SceInfGuest = "Host"
134 SceInfUsers = "Uživatelé"
135
136 [Strings.0407]
137 SceInfAuthUsers = "Authentifizierte Benutzer"
138 SceInfInteractive = "INTERAKTIV"
139 SceInfGuest = "Gast"
140 SceInfUsers = "Benutzer"
141
142 [Strings.0410]
143 SceInfAuthUsers = "Utenti autenticati"
144 SceInfInteractive = "INTERATTIVO"
145 SceInfGuest = "Guest"
146 SceInfUsers = "Utenti"
147
148 [Strings.0415]
149 SceInfAuthUsers = "Użytkownicy uwierzytelnieni"
150 SceInfInteractive = "INTERAKTYWNA"
151 SceInfGuest = "Gość"
152 SceInfUsers = "Użytkownicy"
153
154 [Strings.0418]
155 SceInfAuthUsers = "Utilizatori autentificați"
156 SceInfInteractive = "INTERACTIV"
157 SceInfGuest = "Oaspete"
158 SceInfUsers = "Utilizatori"
159
160 [Strings.0419]
161 SceInfAuthUsers = "Авторизованные пользователи"
162 SceInfInteractive = "INTERACTIVE"
163 SceInfGuest = "Гость"
164 SceInfUsers = "Пользователи"
165
166 [Strings.041b]
167 SceInfAuthUsers = "Autentizovaní používatelia"
168 SceInfInteractive = "INTERACTIVE"
169 SceInfGuest = "Hosť"
170 SceInfUsers = "Používatelia"
171
172 [Strings.041c]
173 SceInfAuthUsers = "Përdorues vërtetuar"
174 SceInfInteractive = "INTERAKTIVE"
175 SceInfGuest = "Vizitorë"
176 SceInfUsers = "Përdoruesit"
177
178 [Strings.041f]
179 SceInfAuthUsers = "Kimliği Doğrulanmış Kullanıcılar"
180 SceInfInteractive = "ETKLİEŞİMLİ"
181 SceInfGuest = "Konuk"
182 SceInfUsers = "Kullanıcılar"
183
184 [Strings.048f]
185 SceInfAuthUsers = "Aŭtentikigitaj uzantoj"
186 SceInfInteractive = "INTERACTIVE"
187 SceInfGuest = "Gasto"
188 SceInfUsers = "Uzantoj"
189
190 [Strings.0804]
191 SceInfAuthUsers = "经过身份验证的用户"
192 SceInfInteractive = "INTERACTIVE"
193 SceInfGuest = "来宾"
194 SceInfUsers = "用户"
195
196 [Strings.0816]
197 SceInfAuthUsers = "Utilizadores autenticados"
198 SceInfInteractive = "INTERACTIVE"
199 SceInfGuest = "Convidado"
200 SceInfUsers = "Utilizadores"