wine.inf: Add more .NET framework keys.
[wine] / tools / wine.inf.in
1 ;; .INF script for the basic Wine configuration
2 ;; Version: @PACKAGE_STRING@
3 ;;
4 ;; This should be run through setupapi:
5 ;;   rundll32 setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf
6 ;;
7 ;; Copyright (C) 2004 Chris Morgan
8 ;; Copyright (C) 2004 Brian Vincent
9 ;; Copyright (C) 2004 Alexandre Julliard
10 ;;
11 ;; This library is free software; you can redistribute it and/or
12 ;; modify it under the terms of the GNU Lesser General Public
13 ;; License as published by the Free Software Foundation; either
14 ;; version 2.1 of the License, or (at your option) any later version.
15 ;;
16 ;; This library is distributed in the hope that it will be useful,
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
19 ;; Lesser General Public License for more details.
20 ;;
21 ;; You should have received a copy of the GNU Lesser General Public
22 ;; License along with this library; if not, write to the Free Software
23 ;; Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
24 ;;
25
26 [version]
27 signature="$CHICAGO$"
28
29 [DefaultInstall]
30 RegisterDlls=RegisterDllsSection
31 WineFakeDlls=FakeDllsSection
32 UpdateInis=SystemIni
33 AddReg=\
34     Classes,\
35     ContentIndex,\
36     ControlClass,\
37     CurrentVersion,\
38     Debugger,\
39     Desktop,\
40     Dotnet,\
41     Metrics,\
42     DirectX,\
43     Fonts,\
44     MCI,\
45     Misc,\
46     Nls,\
47     OLE,\
48     Printing,\
49     Services, \
50     SessionMgr,\
51     Tapi,\
52     Timezones
53
54 [DefaultInstall.NT]
55 RegisterDlls=RegisterDllsSection
56 WineFakeDlls=FakeDllsSection
57 UpdateInis=SystemIni
58 AddReg=\
59     Classes,\
60     ContentIndex,\
61     ControlClass,\
62     CurrentVersion,\
63     Debugger,\
64     Desktop,\
65     Dotnet,\
66     Metrics,\
67     DirectX,\
68     Fonts,\
69     MCI,\
70     Misc,\
71     Nls,\
72     OLE,\
73     Printing,\
74     Services, \
75     SessionMgr,\
76     Tapi,\
77     Timezones,\
78     VersionInfo
79
80 [DefaultInstall.ntamd64]
81 RegisterDlls=RegisterDllsSection
82 WineFakeDlls=FakeDllsSection
83 UpdateInis=SystemIni
84 AddReg=\
85     Classes,\
86     ContentIndex,\
87     ControlClass,\
88     CurrentVersion,\
89     Debugger,\
90     Desktop,\
91     Dotnet,\
92     Metrics,\
93     DirectX,\
94     Fonts,\
95     MCI,\
96     Misc,\
97     Nls,\
98     OLE,\
99     Printing,\
100     Services, \
101     SessionMgr,\
102     Tapi,\
103     Timezones,\
104     VersionInfo,\
105     Wow64
106
107 [DefaultInstall.Services]
108 AddService=MountMgr,0x800,MountMgrService
109 AddService=Spooler,0,SpoolerService
110 AddService=TermService,0,TerminalServices
111
112 [DefaultInstall.NT.Services]
113 AddService=MountMgr,0x800,MountMgrService
114 AddService=Spooler,0,SpoolerService
115 AddService=TermService,0,TerminalServices
116
117 [DefaultInstall.ntamd64.Services]
118 AddService=MountMgr,0x800,MountMgrService
119 AddService=Spooler,0,SpoolerService
120 AddService=TermService,0,TerminalServices
121
122 [Strings]
123 MciExtStr="Software\Microsoft\Windows NT\CurrentVersion\MCI Extensions"
124 Mci32Str="Software\Microsoft\Windows NT\CurrentVersion\MCI32"
125 Desktop="Control Panel\Desktop"
126 Metrics="Control Panel\Desktop\WindowMetrics"
127 CurrentVersion="Software\Microsoft\Windows\CurrentVersion"
128 CurrentVersionNT="Software\Microsoft\Windows NT\CurrentVersion"
129 FontSubStr="Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes"
130 Control="System\CurrentControlSet\Control"
131
132 [Classes]
133 HKCR,.chm,,2,"chm.file"
134 HKCR,.cpl,,2,"cplfile"
135 HKCR,.hlp,,2,"hlpfile"
136 HKCR,.inf,,2,"inffile"
137 HKCR,.ini,,2,"inifile"
138 HKCR,.lnk,,2,"lnkfile"
139 HKCR,.msi,,2,"Msi.Package" 
140 HKCR,.rtf,,2,"rtffile"
141 HKCR,.wri,,2,"wrifile"
142 HKCR,chm.file,,2,"Compiled HTML Help File"
143 HKCR,chm.file\shell\open\command,,2,"%10%\hh.exe %1"
144 HKCR,cplfile,,2,"Control Panel Item"
145 HKCR,cplfile\shell\cplopen,,2,"Open with Control Panel"
146 HKCR,cplfile\shell\cplopen\command,,2,"rundll32.exe shell32.dll,Control_RunDLL ""%1"",%*"
147 HKCR,DirectShow,,16
148 HKCR,exefile,,2,"Application"
149 HKCR,exefile\DefaultIcon,,2,"%1"
150 HKCR,exefile\shell\open\command,,2,"""%1"" %*"
151 HKCR,folder\shell\open\ddeexec,,2,"[ViewFolder("%l", %I, %S)]"
152 HKCR,folder\shell\open\ddeexec,"NoActivateHandler",2,""
153 HKCR,folder\shell\open\ddeexec\application,,2,"Folders"
154 HKCR,hlpfile,,2,"Help File"
155 HKCR,hlpfile\shell\open\command,,2,"%11%\winhlp32.exe %1"
156 HKCR,htmlfile\shell\open\command,,2,"%11%\winebrowser.exe -nohome"
157 HKCR,htmlfile\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
158 HKCR,htmlfile\shell\open\ddeexec,"NoActivateHandler",2,""
159 HKCR,htmlfile\shell\open\ddeexec\Application,,2,"IExplore"
160 HKCR,htmlfile\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
161 HKCR,inffile,,2,"Setup Information"
162 HKCR,inffile\shell\install\command,,2,"%11%\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %1"
163 HKCR,inifile,,2,"Configuration Settings"
164 HKCR,inifile\shell\open\command,,2,"%11%\notepad.exe %1"
165 HKCR,inifile\shell\print\command,,2,"%11%\notepad.exe /p %1"
166 HKCR,lnkfile,,2,"Shortcut"
167 HKCR,lnkfile,"NeverShowExt",2,""
168 HKCR,lnkfile,"IsShortcut",2,"yes"
169 HKCR,lnkfile\CLSID,,2,"{00021401-0000-0000-C000-000000000046}"
170 HKCR,lnkfile\shellex\IconHandler,,2,"{00021401-0000-0000-C000-000000000046}"
171 HKCR,lnkfile\shellex\ContextMenuHandlers\{00021401-0000-0000-C000-000000000046},,0x10,
172 HKCR,MediaFoundation,,16
173 HKCR,Msi.Package,,2,"Windows Installer Package"
174 HKCR,Msi.Package\DefaultIcon,,2,"msiexec.exe"
175 HKCR,Msi.Package\shell\Open\command,,2,"msiexec /i ""%1"""
176 HKCR,Msi.Package\shell\Repair\command,,2,"msiexec /f ""%1"""
177 HKCR,Msi.Package\shell\Uninstall\command,,2,"msiexec /x ""%1"""
178 HKCR,rtffile,,2,"Rich Text Document"
179 HKCR,rtffile\shell\open\command,,2,"%11%\wordpad.exe %1"
180 HKCR,rtffile\shell\print\command,,2,"%11%\wordpad.exe /p %1"
181 HKCR,txtfile,,2,"Text Document"
182 HKCR,txtfile\shell\open\command,,2,"%11%\notepad.exe %1"
183 HKCR,txtfile\shell\print\command,,2,"%11%\notepad.exe /p %1"
184 HKCR,wrifile\shell\open\command,,2,"%11%\wordpad.exe %1"
185 HKCR,wrifile\shell\print\command,,2,"%11%\wordpad.exe /p %1"
186 HKCR,xmlfile,,2,"XML Document"
187 HKCR,xmlfile\shell\open\command,,2,"%11%\winebrowser.exe -nohome"
188 HKCR,xmlfile\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
189 HKCR,xmlfile\shell\open\ddeexec,"NoActivateHandler",2,""
190 HKCR,xmlfile\shell\open\ddeexec\Application,,2,"IExplore"
191 HKCR,xmlfile\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
192 HKCR,http\shell\open\command,,2,"%11%\winebrowser.exe -nohome"
193 HKCR,http\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
194 HKCR,http\shell\open\ddeexec,"NoActivateHandler",2,""
195 HKCR,http\shell\open\ddeexec\Application,,2,"IExplore"
196 HKCR,http\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
197 HKCR,https\shell\open\command,,2,"%11%\winebrowser.exe -nohome"
198 HKCR,https\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
199 HKCR,https\shell\open\ddeexec,"NoActivateHandler",2,""
200 HKCR,https\shell\open\ddeexec\Application,,2,"IExplore"
201 HKCR,https\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
202 HKCR,mailto\shell\open\command,,2,"%11%\winebrowser %1"
203 ; FIXME: the following should be done by the dll registration
204 HKCR,AVIFile\Compressors\auds,,,"{0002000F-0000-0000-C000-000000000046}"
205 HKCR,AVIFile\Compressors\vids,,,"{00020001-0000-0000-C000-000000000046}"
206 HKCR,AVIFile\Extensions\AU,,,"{00020003-0000-0000-C000-000000000046}"
207 HKCR,AVIFile\Extensions\AVI,,,"{00020000-0000-0000-C000-000000000046}"
208 HKCR,AVIFile\Extensions\WAV,,,"{00020003-0000-0000-C000-000000000046}"
209 HKCR,AVIFile\RIFFHandlers\AVI,,,"{00020000-0000-0000-C000-000000000046}"
210 HKCR,AVIFile\RIFFHandlers\WAVE,,,"{00020003-0000-0000-C000-000000000046}"
211 HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\0\win16,,,"stdole.tlb"
212 HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\FLAGS,,,"1"
213
214 HKCR,MIME\Database\Charset\_iso-2022-jp$ESC,"Codepage",0x10003,932
215 HKCR,MIME\Database\Charset\_iso-2022-jp$ESC,"InternetEncoding",0x10003,50221
216 HKCR,MIME\Database\Charset\_iso-2022-jp$SIO,"Codepage",0x10003,932
217 HKCR,MIME\Database\Charset\_iso-2022-jp$SIO,"InternetEncoding",0x10003,50222
218 HKCR,MIME\Database\Charset\ASMO-708,"Codepage",0x10003,1256
219 HKCR,MIME\Database\Charset\ASMO-708,"InternetEncoding",0x10003,708
220 HKCR,MIME\Database\Charset\Big5,"Codepage",0x10003,950
221 HKCR,MIME\Database\Charset\Big5,"InternetEncoding",0x10003,950
222 HKCR,MIME\Database\Charset\DOS-720,"Codepage",0x10003,1256
223 HKCR,MIME\Database\Charset\DOS-720,"InternetEncoding",0x10003,720
224 HKCR,MIME\Database\Charset\DOS-862,"Codepage",0x10003,1255
225 HKCR,MIME\Database\Charset\DOS-862,"InternetEncoding",0x10003,862
226 HKCR,MIME\Database\Charset\DOS-874,"Codepage",0x10003,874
227 HKCR,MIME\Database\Charset\DOS-874,"InternetEncoding",0x10003,874
228 HKCR,MIME\Database\Charset\euc-jp,"Codepage",0x10003,932
229 HKCR,MIME\Database\Charset\euc-jp,"InternetEncoding",0x10003,51932
230 HKCR,MIME\Database\Charset\euc-kr,"Codepage",0x10003,949
231 HKCR,MIME\Database\Charset\euc-kr,"InternetEncoding",0x10003,949
232 HKCR,MIME\Database\Charset\GB2312,"Codepage",0x10003,936
233 HKCR,MIME\Database\Charset\GB2312,"InternetEncoding",0x10003,936
234 HKCR,MIME\Database\Charset\hz-gb-2312,"Codepage",0x10003,936
235 HKCR,MIME\Database\Charset\hz-gb-2312,"InternetEncoding",0x10003,52936
236 HKCR,MIME\Database\Charset\ibm852,"Codepage",0x10003,852
237 HKCR,MIME\Database\Charset\ibm852,"InternetEncoding",0x10003,852
238 HKCR,MIME\Database\Charset\ibm866,"Codepage",0x10003,866
239 HKCR,MIME\Database\Charset\ibm866,"InternetEncoding",0x10003,866
240 HKCR,MIME\Database\Charset\iso-2022-jp,"Codepage",0x10003,932
241 HKCR,MIME\Database\Charset\iso-2022-jp,"InternetEncoding",0x10003,50220
242 HKCR,MIME\Database\Charset\iso-2022-kr,"Codepage",0x10003,949
243 HKCR,MIME\Database\Charset\iso-2022-kr,"InternetEncoding",0x10003,50225
244 HKCR,MIME\Database\Charset\iso-8859-1,"Codepage",0x10003,1252
245 HKCR,MIME\Database\Charset\iso-8859-1,"InternetEncoding",0x10003,1252
246 HKCR,MIME\Database\Charset\iso-8859-2,"Codepage",0x10003,1250
247 HKCR,MIME\Database\Charset\iso-8859-2,"InternetEncoding",0x10003,28592
248 HKCR,MIME\Database\Charset\iso-8859-3,"Codepage",0x10003,1254
249 HKCR,MIME\Database\Charset\iso-8859-3,"InternetEncoding",0x10003,28593
250 HKCR,MIME\Database\Charset\iso-8859-4,"Codepage",0x10003,1257
251 HKCR,MIME\Database\Charset\iso-8859-4,"InternetEncoding",0x10003,28594
252 HKCR,MIME\Database\Charset\iso-8859-5,"Codepage",0x10003,1251
253 HKCR,MIME\Database\Charset\iso-8859-5,"InternetEncoding",0x10003,25595
254 HKCR,MIME\Database\Charset\iso-8859-6,"Codepage",0x10003,1256
255 HKCR,MIME\Database\Charset\iso-8859-6,"InternetEncoding",0x10003,28596
256 HKCR,MIME\Database\Charset\iso-8859-7,"Codepage",0x10003,1253
257 HKCR,MIME\Database\Charset\iso-8859-7,"InternetEncoding",0x10003,28597
258 HKCR,MIME\Database\Charset\iso-8859-8,"Codepage",0x10003,1255
259 HKCR,MIME\Database\Charset\iso-8859-8,"InternetEncoding",0x10003,28598
260 HKCR,MIME\Database\Charset\iso-8859-8-i,"Codepage",0x10003,1255
261 HKCR,MIME\Database\Charset\iso-8859-8-i,"InternetEncoding",0x10003,38598
262 HKCR,MIME\Database\Charset\iso-8859-9,"Codepage",0x10003,1254
263 HKCR,MIME\Database\Charset\iso-8859-9,"InternetEncoding",0x10003,1254
264 HKCR,MIME\Database\Charset\koi8-r,"Codepage",0x10003,1251
265 HKCR,MIME\Database\Charset\koi8-r,"InternetEncoding",0x10003,20866
266 HKCR,MIME\Database\Charset\koi8-ru,"Codepage",0x10003,1251
267 HKCR,MIME\Database\Charset\koi8-ru,"InternetEncoding",0x10003,21866
268 HKCR,MIME\Database\Charset\ks_c_5601-1987,"Codepage",0x10003,949
269 HKCR,MIME\Database\Charset\ks_c_5601-1987,"InternetEncoding",0x10003,949
270 HKCR,MIME\Database\Charset\shift_jis,"Codepage",0x10003,932
271 HKCR,MIME\Database\Charset\shift_jis,"InternetEncoding",0x10003,932
272 HKCR,MIME\Database\Charset\unicode,"Codepage",0x10003,1200
273 HKCR,MIME\Database\Charset\unicode,"InternetEncoding",0x10003,1200
274 HKCR,MIME\Database\Charset\unicodeFFFE,"Codepage",0x10003,1200
275 HKCR,MIME\Database\Charset\unicodeFFFE,"InternetEncoding",0x10003,1201
276 HKCR,MIME\Database\Charset\utf-7,"Codepage",0x10003,1200
277 HKCR,MIME\Database\Charset\utf-7,"InternetEncoding",0x10003,65000
278 HKCR,MIME\Database\Charset\utf-8,"Codepage",0x10003,1200
279 HKCR,MIME\Database\Charset\utf-8,"InternetEncoding",0x10003,65001
280 HKCR,MIME\Database\Charset\windows-1250,"Codepage",0x10003,1250
281 HKCR,MIME\Database\Charset\windows-1250,"InternetEncoding",0x10003,1250
282 HKCR,MIME\Database\Charset\windows-1251,"Codepage",0x10003,1251
283 HKCR,MIME\Database\Charset\windows-1251,"InternetEncoding",0x10003,1251
284 HKCR,MIME\Database\Charset\windows-1252,"Codepage",0x10003,1252
285 HKCR,MIME\Database\Charset\windows-1252,"InternetEncoding",0x10003,1252
286 HKCR,MIME\Database\Charset\windows-1253,"Codepage",0x10003,1253
287 HKCR,MIME\Database\Charset\windows-1253,"InternetEncoding",0x10003,1253
288 HKCR,MIME\Database\Charset\windows-1255,"Codepage",0x10003,1255
289 HKCR,MIME\Database\Charset\windows-1255,"InternetEncoding",0x10003,1255
290 HKCR,MIME\Database\Charset\windows-1256,"Codepage",0x10003,1256
291 HKCR,MIME\Database\Charset\windows-1256,"InternetEncoding",0x10003,1256
292 HKCR,MIME\Database\Charset\windows-1257,"Codepage",0x10003,1257
293 HKCR,MIME\Database\Charset\windows-1257,"InternetEncoding",0x10003,1257
294 HKCR,MIME\Database\Charset\windows-1258,"Codepage",0x10003,1258
295 HKCR,MIME\Database\Charset\windows-1258,"InternetEncoding",0x10003,1258
296 HKCR,MIME\Database\Charset\windows-874,"Codepage",0x10003,874
297 HKCR,MIME\Database\Charset\windows-874,"InternetEncoding",0x10003,874
298 HKCR,MIME\Database\Charset\ANSI_X3.4-1968,"AliasForCharset",,iso-8859-1
299 HKCR,MIME\Database\Charset\ANSI_X3.4-1986,"AliasForCharset",,iso-8859-1
300 HKCR,MIME\Database\Charset\arabic,"AliasForCharset",,iso-8859-6
301 HKCR,MIME\Database\Charset\ascii,"AliasForCharset",,iso-8859-1
302 HKCR,MIME\Database\Charset\chinese,"AliasForCharset",,gb2312
303 HKCR,MIME\Database\Charset\CN-GB,"AliasForCharset",,gb2312
304 HKCR,MIME\Database\Charset\cp1256,"AliasForCharset",,windows-1256
305 HKCR,MIME\Database\Charset\cp367,"AliasForCharset",,iso-8859-1
306 HKCR,MIME\Database\Charset\cp819,"AliasForCharset",,iso-8859-1
307 HKCR,MIME\Database\Charset\cp852,"AliasForCharset",,ibm852
308 HKCR,MIME\Database\Charset\ibm866,"AliasForCharset",,ibm866
309 HKCR,MIME\Database\Charset\csASCII,"AliasForCharset",,iso-8859-1
310 HKCR,MIME\Database\Charset\csbig5,"AliasForCharset",,big5
311 HKCR,MIME\Database\Charset\csEUCKR,"AliasForCharset",,ks_c_5601-1987
312 HKCR,MIME\Database\Charset\csEUCPkdFmtJapanese,"AliasForCharset",,euc-jp
313 HKCR,MIME\Database\Charset\csGB2312 ,"AliasForCharset",,gb2312
314 HKCR,MIME\Database\Charset\csISO2022JP,"AliasForCharset",,_iso-2022-jp$ESC
315 HKCR,MIME\Database\Charset\csISO2022KR,"AliasForCharset",,iso-2022-kr
316 HKCR,MIME\Database\Charset\csISO58GB231280,"AliasForCharset",,gb2312
317 HKCR,MIME\Database\Charset\csISOLatin1,"AliasForCharset",,windows-1252
318 HKCR,MIME\Database\Charset\csISOLatin2,"AliasForCharset",,iso-8859-2
319 HKCR,MIME\Database\Charset\csISOLatin4,"AliasForCharset",,iso-8859-4
320 HKCR,MIME\Database\Charset\csISOLatin5,"AliasForCharset",,iso-8859-9
321 HKCR,MIME\Database\Charset\csISOLatinArabic,"AliasForCharset",,iso-8859-6
322 HKCR,MIME\Database\Charset\csISOLatinCyrillic,"AliasForCharset",,iso-8859-5
323 HKCR,MIME\Database\Charset\csISOLatinGreek,"AliasForCharset",,iso-8859-7
324 HKCR,MIME\Database\Charset\csISOLatinHebrew,"AliasForCharset",,iso-8859-8
325 HKCR,MIME\Database\Charset\csKOI8R,"AliasForCharset",,koi8-r
326 HKCR,MIME\Database\Charset\csKSC56011987,"AliasForCharset",,ks_c_5601-1987
327 HKCR,MIME\Database\Charset\csShiftJIS,"AliasForCharset",,shift_jis
328 HKCR,MIME\Database\Charset\csUnicode11UTF7,"AliasForCharset",,utf-7
329 HKCR,MIME\Database\Charset\csWindows31J,"AliasForCharset",,shift_jis
330 HKCR,MIME\Database\Charset\cyrillic,"AliasForCharset",,iso-8859-5
331 HKCR,MIME\Database\Charset\ECMA-114,"AliasForCharset",,iso-8859-6
332 HKCR,MIME\Database\Charset\ECMA-118,"AliasForCharset",,iso-8859-7
333 HKCR,MIME\Database\Charset\ELOT_928,"AliasForCharset",,iso-8859-7
334 HKCR,MIME\Database\Charset\Extended_UNIX_Code_Packed_Format_for_Japanese,"AliasForCharset",,euc-jp
335 HKCR,MIME\Database\Charset\GB_2312-80,"AliasForCharset",,gb2312
336 HKCR,MIME\Database\Charset\GBK,"AliasForCharset",,gb2312
337 HKCR,MIME\Database\Charset\greek,"AliasForCharset",,iso-8859-7
338 HKCR,MIME\Database\Charset\greek8,"AliasForCharset",,iso-8859-7
339 HKCR,MIME\Database\Charset\hebrew,"AliasForCharset",,iso-8859-8
340 HKCR,MIME\Database\Charset\IBM367,"AliasForCharset",,iso-8859-1
341 HKCR,MIME\Database\Charset\ibm819,"AliasForCharset",,iso-8859-1
342 HKCR,MIME\Database\Charset\iso-8859-11,"AliasForCharset",,windows-874
343 HKCR,MIME\Database\Charset\ISO-8859-8 Visual,"AliasForCharset",,iso-8859-8
344 HKCR,MIME\Database\Charset\iso-ir-100,"AliasForCharset",,iso-8859-1
345 HKCR,MIME\Database\Charset\iso-ir-101,"AliasForCharset",,iso-8859-2
346 HKCR,MIME\Database\Charset\iso-ir-110,"AliasForCharset",,iso-8859-4
347 HKCR,MIME\Database\Charset\iso-ir-111,"AliasForCharset",,iso-8859-4
348 HKCR,MIME\Database\Charset\iso-ir-126,"AliasForCharset",,iso-8859-7
349 HKCR,MIME\Database\Charset\iso-ir-127,"AliasForCharset",,iso-8859-6
350 HKCR,MIME\Database\Charset\iso-ir-138,"AliasForCharset",,iso-8859-8
351 HKCR,MIME\Database\Charset\iso-ir-144,"AliasForCharset",,iso-8859-5
352 HKCR,MIME\Database\Charset\iso-ir-148,"AliasForCharset",,iso-8859-9
353 HKCR,MIME\Database\Charset\iso-ir-149,"AliasForCharset",,ks_c_5601-1987
354 HKCR,MIME\Database\Charset\iso-ir-58,"AliasForCharset",,gb2312
355 HKCR,MIME\Database\Charset\iso-ir-6,"AliasForCharset",,iso-8859-1
356 HKCR,MIME\Database\Charset\ISO646-US,"AliasForCharset",,iso-8859-1
357 HKCR,MIME\Database\Charset\iso8859-1,"AliasForCharset",,iso-8859-1
358 HKCR,MIME\Database\Charset\iso8859-2,"AliasForCharset",,iso-8859-2
359 HKCR,MIME\Database\Charset\ISO_646.irv:1991,"AliasForCharset",,iso-8859-1
360 HKCR,MIME\Database\Charset\iso_8859-1,"AliasForCharset",,iso-8859-1
361 HKCR,MIME\Database\Charset\iso_8859-1:1987,"AliasForCharset",,iso-8859-1
362 HKCR,MIME\Database\Charset\iso_8859-2,"AliasForCharset",,iso-8859-2
363 HKCR,MIME\Database\Charset\iso_8859-2:1987,"AliasForCharset",,iso-8859-2
364 HKCR,MIME\Database\Charset\ISO_8859-4,"AliasForCharset",,iso-8859-4
365 HKCR,MIME\Database\Charset\ISO_8859-4:1988,"AliasForCharset",,iso-8859-4
366 HKCR,MIME\Database\Charset\ISO_8859-5,"AliasForCharset",,iso-8859-5
367 HKCR,MIME\Database\Charset\ISO_8859-5:1988,"AliasForCharset",,iso-8859-5
368 HKCR,MIME\Database\Charset\ISO_8859-6,"AliasForCharset",,iso-8859-6
369 HKCR,MIME\Database\Charset\ISO_8859-6:1987,"AliasForCharset",,iso-8859-6
370 HKCR,MIME\Database\Charset\ISO_8859-7,"AliasForCharset",,iso-8859-7
371 HKCR,MIME\Database\Charset\ISO_8859-7:1987,"AliasForCharset",,iso-8859-7
372 HKCR,MIME\Database\Charset\ISO_8859-8,"AliasForCharset",,iso-8859-8
373 HKCR,MIME\Database\Charset\ISO_8859-8:1987,"AliasForCharset",,iso-8859-8
374 HKCR,MIME\Database\Charset\ISO_8859-9,"AliasForCharset",,iso-8859-9
375 HKCR,MIME\Database\Charset\ISO_8859-9:1987,"AliasForCharset",,iso-8859-9
376 HKCR,MIME\Database\Charset\koi,"AliasForCharset",,koi8-r
377 HKCR,MIME\Database\Charset\korean,"AliasForCharset",,ks_c_5601-1987
378 HKCR,MIME\Database\Charset\ks_c_5601,"AliasForCharset",,ks_c_5601-1987
379 HKCR,MIME\Database\Charset\ks_c_5601-1989,"AliasForCharset",,ks_c_5601-1987
380 HKCR,MIME\Database\Charset\KSC5601,"AliasForCharset",,ks_c_5601-1987
381 HKCR,MIME\Database\Charset\KSC_5601,"AliasForCharset",,ks_c_5601-1987
382 HKCR,MIME\Database\Charset\l1,"AliasForCharset",,windows-1252
383 HKCR,MIME\Database\Charset\l2,"AliasForCharset",,iso-8859-2
384 HKCR,MIME\Database\Charset\l4,"AliasForCharset",,iso-8859-4
385 HKCR,MIME\Database\Charset\l5,"AliasForCharset",,iso-8859-9
386 HKCR,MIME\Database\Charset\latin1,"AliasForCharset",,iso-8859-1
387 HKCR,MIME\Database\Charset\latin2,"AliasForCharset",,iso-8859-2
388 HKCR,MIME\Database\Charset\latin4,"AliasForCharset",,iso-8859-4
389 HKCR,MIME\Database\Charset\latin5,"AliasForCharset",,iso-8859-9
390 HKCR,MIME\Database\Charset\logical,"AliasForCharset",,windows-1255
391 HKCR,MIME\Database\Charset\ms_Kanji,"AliasForCharset",,shift_jis
392 HKCR,MIME\Database\Charset\shift-jis,"AliasForCharset",,shift_jis
393 HKCR,MIME\Database\Charset\unicode-1-1-utf-7,"AliasForCharset",,utf-7
394 HKCR,MIME\Database\Charset\unicode-1-1-utf-8,"AliasForCharset",,utf-8
395 HKCR,MIME\Database\Charset\unicode-2-0-utf-8,"AliasForCharset",,utf-8
396 HKCR,MIME\Database\Charset\us,"AliasForCharset",,iso-8859-1
397 HKCR,MIME\Database\Charset\us-ascii,"AliasForCharset",,iso-8859-1
398 HKCR,MIME\Database\Charset\visual,"AliasForCharset",,iso-8859-8
399 HKCR,MIME\Database\Charset\Windows-1254,"AliasForCharset",,iso-8859-9
400
401 [ContentIndex]
402 HKLM,System\CurrentControlSet\Control\ContentIndex\Language\Neutral,"WBreakerClass",,"{369647e0-17b0-11ce-9950-00aa004bbb1f}"
403 HKLM,System\CurrentControlSet\Control\ContentIndex\Language\Neutral,"StemmerClass",,""
404 HKLM,System\CurrentControlSet\Control\ContentIndex\Language\Neutral,"Locale",0x10003,0
405
406 [ControlClass]
407 HKLM,System\CurrentControlSet\Control\Class\{4d36e978-e325-11ce-bfc1-08002be10318},,,"Ports (COM & LPT)"
408 HKLM,System\CurrentControlSet\Control\Class\{4d36e978-e325-11ce-bfc1-08002be10318},"Class",,"Ports"
409 HKLM,System\CurrentControlSet\Control\Class\{6bdd1fc6-810f-11d0-bec7-08002be2092f},,,"Imaging devices"
410 HKLM,System\CurrentControlSet\Control\Class\{6bdd1fc6-810f-11d0-bec7-08002be2092f},"Class",,"Image"
411
412 [CurrentVersion]
413 HKLM,%CurrentVersion%,"CommonFilesDir",,"%16427%"
414 HKLM,%CurrentVersion%,"FirstInstallDateTime",1,21,81,7c,23
415 HKLM,%CurrentVersion%,"ProductId",,"12345-oem-0000001-54321"
416 HKLM,%CurrentVersion%,"ProgramFilesDir",,"%16422%"
417 HKLM,%CurrentVersion%,"ProgramFilesPath",0x20000,"%%ProgramFiles%%"
418 HKLM,%CurrentVersion%,"RegisteredOrganization",2,""
419 HKLM,%CurrentVersion%,"RegisteredOwner",2,""
420 HKLM,%CurrentVersion%\App Paths,,16
421 HKLM,%CurrentVersion%\Control Panel\Cursors\Schemes,,16
422 HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"DiskSpinDownMax",,"3600"
423 HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"DiskSpinDownMin",,"3"
424 HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"LastID",,"5"
425 HKLM,%CurrentVersion%\Explorer\AutoplayHandlers,,16
426 HKLM,%CurrentVersion%\Explorer\DriveIcons,,16
427 HKLM,%CurrentVersion%\Explorer\KindMap,,16
428 HKLM,%CurrentVersion%\Group Policy,,16
429 HKLM,%CurrentVersion%\Policies,,16
430 HKLM,%CurrentVersion%\PreviewHandlers,,16
431 HKLM,%CurrentVersion%\RunServices,"winemenubuilder",2,"%11%\winemenubuilder.exe -a -r"
432 HKLM,%CurrentVersion%\Setup,"BootDir",,"%30%"
433 HKLM,%CurrentVersion%\Setup,"SharedDir",,"%25%"
434 HKLM,%CurrentVersion%\Shell Extensions\Approved,,16
435 HKLM,%CurrentVersion%\Uninstall,,16
436 HKLM,%CurrentVersionNT%,"RegisteredOrganization",2,""
437 HKLM,%CurrentVersionNT%,"RegisteredOwner",2,""
438 HKLM,%CurrentVersionNT%,"SystemRoot",,"%10%"
439 HKLM,%CurrentVersionNT%\Console,,16
440 HKLM,%CurrentVersionNT%\FontDpi,,16
441 HKLM,%CurrentVersionNT%\FontLink,,16
442 HKLM,%CurrentVersionNT%\FontMapper,,16
443 HKLM,%CurrentVersionNT%\Fonts,,16
444 HKLM,%CurrentVersionNT%\FontSubstitutes,,16
445 HKLM,%CurrentVersionNT%\Gre_Initialize,,16
446 HKLM,%CurrentVersionNT%\Hotfix\Q246009,"Installed",,"1"
447 HKLM,%CurrentVersionNT%\Image File Execution Options,,16
448 HKLM,%CurrentVersionNT%\Language Pack,,16
449 HKLM,%CurrentVersionNT%\NetworkCards,,16
450 HKLM,%CurrentVersionNT%\Perflib,,16
451 HKLM,%CurrentVersionNT%\Ports,,16
452 HKLM,%CurrentVersionNT%\Print,,16
453 HKLM,%CurrentVersionNT%\ProfileList,,16
454
455 [Debugger]
456 HKLM,%CurrentVersionNT%\AeDebug,"Debugger",2,"winedbg --auto %ld %ld"
457 HKLM,%CurrentVersionNT%\AeDebug,"Auto",2,"1"
458 HKCU,Software\Wine\Debug,"RelayExclude",2,"ntdll.RtlEnterCriticalSection;ntdll.RtlLeaveCriticalSection;kernel32.48;kernel32.49;kernel32.94;kernel32.95;kernel32.96;kernel32.97;kernel32.98"
459 HKCU,Software\Wine\Debug,"RelayFromExclude",2,"winex11.drv;user32;gdi32;advapi32;kernel32"
460
461 [Desktop]
462 HKCU,%Desktop%,"FontSmoothing",2,"0"
463 HKCU,%Desktop%,"DragFullWindows",2,"0"
464 HKCU,%Desktop%,"SmoothScroll",3,00,00,00,00
465 HKCU,%Desktop%,"UserPreferenceMask",3,10,00,00,80
466 HKCU,%Desktop%,"LowPowerActive",,"0"
467 HKCU,%Desktop%,"MenuShowDelay",2,"400"
468
469 [DotNet]
470 HKLM,Software\Microsoft\.NETFramework\policy\v1.0
471 HKLM,Software\Microsoft\.NETFramework\policy\v2.0
472 HKLM,Software\Microsoft\.NETFramework\policy\v3.0
473 HKLM,Software\Microsoft\NET Framework Setup\NDP\v1.1.4322,Install,0x10003,1
474 HKLM,Software\Microsoft\NET Framework Setup\NDP\v1.1.4322,SP,0x10003,1
475 HKLM,Software\Microsoft\NET Framework Setup\NDP\v2.0.50727,Install,0x10003,1
476 HKLM,Software\Microsoft\NET Framework Setup\NDP\v2.0.50727,SP,0x10003,2
477 HKLM,Software\Microsoft\NET Framework Setup\NDP\v2.0.50727,Version,2,2.2.30729
478 HKLM,Software\Microsoft\NET Framework Setup\NDP\v3.0,Install,0x10003,1
479 HKLM,Software\Microsoft\NET Framework Setup\NDP\v3.0,SP,0x10003,2
480 HKLM,Software\Microsoft\NET Framework Setup\NDP\v3.0,Version,2,3.2.30729
481 HKLM,Software\Microsoft\NET Framework Setup\NDP\v3.5,Install,0x10003,1
482 HKLM,Software\Microsoft\NET Framework Setup\NDP\v3.5,SP,0x10003,1
483 HKLM,Software\Microsoft\NET Framework Setup\NDP\v3.5,Version,2,3.5.30729.01
484
485 [Metrics]
486 HKCU,%Metrics%,"ScrollWidth",2,"16"
487 HKCU,%Metrics%,"ScrollHeight",2,"16"
488 HKCU,%Metrics%,"CaptionWidth",2,"18"
489 HKCU,%Metrics%,"CaptionHeight",2,"18"
490 HKCU,%Metrics%,"SmCaptionWidth",2,"13"
491 HKCU,%Metrics%,"SmCaptionHeight",2,"15"
492 HKCU,%Metrics%,"MenuWidth",2,"18"
493 HKCU,%Metrics%,"MenuHeight",2,"18"
494 HKCU,%Metrics%,"BorderWidth",2,"1"
495 HKCU,%Metrics%,"Shell Icon Size",2,"32"
496
497 [DirectX]
498 HKLM,Software\Microsoft\DirectX,"Version",,"4.09.00.0904"
499 HKLM,Software\Microsoft\DirectX,"InstalledVersion",1,00,00,00,09,00,00,00,00
500 HKLM,Software\Microsoft\DirectMusic,GMFilePath,,"%12%\gm.dls"
501 HKLM,Software\Microsoft\DirectMusic\Defaults,DefaultOutputPort,,"{58C2B4D0-46E7-11D1-89AC-00A0C9054129}"
502 HKLM,Software\Microsoft\DirectMusic\SoftwareSynths\{58C2B4D0-46E7-11D1-89AC-00A0C9054129},Description,,"Microsoft Software Synthesizer"
503 HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"DescriptionA",,"Internet TCP/IP Connection For DirectPlay"
504 HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"DescriptionW",,"Internet TCP/IP Connection For DirectPlay"
505 HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"dwReserved1",0x10001,0x000001f4
506 HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"dwReserved2",0x10001,0x00000000
507 HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"Guid",,"{36E95EE0-8577-11cf-960C-0080C7534E82}"
508 HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"NATHelp",,"dpnhupnp.dll"
509 HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"Path",,"dpwsockx.dll"
510 HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"DescriptionA",,"IPX Connection For DirectPlay"
511 HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"DescriptionW",,"IPX Connection For DirectPlay"
512 HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"dwReserved1",0x10001,0x00000032
513 HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"dwReserved2",0x10001,0x00000000
514 HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"Guid",,"{685BC400-9D2C-11cf-A9CD-00AA006886E3}"
515 HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"Path",,"dpwsockx.dll"
516 HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"DescriptionA",,"Modem Connection For DirectPlay"
517 HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"DescriptionW",,"Modem Connection For DirectPlay"
518 HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"dwReserved1",0x10001,0x00000000
519 HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"dwReserved2",0x10001,0x00000000
520 HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"Guid",,"{44EAA760-CB68-11cf-9C4E-00A0C905425E}"
521 HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"Path",,"dpmodemx.dll"
522 HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"DescriptionA",,"Serial Connection For DirectPlay"
523 HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"DescriptionW",,"Serial Connection For DirectPlay"
524 HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"dwReserved1",0x10001,0x00000000
525 HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"dwReserved2",0x10001,0x00000000
526 HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"Guid",,"{0F1D6860-88D9-11cf-9C4E-00A0C905425E}"
527 HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"Path",,"dpmodemx.dll"
528
529 [SessionMgr]
530 HKLM,%Control%\Session Manager,CriticalSectionTimeout,0x00040002,0x00278d00
531 HKLM,%Control%\Session Manager,GlobalFlag,0x00040002,0
532 HKLM,%Control%\Session Manager,HeapDeCommitFreeBlockThreshold,0x00040002,0
533 HKLM,%Control%\Session Manager,HeapDeCommitTotalFreeThreshold,0x00040002,0
534 HKLM,%Control%\Session Manager,HeapSegmentCommit,0x00040002,0
535 HKLM,%Control%\Session Manager,HeapSegmentReserve,0x00040002,0
536 HKLM,%Control%\Session Manager\Environment,"CommonProgramFiles",,"%16427%"
537 HKLM,%Control%\Session Manager\Environment,"ComSpec",0x00020000,"%11%\cmd.exe"
538 HKLM,%Control%\Session Manager\Environment,"PATH",0x00020002,"%11%;%10%;%11%\wbem"
539 HKLM,%Control%\Session Manager\Environment,"PATHEXT",,".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH"
540 HKLM,%Control%\Session Manager\Environment,"ProgramFiles",,"%16422%"
541 HKLM,%Control%\Session Manager\Environment,"SystemDrive",2,"c:"
542 HKLM,%Control%\Session Manager\Environment,"SYSTEMROOT",,"%10%"
543 HKLM,%Control%\Session Manager\Environment,"TEMP",0x00020002,"%10%\temp"
544 HKLM,%Control%\Session Manager\Environment,"TMP",0x00020002,"%10%\temp"
545 HKLM,%Control%\Session Manager\Environment,"windir",0x00020000,"%10%"
546 HKLM,%Control%\Session Manager\Environment,"winsysdir",,"%11%"
547 HKLM,%Control%\Session Manager\Memory Management,WriteWatch,0x00040002,1
548
549 [Fonts]
550 HKLM,%FontSubStr%,"Arial Baltic,186",,"Arial,186"
551 HKLM,%FontSubStr%,"Arial CE,238",,"Arial,238"
552 HKLM,%FontSubStr%,"Arial CYR,204",,"Arial,204"
553 HKLM,%FontSubStr%,"Arial Greek,161",,"Arial,161"
554 HKLM,%FontSubStr%,"Arial TUR,162",,"Arial,162"
555 HKLM,%FontSubStr%,"Courier New Baltic,186",,"Courier New,186"
556 HKLM,%FontSubStr%,"Courier New CE,238",,"Courier New,238"
557 HKLM,%FontSubStr%,"Courier New CYR,204",,"Courier New,204"
558 HKLM,%FontSubStr%,"Courier New Greek,161",,"Courier New,161"
559 HKLM,%FontSubStr%,"Courier New TUR,162",,"Courier New,162"
560 HKLM,%FontSubStr%,"Helv",,"MS Sans Serif"
561 HKLM,%FontSubStr%,"Helvetica",,"Arial"
562 HKLM,%FontSubStr%,"MS Shell Dlg 2",,"Tahoma"
563 HKLM,%FontSubStr%,"Times",,"Times New Roman"
564 HKLM,%FontSubStr%,"Times New Roman Baltic,186",,"Times New Roman,186"
565 HKLM,%FontSubStr%,"Times New Roman CE,238",,"Times New Roman,238"
566 HKLM,%FontSubStr%,"Times New Roman CYR,204",,"Times New Roman,204"
567 HKLM,%FontSubStr%,"Times New Roman Greek,161",,"Times New Roman,161"
568 HKLM,%FontSubStr%,"Times New Roman TUR,162",,"Times New Roman,162"
569 HKLM,System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts,"LogPixels",0x10003,0x00000060
570
571 [MCI]
572 HKLM,%Mci32Str%,"AVIVideo",,"mciavi32.dll"
573 HKLM,%Mci32Str%,"CDAudio",,"mcicda.dll"
574 HKLM,%Mci32Str%,"Sequencer",,"mciseq.dll"
575 HKLM,%Mci32Str%,"WaveAudio",,"mciwave.dll"
576 HKLM,%Mci32Str%,"MPEGVideo",,"mciqtz32.dll"
577
578 HKLM,%MciExtStr%,"aifc",,"MPEGVideo"
579 HKLM,%MciExtStr%,"asf",,"MPEGVideo"
580 HKLM,%MciExtStr%,"asx",,"MPEGVideo"
581 HKLM,%MciExtStr%,"au",,"MPEGVideo"
582 HKLM,%MciExtStr%,"avi",,"AVIVideo"
583 HKLM,%MciExtStr%,"cda",,"CDAudio"
584 HKLM,%MciExtStr%,"lsf",,"MPEGVideo"
585 HKLM,%MciExtStr%,"lsx",,"MPEGVideo"
586 HKLM,%MciExtStr%,"m1v",,"MPEGVideo"
587 HKLM,%MciExtStr%,"m3u",,"MPEGVideo"
588 HKLM,%MciExtStr%,"mid",,"Sequencer"
589 HKLM,%MciExtStr%,"midi",,"Sequencer"
590 HKLM,%MciExtStr%,"mp2",,"MPEGVideo"
591 HKLM,%MciExtStr%,"mp2v",,"MPEGVideo"
592 HKLM,%MciExtStr%,"mp3",,"MPEGVideo"
593 HKLM,%MciExtStr%,"mpa",,"MPEGVideo"
594 HKLM,%MciExtStr%,"mpe",,"MPEGVideo"
595 HKLM,%MciExtStr%,"mpeg",,"MPEGVideo"
596 HKLM,%MciExtStr%,"mpg",,"MPEGVideo"
597 HKLM,%MciExtStr%,"mpv",,"MPEGVideo"
598 HKLM,%MciExtStr%,"mpv2",,"MPEGVideo"
599 HKLM,%MciExtStr%,"rmi",,"Sequencer"
600 HKLM,%MciExtStr%,"snd",,"MPEGVideo"
601 HKLM,%MciExtStr%,"wav",,"WaveAudio"
602 HKLM,%MciExtStr%,"wax",,"MPEGVideo"
603 HKLM,%MciExtStr%,"wm",,"MPEGVideo"
604 HKLM,%MciExtStr%,"wma",,"MPEGVideo"
605 HKLM,%MciExtStr%,"wmp",,"MPEGVideo"
606 HKLM,%MciExtStr%,"wmv",,"MPEGVideo"
607 HKLM,%MciExtStr%,"wmx",,"MPEGVideo"
608 HKLM,%MciExtStr%,"wvx",,"MPEGVideo"
609
610 [Misc]
611 HKLM,Software\Borland\Database Engine\Settings\SYSTEM\INIT,SHAREDMEMLOCATION,,9000
612 HKLM,Software\Clients\Mail,,2,"Native Mail Client"
613 HKLM,Software\Clients\Mail\Native Mail Client,,2,"Native Mail Client"
614 HKLM,Software\Clients\Mail\Native Mail Client,"DLLPath",2,"%11%\winemapi.dll"
615 HKLM,Software\Microsoft\Advanced INF Setup,,16
616 HKLM,Software\Microsoft\Clients,,16
617 HKLM,Software\Microsoft\Cryptography\Calais\Current,,16
618 HKLM,Software\Microsoft\Cryptography\Calais\Readers,,16
619 HKLM,Software\Microsoft\Cryptography\Services,,16
620 HKLM,Software\Microsoft\CTF\SystemShared,,16
621 HKLM,Software\Microsoft\CTF\TIP,,16
622 HKLM,Software\Microsoft\DFS,,16
623 HKLM,Software\Microsoft\Driver Signing,,16
624 HKLM,Software\Microsoft\EnterpriseCertificates,,16
625 HKLM,Software\Microsoft\EventSystem,,16
626 HKLM,Software\Microsoft\MSMQ,,16
627 HKLM,Software\Microsoft\Non-Driver Signing,,16
628 HKLM,Software\Microsoft\Notepad\DefaultFonts,,16
629 HKLM,Software\Microsoft\RAS,,16
630 HKLM,Software\Microsoft\Rpc\SecurityService,1,2,"secur32.dll"
631 HKLM,Software\Microsoft\Rpc\SecurityService,10,2,"secur32.dll"
632 HKLM,Software\Microsoft\Rpc\SecurityService,14,2,"schannel.dll"
633 HKLM,Software\Microsoft\Rpc\SecurityService,16,2,"secur32.dll"
634 HKLM,Software\Microsoft\Rpc\SecurityService,18,2,"secur32.dll"
635 HKLM,Software\Microsoft\Rpc\SecurityService,68,2,"netlogon.dll"
636 HKLM,Software\Microsoft\Rpc\SecurityService,9,2,"secur32.dll"
637 HKLM,Software\Microsoft\Shared Tools\MSInfo,,16
638 HKLM,Software\Microsoft\SystemCertificates,,16
639 HKLM,Software\Microsoft\TermServLicensing,,16
640 HKLM,Software\Microsoft\Transaction Server,,16
641 HKLM,Software\Policies,,16
642 HKLM,Software\Registered Applications,,16
643 HKLM,System\CurrentControlSet\Control\Lsa,,16
644 HKLM,System\CurrentControlSet\Control\VMM32Files,,16
645 HKCU,AppEvents\Schemes\Apps\Explorer\Navigating\.Current,,,""
646 HKCU,Software\Microsoft\Protected Storage System Provider,,16
647 ; Some apps requires at least four subkeys of Active Setup\Installed Components
648 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},,2,"DirectDrawEx"
649 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},"ComponentID",2,"DirectDrawEx"
650 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},"IsInstalled",2,1
651 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},"Locale",2,"*"
652 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},"Version",2,"4,71,1113,0"
653
654 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{7131646D-CD3C-40F4-97B9-CD9E4E6262EF},,2,".NET Framework"
655 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{7131646D-CD3C-40F4-97B9-CD9E4E6262EF},"ComponentID",2,".NETFramework"
656 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{7131646D-CD3C-40F4-97B9-CD9E4E6262EF},"Locale",2,""
657 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{7131646D-CD3C-40F4-97B9-CD9E4E6262EF},"Version",2,"2,0,50727,0"
658
659 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{CB2F7EDD-9D1F-43C1-90FC-4F52EAE172A1},,2,".NET Framework"
660 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{CB2F7EDD-9D1F-43C1-90FC-4F52EAE172A1},"ComponentID",2,".NETFramework"
661 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{CB2F7EDD-9D1F-43C1-90FC-4F52EAE172A1},"Locale",2,""
662 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{CB2F7EDD-9D1F-43C1-90FC-4F52EAE172A1},"Version",2,"1,0,4322,1"
663
664 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},,2,"HTML Help"
665 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"ComponentID",2,"HTMLHelp"
666 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"IsInstalled",2,1
667 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"Locale",2,"*"
668 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"Version",2,"4,74,9273,0"
669
670 [Nls]
671 HKLM,System\CurrentControlSet\Control\Nls\Codepage,"37",,""
672 HKLM,System\CurrentControlSet\Control\Nls\Language,"0401",,""
673 HKLM,System\CurrentControlSet\Control\Nls\Language,"0402",,""
674 HKLM,System\CurrentControlSet\Control\Nls\Language,"0403",,""
675 HKLM,System\CurrentControlSet\Control\Nls\Language,"0404",,""
676 HKLM,System\CurrentControlSet\Control\Nls\Language,"0405",,""
677 HKLM,System\CurrentControlSet\Control\Nls\Language,"0406",,""
678 HKLM,System\CurrentControlSet\Control\Nls\Language,"0407",,""
679 HKLM,System\CurrentControlSet\Control\Nls\Language,"0408",,""
680 HKLM,System\CurrentControlSet\Control\Nls\Language,"0409",,""
681 HKLM,System\CurrentControlSet\Control\Nls\Language,"040a",,""
682 HKLM,System\CurrentControlSet\Control\Nls\Language,"040b",,""
683 HKLM,System\CurrentControlSet\Control\Nls\Language,"040c",,""
684 HKLM,System\CurrentControlSet\Control\Nls\Language,"040d",,""
685 HKLM,System\CurrentControlSet\Control\Nls\Language,"040e",,""
686 HKLM,System\CurrentControlSet\Control\Nls\Language,"040f",,""
687 HKLM,System\CurrentControlSet\Control\Nls\Language,"0410",,""
688 HKLM,System\CurrentControlSet\Control\Nls\Language,"0411",,""
689 HKLM,System\CurrentControlSet\Control\Nls\Language,"0412",,""
690 HKLM,System\CurrentControlSet\Control\Nls\Language,"0413",,""
691 HKLM,System\CurrentControlSet\Control\Nls\Language,"0414",,""
692 HKLM,System\CurrentControlSet\Control\Nls\Language,"0415",,""
693 HKLM,System\CurrentControlSet\Control\Nls\Language,"0416",,""
694 HKLM,System\CurrentControlSet\Control\Nls\Language,"0418",,""
695 HKLM,System\CurrentControlSet\Control\Nls\Language,"0419",,""
696 HKLM,System\CurrentControlSet\Control\Nls\Language,"041a",,""
697 HKLM,System\CurrentControlSet\Control\Nls\Language,"041b",,""
698 HKLM,System\CurrentControlSet\Control\Nls\Language,"041c",,""
699 HKLM,System\CurrentControlSet\Control\Nls\Language,"041d",,""
700 HKLM,System\CurrentControlSet\Control\Nls\Language,"041e",,""
701 HKLM,System\CurrentControlSet\Control\Nls\Language,"041f",,""
702 HKLM,System\CurrentControlSet\Control\Nls\Language,"0420",,""
703 HKLM,System\CurrentControlSet\Control\Nls\Language,"0421",,""
704 HKLM,System\CurrentControlSet\Control\Nls\Language,"0422",,""
705 HKLM,System\CurrentControlSet\Control\Nls\Language,"0423",,""
706 HKLM,System\CurrentControlSet\Control\Nls\Language,"0424",,""
707 HKLM,System\CurrentControlSet\Control\Nls\Language,"0425",,""
708 HKLM,System\CurrentControlSet\Control\Nls\Language,"0426",,""
709 HKLM,System\CurrentControlSet\Control\Nls\Language,"0427",,""
710 HKLM,System\CurrentControlSet\Control\Nls\Language,"0429",,""
711 HKLM,System\CurrentControlSet\Control\Nls\Language,"042a",,""
712 HKLM,System\CurrentControlSet\Control\Nls\Language,"042b",,""
713 HKLM,System\CurrentControlSet\Control\Nls\Language,"042c",,""
714 HKLM,System\CurrentControlSet\Control\Nls\Language,"042d",,""
715 HKLM,System\CurrentControlSet\Control\Nls\Language,"042f",,""
716 HKLM,System\CurrentControlSet\Control\Nls\Language,"0436",,""
717 HKLM,System\CurrentControlSet\Control\Nls\Language,"0437",,""
718 HKLM,System\CurrentControlSet\Control\Nls\Language,"0438",,""
719 HKLM,System\CurrentControlSet\Control\Nls\Language,"0439",,""
720 HKLM,System\CurrentControlSet\Control\Nls\Language,"043e",,""
721 HKLM,System\CurrentControlSet\Control\Nls\Language,"043f",,""
722 HKLM,System\CurrentControlSet\Control\Nls\Language,"0440",,""
723 HKLM,System\CurrentControlSet\Control\Nls\Language,"0441",,""
724 HKLM,System\CurrentControlSet\Control\Nls\Language,"0443",,""
725 HKLM,System\CurrentControlSet\Control\Nls\Language,"0444",,""
726 HKLM,System\CurrentControlSet\Control\Nls\Language,"0446",,""
727 HKLM,System\CurrentControlSet\Control\Nls\Language,"0447",,""
728 HKLM,System\CurrentControlSet\Control\Nls\Language,"0449",,""
729 HKLM,System\CurrentControlSet\Control\Nls\Language,"044a",,""
730 HKLM,System\CurrentControlSet\Control\Nls\Language,"044b",,""
731 HKLM,System\CurrentControlSet\Control\Nls\Language,"044e",,""
732 HKLM,System\CurrentControlSet\Control\Nls\Language,"044f",,""
733 HKLM,System\CurrentControlSet\Control\Nls\Language,"0450",,""
734 HKLM,System\CurrentControlSet\Control\Nls\Language,"0452",,""
735 HKLM,System\CurrentControlSet\Control\Nls\Language,"0456",,""
736 HKLM,System\CurrentControlSet\Control\Nls\Language,"0457",,""
737 HKLM,System\CurrentControlSet\Control\Nls\Language,"045a",,""
738 HKLM,System\CurrentControlSet\Control\Nls\Language,"0465",,""
739 HKLM,System\CurrentControlSet\Control\Nls\Language,"047e",,""
740 HKLM,System\CurrentControlSet\Control\Nls\Language,"048f",,""
741 HKLM,System\CurrentControlSet\Control\Nls\Language,"0490",,""
742 HKLM,System\CurrentControlSet\Control\Nls\Language,"0491",,""
743 HKLM,System\CurrentControlSet\Control\Nls\Language,"0494",,""
744 HKLM,System\CurrentControlSet\Control\Nls\Language,"0801",,""
745 HKLM,System\CurrentControlSet\Control\Nls\Language,"0804",,""
746 HKLM,System\CurrentControlSet\Control\Nls\Language,"0807",,""
747 HKLM,System\CurrentControlSet\Control\Nls\Language,"0809",,""
748 HKLM,System\CurrentControlSet\Control\Nls\Language,"080a",,""
749 HKLM,System\CurrentControlSet\Control\Nls\Language,"080c",,""
750 HKLM,System\CurrentControlSet\Control\Nls\Language,"0810",,""
751 HKLM,System\CurrentControlSet\Control\Nls\Language,"0813",,""
752 HKLM,System\CurrentControlSet\Control\Nls\Language,"0814",,""
753 HKLM,System\CurrentControlSet\Control\Nls\Language,"0816",,""
754 HKLM,System\CurrentControlSet\Control\Nls\Language,"081a",,""
755 HKLM,System\CurrentControlSet\Control\Nls\Language,"081d",,""
756 HKLM,System\CurrentControlSet\Control\Nls\Language,"082c",,""
757 HKLM,System\CurrentControlSet\Control\Nls\Language,"083e",,""
758 HKLM,System\CurrentControlSet\Control\Nls\Language,"0843",,""
759 HKLM,System\CurrentControlSet\Control\Nls\Language,"0894",,""
760 HKLM,System\CurrentControlSet\Control\Nls\Language,"0c01",,""
761 HKLM,System\CurrentControlSet\Control\Nls\Language,"0c04",,""
762 HKLM,System\CurrentControlSet\Control\Nls\Language,"0c07",,""
763 HKLM,System\CurrentControlSet\Control\Nls\Language,"0c09",,""
764 HKLM,System\CurrentControlSet\Control\Nls\Language,"0c0a",,""
765 HKLM,System\CurrentControlSet\Control\Nls\Language,"0c0c",,""
766 HKLM,System\CurrentControlSet\Control\Nls\Language,"0c1a",,""
767 HKLM,System\CurrentControlSet\Control\Nls\Language,"0c94",,""
768 HKLM,System\CurrentControlSet\Control\Nls\Language,"1001",,""
769 HKLM,System\CurrentControlSet\Control\Nls\Language,"1004",,""
770 HKLM,System\CurrentControlSet\Control\Nls\Language,"1007",,""
771 HKLM,System\CurrentControlSet\Control\Nls\Language,"1009",,""
772 HKLM,System\CurrentControlSet\Control\Nls\Language,"100a",,""
773 HKLM,System\CurrentControlSet\Control\Nls\Language,"100c",,""
774 HKLM,System\CurrentControlSet\Control\Nls\Language,"1401",,""
775 HKLM,System\CurrentControlSet\Control\Nls\Language,"1404",,""
776 HKLM,System\CurrentControlSet\Control\Nls\Language,"1407",,""
777 HKLM,System\CurrentControlSet\Control\Nls\Language,"1409",,""
778 HKLM,System\CurrentControlSet\Control\Nls\Language,"140a",,""
779 HKLM,System\CurrentControlSet\Control\Nls\Language,"140c",,""
780 HKLM,System\CurrentControlSet\Control\Nls\Language,"1801",,""
781 HKLM,System\CurrentControlSet\Control\Nls\Language,"1809",,""
782 HKLM,System\CurrentControlSet\Control\Nls\Language,"180a",,""
783 HKLM,System\CurrentControlSet\Control\Nls\Language,"180c",,""
784 HKLM,System\CurrentControlSet\Control\Nls\Language,"1c01",,""
785 HKLM,System\CurrentControlSet\Control\Nls\Language,"1c09",,""
786 HKLM,System\CurrentControlSet\Control\Nls\Language,"1c0a",,""
787 HKLM,System\CurrentControlSet\Control\Nls\Language,"2001",,""
788 HKLM,System\CurrentControlSet\Control\Nls\Language,"2009",,""
789 HKLM,System\CurrentControlSet\Control\Nls\Language,"200a",,""
790 HKLM,System\CurrentControlSet\Control\Nls\Language,"2401",,""
791 HKLM,System\CurrentControlSet\Control\Nls\Language,"2409",,""
792 HKLM,System\CurrentControlSet\Control\Nls\Language,"240a",,""
793 HKLM,System\CurrentControlSet\Control\Nls\Language,"2801",,""
794 HKLM,System\CurrentControlSet\Control\Nls\Language,"2809",,""
795 HKLM,System\CurrentControlSet\Control\Nls\Language,"280a",,""
796 HKLM,System\CurrentControlSet\Control\Nls\Language,"2c01",,""
797 HKLM,System\CurrentControlSet\Control\Nls\Language,"2c09",,""
798 HKLM,System\CurrentControlSet\Control\Nls\Language,"2c0a",,""
799 HKLM,System\CurrentControlSet\Control\Nls\Language,"3001",,""
800 HKLM,System\CurrentControlSet\Control\Nls\Language,"3009",,""
801 HKLM,System\CurrentControlSet\Control\Nls\Language,"300a",,""
802 HKLM,System\CurrentControlSet\Control\Nls\Language,"3401",,""
803 HKLM,System\CurrentControlSet\Control\Nls\Language,"3409",,""
804 HKLM,System\CurrentControlSet\Control\Nls\Language,"340a",,""
805 HKLM,System\CurrentControlSet\Control\Nls\Language,"3801",,""
806 HKLM,System\CurrentControlSet\Control\Nls\Language,"380a",,""
807 HKLM,System\CurrentControlSet\Control\Nls\Language,"3c01",,""
808 HKLM,System\CurrentControlSet\Control\Nls\Language,"3c0a",,""
809 HKLM,System\CurrentControlSet\Control\Nls\Language,"4001",,""
810 HKLM,System\CurrentControlSet\Control\Nls\Language,"400a",,""
811 HKLM,System\CurrentControlSet\Control\Nls\Language,"440a",,""
812 HKLM,System\CurrentControlSet\Control\Nls\Language,"480a",,""
813 HKLM,System\CurrentControlSet\Control\Nls\Language,"4c0a",,""
814 HKLM,System\CurrentControlSet\Control\Nls\Language,"500a",,""
815 HKLM,System\CurrentControlSet\Control\Nls\Language,"Default",,"0409"
816 HKLM,System\CurrentControlSet\Control\Nls\Language,"InstallLanguage",,"0409"
817
818 HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"1",,"1"
819 HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"10",,"1"
820 HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"11",,"1"
821 HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"2",,"1"
822 HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"3",,"1"
823 HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"4",,"1"
824 HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"5",,"1"
825 HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"6",,"1"
826 HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"7",,"1"
827 HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"8",,"1"
828 HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"9",,"1"
829 HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"a",,"1"
830 HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"b",,"1"
831 HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"c",,"1"
832 HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"d",,"1"
833 HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"e",,"1"
834 HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"f",,"1"
835
836 HKLM,System\CurrentControlSet\Control\Nls\Locale,,,"00000409"
837 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000401",,"d"
838 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000402",,"5"
839 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000403",,"1"
840 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000404",,"9"
841 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000405",,"2"
842 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000406",,"1"
843 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000407",,"1"
844 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000408",,"4"
845 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000409",,"1"
846 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000040a",,"1"
847 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000040b",,"1"
848 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000040c",,"1"
849 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000040d",,"c"
850 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000040e",,"2"
851 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000040f",,"1"
852 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000410",,"1"
853 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000411",,"7"
854 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000412",,"8"
855 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000413",,"1"
856 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000414",,"1"
857 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000415",,"2"
858 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000416",,"1"
859 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000418",,"2"
860 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000419",,"5"
861 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000041a",,"2"
862 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000041b",,"2"
863 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000041c",,"2"
864 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000041d",,"1"
865 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000041e",,"b"
866 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000041f",,"6"
867 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000420",,"d"
868 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000421",,"1"
869 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000422",,"5"
870 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000423",,"5"
871 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000424",,"2"
872 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000425",,"3"
873 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000426",,"3"
874 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000427",,"3"
875 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000429",,"d"
876 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000042a",,"e"
877 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000042b",,"11"
878 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000042c",,"6"
879 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000042d",,"1"
880 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000042f",,"5"
881 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000436",,"1"
882 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000437",,"10"
883 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000438",,"1"
884 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000439",,"f"
885 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000043e",,"1"
886 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000043f",,"5"
887 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000440",,"5"
888 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000441",,"1"
889 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000443",,"6"
890 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000444",,"5"
891 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000446",,"f"
892 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000447",,"f"
893 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000449",,"f"
894 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000044a",,"f"
895 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000044b",,"f"
896 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000044e",,"f"
897 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000044f",,"f"
898 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000450",,"5"
899 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000452",,"1"
900 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000456",,"1"
901 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000457",,"f"
902 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000045a",,"d"
903 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000465",,"d"
904 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000047e",,"1"
905 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000048f",,"1"
906 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000490",,"1"
907 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000491",,"1"
908 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000494",,"1"
909 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000801",,"d"
910 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000804",,"a"
911 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000807",,"1"
912 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000809",,"1"
913 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000080a",,"1"
914 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000080c",,"1"
915 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000810",,"1"
916 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000813",,"1"
917 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000814",,"1"
918 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000816",,"1"
919 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000081a",,"2"
920 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000081d",,"1"
921 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000082c",,"5"
922 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000083e",,"1"
923 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000843",,"5"
924 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000894",,"1"
925 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c01",,"d"
926 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c04",,"9"
927 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c07",,"1"
928 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c09",,"1"
929 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c0a",,"1"
930 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c0c",,"1"
931 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c1a",,"5"
932 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c94",,"1"
933 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001001",,"d"
934 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001004",,"a"
935 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001007",,"1"
936 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001009",,"1"
937 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000100a",,"1"
938 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000100c",,"1"
939 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001401",,"d"
940 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001404",,"9"
941 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001407",,"1"
942 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001409",,"1"
943 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000140a",,"1"
944 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000140c",,"1"
945 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001801",,"d"
946 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001809",,"1"
947 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000180a",,"1"
948 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000180c",,"1"
949 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001c01",,"d"
950 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001c09",,"1"
951 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001c0a",,"1"
952 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002001",,"d"
953 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002009",,"1"
954 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000200a",,"1"
955 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002401",,"d"
956 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002409",,"1"
957 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000240a",,"1"
958 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002801",,"d"
959 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002809",,"1"
960 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000280a",,"1"
961 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002c01",,"d"
962 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002c09",,"1"
963 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002c0a",,"1"
964 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003001",,"d"
965 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003009",,"1"
966 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000300a",,"1"
967 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003401",,"d"
968 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003409",,"1"
969 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000340a",,"1"
970 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003801",,"d"
971 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000380a",,"1"
972 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003c01",,"d"
973 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003c0a",,"1"
974 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00004001",,"d"
975 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000400a",,"1"
976 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000440a",,"1"
977 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000480a",,"1"
978 HKLM,System\CurrentControlSet\Control\Nls\Locale,"00004c0a",,"1"
979 HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000500a",,"1"
980
981 HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00010407",,"1"
982 HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"0001040e",,"2"
983 HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00010437",,"10"
984 HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00020804",,"a"
985 HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00021004",,"a"
986 HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00021404",,"9"
987 HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00030404",,"9"
988
989 [OLE]
990 HKLM,"Software\Microsoft\OLE","EnableDCOM",,"Y"
991 HKLM,"Software\Microsoft\OLE","EnableRemoteConnect",,"N"
992
993 [Printing]
994 HKLM,%Control%\Print\Monitors\Local Port,"Driver",2,"localspl.dll"
995 HKLM,%CurrentVersionNT%\Ports,"FILE:",,""
996 HKLM,%CurrentVersionNT%\Ports,"LPT1:",,""
997 HKLM,%CurrentVersionNT%\Ports,"LPT2:",,""
998 HKLM,%CurrentVersionNT%\Ports,"LPT3:",,""
999 HKLM,%CurrentVersionNT%\Ports,"COM1:",2,"9600,n,8,1"
1000 HKLM,%CurrentVersionNT%\Ports,"COM2:",2,"9600,n,8,1"
1001 HKLM,%CurrentVersionNT%\Ports,"COM3:",2,"9600,n,8,1"
1002 HKLM,%CurrentVersionNT%\Ports,"COM4:",2,"9600,n,8,1"
1003
1004 [Tapi]
1005 HKLM,%CurrentVersion%\Telephony,"Perf1",0x10001,0x5045524a
1006 HKLM,%CurrentVersion%\Telephony,"Perf2",0x10001,0x50455246
1007 HKLM,%CurrentVersion%\Telephony\Locations,,16
1008
1009 HKLM,%CurrentVersion%\Telephony\Country List,"CountryListVersion",0x10001,0x00000019
1010
1011 HKLM,%CurrentVersion%\Telephony\Country List\1,"CountryCode",0x10001,0x00000001
1012 HKLM,%CurrentVersion%\Telephony\Country List\1,"InternationalRule",,"011EFG"
1013 HKLM,%CurrentVersion%\Telephony\Country List\1,"LongDistanceRule",," 1FG"
1014 HKLM,%CurrentVersion%\Telephony\Country List\1,"Name",,"United States of America"
1015 HKLM,%CurrentVersion%\Telephony\Country List\1,"SameAreaRule",,"G"
1016
1017 HKLM,%CurrentVersion%\Telephony\Country List\101,"CountryCode",0x10001,0x00000001
1018 HKLM,%CurrentVersion%\Telephony\Country List\101,"InternationalRule",,"011EFG"
1019 HKLM,%CurrentVersion%\Telephony\Country List\101,"LongDistanceRule",," 1FG"
1020 HKLM,%CurrentVersion%\Telephony\Country List\101,"Name",,"Anguilla"
1021 HKLM,%CurrentVersion%\Telephony\Country List\101,"SameAreaRule",,"G"
1022
1023 HKLM,%CurrentVersion%\Telephony\Country List\102,"CountryCode",0x10001,0x00000001
1024 HKLM,%CurrentVersion%\Telephony\Country List\102,"InternationalRule",,"011EFG"
1025 HKLM,%CurrentVersion%\Telephony\Country List\102,"LongDistanceRule",," 1FG"
1026 HKLM,%CurrentVersion%\Telephony\Country List\102,"Name",,"Antigua"
1027 HKLM,%CurrentVersion%\Telephony\Country List\102,"SameAreaRule",,"G"
1028
1029 HKLM,%CurrentVersion%\Telephony\Country List\103,"CountryCode",0x10001,0x00000001
1030 HKLM,%CurrentVersion%\Telephony\Country List\103,"InternationalRule",,"011EFG"
1031 HKLM,%CurrentVersion%\Telephony\Country List\103,"LongDistanceRule",," 1FG"
1032 HKLM,%CurrentVersion%\Telephony\Country List\103,"Name",,"Bahamas"
1033 HKLM,%CurrentVersion%\Telephony\Country List\103,"SameAreaRule",,"G"
1034
1035 HKLM,%CurrentVersion%\Telephony\Country List\104,"CountryCode",0x10001,0x00000001
1036 HKLM,%CurrentVersion%\Telephony\Country List\104,"InternationalRule",,"011EFG"
1037 HKLM,%CurrentVersion%\Telephony\Country List\104,"LongDistanceRule",," 1FG"
1038 HKLM,%CurrentVersion%\Telephony\Country List\104,"Name",,"Barbados"
1039 HKLM,%CurrentVersion%\Telephony\Country List\104,"SameAreaRule",,"G"
1040
1041 HKLM,%CurrentVersion%\Telephony\Country List\105,"CountryCode",0x10001,0x00000001
1042 HKLM,%CurrentVersion%\Telephony\Country List\105,"InternationalRule",,"011EFG"
1043 HKLM,%CurrentVersion%\Telephony\Country List\105,"LongDistanceRule",," 1FG"
1044 HKLM,%CurrentVersion%\Telephony\Country List\105,"Name",,"Bermuda"
1045 HKLM,%CurrentVersion%\Telephony\Country List\105,"SameAreaRule",,"G"
1046
1047 HKLM,%CurrentVersion%\Telephony\Country List\106,"CountryCode",0x10001,0x00000001
1048 HKLM,%CurrentVersion%\Telephony\Country List\106,"InternationalRule",,"011EFG"
1049 HKLM,%CurrentVersion%\Telephony\Country List\106,"LongDistanceRule",," 1FG"
1050 HKLM,%CurrentVersion%\Telephony\Country List\106,"Name",,"British Virgin Islands"
1051 HKLM,%CurrentVersion%\Telephony\Country List\106,"SameAreaRule",,"G"
1052
1053 HKLM,%CurrentVersion%\Telephony\Country List\107,"CountryCode",0x10001,0x00000001
1054 HKLM,%CurrentVersion%\Telephony\Country List\107,"InternationalRule",,"011EFG"
1055 HKLM,%CurrentVersion%\Telephony\Country List\107,"LongDistanceRule",," 1FG"
1056 HKLM,%CurrentVersion%\Telephony\Country List\107,"Name",,"Canada"
1057 HKLM,%CurrentVersion%\Telephony\Country List\107,"SameAreaRule",,"G"
1058
1059 HKLM,%CurrentVersion%\Telephony\Country List\108,"CountryCode",0x10001,0x00000001
1060 HKLM,%CurrentVersion%\Telephony\Country List\108,"InternationalRule",,"011EFG"
1061 HKLM,%CurrentVersion%\Telephony\Country List\108,"LongDistanceRule",," 1FG"
1062 HKLM,%CurrentVersion%\Telephony\Country List\108,"Name",,"Cayman Islands"
1063 HKLM,%CurrentVersion%\Telephony\Country List\108,"SameAreaRule",,"G"
1064
1065 HKLM,%CurrentVersion%\Telephony\Country List\109,"CountryCode",0x10001,0x00000001
1066 HKLM,%CurrentVersion%\Telephony\Country List\109,"InternationalRule",,"011EFG"
1067 HKLM,%CurrentVersion%\Telephony\Country List\109,"LongDistanceRule",," 1FG"
1068 HKLM,%CurrentVersion%\Telephony\Country List\109,"Name",,"Dominica"
1069 HKLM,%CurrentVersion%\Telephony\Country List\109,"SameAreaRule",,"G"
1070
1071 HKLM,%CurrentVersion%\Telephony\Country List\110,"CountryCode",0x10001,0x00000001
1072 HKLM,%CurrentVersion%\Telephony\Country List\110,"InternationalRule",,"011EFG"
1073 HKLM,%CurrentVersion%\Telephony\Country List\110,"LongDistanceRule",," 1FG"
1074 HKLM,%CurrentVersion%\Telephony\Country List\110,"Name",,"Dominican Republic"
1075 HKLM,%CurrentVersion%\Telephony\Country List\110,"SameAreaRule",,"G"
1076
1077 HKLM,%CurrentVersion%\Telephony\Country List\111,"CountryCode",0x10001,0x00000001
1078 HKLM,%CurrentVersion%\Telephony\Country List\111,"InternationalRule",,"011EFG"
1079 HKLM,%CurrentVersion%\Telephony\Country List\111,"LongDistanceRule",," 1FG"
1080 HKLM,%CurrentVersion%\Telephony\Country List\111,"Name",,"Grenada"
1081 HKLM,%CurrentVersion%\Telephony\Country List\111,"SameAreaRule",,"G"
1082
1083 HKLM,%CurrentVersion%\Telephony\Country List\112,"CountryCode",0x10001,0x00000001
1084 HKLM,%CurrentVersion%\Telephony\Country List\112,"InternationalRule",,"011EFG"
1085 HKLM,%CurrentVersion%\Telephony\Country List\112,"LongDistanceRule",," 1FG"
1086 HKLM,%CurrentVersion%\Telephony\Country List\112,"Name",,"Jamaica"
1087 HKLM,%CurrentVersion%\Telephony\Country List\112,"SameAreaRule",,"G"
1088
1089 HKLM,%CurrentVersion%\Telephony\Country List\113,"CountryCode",0x10001,0x00000001
1090 HKLM,%CurrentVersion%\Telephony\Country List\113,"InternationalRule",,"011EFG"
1091 HKLM,%CurrentVersion%\Telephony\Country List\113,"LongDistanceRule",," 1FG"
1092 HKLM,%CurrentVersion%\Telephony\Country List\113,"Name",,"Montserrat"
1093 HKLM,%CurrentVersion%\Telephony\Country List\113,"SameAreaRule",,"G"
1094
1095 HKLM,%CurrentVersion%\Telephony\Country List\115,"CountryCode",0x10001,0x00000001
1096 HKLM,%CurrentVersion%\Telephony\Country List\115,"InternationalRule",,"011EFG"
1097 HKLM,%CurrentVersion%\Telephony\Country List\115,"LongDistanceRule",," 1FG"
1098 HKLM,%CurrentVersion%\Telephony\Country List\115,"Name",,"St. Kitts and Nevis"
1099 HKLM,%CurrentVersion%\Telephony\Country List\115,"SameAreaRule",,"G"
1100
1101 HKLM,%CurrentVersion%\Telephony\Country List\116,"CountryCode",0x10001,0x00000001
1102 HKLM,%CurrentVersion%\Telephony\Country List\116,"InternationalRule",,"0EFG"
1103 HKLM,%CurrentVersion%\Telephony\Country List\116,"LongDistanceRule",," 1FG"
1104 HKLM,%CurrentVersion%\Telephony\Country List\116,"Name",,"St. Vincent and the Grenadines"
1105 HKLM,%CurrentVersion%\Telephony\Country List\116,"SameAreaRule",,"G"
1106
1107 HKLM,%CurrentVersion%\Telephony\Country List\117,"CountryCode",0x10001,0x00000001
1108 HKLM,%CurrentVersion%\Telephony\Country List\117,"InternationalRule",,"011EFG"
1109 HKLM,%CurrentVersion%\Telephony\Country List\117,"LongDistanceRule",," 1FG"
1110 HKLM,%CurrentVersion%\Telephony\Country List\117,"Name",,"Trinidad and Tobago"
1111 HKLM,%CurrentVersion%\Telephony\Country List\117,"SameAreaRule",,"G"
1112
1113 HKLM,%CurrentVersion%\Telephony\Country List\118,"CountryCode",0x10001,0x00000001
1114 HKLM,%CurrentVersion%\Telephony\Country List\118,"InternationalRule",,"0EFG"
1115 HKLM,%CurrentVersion%\Telephony\Country List\118,"LongDistanceRule",," 1FG"
1116 HKLM,%CurrentVersion%\Telephony\Country List\118,"Name",,"Turks and Caicos Islands"
1117 HKLM,%CurrentVersion%\Telephony\Country List\118,"SameAreaRule",,"G"
1118
1119 HKLM,%CurrentVersion%\Telephony\Country List\120,"CountryCode",0x10001,0x00000001
1120 HKLM,%CurrentVersion%\Telephony\Country List\120,"InternationalRule",,"011EFG"
1121 HKLM,%CurrentVersion%\Telephony\Country List\120,"LongDistanceRule",," 1FG"
1122 HKLM,%CurrentVersion%\Telephony\Country List\120,"Name",,"Barbuda"
1123 HKLM,%CurrentVersion%\Telephony\Country List\120,"SameAreaRule",,"G"
1124
1125 HKLM,%CurrentVersion%\Telephony\Country List\121,"CountryCode",0x10001,0x00000001
1126 HKLM,%CurrentVersion%\Telephony\Country List\121,"InternationalRule",,"011EFG"
1127 HKLM,%CurrentVersion%\Telephony\Country List\121,"LongDistanceRule",," 1FG"
1128 HKLM,%CurrentVersion%\Telephony\Country List\121,"Name",,"Puerto Rico"
1129 HKLM,%CurrentVersion%\Telephony\Country List\121,"SameAreaRule",,"G"
1130
1131 HKLM,%CurrentVersion%\Telephony\Country List\122,"CountryCode",0x10001,0x00000001
1132 HKLM,%CurrentVersion%\Telephony\Country List\122,"InternationalRule",,"011EFG"
1133 HKLM,%CurrentVersion%\Telephony\Country List\122,"LongDistanceRule",," 1FG"
1134 HKLM,%CurrentVersion%\Telephony\Country List\122,"Name",,"Saint Lucia"
1135 HKLM,%CurrentVersion%\Telephony\Country List\122,"SameAreaRule",,"G"
1136
1137 HKLM,%CurrentVersion%\Telephony\Country List\123,"CountryCode",0x10001,0x00000001
1138 HKLM,%CurrentVersion%\Telephony\Country List\123,"InternationalRule",,"011EFG"
1139 HKLM,%CurrentVersion%\Telephony\Country List\123,"LongDistanceRule",," 1FG"
1140 HKLM,%CurrentVersion%\Telephony\Country List\123,"Name",,"United States Virgin Islands"
1141 HKLM,%CurrentVersion%\Telephony\Country List\123,"SameAreaRule",,"G"
1142
1143 HKLM,%CurrentVersion%\Telephony\Country List\124,"CountryCode",0x10001,0x00000001
1144 HKLM,%CurrentVersion%\Telephony\Country List\124,"InternationalRule",,"011EFG"
1145 HKLM,%CurrentVersion%\Telephony\Country List\124,"LongDistanceRule",," 1FG"
1146 HKLM,%CurrentVersion%\Telephony\Country List\124,"Name",,"Guam"
1147 HKLM,%CurrentVersion%\Telephony\Country List\124,"SameAreaRule",,"G"
1148
1149 HKLM,%CurrentVersion%\Telephony\Country List\20,"CountryCode",0x10001,0x00000014
1150 HKLM,%CurrentVersion%\Telephony\Country List\20,"InternationalRule",,"00EFG"
1151 HKLM,%CurrentVersion%\Telephony\Country List\20,"LongDistanceRule",,"0FG"
1152 HKLM,%CurrentVersion%\Telephony\Country List\20,"Name",,"Egypt"
1153 HKLM,%CurrentVersion%\Telephony\Country List\20,"SameAreaRule",,"G"
1154
1155 HKLM,%CurrentVersion%\Telephony\Country List\212,"CountryCode",0x10001,0x000000d4
1156 HKLM,%CurrentVersion%\Telephony\Country List\212,"InternationalRule",,"00EFG"
1157 HKLM,%CurrentVersion%\Telephony\Country List\212,"LongDistanceRule",,"0FG"
1158 HKLM,%CurrentVersion%\Telephony\Country List\212,"Name",,"Morocco"
1159 HKLM,%CurrentVersion%\Telephony\Country List\212,"SameAreaRule",,"G"
1160
1161 HKLM,%CurrentVersion%\Telephony\Country List\213,"CountryCode",0x10001,0x000000d5
1162 HKLM,%CurrentVersion%\Telephony\Country List\213,"InternationalRule",,"00,EFG"
1163 HKLM,%CurrentVersion%\Telephony\Country List\213,"LongDistanceRule",,"0FG"
1164 HKLM,%CurrentVersion%\Telephony\Country List\213,"Name",,"Algeria"
1165 HKLM,%CurrentVersion%\Telephony\Country List\213,"SameAreaRule",,"G"
1166
1167 HKLM,%CurrentVersion%\Telephony\Country List\216,"CountryCode",0x10001,0x000000d8
1168 HKLM,%CurrentVersion%\Telephony\Country List\216,"InternationalRule",,"00EFG"
1169 HKLM,%CurrentVersion%\Telephony\Country List\216,"LongDistanceRule",,"0FG"
1170 HKLM,%CurrentVersion%\Telephony\Country List\216,"Name",,"Tunisia"
1171 HKLM,%CurrentVersion%\Telephony\Country List\216,"SameAreaRule",,"G"
1172
1173 HKLM,%CurrentVersion%\Telephony\Country List\218,"CountryCode",0x10001,0x000000da
1174 HKLM,%CurrentVersion%\Telephony\Country List\218,"InternationalRule",,"00EFG"
1175 HKLM,%CurrentVersion%\Telephony\Country List\218,"LongDistanceRule",,"0FG"
1176 HKLM,%CurrentVersion%\Telephony\Country List\218,"Name",,"Libya"
1177 HKLM,%CurrentVersion%\Telephony\Country List\218,"SameAreaRule",,"G"
1178
1179 HKLM,%CurrentVersion%\Telephony\Country List\220,"CountryCode",0x10001,0x000000dc
1180 HKLM,%CurrentVersion%\Telephony\Country List\220,"InternationalRule",,"00EFG"
1181 HKLM,%CurrentVersion%\Telephony\Country List\220,"LongDistanceRule",,""
1182 HKLM,%CurrentVersion%\Telephony\Country List\220,"Name",,"Gambia"
1183 HKLM,%CurrentVersion%\Telephony\Country List\220,"SameAreaRule",,"G"
1184
1185 HKLM,%CurrentVersion%\Telephony\Country List\221,"CountryCode",0x10001,0x000000dd
1186 HKLM,%CurrentVersion%\Telephony\Country List\221,"InternationalRule",,"00EFG"
1187 HKLM,%CurrentVersion%\Telephony\Country List\221,"LongDistanceRule",,""
1188 HKLM,%CurrentVersion%\Telephony\Country List\221,"Name",,"Senegal Republic"
1189 HKLM,%CurrentVersion%\Telephony\Country List\221,"SameAreaRule",,"G"
1190
1191 HKLM,%CurrentVersion%\Telephony\Country List\222,"CountryCode",0x10001,0x000000de
1192 HKLM,%CurrentVersion%\Telephony\Country List\222,"InternationalRule",,"00EFG"
1193 HKLM,%CurrentVersion%\Telephony\Country List\222,"LongDistanceRule",,""
1194 HKLM,%CurrentVersion%\Telephony\Country List\222,"Name",,"Mauritania"
1195 HKLM,%CurrentVersion%\Telephony\Country List\222,"SameAreaRule",,"G"
1196
1197 HKLM,%CurrentVersion%\Telephony\Country List\223,"CountryCode",0x10001,0x000000df
1198 HKLM,%CurrentVersion%\Telephony\Country List\223,"InternationalRule",,"00EFG"
1199 HKLM,%CurrentVersion%\Telephony\Country List\223,"LongDistanceRule",,""
1200 HKLM,%CurrentVersion%\Telephony\Country List\223,"Name",,"Mali"
1201 HKLM,%CurrentVersion%\Telephony\Country List\223,"SameAreaRule",,"G"
1202
1203 HKLM,%CurrentVersion%\Telephony\Country List\224,"CountryCode",0x10001,0x000000e0
1204 HKLM,%CurrentVersion%\Telephony\Country List\224,"InternationalRule",,"00EFG"
1205 HKLM,%CurrentVersion%\Telephony\Country List\224,"LongDistanceRule",,""
1206 HKLM,%CurrentVersion%\Telephony\Country List\224,"Name",,"Guinea"
1207 HKLM,%CurrentVersion%\Telephony\Country List\224,"SameAreaRule",,"G"
1208
1209 HKLM,%CurrentVersion%\Telephony\Country List\225,"CountryCode",0x10001,0x000000e1
1210 HKLM,%CurrentVersion%\Telephony\Country List\225,"InternationalRule",,"00EFG"
1211 HKLM,%CurrentVersion%\Telephony\Country List\225,"LongDistanceRule",,""
1212 HKLM,%CurrentVersion%\Telephony\Country List\225,"Name",,"Cote d'Ivoire"
1213 HKLM,%CurrentVersion%\Telephony\Country List\225,"SameAreaRule",,"G"
1214
1215 HKLM,%CurrentVersion%\Telephony\Country List\226,"CountryCode",0x10001,0x000000e2
1216 HKLM,%CurrentVersion%\Telephony\Country List\226,"InternationalRule",,"00EFG"
1217 HKLM,%CurrentVersion%\Telephony\Country List\226,"LongDistanceRule",,""
1218 HKLM,%CurrentVersion%\Telephony\Country List\226,"Name",,"Burkina Faso"
1219 HKLM,%CurrentVersion%\Telephony\Country List\226,"SameAreaRule",,"G"
1220
1221 HKLM,%CurrentVersion%\Telephony\Country List\227,"CountryCode",0x10001,0x000000e3
1222 HKLM,%CurrentVersion%\Telephony\Country List\227,"InternationalRule",,"00EFG"
1223 HKLM,%CurrentVersion%\Telephony\Country List\227,"LongDistanceRule",,""
1224 HKLM,%CurrentVersion%\Telephony\Country List\227,"Name",,"Niger"
1225 HKLM,%CurrentVersion%\Telephony\Country List\227,"SameAreaRule",,"G"
1226
1227 HKLM,%CurrentVersion%\Telephony\Country List\228,"CountryCode",0x10001,0x000000e4
1228 HKLM,%CurrentVersion%\Telephony\Country List\228,"InternationalRule",,"00EFG"
1229 HKLM,%CurrentVersion%\Telephony\Country List\228,"LongDistanceRule",,""
1230 HKLM,%CurrentVersion%\Telephony\Country List\228,"Name",,"Togo"
1231 HKLM,%CurrentVersion%\Telephony\Country List\228,"SameAreaRule",,"G"
1232
1233 HKLM,%CurrentVersion%\Telephony\Country List\229,"CountryCode",0x10001,0x000000e5
1234 HKLM,%CurrentVersion%\Telephony\Country List\229,"InternationalRule",,"00EFG"
1235 HKLM,%CurrentVersion%\Telephony\Country List\229,"LongDistanceRule",,""
1236 HKLM,%CurrentVersion%\Telephony\Country List\229,"Name",,"Benin"
1237 HKLM,%CurrentVersion%\Telephony\Country List\229,"SameAreaRule",,"G"
1238
1239 HKLM,%CurrentVersion%\Telephony\Country List\230,"CountryCode",0x10001,0x000000e6
1240 HKLM,%CurrentVersion%\Telephony\Country List\230,"InternationalRule",,"00EFG"
1241 HKLM,%CurrentVersion%\Telephony\Country List\230,"LongDistanceRule",,""
1242 HKLM,%CurrentVersion%\Telephony\Country List\230,"Name",,"Mauritius"
1243 HKLM,%CurrentVersion%\Telephony\Country List\230,"SameAreaRule",,"G"
1244
1245 HKLM,%CurrentVersion%\Telephony\Country List\231,"CountryCode",0x10001,0x000000e7
1246 HKLM,%CurrentVersion%\Telephony\Country List\231,"InternationalRule",,"0EFG"
1247 HKLM,%CurrentVersion%\Telephony\Country List\231,"LongDistanceRule",,""
1248 HKLM,%CurrentVersion%\Telephony\Country List\231,"Name",,"Liberia"
1249 HKLM,%CurrentVersion%\Telephony\Country List\231,"SameAreaRule",,"G"
1250
1251 HKLM,%CurrentVersion%\Telephony\Country List\232,"CountryCode",0x10001,0x000000e8
1252 HKLM,%CurrentVersion%\Telephony\Country List\232,"InternationalRule",,"00EFG"
1253 HKLM,%CurrentVersion%\Telephony\Country List\232,"LongDistanceRule",,"IG"
1254 HKLM,%CurrentVersion%\Telephony\Country List\232,"Name",,"Sierra Leone"
1255 HKLM,%CurrentVersion%\Telephony\Country List\232,"SameAreaRule",,"G"
1256
1257 HKLM,%CurrentVersion%\Telephony\Country List\233,"CountryCode",0x10001,0x000000e9
1258 HKLM,%CurrentVersion%\Telephony\Country List\233,"InternationalRule",,"00EFG"
1259 HKLM,%CurrentVersion%\Telephony\Country List\233,"LongDistanceRule",,""
1260 HKLM,%CurrentVersion%\Telephony\Country List\233,"Name",,"Ghana"
1261 HKLM,%CurrentVersion%\Telephony\Country List\233,"SameAreaRule",,"G"
1262
1263 HKLM,%CurrentVersion%\Telephony\Country List\234,"CountryCode",0x10001,0x000000ea
1264 HKLM,%CurrentVersion%\Telephony\Country List\234,"InternationalRule",,"009EFG"
1265 HKLM,%CurrentVersion%\Telephony\Country List\234,"LongDistanceRule",,"0FG"
1266 HKLM,%CurrentVersion%\Telephony\Country List\234,"Name",,"Nigeria"
1267 HKLM,%CurrentVersion%\Telephony\Country List\234,"SameAreaRule",,"G"
1268
1269 HKLM,%CurrentVersion%\Telephony\Country List\235,"CountryCode",0x10001,0x000000eb
1270 HKLM,%CurrentVersion%\Telephony\Country List\235,"InternationalRule",,"15EFG"
1271 HKLM,%CurrentVersion%\Telephony\Country List\235,"LongDistanceRule",,""
1272 HKLM,%CurrentVersion%\Telephony\Country List\235,"Name",,"Chad"
1273 HKLM,%CurrentVersion%\Telephony\Country List\235,"SameAreaRule",,"G"
1274
1275 HKLM,%CurrentVersion%\Telephony\Country List\236,"CountryCode",0x10001,0x000000ec
1276 HKLM,%CurrentVersion%\Telephony\Country List\236,"InternationalRule",,"19EFG"
1277 HKLM,%CurrentVersion%\Telephony\Country List\236,"LongDistanceRule",,""
1278 HKLM,%CurrentVersion%\Telephony\Country List\236,"Name",,"Central African Republic"
1279 HKLM,%CurrentVersion%\Telephony\Country List\236,"SameAreaRule",,"G"
1280
1281 HKLM,%CurrentVersion%\Telephony\Country List\237,"CountryCode",0x10001,0x000000ed
1282 HKLM,%CurrentVersion%\Telephony\Country List\237,"InternationalRule",,"00EFG"
1283 HKLM,%CurrentVersion%\Telephony\Country List\237,"LongDistanceRule",,""
1284 HKLM,%CurrentVersion%\Telephony\Country List\237,"Name",,"Cameroon"
1285 HKLM,%CurrentVersion%\Telephony\Country List\237,"SameAreaRule",,"G"
1286
1287 HKLM,%CurrentVersion%\Telephony\Country List\238,"CountryCode",0x10001,0x000000ee
1288 HKLM,%CurrentVersion%\Telephony\Country List\238,"InternationalRule",,"0EFG"
1289 HKLM,%CurrentVersion%\Telephony\Country List\238,"LongDistanceRule",,""
1290 HKLM,%CurrentVersion%\Telephony\Country List\238,"Name",,"Cape Verde Islands"
1291 HKLM,%CurrentVersion%\Telephony\Country List\238,"SameAreaRule",,"G"
1292
1293 HKLM,%CurrentVersion%\Telephony\Country List\239,"CountryCode",0x10001,0x000000ef
1294 HKLM,%CurrentVersion%\Telephony\Country List\239,"InternationalRule",,"00EFG"
1295 HKLM,%CurrentVersion%\Telephony\Country List\239,"LongDistanceRule",,""
1296 HKLM,%CurrentVersion%\Telephony\Country List\239,"Name",,"Sao Tome and Principe"
1297 HKLM,%CurrentVersion%\Telephony\Country List\239,"SameAreaRule",,"G"
1298
1299 HKLM,%CurrentVersion%\Telephony\Country List\240,"CountryCode",0x10001,0x000000f0
1300 HKLM,%CurrentVersion%\Telephony\Country List\240,"InternationalRule",,"00EFG"
1301 HKLM,%CurrentVersion%\Telephony\Country List\240,"LongDistanceRule",,""
1302 HKLM,%CurrentVersion%\Telephony\Country List\240,"Name",,"Equatorial Guinea"
1303 HKLM,%CurrentVersion%\Telephony\Country List\240,"SameAreaRule",,"G"
1304
1305 HKLM,%CurrentVersion%\Telephony\Country List\241,"CountryCode",0x10001,0x000000f1
1306 HKLM,%CurrentVersion%\Telephony\Country List\241,"InternationalRule",,"00EFG"
1307 HKLM,%CurrentVersion%\Telephony\Country List\241,"LongDistanceRule",,""
1308 HKLM,%CurrentVersion%\Telephony\Country List\241,"Name",,"Gabon"
1309 HKLM,%CurrentVersion%\Telephony\Country List\241,"SameAreaRule",,"G"
1310
1311 HKLM,%CurrentVersion%\Telephony\Country List\242,"CountryCode",0x10001,0x000000f2
1312 HKLM,%CurrentVersion%\Telephony\Country List\242,"InternationalRule",,"00EFG"
1313 HKLM,%CurrentVersion%\Telephony\Country List\242,"LongDistanceRule",,""
1314 HKLM,%CurrentVersion%\Telephony\Country List\242,"Name",,"Congo"
1315 HKLM,%CurrentVersion%\Telephony\Country List\242,"SameAreaRule",,"G"
1316
1317 HKLM,%CurrentVersion%\Telephony\Country List\243,"CountryCode",0x10001,0x000000f3
1318 HKLM,%CurrentVersion%\Telephony\Country List\243,"InternationalRule",,"00EFG"
1319 HKLM,%CurrentVersion%\Telephony\Country List\243,"LongDistanceRule",,""
1320 HKLM,%CurrentVersion%\Telephony\Country List\243,"Name",,"Congo, Democratic Republic of the"
1321 HKLM,%CurrentVersion%\Telephony\Country List\243,"SameAreaRule",,"G"
1322
1323 HKLM,%CurrentVersion%\Telephony\Country List\244,"CountryCode",0x10001,0x000000f4
1324 HKLM,%CurrentVersion%\Telephony\Country List\244,"InternationalRule",,"00EFG"
1325 HKLM,%CurrentVersion%\Telephony\Country List\244,"LongDistanceRule",,"0FG"
1326 HKLM,%CurrentVersion%\Telephony\Country List\244,"Name",,"Angola"
1327 HKLM,%CurrentVersion%\Telephony\Country List\244,"SameAreaRule",,"G"
1328
1329 HKLM,%CurrentVersion%\Telephony\Country List\245,"CountryCode",0x10001,0x000000f5
1330 HKLM,%CurrentVersion%\Telephony\Country List\245,"InternationalRule",,"099EFG"
1331 HKLM,%CurrentVersion%\Telephony\Country List\245,"LongDistanceRule",,""
1332 HKLM,%CurrentVersion%\Telephony\Country List\245,"Name",,"Guinea-Bissau"
1333 HKLM,%CurrentVersion%\Telephony\Country List\245,"SameAreaRule",,"G"
1334
1335 HKLM,%CurrentVersion%\Telephony\Country List\246,"CountryCode",0x10001,0x000000f6
1336 HKLM,%CurrentVersion%\Telephony\Country List\246,"InternationalRule",,"00EFG"
1337 HKLM,%CurrentVersion%\Telephony\Country List\246,"LongDistanceRule",,""
1338 HKLM,%CurrentVersion%\Telephony\Country List\246,"Name",,"Diego Garcia"
1339 HKLM,%CurrentVersion%\Telephony\Country List\246,"SameAreaRule",,"G"
1340
1341 HKLM,%CurrentVersion%\Telephony\Country List\247,"CountryCode",0x10001,0x000000f7
1342 HKLM,%CurrentVersion%\Telephony\Country List\247,"InternationalRule",,"01EFG"
1343 HKLM,%CurrentVersion%\Telephony\Country List\247,"LongDistanceRule",,""
1344 HKLM,%CurrentVersion%\Telephony\Country List\247,"Name",,"Ascension Island"
1345 HKLM,%CurrentVersion%\Telephony\Country List\247,"SameAreaRule",,"G"
1346
1347 HKLM,%CurrentVersion%\Telephony\Country List\248,"CountryCode",0x10001,0x000000f8
1348 HKLM,%CurrentVersion%\Telephony\Country List\248,"InternationalRule",,"00EFG"
1349 HKLM,%CurrentVersion%\Telephony\Country List\248,"LongDistanceRule",,""
1350 HKLM,%CurrentVersion%\Telephony\Country List\248,"Name",,"Seychelles"
1351 HKLM,%CurrentVersion%\Telephony\Country List\248,"SameAreaRule",,"G"
1352
1353 HKLM,%CurrentVersion%\Telephony\Country List\249,"CountryCode",0x10001,0x000000f9
1354 HKLM,%CurrentVersion%\Telephony\Country List\249,"InternationalRule",,"00EFG"
1355 HKLM,%CurrentVersion%\Telephony\Country List\249,"LongDistanceRule",,"0FG"
1356 HKLM,%CurrentVersion%\Telephony\Country List\249,"Name",,"Sudan"
1357 HKLM,%CurrentVersion%\Telephony\Country List\249,"SameAreaRule",,"G"
1358
1359 HKLM,%CurrentVersion%\Telephony\Country List\250,"CountryCode",0x10001,0x000000fa
1360 HKLM,%CurrentVersion%\Telephony\Country List\250,"InternationalRule",,"00EFG"
1361 HKLM,%CurrentVersion%\Telephony\Country List\250,"LongDistanceRule",,""
1362 HKLM,%CurrentVersion%\Telephony\Country List\250,"Name",,"Rwanda"
1363 HKLM,%CurrentVersion%\Telephony\Country List\250,"SameAreaRule",,"G"
1364
1365 HKLM,%CurrentVersion%\Telephony\Country List\251,"CountryCode",0x10001,0x000000fb
1366 HKLM,%CurrentVersion%\Telephony\Country List\251,"InternationalRule",,"00EFG"
1367 HKLM,%CurrentVersion%\Telephony\Country List\251,"LongDistanceRule",,"0FG"
1368 HKLM,%CurrentVersion%\Telephony\Country List\251,"Name",,"Ethiopia"
1369 HKLM,%CurrentVersion%\Telephony\Country List\251,"SameAreaRule",,"G"
1370
1371 HKLM,%CurrentVersion%\Telephony\Country List\252,"CountryCode",0x10001,0x000000fc
1372 HKLM,%CurrentVersion%\Telephony\Country List\252,"InternationalRule",,"19,EFG"
1373 HKLM,%CurrentVersion%\Telephony\Country List\252,"LongDistanceRule",,""
1374 HKLM,%CurrentVersion%\Telephony\Country List\252,"Name",,"Somalia"
1375 HKLM,%CurrentVersion%\Telephony\Country List\252,"SameAreaRule",,"G"
1376
1377 HKLM,%CurrentVersion%\Telephony\Country List\253,"CountryCode",0x10001,0x000000fd
1378 HKLM,%CurrentVersion%\Telephony\Country List\253,"InternationalRule",,"00EFG"
1379 HKLM,%CurrentVersion%\Telephony\Country List\253,"LongDistanceRule",,""
1380 HKLM,%CurrentVersion%\Telephony\Country List\253,"Name",,"Djibouti"
1381 HKLM,%CurrentVersion%\Telephony\Country List\253,"SameAreaRule",,"G"
1382
1383 HKLM,%CurrentVersion%\Telephony\Country List\254,"CountryCode",0x10001,0x000000fe
1384 HKLM,%CurrentVersion%\Telephony\Country List\254,"InternationalRule",,"000EFG"
1385 HKLM,%CurrentVersion%\Telephony\Country List\254,"LongDistanceRule",,"0FG"
1386 HKLM,%CurrentVersion%\Telephony\Country List\254,"Name",,"Kenya"
1387 HKLM,%CurrentVersion%\Telephony\Country List\254,"SameAreaRule",,"G"
1388
1389 HKLM,%CurrentVersion%\Telephony\Country List\255,"CountryCode",0x10001,0x000000ff
1390 HKLM,%CurrentVersion%\Telephony\Country List\255,"InternationalRule",,"0900EFG"
1391 HKLM,%CurrentVersion%\Telephony\Country List\255,"LongDistanceRule",,"0FG"
1392 HKLM,%CurrentVersion%\Telephony\Country List\255,"Name",,"Tanzania"
1393 HKLM,%CurrentVersion%\Telephony\Country List\255,"SameAreaRule",,"G"
1394
1395 HKLM,%CurrentVersion%\Telephony\Country List\256,"CountryCode",0x10001,0x00000100
1396 HKLM,%CurrentVersion%\Telephony\Country List\256,"InternationalRule",,"00EFG"
1397 HKLM,%CurrentVersion%\Telephony\Country List\256,"LongDistanceRule",,"0FG"
1398 HKLM,%CurrentVersion%\Telephony\Country List\256,"Name",,"Uganda"
1399 HKLM,%CurrentVersion%\Telephony\Country List\256,"SameAreaRule",,"G"
1400
1401 HKLM,%CurrentVersion%\Telephony\Country List\257,"CountryCode",0x10001,0x00000101
1402 HKLM,%CurrentVersion%\Telephony\Country List\257,"InternationalRule",,"90EFG"
1403 HKLM,%CurrentVersion%\Telephony\Country List\257,"LongDistanceRule",,""
1404 HKLM,%CurrentVersion%\Telephony\Country List\257,"Name",,"Burundi"
1405 HKLM,%CurrentVersion%\Telephony\Country List\257,"SameAreaRule",,"G"
1406
1407 HKLM,%CurrentVersion%\Telephony\Country List\258,"CountryCode",0x10001,0x00000102
1408 HKLM,%CurrentVersion%\Telephony\Country List\258,"InternationalRule",,"00EFG"
1409 HKLM,%CurrentVersion%\Telephony\Country List\258,"LongDistanceRule",,""
1410 HKLM,%CurrentVersion%\Telephony\Country List\258,"Name",,"Mozambique"
1411 HKLM,%CurrentVersion%\Telephony\Country List\258,"SameAreaRule",,"G"
1412
1413 HKLM,%CurrentVersion%\Telephony\Country List\260,"CountryCode",0x10001,0x00000104
1414 HKLM,%CurrentVersion%\Telephony\Country List\260,"InternationalRule",,"00EFG"
1415 HKLM,%CurrentVersion%\Telephony\Country List\260,"LongDistanceRule",,"0FG"
1416 HKLM,%CurrentVersion%\Telephony\Country List\260,"Name",,"Zambia"
1417 HKLM,%CurrentVersion%\Telephony\Country List\260,"SameAreaRule",,"G"
1418
1419 HKLM,%CurrentVersion%\Telephony\Country List\261,"CountryCode",0x10001,0x00000105
1420 HKLM,%CurrentVersion%\Telephony\Country List\261,"InternationalRule",,"00EFG"
1421 HKLM,%CurrentVersion%\Telephony\Country List\261,"LongDistanceRule",,""
1422 HKLM,%CurrentVersion%\Telephony\Country List\261,"Name",,"Madagascar"
1423 HKLM,%CurrentVersion%\Telephony\Country List\261,"SameAreaRule",,"G"
1424
1425 HKLM,%CurrentVersion%\Telephony\Country List\262,"CountryCode",0x10001,0x00000106
1426 HKLM,%CurrentVersion%\Telephony\Country List\262,"InternationalRule",,"00EFG"
1427 HKLM,%CurrentVersion%\Telephony\Country List\262,"LongDistanceRule",,""
1428 HKLM,%CurrentVersion%\Telephony\Country List\262,"Name",,"Reunion Island"
1429 HKLM,%CurrentVersion%\Telephony\Country List\262,"SameAreaRule",,"G"
1430
1431 HKLM,%CurrentVersion%\Telephony\Country List\263,"CountryCode",0x10001,0x00000107
1432 HKLM,%CurrentVersion%\Telephony\Country List\263,"InternationalRule",,"00EFG"
1433 HKLM,%CurrentVersion%\Telephony\Country List\263,"LongDistanceRule",,"0FG"
1434 HKLM,%CurrentVersion%\Telephony\Country List\263,"Name",,"Zimbabwe"
1435 HKLM,%CurrentVersion%\Telephony\Country List\263,"SameAreaRule",,"G"
1436
1437 HKLM,%CurrentVersion%\Telephony\Country List\264,"CountryCode",0x10001,0x00000108
1438 HKLM,%CurrentVersion%\Telephony\Country List\264,"InternationalRule",,"00EFG"
1439 HKLM,%CurrentVersion%\Telephony\Country List\264,"LongDistanceRule",,"0FG"
1440 HKLM,%CurrentVersion%\Telephony\Country List\264,"Name",,"Namibia"
1441 HKLM,%CurrentVersion%\Telephony\Country List\264,"SameAreaRule",,"G"
1442
1443 HKLM,%CurrentVersion%\Telephony\Country List\265,"CountryCode",0x10001,0x00000109
1444 HKLM,%CurrentVersion%\Telephony\Country List\265,"InternationalRule",,"101EFG"
1445 HKLM,%CurrentVersion%\Telephony\Country List\265,"LongDistanceRule",,""
1446 HKLM,%CurrentVersion%\Telephony\Country List\265,"Name",,"Malawi"
1447 HKLM,%CurrentVersion%\Telephony\Country List\265,"SameAreaRule",,"G"
1448
1449 HKLM,%CurrentVersion%\Telephony\Country List\266,"CountryCode",0x10001,0x0000010a
1450 HKLM,%CurrentVersion%\Telephony\Country List\266,"InternationalRule",,"00EFG"
1451 HKLM,%CurrentVersion%\Telephony\Country List\266,"LongDistanceRule",,""
1452 HKLM,%CurrentVersion%\Telephony\Country List\266,"Name",,"Lesotho"
1453 HKLM,%CurrentVersion%\Telephony\Country List\266,"SameAreaRule",,"G"
1454
1455 HKLM,%CurrentVersion%\Telephony\Country List\267,"CountryCode",0x10001,0x0000010b
1456 HKLM,%CurrentVersion%\Telephony\Country List\267,"InternationalRule",,"00EFG"
1457 HKLM,%CurrentVersion%\Telephony\Country List\267,"LongDistanceRule",,"0FG"
1458 HKLM,%CurrentVersion%\Telephony\Country List\267,"Name",,"Botswana"
1459 HKLM,%CurrentVersion%\Telephony\Country List\267,"SameAreaRule",,"G"
1460
1461 HKLM,%CurrentVersion%\Telephony\Country List\268,"CountryCode",0x10001,0x0000010c
1462 HKLM,%CurrentVersion%\Telephony\Country List\268,"InternationalRule",,"00EFG"
1463 HKLM,%CurrentVersion%\Telephony\Country List\268,"LongDistanceRule",,""
1464 HKLM,%CurrentVersion%\Telephony\Country List\268,"Name",,"Swaziland"
1465 HKLM,%CurrentVersion%\Telephony\Country List\268,"SameAreaRule",,"G"
1466
1467 HKLM,%CurrentVersion%\Telephony\Country List\269,"CountryCode",0x10001,0x0000010d
1468 HKLM,%CurrentVersion%\Telephony\Country List\269,"InternationalRule",,"00EFG"
1469 HKLM,%CurrentVersion%\Telephony\Country List\269,"LongDistanceRule",,""
1470 HKLM,%CurrentVersion%\Telephony\Country List\269,"Name",,"Mayotte Island"
1471 HKLM,%CurrentVersion%\Telephony\Country List\269,"SameAreaRule",,"G"
1472
1473 HKLM,%CurrentVersion%\Telephony\Country List\2691,"CountryCode",0x10001,0x0000010d
1474 HKLM,%CurrentVersion%\Telephony\Country List\2691,"InternationalRule",,"10EFG"
1475 HKLM,%CurrentVersion%\Telephony\Country List\2691,"LongDistanceRule",,""
1476 HKLM,%CurrentVersion%\Telephony\Country List\2691,"Name",,"Comoros"
1477 HKLM,%CurrentVersion%\Telephony\Country List\2691,"SameAreaRule",,"G"
1478
1479 HKLM,%CurrentVersion%\Telephony\Country List\27,"CountryCode",0x10001,0x0000001b
1480 HKLM,%CurrentVersion%\Telephony\Country List\27,"InternationalRule",,"09EFG"
1481 HKLM,%CurrentVersion%\Telephony\Country List\27,"LongDistanceRule",,"0FG"
1482 HKLM,%CurrentVersion%\Telephony\Country List\27,"Name",,"South Africa"
1483 HKLM,%CurrentVersion%\Telephony\Country List\27,"SameAreaRule",,"G"
1484
1485 HKLM,%CurrentVersion%\Telephony\Country List\290,"CountryCode",0x10001,0x00000122
1486 HKLM,%CurrentVersion%\Telephony\Country List\290,"InternationalRule",,"01EFG"
1487 HKLM,%CurrentVersion%\Telephony\Country List\290,"LongDistanceRule",,""
1488 HKLM,%CurrentVersion%\Telephony\Country List\290,"Name",,"St. Helena"
1489 HKLM,%CurrentVersion%\Telephony\Country List\290,"SameAreaRule",,"G"
1490
1491 HKLM,%CurrentVersion%\Telephony\Country List\291,"CountryCode",0x10001,0x00000123
1492 HKLM,%CurrentVersion%\Telephony\Country List\291,"InternationalRule",,"00EFG"
1493 HKLM,%CurrentVersion%\Telephony\Country List\291,"LongDistanceRule",,"0FG"
1494 HKLM,%CurrentVersion%\Telephony\Country List\291,"Name",,"Eritrea"
1495 HKLM,%CurrentVersion%\Telephony\Country List\291,"SameAreaRule",,"G"
1496
1497 HKLM,%CurrentVersion%\Telephony\Country List\297,"CountryCode",0x10001,0x00000129
1498 HKLM,%CurrentVersion%\Telephony\Country List\297,"InternationalRule",,"00EFG"
1499 HKLM,%CurrentVersion%\Telephony\Country List\297,"LongDistanceRule",,""
1500 HKLM,%CurrentVersion%\Telephony\Country List\297,"Name",,"Aruba"
1501 HKLM,%CurrentVersion%\Telephony\Country List\297,"SameAreaRule",,"G"
1502
1503 HKLM,%CurrentVersion%\Telephony\Country List\298,"CountryCode",0x10001,0x0000012a
1504 HKLM,%CurrentVersion%\Telephony\Country List\298,"InternationalRule",,"009EFG"
1505 HKLM,%CurrentVersion%\Telephony\Country List\298,"LongDistanceRule",,""
1506 HKLM,%CurrentVersion%\Telephony\Country List\298,"Name",,"Faroe Islands"
1507 HKLM,%CurrentVersion%\Telephony\Country List\298,"SameAreaRule",,"G"
1508
1509 HKLM,%CurrentVersion%\Telephony\Country List\299,"CountryCode",0x10001,0x0000012b
1510 HKLM,%CurrentVersion%\Telephony\Country List\299,"InternationalRule",,"009EFG"
1511 HKLM,%CurrentVersion%\Telephony\Country List\299,"LongDistanceRule",,""
1512 HKLM,%CurrentVersion%\Telephony\Country List\299,"Name",,"Greenland"
1513 HKLM,%CurrentVersion%\Telephony\Country List\299,"SameAreaRule",,"G"
1514
1515 HKLM,%CurrentVersion%\Telephony\Country List\30,"CountryCode",0x10001,0x0000001e
1516 HKLM,%CurrentVersion%\Telephony\Country List\30,"InternationalRule",,"00EFG"
1517 HKLM,%CurrentVersion%\Telephony\Country List\30,"LongDistanceRule",,"0FG"
1518 HKLM,%CurrentVersion%\Telephony\Country List\30,"Name",,"Greece"
1519 HKLM,%CurrentVersion%\Telephony\Country List\30,"SameAreaRule",,"G"
1520
1521 HKLM,%CurrentVersion%\Telephony\Country List\31,"CountryCode",0x10001,0x0000001f
1522 HKLM,%CurrentVersion%\Telephony\Country List\31,"InternationalRule",,"00EFG"
1523 HKLM,%CurrentVersion%\Telephony\Country List\31,"LongDistanceRule",,"0FG"
1524 HKLM,%CurrentVersion%\Telephony\Country List\31,"Name",,"Netherlands"
1525 HKLM,%CurrentVersion%\Telephony\Country List\31,"SameAreaRule",,"G"
1526
1527 HKLM,%CurrentVersion%\Telephony\Country List\32,"CountryCode",0x10001,0x00000020
1528 HKLM,%CurrentVersion%\Telephony\Country List\32,"InternationalRule",,"00EFG"
1529 HKLM,%CurrentVersion%\Telephony\Country List\32,"LongDistanceRule",,"0FG"
1530 HKLM,%CurrentVersion%\Telephony\Country List\32,"Name",,"Belgium"
1531 HKLM,%CurrentVersion%\Telephony\Country List\32,"SameAreaRule",,"G"
1532
1533 HKLM,%CurrentVersion%\Telephony\Country List\33,"CountryCode",0x10001,0x00000021
1534 HKLM,%CurrentVersion%\Telephony\Country List\33,"InternationalRule",,"00EFG"
1535 HKLM,%CurrentVersion%\Telephony\Country List\33,"LongDistanceRule",,"0FG"
1536 HKLM,%CurrentVersion%\Telephony\Country List\33,"Name",,"France"
1537 HKLM,%CurrentVersion%\Telephony\Country List\33,"SameAreaRule",,"0FG"
1538
1539 HKLM,%CurrentVersion%\Telephony\Country List\34,"CountryCode",0x10001,0x00000022
1540 HKLM,%CurrentVersion%\Telephony\Country List\34,"InternationalRule",,"00,EFG"
1541 HKLM,%CurrentVersion%\Telephony\Country List\34,"LongDistanceRule",,"IG"
1542 HKLM,%CurrentVersion%\Telephony\Country List\34,"Name",,"Spain"
1543 HKLM,%CurrentVersion%\Telephony\Country List\34,"SameAreaRule",,"IG"
1544
1545 HKLM,%CurrentVersion%\Telephony\Country List\350,"CountryCode",0x10001,0x0000015e
1546 HKLM,%CurrentVersion%\Telephony\Country List\350,"InternationalRule",,"00EFG"
1547 HKLM,%CurrentVersion%\Telephony\Country List\350,"LongDistanceRule",,""
1548 HKLM,%CurrentVersion%\Telephony\Country List\350,"Name",,"Gibraltar"
1549 HKLM,%CurrentVersion%\Telephony\Country List\350,"SameAreaRule",,"G"
1550
1551 HKLM,%CurrentVersion%\Telephony\Country List\351,"CountryCode",0x10001,0x0000015f
1552 HKLM,%CurrentVersion%\Telephony\Country List\351,"InternationalRule",,"00EFG"
1553 HKLM,%CurrentVersion%\Telephony\Country List\351,"LongDistanceRule",,"IG"
1554 HKLM,%CurrentVersion%\Telephony\Country List\351,"Name",,"Portugal"
1555 HKLM,%CurrentVersion%\Telephony\Country List\351,"SameAreaRule",,"IG"
1556
1557 HKLM,%CurrentVersion%\Telephony\Country List\352,"CountryCode",0x10001,0x00000160
1558 HKLM,%CurrentVersion%\Telephony\Country List\352,"InternationalRule",,"00EFG"
1559 HKLM,%CurrentVersion%\Telephony\Country List\352,"LongDistanceRule",,""
1560 HKLM,%CurrentVersion%\Telephony\Country List\352,"Name",,"Luxembourg"
1561 HKLM,%CurrentVersion%\Telephony\Country List\352,"SameAreaRule",,"G"
1562
1563 HKLM,%CurrentVersion%\Telephony\Country List\353,"CountryCode",0x10001,0x00000161
1564 HKLM,%CurrentVersion%\Telephony\Country List\353,"InternationalRule",,"00EFG"
1565 HKLM,%CurrentVersion%\Telephony\Country List\353,"LongDistanceRule",,"0FG"
1566 HKLM,%CurrentVersion%\Telephony\Country List\353,"Name",,"Ireland"
1567 HKLM,%CurrentVersion%\Telephony\Country List\353,"SameAreaRule",,"G"
1568
1569 HKLM,%CurrentVersion%\Telephony\Country List\354,"CountryCode",0x10001,0x00000162
1570 HKLM,%CurrentVersion%\Telephony\Country List\354,"InternationalRule",,"00EFG"
1571 HKLM,%CurrentVersion%\Telephony\Country List\354,"LongDistanceRule",,"0FG"
1572 HKLM,%CurrentVersion%\Telephony\Country List\354,"Name",,"Iceland"
1573 HKLM,%CurrentVersion%\Telephony\Country List\354,"SameAreaRule",,"G"
1574
1575 HKLM,%CurrentVersion%\Telephony\Country List\355,"CountryCode",0x10001,0x00000163
1576 HKLM,%CurrentVersion%\Telephony\Country List\355,"InternationalRule",,"00EFG"
1577 HKLM,%CurrentVersion%\Telephony\Country List\355,"LongDistanceRule",,"0FG"
1578 HKLM,%CurrentVersion%\Telephony\Country List\355,"Name",,"Albania"
1579 HKLM,%CurrentVersion%\Telephony\Country List\355,"SameAreaRule",,"G"
1580
1581 HKLM,%CurrentVersion%\Telephony\Country List\356,"CountryCode",0x10001,0x00000164
1582 HKLM,%CurrentVersion%\Telephony\Country List\356,"InternationalRule",,"00EFG"
1583 HKLM,%CurrentVersion%\Telephony\Country List\356,"LongDistanceRule",,""
1584 HKLM,%CurrentVersion%\Telephony\Country List\356,"Name",,"Malta"
1585 HKLM,%CurrentVersion%\Telephony\Country List\356,"SameAreaRule",,"G"
1586
1587 HKLM,%CurrentVersion%\Telephony\Country List\357,"CountryCode",0x10001,0x00000165
1588 HKLM,%CurrentVersion%\Telephony\Country List\357,"InternationalRule",,"00EFG"
1589 HKLM,%CurrentVersion%\Telephony\Country List\357,"LongDistanceRule",,"0FG"
1590 HKLM,%CurrentVersion%\Telephony\Country List\357,"Name",,"Cyprus"
1591 HKLM,%CurrentVersion%\Telephony\Country List\357,"SameAreaRule",,"G"
1592
1593 HKLM,%CurrentVersion%\Telephony\Country List\358,"CountryCode",0x10001,0x00000166
1594 HKLM,%CurrentVersion%\Telephony\Country List\358,"InternationalRule",,"00EFG"
1595 HKLM,%CurrentVersion%\Telephony\Country List\358,"LongDistanceRule",,"0FG"
1596 HKLM,%CurrentVersion%\Telephony\Country List\358,"Name",,"Finland"
1597 HKLM,%CurrentVersion%\Telephony\Country List\358,"SameAreaRule",,"G"
1598
1599 HKLM,%CurrentVersion%\Telephony\Country List\359,"CountryCode",0x10001,0x00000167
1600 HKLM,%CurrentVersion%\Telephony\Country List\359,"InternationalRule",,"00EFG"
1601 HKLM,%CurrentVersion%\Telephony\Country List\359,"LongDistanceRule",,"0FG"
1602 HKLM,%CurrentVersion%\Telephony\Country List\359,"Name",,"Bulgaria"
1603 HKLM,%CurrentVersion%\Telephony\Country List\359,"SameAreaRule",,"G"
1604
1605 HKLM,%CurrentVersion%\Telephony\Country List\36,"CountryCode",0x10001,0x00000024
1606 HKLM,%CurrentVersion%\Telephony\Country List\36,"InternationalRule",,"00EFG"
1607 HKLM,%CurrentVersion%\Telephony\Country List\36,"LongDistanceRule",," 06,FG"
1608 HKLM,%CurrentVersion%\Telephony\Country List\36,"Name",,"Hungary"
1609 HKLM,%CurrentVersion%\Telephony\Country List\36,"SameAreaRule",,"G"
1610
1611 HKLM,%CurrentVersion%\Telephony\Country List\370,"CountryCode",0x10001,0x00000172
1612 HKLM,%CurrentVersion%\Telephony\Country List\370,"InternationalRule",,"8W10EFG"
1613 HKLM,%CurrentVersion%\Telephony\Country List\370,"LongDistanceRule",," 8WFG"
1614 HKLM,%CurrentVersion%\Telephony\Country List\370,"Name",,"Lithuania"
1615 HKLM,%CurrentVersion%\Telephony\Country List\370,"SameAreaRule",,"G"
1616
1617 HKLM,%CurrentVersion%\Telephony\Country List\371,"CountryCode",0x10001,0x00000173
1618 HKLM,%CurrentVersion%\Telephony\Country List\371,"InternationalRule",,"00EFG"
1619 HKLM,%CurrentVersion%\Telephony\Country List\371,"LongDistanceRule",," 8,FG"
1620 HKLM,%CurrentVersion%\Telephony\Country List\371,"Name",,"Latvia"
1621 HKLM,%CurrentVersion%\Telephony\Country List\371,"SameAreaRule",,"G"
1622
1623 HKLM,%CurrentVersion%\Telephony\Country List\372,"CountryCode",0x10001,0x00000174
1624 HKLM,%CurrentVersion%\Telephony\Country List\372,"InternationalRule",,"8,00EFG"
1625 HKLM,%CurrentVersion%\Telephony\Country List\372,"LongDistanceRule",," 8,2IG"
1626 HKLM,%CurrentVersion%\Telephony\Country List\372,"Name",,"Estonia"
1627 HKLM,%CurrentVersion%\Telephony\Country List\372,"SameAreaRule",,"G"
1628
1629 HKLM,%CurrentVersion%\Telephony\Country List\373,"CountryCode",0x10001,0x00000175
1630 HKLM,%CurrentVersion%\Telephony\Country List\373,"InternationalRule",,"8W10EFG"
1631 HKLM,%CurrentVersion%\Telephony\Country List\373,"LongDistanceRule",," 8WFG"
1632 HKLM,%CurrentVersion%\Telephony\Country List\373,"Name",,"Moldova"
1633 HKLM,%CurrentVersion%\Telephony\Country List\373,"SameAreaRule",,"G"
1634
1635 HKLM,%CurrentVersion%\Telephony\Country List\374,"CountryCode",0x10001,0x00000176
1636 HKLM,%CurrentVersion%\Telephony\Country List\374,"InternationalRule",,"8,10EFG"
1637 HKLM,%CurrentVersion%\Telephony\Country List\374,"LongDistanceRule",," 8,IG"
1638 HKLM,%CurrentVersion%\Telephony\Country List\374,"Name",,"Armenia"
1639 HKLM,%CurrentVersion%\Telephony\Country List\374,"SameAreaRule",,"G"
1640
1641 HKLM,%CurrentVersion%\Telephony\Country List\375,"CountryCode",0x10001,0x00000177
1642 HKLM,%CurrentVersion%\Telephony\Country List\375,"InternationalRule",,"8W10EFG"
1643 HKLM,%CurrentVersion%\Telephony\Country List\375,"LongDistanceRule",," 8WFG"
1644 HKLM,%CurrentVersion%\Telephony\Country List\375,"Name",,"Belarus"
1645 HKLM,%CurrentVersion%\Telephony\Country List\375,"SameAreaRule",,"G"
1646
1647 HKLM,%CurrentVersion%\Telephony\Country List\376,"CountryCode",0x10001,0x00000178
1648 HKLM,%CurrentVersion%\Telephony\Country List\376,"InternationalRule",,"00EFG"
1649 HKLM,%CurrentVersion%\Telephony\Country List\376,"LongDistanceRule",,""
1650 HKLM,%CurrentVersion%\Telephony\Country List\376,"Name",,"Andorra"
1651 HKLM,%CurrentVersion%\Telephony\Country List\376,"SameAreaRule",,"G"
1652
1653 HKLM,%CurrentVersion%\Telephony\Country List\377,"CountryCode",0x10001,0x00000179
1654 HKLM,%CurrentVersion%\Telephony\Country List\377,"InternationalRule",,"00EFG"
1655 HKLM,%CurrentVersion%\Telephony\Country List\377,"LongDistanceRule",,""
1656 HKLM,%CurrentVersion%\Telephony\Country List\377,"Name",,"Monaco"
1657 HKLM,%CurrentVersion%\Telephony\Country List\377,"SameAreaRule",,"G"
1658
1659 HKLM,%CurrentVersion%\Telephony\Country List\378,"CountryCode",0x10001,0x0000017a
1660 HKLM,%CurrentVersion%\Telephony\Country List\378,"InternationalRule",,"00EFG"
1661 HKLM,%CurrentVersion%\Telephony\Country List\378,"LongDistanceRule",,"IG"
1662 HKLM,%CurrentVersion%\Telephony\Country List\378,"Name",,"San Marino"
1663 HKLM,%CurrentVersion%\Telephony\Country List\378,"SameAreaRule",,"IG"
1664
1665 HKLM,%CurrentVersion%\Telephony\Country List\379,"CountryCode",0x10001,0x00000027
1666 HKLM,%CurrentVersion%\Telephony\Country List\379,"InternationalRule",,"00EFG"
1667 HKLM,%CurrentVersion%\Telephony\Country List\379,"LongDistanceRule",,"IG"
1668 HKLM,%CurrentVersion%\Telephony\Country List\379,"Name",,"Vatican City"
1669 HKLM,%CurrentVersion%\Telephony\Country List\379,"SameAreaRule",,"IG"
1670
1671 HKLM,%CurrentVersion%\Telephony\Country List\380,"CountryCode",0x10001,0x0000017c
1672 HKLM,%CurrentVersion%\Telephony\Country List\380,"InternationalRule",,"8W10EFG"
1673 HKLM,%CurrentVersion%\Telephony\Country List\380,"LongDistanceRule",," 8WFG"
1674 HKLM,%CurrentVersion%\Telephony\Country List\380,"Name",,"Ukraine"
1675 HKLM,%CurrentVersion%\Telephony\Country List\380,"SameAreaRule",,"G"
1676
1677 HKLM,%CurrentVersion%\Telephony\Country List\381,"CountryCode",0x10001,0x0000017d
1678 HKLM,%CurrentVersion%\Telephony\Country List\381,"InternationalRule",,"99EFG"
1679 HKLM,%CurrentVersion%\Telephony\Country List\381,"LongDistanceRule",,"0FG"
1680 HKLM,%CurrentVersion%\Telephony\Country List\381,"Name",,"Yugoslavia"
1681 HKLM,%CurrentVersion%\Telephony\Country List\381,"SameAreaRule",,"G"
1682
1683 HKLM,%CurrentVersion%\Telephony\Country List\385,"CountryCode",0x10001,0x00000181
1684 HKLM,%CurrentVersion%\Telephony\Country List\385,"InternationalRule",,"00EFG"
1685 HKLM,%CurrentVersion%\Telephony\Country List\385,"LongDistanceRule",,"0FG"
1686 HKLM,%CurrentVersion%\Telephony\Country List\385,"Name",,"Croatia"
1687 HKLM,%CurrentVersion%\Telephony\Country List\385,"SameAreaRule",,"G"
1688
1689 HKLM,%CurrentVersion%\Telephony\Country List\386,"CountryCode",0x10001,0x00000182
1690 HKLM,%CurrentVersion%\Telephony\Country List\386,"InternationalRule",,"00EFG"
1691 HKLM,%CurrentVersion%\Telephony\Country List\386,"LongDistanceRule",,"0FG"
1692 HKLM,%CurrentVersion%\Telephony\Country List\386,"Name",,"Slovenia"
1693 HKLM,%CurrentVersion%\Telephony\Country List\386,"SameAreaRule",,"G"
1694
1695 HKLM,%CurrentVersion%\Telephony\Country List\387,"CountryCode",0x10001,0x00000183
1696 HKLM,%CurrentVersion%\Telephony\Country List\387,"InternationalRule",,"00EFG"
1697 HKLM,%CurrentVersion%\Telephony\Country List\387,"LongDistanceRule",,"0FG"
1698 HKLM,%CurrentVersion%\Telephony\Country List\387,"Name",,"Bosnia and Herzegovina"
1699 HKLM,%CurrentVersion%\Telephony\Country List\387,"SameAreaRule",,"G"
1700
1701 HKLM,%CurrentVersion%\Telephony\Country List\389,"CountryCode",0x10001,0x00000185
1702 HKLM,%CurrentVersion%\Telephony\Country List\389,"InternationalRule",,"99EFG"
1703 HKLM,%CurrentVersion%\Telephony\Country List\389,"LongDistanceRule",,"0FG"
1704 HKLM,%CurrentVersion%\Telephony\Country List\389,"Name",,"F.Y.R.O.M. (Former Yugoslav Republic of Macedonia)"
1705 HKLM,%CurrentVersion%\Telephony\Country List\389,"SameAreaRule",,"G"
1706
1707 HKLM,%CurrentVersion%\Telephony\Country List\39,"CountryCode",0x10001,0x00000027
1708 HKLM,%CurrentVersion%\Telephony\Country List\39,"InternationalRule",,"00EFG"
1709 HKLM,%CurrentVersion%\Telephony\Country List\39,"LongDistanceRule",,"IG"
1710 HKLM,%CurrentVersion%\Telephony\Country List\39,"Name",,"Italy"
1711 HKLM,%CurrentVersion%\Telephony\Country List\39,"SameAreaRule",,"IG"
1712
1713 HKLM,%CurrentVersion%\Telephony\Country List\40,"CountryCode",0x10001,0x00000028
1714 HKLM,%CurrentVersion%\Telephony\Country List\40,"InternationalRule",,"00EFG"
1715 HKLM,%CurrentVersion%\Telephony\Country List\40,"LongDistanceRule",," 0FG"
1716 HKLM,%CurrentVersion%\Telephony\Country List\40,"Name",,"Romania"
1717 HKLM,%CurrentVersion%\Telephony\Country List\40,"SameAreaRule",,"G"
1718
1719 HKLM,%CurrentVersion%\Telephony\Country List\41,"CountryCode",0x10001,0x00000029
1720 HKLM,%CurrentVersion%\Telephony\Country List\41,"InternationalRule",,"00EFG"
1721 HKLM,%CurrentVersion%\Telephony\Country List\41,"LongDistanceRule",,"0FG"
1722 HKLM,%CurrentVersion%\Telephony\Country List\41,"Name",,"Switzerland"
1723 HKLM,%CurrentVersion%\Telephony\Country List\41,"SameAreaRule",,"G"
1724
1725 HKLM,%CurrentVersion%\Telephony\Country List\420,"CountryCode",0x10001,0x000001a4
1726 HKLM,%CurrentVersion%\Telephony\Country List\420,"InternationalRule",,"00EFG"
1727 HKLM,%CurrentVersion%\Telephony\Country List\420,"LongDistanceRule",,"0FG"
1728 HKLM,%CurrentVersion%\Telephony\Country List\420,"Name",,"Czech Republic"
1729 HKLM,%CurrentVersion%\Telephony\Country List\420,"SameAreaRule",,"G"
1730
1731 HKLM,%CurrentVersion%\Telephony\Country List\421,"CountryCode",0x10001,0x000001a5
1732 HKLM,%CurrentVersion%\Telephony\Country List\421,"InternationalRule",,"00EFG"
1733 HKLM,%CurrentVersion%\Telephony\Country List\421,"LongDistanceRule",,"0FG"
1734 HKLM,%CurrentVersion%\Telephony\Country List\421,"Name",,"Slovakia"
1735 HKLM,%CurrentVersion%\Telephony\Country List\421,"SameAreaRule",,"G"
1736
1737 HKLM,%CurrentVersion%\Telephony\Country List\423,"CountryCode",0x10001,0x000001a7
1738 HKLM,%CurrentVersion%\Telephony\Country List\423,"InternationalRule",,"00EFG"
1739 HKLM,%CurrentVersion%\Telephony\Country List\423,"LongDistanceRule",,"G"
1740 HKLM,%CurrentVersion%\Telephony\Country List\423,"Name",,"Liechtenstein"
1741 HKLM,%CurrentVersion%\Telephony\Country List\423,"SameAreaRule",,"G"
1742
1743 HKLM,%CurrentVersion%\Telephony\Country List\43,"CountryCode",0x10001,0x0000002b
1744 HKLM,%CurrentVersion%\Telephony\Country List\43,"InternationalRule",,"00EFG"
1745 HKLM,%CurrentVersion%\Telephony\Country List\43,"LongDistanceRule",,"0FG"
1746 HKLM,%CurrentVersion%\Telephony\Country List\43,"Name",,"Austria"
1747 HKLM,%CurrentVersion%\Telephony\Country List\43,"SameAreaRule",,"G"
1748
1749 HKLM,%CurrentVersion%\Telephony\Country List\44,"CountryCode",0x10001,0x0000002c
1750 HKLM,%CurrentVersion%\Telephony\Country List\44,"InternationalRule",,"00EFG"
1751 HKLM,%CurrentVersion%\Telephony\Country List\44,"LongDistanceRule",,"0FG"
1752 HKLM,%CurrentVersion%\Telephony\Country List\44,"Name",,"United Kingdom"
1753 HKLM,%CurrentVersion%\Telephony\Country List\44,"SameAreaRule",,"G"
1754
1755 HKLM,%CurrentVersion%\Telephony\Country List\45,"CountryCode",0x10001,0x0000002d
1756 HKLM,%CurrentVersion%\Telephony\Country List\45,"InternationalRule",,"00EFG"
1757 HKLM,%CurrentVersion%\Telephony\Country List\45,"LongDistanceRule",,""
1758 HKLM,%CurrentVersion%\Telephony\Country List\45,"Name",,"Denmark"
1759 HKLM,%CurrentVersion%\Telephony\Country List\45,"SameAreaRule",,"G"
1760
1761 HKLM,%CurrentVersion%\Telephony\Country List\46,"CountryCode",0x10001,0x0000002e
1762 HKLM,%CurrentVersion%\Telephony\Country List\46,"InternationalRule",,"00EFG"
1763 HKLM,%CurrentVersion%\Telephony\Country List\46,"LongDistanceRule",,"0FG"
1764 HKLM,%CurrentVersion%\Telephony\Country List\46,"Name",,"Sweden"
1765 HKLM,%CurrentVersion%\Telephony\Country List\46,"SameAreaRule",,"G"
1766
1767 HKLM,%CurrentVersion%\Telephony\Country List\47,"CountryCode",0x10001,0x0000002f
1768 HKLM,%CurrentVersion%\Telephony\Country List\47,"InternationalRule",,"00EFG"
1769 HKLM,%CurrentVersion%\Telephony\Country List\47,"LongDistanceRule",,""
1770 HKLM,%CurrentVersion%\Telephony\Country List\47,"Name",,"Norway"
1771 HKLM,%CurrentVersion%\Telephony\Country List\47,"SameAreaRule",,"G"
1772
1773 HKLM,%CurrentVersion%\Telephony\Country List\48,"CountryCode",0x10001,0x00000030
1774 HKLM,%CurrentVersion%\Telephony\Country List\48,"InternationalRule",,"00EFG"
1775 HKLM,%CurrentVersion%\Telephony\Country List\48,"LongDistanceRule",,"0FG"
1776 HKLM,%CurrentVersion%\Telephony\Country List\48,"Name",,"Poland"
1777 HKLM,%CurrentVersion%\Telephony\Country List\48,"SameAreaRule",,"G"
1778
1779 HKLM,%CurrentVersion%\Telephony\Country List\49,"CountryCode",0x10001,0x00000031
1780 HKLM,%CurrentVersion%\Telephony\Country List\49,"InternationalRule",,"00EFG"
1781 HKLM,%CurrentVersion%\Telephony\Country List\49,"LongDistanceRule",,"0FG"
1782 HKLM,%CurrentVersion%\Telephony\Country List\49,"Name",,"Germany"
1783 HKLM,%CurrentVersion%\Telephony\Country List\49,"SameAreaRule",,"G"
1784
1785 HKLM,%CurrentVersion%\Telephony\Country List\500,"CountryCode",0x10001,0x000001f4
1786 HKLM,%CurrentVersion%\Telephony\Country List\500,"InternationalRule",,"0EFG"
1787 HKLM,%CurrentVersion%\Telephony\Country List\500,"LongDistanceRule",,""
1788 HKLM,%CurrentVersion%\Telephony\Country List\500,"Name",,"Falkland Islands (Islas Malvinas)"
1789 HKLM,%CurrentVersion%\Telephony\Country List\500,"SameAreaRule",,"G"
1790
1791 HKLM,%CurrentVersion%\Telephony\Country List\501,"CountryCode",0x10001,0x000001f5
1792 HKLM,%CurrentVersion%\Telephony\Country List\501,"InternationalRule",,"00EFG"
1793 HKLM,%CurrentVersion%\Telephony\Country List\501,"LongDistanceRule",,"0FG"
1794 HKLM,%CurrentVersion%\Telephony\Country List\501,"Name",,"Belize"
1795 HKLM,%CurrentVersion%\Telephony\Country List\501,"SameAreaRule",,"G"
1796
1797 HKLM,%CurrentVersion%\Telephony\Country List\502,"CountryCode",0x10001,0x000001f6
1798 HKLM,%CurrentVersion%\Telephony\Country List\502,"InternationalRule",,"00EFG"
1799 HKLM,%CurrentVersion%\Telephony\Country List\502,"LongDistanceRule",,"0FG"
1800 HKLM,%CurrentVersion%\Telephony\Country List\502,"Name",,"Guatemala"
1801 HKLM,%CurrentVersion%\Telephony\Country List\502,"SameAreaRule",,"G"
1802
1803 HKLM,%CurrentVersion%\Telephony\Country List\503,"CountryCode",0x10001,0x000001f7
1804 HKLM,%CurrentVersion%\Telephony\Country List\503,"InternationalRule",,"0EFG"
1805 HKLM,%CurrentVersion%\Telephony\Country List\503,"LongDistanceRule",,""
1806 HKLM,%CurrentVersion%\Telephony\Country List\503,"Name",,"El Salvador"
1807 HKLM,%CurrentVersion%\Telephony\Country List\503,"SameAreaRule",,"G"
1808
1809 HKLM,%CurrentVersion%\Telephony\Country List\504,"CountryCode",0x10001,0x000001f8
1810 HKLM,%CurrentVersion%\Telephony\Country List\504,"InternationalRule",,"00EFG"
1811 HKLM,%CurrentVersion%\Telephony\Country List\504,"LongDistanceRule",,""
1812 HKLM,%CurrentVersion%\Telephony\Country List\504,"Name",,"Honduras"
1813 HKLM,%CurrentVersion%\Telephony\Country List\504,"SameAreaRule",,"G"
1814
1815 HKLM,%CurrentVersion%\Telephony\Country List\505,"CountryCode",0x10001,0x000001f9
1816 HKLM,%CurrentVersion%\Telephony\Country List\505,"InternationalRule",,"00EFG"
1817 HKLM,%CurrentVersion%\Telephony\Country List\505,"LongDistanceRule",,"0FG"
1818 HKLM,%CurrentVersion%\Telephony\Country List\505,"Name",,"Nicaragua"
1819 HKLM,%CurrentVersion%\Telephony\Country List\505,"SameAreaRule",,"G"
1820
1821 HKLM,%CurrentVersion%\Telephony\Country List\506,"CountryCode",0x10001,0x000001fa
1822 HKLM,%CurrentVersion%\Telephony\Country List\506,"InternationalRule",,"00EFG"
1823 HKLM,%CurrentVersion%\Telephony\Country List\506,"LongDistanceRule",,""
1824 HKLM,%CurrentVersion%\Telephony\Country List\506,"Name",,"Costa Rica"
1825 HKLM,%CurrentVersion%\Telephony\Country List\506,"SameAreaRule",,"G"
1826
1827 HKLM,%CurrentVersion%\Telephony\Country List\507,"CountryCode",0x10001,0x000001fb
1828 HKLM,%CurrentVersion%\Telephony\Country List\507,"InternationalRule",,"00EFG"
1829 HKLM,%CurrentVersion%\Telephony\Country List\507,"LongDistanceRule",,""
1830 HKLM,%CurrentVersion%\Telephony\Country List\507,"Name",,"Panama"
1831 HKLM,%CurrentVersion%\Telephony\Country List\507,"SameAreaRule",,"G"
1832
1833 HKLM,%CurrentVersion%\Telephony\Country List\508,"CountryCode",0x10001,0x000001fc
1834 HKLM,%CurrentVersion%\Telephony\Country List\508,"InternationalRule",,"00,EFG"
1835 HKLM,%CurrentVersion%\Telephony\Country List\508,"LongDistanceRule",,""
1836 HKLM,%CurrentVersion%\Telephony\Country List\508,"Name",,"St. Pierre and Miquelon"
1837 HKLM,%CurrentVersion%\Telephony\Country List\508,"SameAreaRule",,"G"
1838
1839 HKLM,%CurrentVersion%\Telephony\Country List\509,"CountryCode",0x10001,0x000001fd
1840 HKLM,%CurrentVersion%\Telephony\Country List\509,"InternationalRule",,"00EFG"
1841 HKLM,%CurrentVersion%\Telephony\Country List\509,"LongDistanceRule",,""
1842 HKLM,%CurrentVersion%\Telephony\Country List\509,"Name",,"Haiti"
1843 HKLM,%CurrentVersion%\Telephony\Country List\509,"SameAreaRule",,"G"
1844
1845 HKLM,%CurrentVersion%\Telephony\Country List\51,"CountryCode",0x10001,0x00000033
1846 HKLM,%CurrentVersion%\Telephony\Country List\51,"InternationalRule",,"00EFG"
1847 HKLM,%CurrentVersion%\Telephony\Country List\51,"LongDistanceRule",,"0FG"
1848 HKLM,%CurrentVersion%\Telephony\Country List\51,"Name",,"Peru"
1849 HKLM,%CurrentVersion%\Telephony\Country List\51,"SameAreaRule",,"G"
1850
1851 HKLM,%CurrentVersion%\Telephony\Country List\52,"CountryCode",0x10001,0x00000034
1852 HKLM,%CurrentVersion%\Telephony\Country List\52,"InternationalRule",,"00EFG"
1853 HKLM,%CurrentVersion%\Telephony\Country List\52,"LongDistanceRule",," 01FG"
1854 HKLM,%CurrentVersion%\Telephony\Country List\52,"Name",,"Mexico"
1855 HKLM,%CurrentVersion%\Telephony\Country List\52,"SameAreaRule",,"G"
1856
1857 HKLM,%CurrentVersion%\Telephony\Country List\53,"CountryCode",0x10001,0x00000035
1858 HKLM,%CurrentVersion%\Telephony\Country List\53,"InternationalRule",,"119EFG"
1859 HKLM,%CurrentVersion%\Telephony\Country List\53,"LongDistanceRule",,"0FG"
1860 HKLM,%CurrentVersion%\Telephony\Country List\53,"Name",,"Cuba"
1861 HKLM,%CurrentVersion%\Telephony\Country List\53,"SameAreaRule",,"G"
1862
1863 HKLM,%CurrentVersion%\Telephony\Country List\5399,"CountryCode",0x10001,0x00000035
1864 HKLM,%CurrentVersion%\Telephony\Country List\5399,"InternationalRule",,"00EFG"
1865 HKLM,%CurrentVersion%\Telephony\Country List\5399,"LongDistanceRule",,"0FG"
1866 HKLM,%CurrentVersion%\Telephony\Country List\5399,"Name",,"Guantanamo Bay"
1867 HKLM,%CurrentVersion%\Telephony\Country List\5399,"SameAreaRule",,"G"
1868
1869 HKLM,%CurrentVersion%\Telephony\Country List\54,"CountryCode",0x10001,0x00000036
1870 HKLM,%CurrentVersion%\Telephony\Country List\54,"InternationalRule",,"00EFG"
1871 HKLM,%CurrentVersion%\Telephony\Country List\54,"LongDistanceRule",,"0FG"
1872 HKLM,%CurrentVersion%\Telephony\Country List\54,"Name",,"Argentina"
1873 HKLM,%CurrentVersion%\Telephony\Country List\54,"SameAreaRule",,"G"
1874
1875 HKLM,%CurrentVersion%\Telephony\Country List\55,"CountryCode",0x10001,0x00000037
1876 HKLM,%CurrentVersion%\Telephony\Country List\55,"InternationalRule",,"00EFG"
1877 HKLM,%CurrentVersion%\Telephony\Country List\55,"LongDistanceRule",,"0FG"
1878 HKLM,%CurrentVersion%\Telephony\Country List\55,"Name",,"Brazil"
1879 HKLM,%CurrentVersion%\Telephony\Country List\55,"SameAreaRule",,"G"
1880
1881 HKLM,%CurrentVersion%\Telephony\Country List\56,"CountryCode",0x10001,0x00000038
1882 HKLM,%CurrentVersion%\Telephony\Country List\56,"InternationalRule",,"00EFG"
1883 HKLM,%CurrentVersion%\Telephony\Country List\56,"LongDistanceRule",,"FG"
1884 HKLM,%CurrentVersion%\Telephony\Country List\56,"Name",,"Chile"
1885 HKLM,%CurrentVersion%\Telephony\Country List\56,"SameAreaRule",,"G"
1886
1887 HKLM,%CurrentVersion%\Telephony\Country List\57,"CountryCode",0x10001,0x00000039
1888 HKLM,%CurrentVersion%\Telephony\Country List\57,"InternationalRule",,"009EFG"
1889 HKLM,%CurrentVersion%\Telephony\Country List\57,"LongDistanceRule",,"09FG"
1890 HKLM,%CurrentVersion%\Telephony\Country List\57,"Name",,"Colombia"
1891 HKLM,%CurrentVersion%\Telephony\Country List\57,"SameAreaRule",,"G"
1892
1893 HKLM,%CurrentVersion%\Telephony\Country List\58,"CountryCode",0x10001,0x0000003a
1894 HKLM,%CurrentVersion%\Telephony\Country List\58,"InternationalRule",,"00EFG"
1895 HKLM,%CurrentVersion%\Telephony\Country List\58,"LongDistanceRule",,"0FG"
1896 HKLM,%CurrentVersion%\Telephony\Country List\58,"Name",,"Venezuela"
1897 HKLM,%CurrentVersion%\Telephony\Country List\58,"SameAreaRule",,"G"
1898
1899 HKLM,%CurrentVersion%\Telephony\Country List\590,"CountryCode",0x10001,0x0000024e
1900 HKLM,%CurrentVersion%\Telephony\Country List\590,"InternationalRule",,"00,EFG"
1901 HKLM,%CurrentVersion%\Telephony\Country List\590,"LongDistanceRule",,""
1902 HKLM,%CurrentVersion%\Telephony\Country List\590,"Name",,"Guadeloupe"
1903 HKLM,%CurrentVersion%\Telephony\Country List\590,"SameAreaRule",,"G"
1904
1905 HKLM,%CurrentVersion%\Telephony\Country List\5901,"CountryCode",0x10001,0x0000024e
1906 HKLM,%CurrentVersion%\Telephony\Country List\5901,"InternationalRule",,"00,EFG"
1907 HKLM,%CurrentVersion%\Telephony\Country List\5901,"LongDistanceRule",,""
1908 HKLM,%CurrentVersion%\Telephony\Country List\5901,"Name",,"French Antilles"
1909 HKLM,%CurrentVersion%\Telephony\Country List\5901,"SameAreaRule",,"G"
1910
1911 HKLM,%CurrentVersion%\Telephony\Country List\591,"CountryCode",0x10001,0x0000024f
1912 HKLM,%CurrentVersion%\Telephony\Country List\591,"InternationalRule",,"00EFG"
1913 HKLM,%CurrentVersion%\Telephony\Country List\591,"LongDistanceRule",,"0FG"
1914 HKLM,%CurrentVersion%\Telephony\Country List\591,"Name",,"Bolivia"
1915 HKLM,%CurrentVersion%\Telephony\Country List\591,"SameAreaRule",,"G"
1916
1917 HKLM,%CurrentVersion%\Telephony\Country List\592,"CountryCode",0x10001,0x00000250
1918 HKLM,%CurrentVersion%\Telephony\Country List\592,"InternationalRule",,"001EFG"
1919 HKLM,%CurrentVersion%\Telephony\Country List\592,"LongDistanceRule",,"0FG"
1920 HKLM,%CurrentVersion%\Telephony\Country List\592,"Name",,"Guyana"
1921 HKLM,%CurrentVersion%\Telephony\Country List\592,"SameAreaRule",,"G"
1922
1923 HKLM,%CurrentVersion%\Telephony\Country List\593,"CountryCode",0x10001,0x00000251
1924 HKLM,%CurrentVersion%\Telephony\Country List\593,"InternationalRule",,"00EFG"
1925 HKLM,%CurrentVersion%\Telephony\Country List\593,"LongDistanceRule",,"0FG"
1926 HKLM,%CurrentVersion%\Telephony\Country List\593,"Name",,"Ecuador"
1927 HKLM,%CurrentVersion%\Telephony\Country List\593,"SameAreaRule",,"G"
1928
1929 HKLM,%CurrentVersion%\Telephony\Country List\594,"CountryCode",0x10001,0x00000252
1930 HKLM,%CurrentVersion%\Telephony\Country List\594,"InternationalRule",,"00,EFG"
1931 HKLM,%CurrentVersion%\Telephony\Country List\594,"LongDistanceRule",,""
1932 HKLM,%CurrentVersion%\Telephony\Country List\594,"Name",,"French Guiana"
1933 HKLM,%CurrentVersion%\Telephony\Country List\594,"SameAreaRule",,"G"
1934
1935 HKLM,%CurrentVersion%\Telephony\Country List\595,"CountryCode",0x10001,0x00000253
1936 HKLM,%CurrentVersion%\Telephony\Country List\595,"InternationalRule",,"00EFG"
1937 HKLM,%CurrentVersion%\Telephony\Country List\595,"LongDistanceRule",,"0FG"
1938 HKLM,%CurrentVersion%\Telephony\Country List\595,"Name",,"Paraguay"
1939 HKLM,%CurrentVersion%\Telephony\Country List\595,"SameAreaRule",,"G"
1940
1941 HKLM,%CurrentVersion%\Telephony\Country List\596,"CountryCode",0x10001,0x00000254
1942 HKLM,%CurrentVersion%\Telephony\Country List\596,"InternationalRule",,"00,EFG"
1943 HKLM,%CurrentVersion%\Telephony\Country List\596,"LongDistanceRule",,""
1944 HKLM,%CurrentVersion%\Telephony\Country List\596,"Name",,"Martinique"
1945 HKLM,%CurrentVersion%\Telephony\Country List\596,"SameAreaRule",,"G"
1946
1947 HKLM,%CurrentVersion%\Telephony\Country List\597,"CountryCode",0x10001,0x00000255
1948 HKLM,%CurrentVersion%\Telephony\Country List\597,"InternationalRule",,"00EFG"
1949 HKLM,%CurrentVersion%\Telephony\Country List\597,"LongDistanceRule",,""
1950 HKLM,%CurrentVersion%\Telephony\Country List\597,"Name",,"Suriname"
1951 HKLM,%CurrentVersion%\Telephony\Country List\597,"SameAreaRule",,"G"
1952
1953 HKLM,%CurrentVersion%\Telephony\Country List\598,"CountryCode",0x10001,0x00000256
1954 HKLM,%CurrentVersion%\Telephony\Country List\598,"InternationalRule",,"00EFG"
1955 HKLM,%CurrentVersion%\Telephony\Country List\598,"LongDistanceRule",,"0FG"
1956 HKLM,%CurrentVersion%\Telephony\Country List\598,"Name",,"Uruguay"
1957 HKLM,%CurrentVersion%\Telephony\Country List\598,"SameAreaRule",,"G"
1958
1959 HKLM,%CurrentVersion%\Telephony\Country List\599,"CountryCode",0x10001,0x00000257
1960 HKLM,%CurrentVersion%\Telephony\Country List\599,"InternationalRule",,"00EFG"
1961 HKLM,%CurrentVersion%\Telephony\Country List\599,"LongDistanceRule",,"0FG"
1962 HKLM,%CurrentVersion%\Telephony\Country List\599,"Name",,"Netherlands Antilles"
1963 HKLM,%CurrentVersion%\Telephony\Country List\599,"SameAreaRule",,"G"
1964
1965 HKLM,%CurrentVersion%\Telephony\Country List\60,"CountryCode",0x10001,0x0000003c
1966 HKLM,%CurrentVersion%\Telephony\Country List\60,"InternationalRule",,"00EFG"
1967 HKLM,%CurrentVersion%\Telephony\Country List\60,"LongDistanceRule",,""
1968 HKLM,%CurrentVersion%\Telephony\Country List\60,"Name",,"Malaysia"
1969 HKLM,%CurrentVersion%\Telephony\Country List\60,"SameAreaRule",,"G"
1970
1971 HKLM,%CurrentVersion%\Telephony\Country List\61,"CountryCode",0x10001,0x0000003d
1972 HKLM,%CurrentVersion%\Telephony\Country List\61,"InternationalRule",,"0011EFG"
1973 HKLM,%CurrentVersion%\Telephony\Country List\61,"LongDistanceRule",," 0FG"
1974 HKLM,%CurrentVersion%\Telephony\Country List\61,"Name",,"Australia"
1975 HKLM,%CurrentVersion%\Telephony\Country List\61,"SameAreaRule",,"G"
1976
1977 HKLM,%CurrentVersion%\Telephony\Country List\6101,"CountryCode",0x10001,0x0000003d
1978 HKLM,%CurrentVersion%\Telephony\Country List\6101,"InternationalRule",,"00EFG"
1979 HKLM,%CurrentVersion%\Telephony\Country List\6101,"LongDistanceRule",," 0FG"
1980 HKLM,%CurrentVersion%\Telephony\Country List\6101,"Name",,"Cocos-Keeling Islands"
1981 HKLM,%CurrentVersion%\Telephony\Country List\6101,"SameAreaRule",,"G"
1982
1983 HKLM,%CurrentVersion%\Telephony\Country List\62,"CountryCode",0x10001,0x0000003e
1984 HKLM,%CurrentVersion%\Telephony\Country List\62,"InternationalRule",,"001EFG"
1985 HKLM,%CurrentVersion%\Telephony\Country List\62,"LongDistanceRule",,"0FG"
1986 HKLM,%CurrentVersion%\Telephony\Country List\62,"Name",,"Indonesia"
1987 HKLM,%CurrentVersion%\Telephony\Country List\62,"SameAreaRule",,"G"
1988
1989 HKLM,%CurrentVersion%\Telephony\Country List\63,"CountryCode",0x10001,0x0000003f
1990 HKLM,%CurrentVersion%\Telephony\Country List\63,"InternationalRule",,"00EFG"
1991 HKLM,%CurrentVersion%\Telephony\Country List\63,"LongDistanceRule",,"0FG"
1992 HKLM,%CurrentVersion%\Telephony\Country List\63,"Name",,"Philippines"
1993 HKLM,%CurrentVersion%\Telephony\Country List\63,"SameAreaRule",,"G"
1994
1995 HKLM,%CurrentVersion%\Telephony\Country List\64,"CountryCode",0x10001,0x00000040
1996 HKLM,%CurrentVersion%\Telephony\Country List\64,"InternationalRule",,"00EFG"
1997 HKLM,%CurrentVersion%\Telephony\Country List\64,"LongDistanceRule",,"0FG"
1998 HKLM,%CurrentVersion%\Telephony\Country List\64,"Name",,"New Zealand"
1999 HKLM,%CurrentVersion%\Telephony\Country List\64,"SameAreaRule",,"G"
2000
2001 HKLM,%CurrentVersion%\Telephony\Country List\65,"CountryCode",0x10001,0x00000041
2002 HKLM,%CurrentVersion%\Telephony\Country List\65,"InternationalRule",,"001EFG"
2003 HKLM,%CurrentVersion%\Telephony\Country List\65,"LongDistanceRule",,""
2004 HKLM,%CurrentVersion%\Telephony\Country List\65,"Name",,"Singapore"
2005 HKLM,%CurrentVersion%\Telephony\Country List\65,"SameAreaRule",,"G"
2006
2007 HKLM,%CurrentVersion%\Telephony\Country List\66,"CountryCode",0x10001,0x00000042
2008 HKLM,%CurrentVersion%\Telephony\Country List\66,"InternationalRule",,"001EFG"
2009 HKLM,%CurrentVersion%\Telephony\Country List\66,"LongDistanceRule",,"0FG"
2010 HKLM,%CurrentVersion%\Telephony\Country List\66,"Name",,"Thailand"
2011 HKLM,%CurrentVersion%\Telephony\Country List\66,"SameAreaRule",,"G"
2012
2013 HKLM,%CurrentVersion%\Telephony\Country List\670,"CountryCode",0x10001,0x0000029e
2014 HKLM,%CurrentVersion%\Telephony\Country List\670,"InternationalRule",,"011EFG"
2015 HKLM,%CurrentVersion%\Telephony\Country List\670,"LongDistanceRule",," 1FG"
2016 HKLM,%CurrentVersion%\Telephony\Country List\670,"Name",,"Saipan Island"
2017 HKLM,%CurrentVersion%\Telephony\Country List\670,"SameAreaRule",,"G"
2018
2019 HKLM,%CurrentVersion%\Telephony\Country List\6701,"CountryCode",0x10001,0x0000029e
2020 HKLM,%CurrentVersion%\Telephony\Country List\6701,"InternationalRule",,"011EFG"
2021 HKLM,%CurrentVersion%\Telephony\Country List\6701,"LongDistanceRule",," 1FG"
2022 HKLM,%CurrentVersion%\Telephony\Country List\6701,"Name",,"Rota Island"
2023 HKLM,%CurrentVersion%\Telephony\Country List\6701,"SameAreaRule",,"G"
2024
2025 HKLM,%CurrentVersion%\Telephony\Country List\6702,"CountryCode",0x10001,0x0000029e
2026 HKLM,%CurrentVersion%\Telephony\Country List\6702,"InternationalRule",,"011EFG"
2027 HKLM,%CurrentVersion%\Telephony\Country List\6702,"LongDistanceRule",," 1FG"
2028 HKLM,%CurrentVersion%\Telephony\Country List\6702,"Name",,"Tinian Island"
2029 HKLM,%CurrentVersion%\Telephony\Country List\6702,"SameAreaRule",,"G"
2030
2031 HKLM,%CurrentVersion%\Telephony\Country List\672,"CountryCode",0x10001,0x000002a0
2032 HKLM,%CurrentVersion%\Telephony\Country List\672,"InternationalRule",,"00EFG"
2033 HKLM,%CurrentVersion%\Telephony\Country List\672,"LongDistanceRule",,"0FG"
2034 HKLM,%CurrentVersion%\Telephony\Country List\672,"Name",,"Christmas Island"
2035 HKLM,%CurrentVersion%\Telephony\Country List\672,"SameAreaRule",,"G"
2036
2037 HKLM,%CurrentVersion%\Telephony\Country List\6722,"CountryCode",0x10001,0x000002a0
2038 HKLM,%CurrentVersion%\Telephony\Country List\6722,"InternationalRule",,"0101EFG"
2039 HKLM,%CurrentVersion%\Telephony\Country List\6722,"LongDistanceRule",,""
2040 HKLM,%CurrentVersion%\Telephony\Country List\6722,"Name",,"Norfolk Island"
2041 HKLM,%CurrentVersion%\Telephony\Country List\6722,"SameAreaRule",,"G"
2042
2043 HKLM,%CurrentVersion%\Telephony\Country List\673,"CountryCode",0x10001,0x000002a1
2044 HKLM,%CurrentVersion%\Telephony\Country List\673,"InternationalRule",,"00EFG"
2045 HKLM,%CurrentVersion%\Telephony\Country List\673,"LongDistanceRule",,"0FG"
2046 HKLM,%CurrentVersion%\Telephony\Country List\673,"Name",,"Brunei"
2047 HKLM,%CurrentVersion%\Telephony\Country List\673,"SameAreaRule",,"G"
2048
2049 HKLM,%CurrentVersion%\Telephony\Country List\674,"CountryCode",0x10001,0x000002a2
2050 HKLM,%CurrentVersion%\Telephony\Country List\674,"InternationalRule",,"00EFG"
2051 HKLM,%CurrentVersion%\Telephony\Country List\674,"LongDistanceRule",,""
2052 HKLM,%CurrentVersion%\Telephony\Country List\674,"Name",,"Nauru"
2053 HKLM,%CurrentVersion%\Telephony\Country List\674,"SameAreaRule",,"G"
2054
2055 HKLM,%CurrentVersion%\Telephony\Country List\675,"CountryCode",0x10001,0x000002a3
2056 HKLM,%CurrentVersion%\Telephony\Country List\675,"InternationalRule",,"05EFG"
2057 HKLM,%CurrentVersion%\Telephony\Country List\675,"LongDistanceRule",,""
2058 HKLM,%CurrentVersion%\Telephony\Country List\675,"Name",,"Papua New Guinea"
2059 HKLM,%CurrentVersion%\Telephony\Country List\675,"SameAreaRule",,"G"
2060
2061 HKLM,%CurrentVersion%\Telephony\Country List\676,"CountryCode",0x10001,0x000002a4
2062 HKLM,%CurrentVersion%\Telephony\Country List\676,"InternationalRule",,"00EFG"
2063 HKLM,%CurrentVersion%\Telephony\Country List\676,"LongDistanceRule",,""
2064 HKLM,%CurrentVersion%\Telephony\Country List\676,"Name",,"Tonga"
2065 HKLM,%CurrentVersion%\Telephony\Country List\676,"SameAreaRule",,"G"
2066
2067 HKLM,%CurrentVersion%\Telephony\Country List\677,"CountryCode",0x10001,0x000002a5
2068 HKLM,%CurrentVersion%\Telephony\Country List\677,"InternationalRule",,"00EFG"
2069 HKLM,%CurrentVersion%\Telephony\Country List\677,"LongDistanceRule",,""
2070 HKLM,%CurrentVersion%\Telephony\Country List\677,"Name",,"Solomon Islands"
2071 HKLM,%CurrentVersion%\Telephony\Country List\677,"SameAreaRule",,"G"
2072
2073 HKLM,%CurrentVersion%\Telephony\Country List\678,"CountryCode",0x10001,0x000002a6
2074 HKLM,%CurrentVersion%\Telephony\Country List\678,"InternationalRule",,"00EFG"
2075 HKLM,%CurrentVersion%\Telephony\Country List\678,"LongDistanceRule",,""
2076 HKLM,%CurrentVersion%\Telephony\Country List\678,"Name",,"Vanuatu"
2077 HKLM,%CurrentVersion%\Telephony\Country List\678,"SameAreaRule",,"G"
2078
2079 HKLM,%CurrentVersion%\Telephony\Country List\679,"CountryCode",0x10001,0x000002a7
2080 HKLM,%CurrentVersion%\Telephony\Country List\679,"InternationalRule",,"05EFG"
2081 HKLM,%CurrentVersion%\Telephony\Country List\679,"LongDistanceRule",,""
2082 HKLM,%CurrentVersion%\Telephony\Country List\679,"Name",,"Fiji Islands"
2083 HKLM,%CurrentVersion%\Telephony\Country List\679,"SameAreaRule",,"G"
2084
2085 HKLM,%CurrentVersion%\Telephony\Country List\680,"CountryCode",0x10001,0x000002a8
2086 HKLM,%CurrentVersion%\Telephony\Country List\680,"InternationalRule",,"00EFG"
2087 HKLM,%CurrentVersion%\Telephony\Country List\680,"LongDistanceRule",,""
2088 HKLM,%CurrentVersion%\Telephony\Country List\680,"Name",,"Palau"
2089 HKLM,%CurrentVersion%\Telephony\Country List\680,"SameAreaRule",,"G"
2090
2091 HKLM,%CurrentVersion%\Telephony\Country List\681,"CountryCode",0x10001,0x000002a9
2092 HKLM,%CurrentVersion%\Telephony\Country List\681,"InternationalRule",,"00,EFG"
2093 HKLM,%CurrentVersion%\Telephony\Country List\681,"LongDistanceRule",,""
2094 HKLM,%CurrentVersion%\Telephony\Country List\681,"Name",,"Wallis and Futuna Islands"
2095 HKLM,%CurrentVersion%\Telephony\Country List\681,"SameAreaRule",,"G"
2096
2097 HKLM,%CurrentVersion%\Telephony\Country List\682,"CountryCode",0x10001,0x000002aa
2098 HKLM,%CurrentVersion%\Telephony\Country List\682,"InternationalRule",,"00EFG"
2099 HKLM,%CurrentVersion%\Telephony\Country List\682,"LongDistanceRule",,""
2100 HKLM,%CurrentVersion%\Telephony\Country List\682,"Name",,"Cook Islands"
2101 HKLM,%CurrentVersion%\Telephony\Country List\682,"SameAreaRule",,"G"
2102
2103 HKLM,%CurrentVersion%\Telephony\Country List\683,"CountryCode",0x10001,0x000002ab
2104 HKLM,%CurrentVersion%\Telephony\Country List\683,"InternationalRule",,"00EFG"
2105 HKLM,%CurrentVersion%\Telephony\Country List\683,"LongDistanceRule",,""
2106 HKLM,%CurrentVersion%\Telephony\Country List\683,"Name",,"Niue"
2107 HKLM,%CurrentVersion%\Telephony\Country List\683,"SameAreaRule",,"G"
2108
2109 HKLM,%CurrentVersion%\Telephony\Country List\684,"CountryCode",0x10001,0x000002ac
2110 HKLM,%CurrentVersion%\Telephony\Country List\684,"InternationalRule",,"1EFG"
2111 HKLM,%CurrentVersion%\Telephony\Country List\684,"LongDistanceRule",,""
2112 HKLM,%CurrentVersion%\Telephony\Country List\684,"Name",,"American Samoa"
2113 HKLM,%CurrentVersion%\Telephony\Country List\684,"SameAreaRule",,"G"
2114
2115 HKLM,%CurrentVersion%\Telephony\Country List\685,"CountryCode",0x10001,0x000002ad
2116 HKLM,%CurrentVersion%\Telephony\Country List\685,"InternationalRule",,"0EFG"
2117 HKLM,%CurrentVersion%\Telephony\Country List\685,"LongDistanceRule",,""
2118 HKLM,%CurrentVersion%\Telephony\Country List\685,"Name",,"Samoa"
2119 HKLM,%CurrentVersion%\Telephony\Country List\685,"SameAreaRule",,"G"
2120
2121 HKLM,%CurrentVersion%\Telephony\Country List\686,"CountryCode",0x10001,0x000002ae
2122 HKLM,%CurrentVersion%\Telephony\Country List\686,"InternationalRule",,"00EFG"
2123 HKLM,%CurrentVersion%\Telephony\Country List\686,"LongDistanceRule",,""
2124 HKLM,%CurrentVersion%\Telephony\Country List\686,"Name",,"Kiribati"
2125 HKLM,%CurrentVersion%\Telephony\Country List\686,"SameAreaRule",,"G"
2126
2127 HKLM,%CurrentVersion%\Telephony\Country List\687,"CountryCode",0x10001,0x000002af
2128 HKLM,%CurrentVersion%\Telephony\Country List\687,"InternationalRule",,"00EFG"
2129 HKLM,%CurrentVersion%\Telephony\Country List\687,"LongDistanceRule",,""
2130 HKLM,%CurrentVersion%\Telephony\Country List\687,"Name",,"New Caledonia"
2131 HKLM,%CurrentVersion%\Telephony\Country List\687,"SameAreaRule",,"G"
2132
2133 HKLM,%CurrentVersion%\Telephony\Country List\688,"CountryCode",0x10001,0x000002b0
2134 HKLM,%CurrentVersion%\Telephony\Country List\688,"InternationalRule",,"00EFG"
2135 HKLM,%CurrentVersion%\Telephony\Country List\688,"LongDistanceRule",,""
2136 HKLM,%CurrentVersion%\Telephony\Country List\688,"Name",,"Tuvalu"
2137 HKLM,%CurrentVersion%\Telephony\Country List\688,"SameAreaRule",,"G"
2138
2139 HKLM,%CurrentVersion%\Telephony\Country List\689,"CountryCode",0x10001,0x000002b1
2140 HKLM,%CurrentVersion%\Telephony\Country List\689,"InternationalRule",,"00EFG"
2141 HKLM,%CurrentVersion%\Telephony\Country List\689,"LongDistanceRule",,""
2142 HKLM,%CurrentVersion%\Telephony\Country List\689,"Name",,"French Polynesia"
2143 HKLM,%CurrentVersion%\Telephony\Country List\689,"SameAreaRule",,"G"
2144
2145 HKLM,%CurrentVersion%\Telephony\Country List\690,"CountryCode",0x10001,0x000002b2
2146 HKLM,%CurrentVersion%\Telephony\Country List\690,"InternationalRule",,"00EFG"
2147 HKLM,%CurrentVersion%\Telephony\Country List\690,"LongDistanceRule",,""
2148 HKLM,%CurrentVersion%\Telephony\Country List\690,"Name",,"Tokelau"
2149 HKLM,%CurrentVersion%\Telephony\Country List\690,"SameAreaRule",,"G"
2150
2151 HKLM,%CurrentVersion%\Telephony\Country List\691,"CountryCode",0x10001,0x000002b3
2152 HKLM,%CurrentVersion%\Telephony\Country List\691,"InternationalRule",,"011EFG"
2153 HKLM,%CurrentVersion%\Telephony\Country List\691,"LongDistanceRule",,""
2154 HKLM,%CurrentVersion%\Telephony\Country List\691,"Name",,"Micronesia, Federated States of"
2155 HKLM,%CurrentVersion%\Telephony\Country List\691,"SameAreaRule",,"G"
2156
2157 HKLM,%CurrentVersion%\Telephony\Country List\692,"CountryCode",0x10001,0x000002b4
2158 HKLM,%CurrentVersion%\Telephony\Country List\692,"InternationalRule",,"011EFG"
2159 HKLM,%CurrentVersion%\Telephony\Country List\692,"LongDistanceRule",,"1FG"
2160 HKLM,%CurrentVersion%\Telephony\Country List\692,"Name",,"Marshall Islands"
2161 HKLM,%CurrentVersion%\Telephony\Country List\692,"SameAreaRule",,"G"
2162
2163 HKLM,%CurrentVersion%\Telephony\Country List\7,"CountryCode",0x10001,0x00000007
2164 HKLM,%CurrentVersion%\Telephony\Country List\7,"InternationalRule",,"8W10EFG"
2165 HKLM,%CurrentVersion%\Telephony\Country List\7,"LongDistanceRule",," 8WFG"
2166 HKLM,%CurrentVersion%\Telephony\Country List\7,"Name",,"Russia"
2167 HKLM,%CurrentVersion%\Telephony\Country List\7,"SameAreaRule",,"G"
2168
2169 HKLM,%CurrentVersion%\Telephony\Country List\705,"CountryCode",0x10001,0x00000007
2170 HKLM,%CurrentVersion%\Telephony\Country List\705,"InternationalRule",,"8W10EFG"
2171 HKLM,%CurrentVersion%\Telephony\Country List\705,"LongDistanceRule",," 8WFG"
2172 HKLM,%CurrentVersion%\Telephony\Country List\705,"Name",,"Kazakhstan"
2173 HKLM,%CurrentVersion%\Telephony\Country List\705,"SameAreaRule",,"G"
2174
2175 HKLM,%CurrentVersion%\Telephony\Country List\708,"CountryCode",0x10001,0x00000007
2176 HKLM,%CurrentVersion%\Telephony\Country List\708,"InternationalRule",,"8W10EFG"
2177 HKLM,%CurrentVersion%\Telephony\Country List\708,"LongDistanceRule",," 8WFG"
2178 HKLM,%CurrentVersion%\Telephony\Country List\708,"Name",,"Tajikistan"
2179 HKLM,%CurrentVersion%\Telephony\Country List\708,"SameAreaRule",,"G"
2180
2181 HKLM,%CurrentVersion%\Telephony\Country List\800,"CountryCode",0x10001,0x00000320
2182 HKLM,%CurrentVersion%\Telephony\Country List\800,"InternationalRule",,""
2183 HKLM,%CurrentVersion%\Telephony\Country List\800,"LongDistanceRule",,""
2184 HKLM,%CurrentVersion%\Telephony\Country List\800,"Name",,"International Freephone Service"
2185 HKLM,%CurrentVersion%\Telephony\Country List\800,"SameAreaRule",,""
2186
2187 HKLM,%CurrentVersion%\Telephony\Country List\81,"CountryCode",0x10001,0x00000051
2188 HKLM,%CurrentVersion%\Telephony\Country List\81,"InternationalRule",,"001EFG"
2189 HKLM,%CurrentVersion%\Telephony\Country List\81,"LongDistanceRule",,"0FG"
2190 HKLM,%CurrentVersion%\Telephony\Country List\81,"Name",,"Japan"
2191 HKLM,%CurrentVersion%\Telephony\Country List\81,"SameAreaRule",,"G"
2192
2193 HKLM,%CurrentVersion%\Telephony\Country List\82,"CountryCode",0x10001,0x00000052
2194 HKLM,%CurrentVersion%\Telephony\Country List\82,"InternationalRule",,"001EFG"
2195 HKLM,%CurrentVersion%\Telephony\Country List\82,"LongDistanceRule",,"0FG"
2196 HKLM,%CurrentVersion%\Telephony\Country List\82,"Name",,"Korea (Republic of)"
2197 HKLM,%CurrentVersion%\Telephony\Country List\82,"SameAreaRule",,"G"
2198
2199 HKLM,%CurrentVersion%\Telephony\Country List\84,"CountryCode",0x10001,0x00000054
2200 HKLM,%CurrentVersion%\Telephony\Country List\84,"InternationalRule",,"00EFG"
2201 HKLM,%CurrentVersion%\Telephony\Country List\84,"LongDistanceRule",,"0FG"
2202 HKLM,%CurrentVersion%\Telephony\Country List\84,"Name",,"Vietnam"
2203 HKLM,%CurrentVersion%\Telephony\Country List\84,"SameAreaRule",,"G"
2204
2205 HKLM,%CurrentVersion%\Telephony\Country List\850,"CountryCode",0x10001,0x00000352
2206 HKLM,%CurrentVersion%\Telephony\Country List\850,"InternationalRule",,"00EFG"
2207 HKLM,%CurrentVersion%\Telephony\Country List\850,"LongDistanceRule",,""
2208 HKLM,%CurrentVersion%\Telephony\Country List\850,"Name",,"Korea (North)"
2209 HKLM,%CurrentVersion%\Telephony\Country List\850,"SameAreaRule",,"G"
2210
2211 HKLM,%CurrentVersion%\Telephony\Country List\852,"CountryCode",0x10001,0x00000354
2212 HKLM,%CurrentVersion%\Telephony\Country List\852,"InternationalRule",,"001EFG"
2213 HKLM,%CurrentVersion%\Telephony\Country List\852,"LongDistanceRule",,""
2214 HKLM,%CurrentVersion%\Telephony\Country List\852,"Name",,"Hong Kong S.A.R."
2215 HKLM,%CurrentVersion%\Telephony\Country List\852,"SameAreaRule",,"G"
2216
2217 HKLM,%CurrentVersion%\Telephony\Country List\853,"CountryCode",0x10001,0x00000355
2218 HKLM,%CurrentVersion%\Telephony\Country List\853,"InternationalRule",,"00EFG"
2219 HKLM,%CurrentVersion%\Telephony\Country List\853,"LongDistanceRule",,""
2220 HKLM,%CurrentVersion%\Telephony\Country List\853,"Name",,"Macau S.A.R."
2221 HKLM,%CurrentVersion%\Telephony\Country List\853,"SameAreaRule",,"G"
2222
2223 HKLM,%CurrentVersion%\Telephony\Country List\855,"CountryCode",0x10001,0x00000357
2224 HKLM,%CurrentVersion%\Telephony\Country List\855,"InternationalRule",,"00EFG"
2225 HKLM,%CurrentVersion%\Telephony\Country List\855,"LongDistanceRule",,"0FG"
2226 HKLM,%CurrentVersion%\Telephony\Country List\855,"Name",,"Cambodia"
2227 HKLM,%CurrentVersion%\Telephony\Country List\855,"SameAreaRule",,"G"
2228
2229 HKLM,%CurrentVersion%\Telephony\Country List\856,"CountryCode",0x10001,0x00000358
2230 HKLM,%CurrentVersion%\Telephony\Country List\856,"InternationalRule",,"14EFG"
2231 HKLM,%CurrentVersion%\Telephony\Country List\856,"LongDistanceRule",,""
2232 HKLM,%CurrentVersion%\Telephony\Country List\856,"Name",,"Laos"
2233 HKLM,%CurrentVersion%\Telephony\Country List\856,"SameAreaRule",,"G"
2234
2235 HKLM,%CurrentVersion%\Telephony\Country List\86,"CountryCode",0x10001,0x00000056
2236 HKLM,%CurrentVersion%\Telephony\Country List\86,"InternationalRule",,"00EFG"
2237 HKLM,%CurrentVersion%\Telephony\Country List\86,"LongDistanceRule",,"0FG"
2238 HKLM,%CurrentVersion%\Telephony\Country List\86,"Name",,"China"
2239 HKLM,%CurrentVersion%\Telephony\Country List\86,"SameAreaRule",,"G"
2240
2241 HKLM,%CurrentVersion%\Telephony\Country List\870,"CountryCode",0x10001,0x00000366
2242 HKLM,%CurrentVersion%\Telephony\Country List\870,"InternationalRule",,"00EFG#"
2243 HKLM,%CurrentVersion%\Telephony\Country List\870,"LongDistanceRule",,"00EFG#"
2244 HKLM,%CurrentVersion%\Telephony\Country List\870,"Name",,"INMARSAT"
2245 HKLM,%CurrentVersion%\Telephony\Country List\870,"SameAreaRule",,"00EFG#"
2246
2247 HKLM,%CurrentVersion%\Telephony\Country List\871,"CountryCode",0x10001,0x00000367
2248 HKLM,%CurrentVersion%\Telephony\Country List\871,"InternationalRule",,"00EFG#"
2249 HKLM,%CurrentVersion%\Telephony\Country List\871,"LongDistanceRule",,"00EFG#"
2250 HKLM,%CurrentVersion%\Telephony\Country List\871,"Name",,"INMARSAT (Atlantic-East)"
2251 HKLM,%CurrentVersion%\Telephony\Country List\871,"SameAreaRule",,"00EFG#"
2252
2253 HKLM,%CurrentVersion%\Telephony\Country List\872,"CountryCode",0x10001,0x00000368
2254 HKLM,%CurrentVersion%\Telephony\Country List\872,"InternationalRule",,"00EFG#"
2255 HKLM,%CurrentVersion%\Telephony\Country List\872,"LongDistanceRule",,"00EFG#"
2256 HKLM,%CurrentVersion%\Telephony\Country List\872,"Name",,"INMARSAT (Pacific)"
2257 HKLM,%CurrentVersion%\Telephony\Country List\872,"SameAreaRule",,"00EFG#"
2258
2259 HKLM,%CurrentVersion%\Telephony\Country List\873,"CountryCode",0x10001,0x00000369
2260 HKLM,%CurrentVersion%\Telephony\Country List\873,"InternationalRule",,"00EFG#"
2261 HKLM,%CurrentVersion%\Telephony\Country List\873,"LongDistanceRule",,"00EFG#"
2262 HKLM,%CurrentVersion%\Telephony\Country List\873,"Name",,"INMARSAT (Indian)"
2263 HKLM,%CurrentVersion%\Telephony\Country List\873,"SameAreaRule",,"00EFG#"
2264
2265 HKLM,%CurrentVersion%\Telephony\Country List\874,"CountryCode",0x10001,0x0000036a
2266 HKLM,%CurrentVersion%\Telephony\Country List\874,"InternationalRule",,"00EFG#"
2267 HKLM,%CurrentVersion%\Telephony\Country List\874,"LongDistanceRule",,"00EFG#"
2268 HKLM,%CurrentVersion%\Telephony\Country List\874,"Name",,"INMARSAT (Atlantic-West)"
2269 HKLM,%CurrentVersion%\Telephony\Country List\874,"SameAreaRule",,"00EFG#"
2270
2271 HKLM,%CurrentVersion%\Telephony\Country List\880,"CountryCode",0x10001,0x00000370
2272 HKLM,%CurrentVersion%\Telephony\Country List\880,"InternationalRule",,"00EFG"
2273 HKLM,%CurrentVersion%\Telephony\Country List\880,"LongDistanceRule",,"0FG"
2274 HKLM,%CurrentVersion%\Telephony\Country List\880,"Name",,"Bangladesh"
2275 HKLM,%CurrentVersion%\Telephony\Country List\880,"SameAreaRule",,"G"
2276
2277 HKLM,%CurrentVersion%\Telephony\Country List\886,"CountryCode",0x10001,0x00000376
2278 HKLM,%CurrentVersion%\Telephony\Country List\886,"InternationalRule",,"002EFG"
2279 HKLM,%CurrentVersion%\Telephony\Country List\886,"LongDistanceRule",,"0FG"
2280 HKLM,%CurrentVersion%\Telephony\Country List\886,"Name",,"Taiwan"
2281 HKLM,%CurrentVersion%\Telephony\Country List\886,"SameAreaRule",,"G"
2282
2283 HKLM,%CurrentVersion%\Telephony\Country List\90,"CountryCode",0x10001,0x0000005a
2284 HKLM,%CurrentVersion%\Telephony\Country List\90,"InternationalRule",,"00EFG"
2285 HKLM,%CurrentVersion%\Telephony\Country List\90,"LongDistanceRule",,"0FG"
2286 HKLM,%CurrentVersion%\Telephony\Country List\90,"Name",,"Turkey"
2287 HKLM,%CurrentVersion%\Telephony\Country List\90,"SameAreaRule",,"G"
2288
2289 HKLM,%CurrentVersion%\Telephony\Country List\91,"CountryCode",0x10001,0x0000005b
2290 HKLM,%CurrentVersion%\Telephony\Country List\91,"InternationalRule",,"00EFG"
2291 HKLM,%CurrentVersion%\Telephony\Country List\91,"LongDistanceRule",,"0FG"
2292 HKLM,%CurrentVersion%\Telephony\Country List\91,"Name",,"India"
2293 HKLM,%CurrentVersion%\Telephony\Country List\91,"SameAreaRule",,"G"
2294
2295 HKLM,%CurrentVersion%\Telephony\Country List\92,"CountryCode",0x10001,0x0000005c
2296 HKLM,%CurrentVersion%\Telephony\Country List\92,"InternationalRule",,"00EFG"
2297 HKLM,%CurrentVersion%\Telephony\Country List\92,"LongDistanceRule",,"0FG"
2298 HKLM,%CurrentVersion%\Telephony\Country List\92,"Name",,"Pakistan"
2299 HKLM,%CurrentVersion%\Telephony\Country List\92,"SameAreaRule",,"G"
2300
2301 HKLM,%CurrentVersion%\Telephony\Country List\93,"CountryCode",0x10001,0x0000005d
2302 HKLM,%CurrentVersion%\Telephony\Country List\93,"InternationalRule",,"00EFG"
2303 HKLM,%CurrentVersion%\Telephony\Country List\93,"LongDistanceRule",,"0FG"
2304 HKLM,%CurrentVersion%\Telephony\Country List\93,"Name",,"Afghanistan"
2305 HKLM,%CurrentVersion%\Telephony\Country List\93,"SameAreaRule",,"G"
2306
2307 HKLM,%CurrentVersion%\Telephony\Country List\94,"CountryCode",0x10001,0x0000005e
2308 HKLM,%CurrentVersion%\Telephony\Country List\94,"InternationalRule",,"00EFG"
2309 HKLM,%CurrentVersion%\Telephony\Country List\94,"LongDistanceRule",,"0FG"
2310 HKLM,%CurrentVersion%\Telephony\Country List\94,"Name",,"Sri Lanka"
2311 HKLM,%CurrentVersion%\Telephony\Country List\94,"SameAreaRule",,"G"
2312
2313 HKLM,%CurrentVersion%\Telephony\Country List\95,"CountryCode",0x10001,0x0000005f
2314 HKLM,%CurrentVersion%\Telephony\Country List\95,"InternationalRule",,"0EFG"
2315 HKLM,%CurrentVersion%\Telephony\Country List\95,"LongDistanceRule",,""
2316 HKLM,%CurrentVersion%\Telephony\Country List\95,"Name",,"Myanmar"
2317 HKLM,%CurrentVersion%\Telephony\Country List\95,"SameAreaRule",,"G"
2318
2319 HKLM,%CurrentVersion%\Telephony\Country List\960,"CountryCode",0x10001,0x000003c0
2320 HKLM,%CurrentVersion%\Telephony\Country List\960,"InternationalRule",,"00EFG"
2321 HKLM,%CurrentVersion%\Telephony\Country List\960,"LongDistanceRule",,""
2322 HKLM,%CurrentVersion%\Telephony\Country List\960,"Name",,"Maldives"
2323 HKLM,%CurrentVersion%\Telephony\Country List\960,"SameAreaRule",,"G"
2324
2325 HKLM,%CurrentVersion%\Telephony\Country List\961,"CountryCode",0x10001,0x000003c1
2326 HKLM,%CurrentVersion%\Telephony\Country List\961,"InternationalRule",,"00EFG"
2327 HKLM,%CurrentVersion%\Telephony\Country List\961,"LongDistanceRule",,"0FG"
2328 HKLM,%CurrentVersion%\Telephony\Country List\961,"Name",,"Lebanon"
2329 HKLM,%CurrentVersion%\Telephony\Country List\961,"SameAreaRule",,"G"
2330
2331 HKLM,%CurrentVersion%\Telephony\Country List\962,"CountryCode",0x10001,0x000003c2
2332 HKLM,%CurrentVersion%\Telephony\Country List\962,"InternationalRule",,"00EFG"
2333 HKLM,%CurrentVersion%\Telephony\Country List\962,"LongDistanceRule",,"0FG"
2334 HKLM,%CurrentVersion%\Telephony\Country List\962,"Name",,"Jordan"
2335 HKLM,%CurrentVersion%\Telephony\Country List\962,"SameAreaRule",,"G"
2336
2337 HKLM,%CurrentVersion%\Telephony\Country List\963,"CountryCode",0x10001,0x000003c3
2338 HKLM,%CurrentVersion%\Telephony\Country List\963,"InternationalRule",,"00EFG"
2339 HKLM,%CurrentVersion%\Telephony\Country List\963,"LongDistanceRule",,"0FG"
2340 HKLM,%CurrentVersion%\Telephony\Country List\963,"Name",,"Syria"
2341 HKLM,%CurrentVersion%\Telephony\Country List\963,"SameAreaRule",,"G"
2342
2343 HKLM,%CurrentVersion%\Telephony\Country List\964,"CountryCode",0x10001,0x000003c4
2344 HKLM,%CurrentVersion%\Telephony\Country List\964,"InternationalRule",,"00EFG"
2345 HKLM,%CurrentVersion%\Telephony\Country List\964,"LongDistanceRule",,"FG"
2346 HKLM,%CurrentVersion%\Telephony\Country List\964,"Name",,"Iraq"
2347 HKLM,%CurrentVersion%\Telephony\Country List\964,"SameAreaRule",,"G"
2348
2349 HKLM,%CurrentVersion%\Telephony\Country List\965,"CountryCode",0x10001,0x000003c5
2350 HKLM,%CurrentVersion%\Telephony\Country List\965,"InternationalRule",,"00EFG"
2351 HKLM,%CurrentVersion%\Telephony\Country List\965,"LongDistanceRule",,""
2352 HKLM,%CurrentVersion%\Telephony\Country List\965,"Name",,"Kuwait"
2353 HKLM,%CurrentVersion%\Telephony\Country List\965,"SameAreaRule",,"G"
2354
2355 HKLM,%CurrentVersion%\Telephony\Country List\966,"CountryCode",0x10001,0x000003c6
2356 HKLM,%CurrentVersion%\Telephony\Country List\966,"InternationalRule",,"00EFG"
2357 HKLM,%CurrentVersion%\Telephony\Country List\966,"LongDistanceRule",,"0FG"
2358 HKLM,%CurrentVersion%\Telephony\Country List\966,"Name",,"Saudi Arabia"
2359 HKLM,%CurrentVersion%\Telephony\Country List\966,"SameAreaRule",,"G"
2360
2361 HKLM,%CurrentVersion%\Telephony\Country List\967,"CountryCode",0x10001,0x000003c7
2362 HKLM,%CurrentVersion%\Telephony\Country List\967,"InternationalRule",,"00EFG"
2363 HKLM,%CurrentVersion%\Telephony\Country List\967,"LongDistanceRule",,"0FG"
2364 HKLM,%CurrentVersion%\Telephony\Country List\967,"Name",,"Yemen"
2365 HKLM,%CurrentVersion%\Telephony\Country List\967,"SameAreaRule",,"G"
2366
2367 HKLM,%CurrentVersion%\Telephony\Country List\968,"CountryCode",0x10001,0x000003c8
2368 HKLM,%CurrentVersion%\Telephony\Country List\968,"InternationalRule",,"00EFG"
2369 HKLM,%CurrentVersion%\Telephony\Country List\968,"LongDistanceRule",,""
2370 HKLM,%CurrentVersion%\Telephony\Country List\968,"Name",,"Oman"
2371 HKLM,%CurrentVersion%\Telephony\Country List\968,"SameAreaRule",,"G"
2372
2373 HKLM,%CurrentVersion%\Telephony\Country List\971,"CountryCode",0x10001,0x000003cb
2374 HKLM,%CurrentVersion%\Telephony\Country List\971,"InternationalRule",,"00EFG"
2375 HKLM,%CurrentVersion%\Telephony\Country List\971,"LongDistanceRule",,"0FG"
2376 HKLM,%CurrentVersion%\Telephony\Country List\971,"Name",,"United Arab Emirates"
2377 HKLM,%CurrentVersion%\Telephony\Country List\971,"SameAreaRule",,"G"
2378
2379 HKLM,%CurrentVersion%\Telephony\Country List\972,"CountryCode",0x10001,0x000003cc
2380 HKLM,%CurrentVersion%\Telephony\Country List\972,"InternationalRule",,"00EFG"
2381 HKLM,%CurrentVersion%\Telephony\Country List\972,"LongDistanceRule",,"0FG"
2382 HKLM,%CurrentVersion%\Telephony\Country List\972,"Name",,"Israel"
2383 HKLM,%CurrentVersion%\Telephony\Country List\972,"SameAreaRule",,"G"
2384
2385 HKLM,%CurrentVersion%\Telephony\Country List\973,"CountryCode",0x10001,0x000003cd
2386 HKLM,%CurrentVersion%\Telephony\Country List\973,"InternationalRule",,"0EFG"
2387 HKLM,%CurrentVersion%\Telephony\Country List\973,"LongDistanceRule",,""
2388 HKLM,%CurrentVersion%\Telephony\Country List\973,"Name",,"Bahrain"
2389 HKLM,%CurrentVersion%\Telephony\Country List\973,"SameAreaRule",,"G"
2390
2391 HKLM,%CurrentVersion%\Telephony\Country List\974,"CountryCode",0x10001,0x000003ce
2392 HKLM,%CurrentVersion%\Telephony\Country List\974,"InternationalRule",,"0EFG"
2393 HKLM,%CurrentVersion%\Telephony\Country List\974,"LongDistanceRule",,""
2394 HKLM,%CurrentVersion%\Telephony\Country List\974,"Name",,"Qatar"
2395 HKLM,%CurrentVersion%\Telephony\Country List\974,"SameAreaRule",,"G"
2396
2397 HKLM,%CurrentVersion%\Telephony\Country List\975,"CountryCode",0x10001,0x000003cf
2398 HKLM,%CurrentVersion%\Telephony\Country List\975,"InternationalRule",,"00EFG"
2399 HKLM,%CurrentVersion%\Telephony\Country List\975,"LongDistanceRule",,""
2400 HKLM,%CurrentVersion%\Telephony\Country List\975,"Name",,"Bhutan"
2401 HKLM,%CurrentVersion%\Telephony\Country List\975,"SameAreaRule",,"G"
2402
2403 HKLM,%CurrentVersion%\Telephony\Country List\976,"CountryCode",0x10001,0x000003d0
2404 HKLM,%CurrentVersion%\Telephony\Country List\976,"InternationalRule",,"00EFG"
2405 HKLM,%CurrentVersion%\Telephony\Country List\976,"LongDistanceRule",,"0FG"
2406 HKLM,%CurrentVersion%\Telephony\Country List\976,"Name",,"Mongolia"
2407 HKLM,%CurrentVersion%\Telephony\Country List\976,"SameAreaRule",,"G"
2408
2409 HKLM,%CurrentVersion%\Telephony\Country List\977,"CountryCode",0x10001,0x000003d1
2410 HKLM,%CurrentVersion%\Telephony\Country List\977,"InternationalRule",,"00EFG"
2411 HKLM,%CurrentVersion%\Telephony\Country List\977,"LongDistanceRule",,""
2412 HKLM,%CurrentVersion%\Telephony\Country List\977,"Name",,"Nepal"
2413 HKLM,%CurrentVersion%\Telephony\Country List\977,"SameAreaRule",,"G"
2414
2415 HKLM,%CurrentVersion%\Telephony\Country List\98,"CountryCode",0x10001,0x00000062
2416 HKLM,%CurrentVersion%\Telephony\Country List\98,"InternationalRule",,"00EFG"
2417 HKLM,%CurrentVersion%\Telephony\Country List\98,"LongDistanceRule",,"FG"
2418 HKLM,%CurrentVersion%\Telephony\Country List\98,"Name",,"Iran"
2419 HKLM,%CurrentVersion%\Telephony\Country List\98,"SameAreaRule",,"G"
2420
2421 HKLM,%CurrentVersion%\Telephony\Country List\993,"CountryCode",0x10001,0x000003e1
2422 HKLM,%CurrentVersion%\Telephony\Country List\993,"InternationalRule",,"8W10EFG"
2423 HKLM,%CurrentVersion%\Telephony\Country List\993,"LongDistanceRule",," 8WFG"
2424 HKLM,%CurrentVersion%\Telephony\Country List\993,"Name",,"Turkmenistan"
2425 HKLM,%CurrentVersion%\Telephony\Country List\993,"SameAreaRule",,"G"
2426
2427 HKLM,%CurrentVersion%\Telephony\Country List\994,"CountryCode",0x10001,0x000003e2
2428 HKLM,%CurrentVersion%\Telephony\Country List\994,"InternationalRule",,"8W10EFG"
2429 HKLM,%CurrentVersion%\Telephony\Country List\994,"LongDistanceRule",," 8WFG"
2430 HKLM,%CurrentVersion%\Telephony\Country List\994,"Name",,"Azerbaijan"
2431 HKLM,%CurrentVersion%\Telephony\Country List\994,"SameAreaRule",,"G"
2432
2433 HKLM,%CurrentVersion%\Telephony\Country List\995,"CountryCode",0x10001,0x000003e3
2434 HKLM,%CurrentVersion%\Telephony\Country List\995,"InternationalRule",,"8W10EFG"
2435 HKLM,%CurrentVersion%\Telephony\Country List\995,"LongDistanceRule",," 8WFG"
2436 HKLM,%CurrentVersion%\Telephony\Country List\995,"Name",,"Georgia"
2437 HKLM,%CurrentVersion%\Telephony\Country List\995,"SameAreaRule",,"G"
2438
2439 HKLM,%CurrentVersion%\Telephony\Country List\996,"CountryCode",0x10001,0x000003e4
2440 HKLM,%CurrentVersion%\Telephony\Country List\996,"InternationalRule",,"00EFG"
2441 HKLM,%CurrentVersion%\Telephony\Country List\996,"LongDistanceRule",,"8FG"
2442 HKLM,%CurrentVersion%\Telephony\Country List\996,"Name",,"Kyrgyzstan"
2443 HKLM,%CurrentVersion%\Telephony\Country List\996,"SameAreaRule",,"G"
2444
2445 HKLM,%CurrentVersion%\Telephony\Country List\998,"CountryCode",0x10001,0x000003e6
2446 HKLM,%CurrentVersion%\Telephony\Country List\998,"InternationalRule",,"8W10EFG"
2447 HKLM,%CurrentVersion%\Telephony\Country List\998,"LongDistanceRule",," 8WFG"
2448 HKLM,%CurrentVersion%\Telephony\Country List\998,"Name",,"Uzbekistan"
2449 HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
2450
2451 [RegisterDllsSection]
2452 ;;some dlls have to be registered first
2453 11,,ole32.dll,1
2454 11,,oleaut32.dll,1
2455 11,,shell32.dll,1
2456
2457 11,,actxprxy.dll,1
2458 11,,amstream.dll,1
2459 11,,atl.dll,1
2460 11,,avifil32.dll,1
2461 11,,browseui.dll,1
2462 11,,comctl32.dll,2
2463 11,,cryptdlg.dll,1
2464 11,,cryptnet.dll,1
2465 11,,d3dxof.dll,1
2466 11,,ddraw.dll,1
2467 11,,ddrawex.dll,1
2468 11,,devenum.dll,1
2469 11,,dinput.dll,1
2470 11,,dinput8.dll,1
2471 11,,dispex.dll,1
2472 11,,dmband.dll,1
2473 11,,dmcompos.dll,1
2474 11,,dmime.dll,1
2475 11,,dmloader.dll,1
2476 11,,dmscript.dll,1
2477 11,,dmstyle.dll,1
2478 11,,dmsynth.dll,1
2479 11,,dmusic.dll,1
2480 11,,dplayx.dll,1
2481 11,,dpnet.dll,1
2482 11,,dsound.dll,1
2483 11,,dswave.dll,1
2484 11,,dxdiagn.dll,1
2485 11,,hhctrl.ocx,1
2486 11,,hlink.dll,1
2487 11,,hnetcfg.dll,1
2488 11,,inetcomm.dll,1
2489 11,,infosoft.dll,1
2490 11,,inseng.dll,1
2491 11,,itss.dll,1
2492 11,,jscript.dll,1
2493 11,,mlang.dll,1
2494 11,,mmdevapi.dll,1
2495 11,,msctf.dll,1
2496 11,,msdaps.dll,1
2497 11,,mshtml.dll,1
2498 11,,msi.dll,1
2499 11,,msiexec.exe,1
2500 11,,msimtf.dll,1
2501 11,,msisip.dll,1
2502 11,,mstask.dll,1
2503 11,,msxml3.dll,1
2504 11,,msxml4.dll,1
2505 11,,objsel.dll,1
2506 11,,oledb32.dll,1
2507 11,,qcap.dll,1
2508 11,,qedit.dll,1
2509 11,,qmgr.dll,1
2510 11,,qmgrprxy.dll,1
2511 11,,quartz.dll,1
2512 11,,rsaenh.dll,1
2513 11,,shdocvw.dll,1
2514 11,,sti.dll,1
2515 11,,urlmon.dll,1
2516 11,,wbemprox.dll,1
2517 11,,wiaservc.dll,1
2518 11,,windowscodecs.dll,1
2519 11,,wintrust.dll,1
2520 11,,wmiutils.dll,1
2521 11,,wuapi.dll,1
2522 16422,Internet Explorer,iexplore.exe,1
2523
2524 [FakeDllsSection]
2525 ; create some directories first
2526 10,help,
2527 10,inf,
2528 10,temp,
2529 11,mui,
2530 11,spool\drivers\color,
2531 11,spool\printers,
2532 11,wbem,
2533 10,,explorer.exe
2534 10,,hh.exe
2535 10,,notepad.exe
2536 10,,regedit.exe
2537 10,,twain.dll,twain.dll16
2538 10,,twain_32.dll
2539 10,,winhelp.exe,winhelp.exe16
2540 10,,winhlp32.exe
2541 10,command,start.exe
2542 10,system,ddeml.dll,ddeml.dll16
2543 11,,ddhelp.exe
2544 11,,dosx.exe
2545 11,,dsound.vxd
2546 11,,notepad.exe
2547 11,,winetest.exe,-
2548 11,,winhlp32.exe
2549 12,,mountmgr.sys
2550 16422,Internet Explorer,iexplore.exe
2551 11,,*
2552
2553 [SystemIni]
2554 system.ini, mci,,"MPEGVideo=mciqtz32.dll"
2555 system.ini, mci,,"MPEGVideo2=mciqtz32.dll"
2556 system.ini, mci,,"avivideo=mciavi32.dll"
2557 system.ini, mci,,"cdaudio=mcicda.dll"
2558 system.ini, mci,,"sequencer=mciseq.dll"
2559 system.ini, mci,,"vcr=mcivisca.drv"
2560 system.ini, mci,,"; videodisc=mcipionr.drv"
2561 system.ini, mci,,"waveaudio=mciwave.dll"
2562
2563 system.ini, drivers32,,"msacm.imaadpcm=imaadp32.acm"
2564 system.ini, drivers32,,"msacm.msadpcm=msadp32.acm"
2565 system.ini, drivers32,,"msacm.msg711=msg711.acm"
2566 system.ini, drivers32,,"msacm.winemp3=winemp3.acm"
2567 system.ini, drivers32,,"msacm.msgsm610=msgsm32.acm"
2568 system.ini, drivers32,,"vidc.mrle=msrle32.dll"
2569 system.ini, drivers32,,"vidc.msvc=msvidc32.dll"
2570 system.ini, drivers32,,"vidc.cvid=iccvid.dll"
2571 system.ini, drivers32,,"; vidc.IV50=ir50_32.dll"
2572 system.ini, drivers32,,"; vidc.IV31=ir32_32.dll"
2573 system.ini, drivers32,,"; vidc.IV32=ir32_32.dll"
2574
2575 [Timezones]
2576 ; The timezone information (TZI field) comes from the Olson timezone database
2577 ; http://www.twinsun.com/tz/tz-link.htm
2578 ; The mapping of Windows timezone names to Olson Tzids is based on the
2579 ; Unicode.org CLDR data:
2580 ; http://unicode.org/cldr/data/diff/supplemental/windows_tzid.html
2581 HKLM,%CurrentVersionNT%\Time Zones\Afghanistan Standard Time,"Display",,"Asia/Kabul"
2582 HKLM,%CurrentVersionNT%\Time Zones\Afghanistan Standard Time,"Dlt",,"Afghanistan Daylight Time"
2583 HKLM,%CurrentVersionNT%\Time Zones\Afghanistan Standard Time,"Std",,"Afghanistan Standard Time"
2584 HKLM,%CurrentVersionNT%\Time Zones\Afghanistan Standard Time,"TZI",1,f2,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2585 HKLM,%CurrentVersionNT%\Time Zones\Alaskan Standard Time,"Display",,"America/Anchorage"
2586 HKLM,%CurrentVersionNT%\Time Zones\Alaskan Standard Time,"Dlt",,"Alaskan Daylight Time"
2587 HKLM,%CurrentVersionNT%\Time Zones\Alaskan Standard Time,"Std",,"Alaskan Standard Time"
2588 HKLM,%CurrentVersionNT%\Time Zones\Alaskan Standard Time,"TZI",1,1c,02,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,00,00,00,01,00,02,00,00,00,00,00,00,00,00,00,03,00,00,00,02,00,02,00,00,00,00,00,00,00
2589 HKLM,%CurrentVersionNT%\Time Zones\Arab Standard Time,"Display",,"Asia/Riyadh"
2590 HKLM,%CurrentVersionNT%\Time Zones\Arab Standard Time,"Dlt",,"Arab Daylight Time"
2591 HKLM,%CurrentVersionNT%\Time Zones\Arab Standard Time,"Std",,"Arab Standard Time"
2592 HKLM,%CurrentVersionNT%\Time Zones\Arab Standard Time,"TZI",1,4c,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2593 HKLM,%CurrentVersionNT%\Time Zones\Arabian Standard Time,"Display",,"Asia/Muscat"
2594 HKLM,%CurrentVersionNT%\Time Zones\Arabian Standard Time,"Dlt",,"Arabian Daylight Time"
2595 HKLM,%CurrentVersionNT%\Time Zones\Arabian Standard Time,"Std",,"Arabian Standard Time"
2596 HKLM,%CurrentVersionNT%\Time Zones\Arabian Standard Time,"TZI",1,10,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2597 HKLM,%CurrentVersionNT%\Time Zones\Arabic Standard Time,"Display",,"Asia/Baghdad"
2598 HKLM,%CurrentVersionNT%\Time Zones\Arabic Standard Time,"Dlt",,"Arabic Daylight Time"
2599 HKLM,%CurrentVersionNT%\Time Zones\Arabic Standard Time,"Std",,"Arabic Standard Time"
2600 HKLM,%CurrentVersionNT%\Time Zones\Arabic Standard Time,"TZI",1,4c,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,03,00,01,00,04,00,00,00,00,00,00,00,00,00,04,00,02,00,01,00,03,00,00,00,00,00,00,00
2601 HKLM,%CurrentVersionNT%\Time Zones\Armenian Standard Time,"Display",,"Asia/Yerevan"
2602 HKLM,%CurrentVersionNT%\Time Zones\Armenian Standard Time,"Dlt",,"Armenian Daylight Time"
2603 HKLM,%CurrentVersionNT%\Time Zones\Armenian Standard Time,"Std",,"Armenian Standard Time"
2604 HKLM,%CurrentVersionNT%\Time Zones\Armenian Standard Time,"TZI",1,10,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2605 HKLM,%CurrentVersionNT%\Time Zones\Atlantic Standard Time,"Display",,"America/Halifax"
2606 HKLM,%CurrentVersionNT%\Time Zones\Atlantic Standard Time,"Dlt",,"Atlantic Daylight Time"
2607 HKLM,%CurrentVersionNT%\Time Zones\Atlantic Standard Time,"Std",,"Atlantic Standard Time"
2608 HKLM,%CurrentVersionNT%\Time Zones\Atlantic Standard Time,"TZI",1,f0,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,00,00,00,01,00,02,00,00,00,00,00,00,00,00,00,03,00,00,00,02,00,02,00,00,00,00,00,00,00
2609 HKLM,%CurrentVersionNT%\Time Zones\AUS Central Standard Time,"Display",,"Australia/Darwin"
2610 HKLM,%CurrentVersionNT%\Time Zones\AUS Central Standard Time,"Dlt",,"AUS Central Daylight Time"
2611 HKLM,%CurrentVersionNT%\Time Zones\AUS Central Standard Time,"Std",,"AUS Central Standard Time"
2612 HKLM,%CurrentVersionNT%\Time Zones\AUS Central Standard Time,"TZI",1,c6,fd,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2613 HKLM,%CurrentVersionNT%\Time Zones\AUS Eastern Standard Time,"Display",,"Australia/Sydney"
2614 HKLM,%CurrentVersionNT%\Time Zones\AUS Eastern Standard Time,"Dlt",,"AUS Eastern Daylight Time"
2615 HKLM,%CurrentVersionNT%\Time Zones\AUS Eastern Standard Time,"Std",,"AUS Eastern Standard Time"
2616 HKLM,%CurrentVersionNT%\Time Zones\AUS Eastern Standard Time,"TZI",1,a8,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,04,00,00,00,01,00,03,00,00,00,00,00,00,00,00,00,0a,00,00,00,01,00,02,00,00,00,00,00,00,00
2617 HKLM,%CurrentVersionNT%\Time Zones\Azerbaijan Standard Time,"Display",,"Asia/Baku"
2618 HKLM,%CurrentVersionNT%\Time Zones\Azerbaijan Standard Time,"Dlt",,"Azerbaijan Daylight Time"
2619 HKLM,%CurrentVersionNT%\Time Zones\Azerbaijan Standard Time,"Std",,"Azerbaijan Standard Time"
2620 HKLM,%CurrentVersionNT%\Time Zones\Azerbaijan Standard Time,"TZI",1,10,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,05,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,04,00,00,00,00,00,00,00
2621 HKLM,%CurrentVersionNT%\Time Zones\Azores Standard Time,"Display",,"Atlantic/Azores"
2622 HKLM,%CurrentVersionNT%\Time Zones\Azores Standard Time,"Dlt",,"Azores Daylight Time"
2623 HKLM,%CurrentVersionNT%\Time Zones\Azores Standard Time,"Std",,"Azores Standard Time"
2624 HKLM,%CurrentVersionNT%\Time Zones\Azores Standard Time,"TZI",1,3c,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,01,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,00,00,00,00,00,00,00,00
2625 HKLM,%CurrentVersionNT%\Time Zones\Canada Central Standard Time,"Display",,"America/Regina"
2626 HKLM,%CurrentVersionNT%\Time Zones\Canada Central Standard Time,"Dlt",,"Canada Central Daylight Time"
2627 HKLM,%CurrentVersionNT%\Time Zones\Canada Central Standard Time,"Std",,"Canada Central Standard Time"
2628 HKLM,%CurrentVersionNT%\Time Zones\Canada Central Standard Time,"TZI",1,68,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2629 HKLM,%CurrentVersionNT%\Time Zones\Cape Verde Standard Time,"Display",,"Atlantic/Cape_Verde"
2630 HKLM,%CurrentVersionNT%\Time Zones\Cape Verde Standard Time,"Dlt",,"Cape Verde Daylight Time"
2631 HKLM,%CurrentVersionNT%\Time Zones\Cape Verde Standard Time,"Std",,"Cape Verde Standard Time"
2632 HKLM,%CurrentVersionNT%\Time Zones\Cape Verde Standard Time,"TZI",1,3c,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2633 HKLM,%CurrentVersionNT%\Time Zones\Caucasus Standard Time,"Display",,"Asia/Yerevan"
2634 HKLM,%CurrentVersionNT%\Time Zones\Caucasus Standard Time,"Dlt",,"Caucasus Daylight Time"
2635 HKLM,%CurrentVersionNT%\Time Zones\Caucasus Standard Time,"Std",,"Caucasus Standard Time"
2636 HKLM,%CurrentVersionNT%\Time Zones\Caucasus Standard Time,"TZI",1,10,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2637 HKLM,%CurrentVersionNT%\Time Zones\Cen. Australia Standard Time,"Display",,"Australia/Adelaide"
2638 HKLM,%CurrentVersionNT%\Time Zones\Cen. Australia Standard Time,"Dlt",,"Cen. Australia Daylight Time"
2639 HKLM,%CurrentVersionNT%\Time Zones\Cen. Australia Standard Time,"Std",,"Cen. Australia Standard Time"
2640 HKLM,%CurrentVersionNT%\Time Zones\Cen. Australia Standard Time,"TZI",1,c6,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,04,00,00,00,01,00,03,00,00,00,00,00,00,00,00,00,0a,00,00,00,01,00,02,00,00,00,00,00,00,00
2641 HKLM,%CurrentVersionNT%\Time Zones\Central America Standard Time,"Display",,"America/El_Salvador"
2642 HKLM,%CurrentVersionNT%\Time Zones\Central America Standard Time,"Dlt",,"Central America Daylight Time"
2643 HKLM,%CurrentVersionNT%\Time Zones\Central America Standard Time,"Std",,"Central America Standard Time"
2644 HKLM,%CurrentVersionNT%\Time Zones\Central America Standard Time,"TZI",1,68,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2645 HKLM,%CurrentVersionNT%\Time Zones\Central Asia Standard Time,"Display",,"Asia/Dhaka"
2646 HKLM,%CurrentVersionNT%\Time Zones\Central Asia Standard Time,"Dlt",,"Central Asia Daylight Time"
2647 HKLM,%CurrentVersionNT%\Time Zones\Central Asia Standard Time,"Std",,"Central Asia Standard Time"
2648 HKLM,%CurrentVersionNT%\Time Zones\Central Asia Standard Time,"TZI",1,98,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2649 HKLM,%CurrentVersionNT%\Time Zones\Central Brazilian Standard Time,"Display",,"America/Manaus"
2650 HKLM,%CurrentVersionNT%\Time Zones\Central Brazilian Standard Time,"Dlt",,"Central Brazilian Daylight Time"
2651 HKLM,%CurrentVersionNT%\Time Zones\Central Brazilian Standard Time,"Std",,"Central Brazilian Standard Time"
2652 HKLM,%CurrentVersionNT%\Time Zones\Central Brazilian Standard Time,"TZI",1,f0,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2653 HKLM,%CurrentVersionNT%\Time Zones\Central Europe Standard Time,"Display",,"Europe/Belgrade"
2654 HKLM,%CurrentVersionNT%\Time Zones\Central Europe Standard Time,"Dlt",,"Central Europe Daylight Time"
2655 HKLM,%CurrentVersionNT%\Time Zones\Central Europe Standard Time,"Std",,"Central Europe Standard Time"
2656 HKLM,%CurrentVersionNT%\Time Zones\Central Europe Standard Time,"TZI",1,c4,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2657 HKLM,%CurrentVersionNT%\Time Zones\Central European Standard Time,"Display",,"Europe/Sarajevo"
2658 HKLM,%CurrentVersionNT%\Time Zones\Central European Standard Time,"Dlt",,"Central European Daylight Time"
2659 HKLM,%CurrentVersionNT%\Time Zones\Central European Standard Time,"Std",,"Central European Standard Time"
2660 HKLM,%CurrentVersionNT%\Time Zones\Central European Standard Time,"TZI",1,c4,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2661 HKLM,%CurrentVersionNT%\Time Zones\Central Pacific Standard Time,"Display",,"Pacific/Guadalcanal"
2662 HKLM,%CurrentVersionNT%\Time Zones\Central Pacific Standard Time,"Dlt",,"Central Pacific Daylight Time"
2663 HKLM,%CurrentVersionNT%\Time Zones\Central Pacific Standard Time,"Std",,"Central Pacific Standard Time"
2664 HKLM,%CurrentVersionNT%\Time Zones\Central Pacific Standard Time,"TZI",1,6c,fd,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2665 HKLM,%CurrentVersionNT%\Time Zones\Central Standard Time,"Display",,"America/Chicago"
2666 HKLM,%CurrentVersionNT%\Time Zones\Central Standard Time,"Dlt",,"Central Daylight Time"
2667 HKLM,%CurrentVersionNT%\Time Zones\Central Standard Time,"Std",,"Central Standard Time"
2668 HKLM,%CurrentVersionNT%\Time Zones\Central Standard Time,"TZI",1,68,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,00,00,00,01,00,02,00,00,00,00,00,00,00,00,00,03,00,00,00,02,00,02,00,00,00,00,00,00,00
2669 HKLM,%CurrentVersionNT%\Time Zones\Central Standard Time (Mexico),"Display",,"America/Mexico_City"
2670 HKLM,%CurrentVersionNT%\Time Zones\Central Standard Time (Mexico),"Dlt",,"Central Daylight Time (Mexico)"
2671 HKLM,%CurrentVersionNT%\Time Zones\Central Standard Time (Mexico),"Std",,"Central Standard Time (Mexico)"
2672 HKLM,%CurrentVersionNT%\Time Zones\Central Standard Time (Mexico),"TZI",1,68,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,02,00,00,00,00,00,00,00,00,00,04,00,00,00,01,00,02,00,00,00,00,00,00,00
2673 HKLM,%CurrentVersionNT%\Time Zones\China Standard Time,"Display",,"Asia/Shanghai"
2674 HKLM,%CurrentVersionNT%\Time Zones\China Standard Time,"Dlt",,"China Daylight Time"
2675 HKLM,%CurrentVersionNT%\Time Zones\China Standard Time,"Std",,"China Standard Time"
2676 HKLM,%CurrentVersionNT%\Time Zones\China Standard Time,"TZI",1,20,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2677 HKLM,%CurrentVersionNT%\Time Zones\Dateline Standard Time,"Display",,"Pacific/Kwajalein"
2678 HKLM,%CurrentVersionNT%\Time Zones\Dateline Standard Time,"Dlt",,"Dateline Daylight Time"
2679 HKLM,%CurrentVersionNT%\Time Zones\Dateline Standard Time,"Std",,"Dateline Standard Time"
2680 HKLM,%CurrentVersionNT%\Time Zones\Dateline Standard Time,"TZI",1,30,fd,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2681 HKLM,%CurrentVersionNT%\Time Zones\E. Africa Standard Time,"Display",,"Africa/Nairobi"
2682 HKLM,%CurrentVersionNT%\Time Zones\E. Africa Standard Time,"Dlt",,"E. Africa Daylight Time"
2683 HKLM,%CurrentVersionNT%\Time Zones\E. Africa Standard Time,"Std",,"E. Africa Standard Time"
2684 HKLM,%CurrentVersionNT%\Time Zones\E. Africa Standard Time,"TZI",1,4c,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2685 HKLM,%CurrentVersionNT%\Time Zones\E. Australia Standard Time,"Display",,"Australia/Brisbane"
2686 HKLM,%CurrentVersionNT%\Time Zones\E. Australia Standard Time,"Dlt",,"E. Australia Daylight Time"
2687 HKLM,%CurrentVersionNT%\Time Zones\E. Australia Standard Time,"Std",,"E. Australia Standard Time"
2688 HKLM,%CurrentVersionNT%\Time Zones\E. Australia Standard Time,"TZI",1,a8,fd,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2689 HKLM,%CurrentVersionNT%\Time Zones\E. Europe Standard Time,"Display",,"Europe/Minsk"
2690 HKLM,%CurrentVersionNT%\Time Zones\E. Europe Standard Time,"Dlt",,"E. Europe Daylight Time"
2691 HKLM,%CurrentVersionNT%\Time Zones\E. Europe Standard Time,"Std",,"E. Europe Standard Time"
2692 HKLM,%CurrentVersionNT%\Time Zones\E. Europe Standard Time,"TZI",1,88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2693 HKLM,%CurrentVersionNT%\Time Zones\E. South America Standard Time,"Display",,"America/Sao_Paulo"
2694 HKLM,%CurrentVersionNT%\Time Zones\E. South America Standard Time,"Dlt",,"E. South America Daylight Time"
2695 HKLM,%CurrentVersionNT%\Time Zones\E. South America Standard Time,"Std",,"E. South America Standard Time"
2696 HKLM,%CurrentVersionNT%\Time Zones\E. South America Standard Time,"TZI",1,b4,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,02,00,00,00,03,00,00,00,00,00,00,00,00,00,00,00,0a,00,00,00,02,00,00,00,00,00,00,00,00,00
2697 HKLM,%CurrentVersionNT%\Time Zones\Eastern Standard Time,"Display",,"America/New_York"
2698 HKLM,%CurrentVersionNT%\Time Zones\Eastern Standard Time,"Dlt",,"Eastern Daylight Time"
2699 HKLM,%CurrentVersionNT%\Time Zones\Eastern Standard Time,"Std",,"Eastern Standard Time"
2700 HKLM,%CurrentVersionNT%\Time Zones\Eastern Standard Time,"TZI",1,2c,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,00,00,00,01,00,02,00,00,00,00,00,00,00,00,00,03,00,00,00,02,00,02,00,00,00,00,00,00,00
2701 HKLM,%CurrentVersionNT%\Time Zones\Egypt Standard Time,"Display",,"Africa/Cairo"
2702 HKLM,%CurrentVersionNT%\Time Zones\Egypt Standard Time,"Dlt",,"Egypt Daylight Time"
2703 HKLM,%CurrentVersionNT%\Time Zones\Egypt Standard Time,"Std",,"Egypt Standard Time"
2704 HKLM,%CurrentVersionNT%\Time Zones\Egypt Standard Time,"TZI",1,88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,08,00,05,00,05,00,00,00,00,00,00,00,00,00,00,00,04,00,05,00,04,00,00,00,00,00,00,00,00,00
2705 HKLM,%CurrentVersionNT%\Time Zones\Ekaterinburg Standard Time,"Display",,"Asia/Yekaterinburg"
2706 HKLM,%CurrentVersionNT%\Time Zones\Ekaterinburg Standard Time,"Dlt",,"Ekaterinburg Daylight Time"
2707 HKLM,%CurrentVersionNT%\Time Zones\Ekaterinburg Standard Time,"Std",,"Ekaterinburg Standard Time"
2708 HKLM,%CurrentVersionNT%\Time Zones\Ekaterinburg Standard Time,"TZI",1,d4,fe,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2709 HKLM,%CurrentVersionNT%\Time Zones\Fiji Standard Time,"Display",,"Pacific/Fiji"
2710 HKLM,%CurrentVersionNT%\Time Zones\Fiji Standard Time,"Dlt",,"Fiji Daylight Time"
2711 HKLM,%CurrentVersionNT%\Time Zones\Fiji Standard Time,"Std",,"Fiji Standard Time"
2712 HKLM,%CurrentVersionNT%\Time Zones\Fiji Standard Time,"TZI",1,30,fd,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2713 HKLM,%CurrentVersionNT%\Time Zones\FLE Standard Time,"Display",,"Europe/Helsinki"
2714 HKLM,%CurrentVersionNT%\Time Zones\FLE Standard Time,"Dlt",,"FLE Daylight Time"
2715 HKLM,%CurrentVersionNT%\Time Zones\FLE Standard Time,"Std",,"FLE Standard Time"
2716 HKLM,%CurrentVersionNT%\Time Zones\FLE Standard Time,"TZI",1,88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,04,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,03,00,00,00,00,00,00,00
2717 HKLM,%CurrentVersionNT%\Time Zones\Georgian Standard Time,"Display",,"Asia/Tbilisi"
2718 HKLM,%CurrentVersionNT%\Time Zones\Georgian Standard Time,"Dlt",,"Georgian Daylight Time"
2719 HKLM,%CurrentVersionNT%\Time Zones\Georgian Standard Time,"Std",,"Georgian Standard Time"
2720 HKLM,%CurrentVersionNT%\Time Zones\Georgian Standard Time,"TZI",1,10,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2721 HKLM,%CurrentVersionNT%\Time Zones\GMT Standard Time,"Display",,"Europe/London"
2722 HKLM,%CurrentVersionNT%\Time Zones\GMT Standard Time,"Dlt",,"GMT Daylight Time"
2723 HKLM,%CurrentVersionNT%\Time Zones\GMT Standard Time,"Std",,"GMT Standard Time"
2724 HKLM,%CurrentVersionNT%\Time Zones\GMT Standard Time,"TZI",1,00,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,02,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,01,00,00,00,00,00,00,00
2725 HKLM,%CurrentVersionNT%\Time Zones\Greenland Standard Time,"Display",,"America/Godthab"
2726 HKLM,%CurrentVersionNT%\Time Zones\Greenland Standard Time,"Dlt",,"Greenland Daylight Time"
2727 HKLM,%CurrentVersionNT%\Time Zones\Greenland Standard Time,"Std",,"Greenland Standard Time"
2728 HKLM,%CurrentVersionNT%\Time Zones\Greenland Standard Time,"TZI",1,b4,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,06,00,04,00,17,00,00,00,00,00,00,00,00,00,03,00,06,00,05,00,16,00,00,00,00,00,00,00
2729 HKLM,%CurrentVersionNT%\Time Zones\Greenwich Standard Time,"Display",,"Greenwich"
2730 HKLM,%CurrentVersionNT%\Time Zones\Greenwich Standard Time,"Dlt",,"Greenwich Daylight Time"
2731 HKLM,%CurrentVersionNT%\Time Zones\Greenwich Standard Time,"Std",,"Greenwich Standard Time"
2732 HKLM,%CurrentVersionNT%\Time Zones\Greenwich Standard Time,"TZI",1,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2733 HKLM,%CurrentVersionNT%\Time Zones\GTB Standard Time,"Display",,"Europe/Athens"
2734 HKLM,%CurrentVersionNT%\Time Zones\GTB Standard Time,"Dlt",,"GTB Daylight Time"
2735 HKLM,%CurrentVersionNT%\Time Zones\GTB Standard Time,"Std",,"GTB Standard Time"
2736 HKLM,%CurrentVersionNT%\Time Zones\GTB Standard Time,"TZI",1,88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,04,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,03,00,00,00,00,00,00,00
2737 HKLM,%CurrentVersionNT%\Time Zones\Hawaiian Standard Time,"Display",,"Pacific/Honolulu"
2738 HKLM,%CurrentVersionNT%\Time Zones\Hawaiian Standard Time,"Dlt",,"Hawaiian Daylight Time"
2739 HKLM,%CurrentVersionNT%\Time Zones\Hawaiian Standard Time,"Std",,"Hawaiian Standard Time"
2740 HKLM,%CurrentVersionNT%\Time Zones\Hawaiian Standard Time,"TZI",1,58,02,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2741 HKLM,%CurrentVersionNT%\Time Zones\India Standard Time,"Display",,"Asia/Calcutta"
2742 HKLM,%CurrentVersionNT%\Time Zones\India Standard Time,"Dlt",,"India Daylight Time"
2743 HKLM,%CurrentVersionNT%\Time Zones\India Standard Time,"Std",,"India Standard Time"
2744 HKLM,%CurrentVersionNT%\Time Zones\India Standard Time,"TZI",1,b6,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2745 HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time,"Display",,"Asia/Tehran"
2746 HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time,"Dlt",,"Iran Daylight Time"
2747 HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time,"Std",,"Iran Standard Time"
2748 HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time,"TZI",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,09,00,00,00,04,00,00,00,00,00,00,00,00,00,00,00,03,00,05,00,04,00,00,00,00,00,00,00,00,00
2749 HKLM,%CurrentVersionNT%\Time Zones\Israel Standard Time,"Display",,"Asia/Jerusalem"
2750 HKLM,%CurrentVersionNT%\Time Zones\Israel Standard Time,"Dlt",,"Israel Daylight Time"
2751 HKLM,%CurrentVersionNT%\Time Zones\Israel Standard Time,"Std",,"Israel Standard Time"
2752 HKLM,%CurrentVersionNT%\Time Zones\Israel Standard Time,"TZI",1,88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,01,00,02,00,00,00,00,00,00,00,00,00,03,00,05,00,05,00,02,00,00,00,00,00,00,00
2753 HKLM,%CurrentVersionNT%\Time Zones\Jordan Standard Time,"Display",,"Asia/Amman"
2754 HKLM,%CurrentVersionNT%\Time Zones\Jordan Standard Time,"Dlt",,"Jordan Daylight Time"
2755 HKLM,%CurrentVersionNT%\Time Zones\Jordan Standard Time,"Std",,"Jordan Standard Time"
2756 HKLM,%CurrentVersionNT%\Time Zones\Jordan Standard Time,"TZI",1,88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,05,00,05,00,01,00,00,00,00,00,00,00,00,00,03,00,04,00,05,00,00,00,00,00,00,00,00,00
2757 HKLM,%CurrentVersionNT%\Time Zones\Korea Standard Time,"Display",,"Asia/Seoul"
2758 HKLM,%CurrentVersionNT%\Time Zones\Korea Standard Time,"Dlt",,"Korea Daylight Time"
2759 HKLM,%CurrentVersionNT%\Time Zones\Korea Standard Time,"Std",,"Korea Standard Time"
2760 HKLM,%CurrentVersionNT%\Time Zones\Korea Standard Time,"TZI",1,e4,fd,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2761 HKLM,%CurrentVersionNT%\Time Zones\Mexico Standard Time,"Display",,"America/Mexico_City"
2762 HKLM,%CurrentVersionNT%\Time Zones\Mexico Standard Time,"Dlt",,"Mexico Daylight Time"
2763 HKLM,%CurrentVersionNT%\Time Zones\Mexico Standard Time,"Std",,"Mexico Standard Time"
2764 HKLM,%CurrentVersionNT%\Time Zones\Mexico Standard Time,"TZI",1,68,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,02,00,00,00,00,00,00,00,00,00,04,00,00,00,01,00,02,00,00,00,00,00,00,00
2765 HKLM,%CurrentVersionNT%\Time Zones\Mexico Standard Time 2,"Display",,"America/Chihuahua"
2766 HKLM,%CurrentVersionNT%\Time Zones\Mexico Standard Time 2,"Dlt",,"Mexico Daylight Time 2"
2767 HKLM,%CurrentVersionNT%\Time Zones\Mexico Standard Time 2,"Std",,"Mexico Standard Time 2"
2768 HKLM,%CurrentVersionNT%\Time Zones\Mexico Standard Time 2,"TZI",1,a4,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,02,00,00,00,00,00,00,00,00,00,04,00,00,00,01,00,02,00,00,00,00,00,00,00
2769 HKLM,%CurrentVersionNT%\Time Zones\Mid-Atlantic Standard Time,"Display",,"America/Noronha"
2770 HKLM,%CurrentVersionNT%\Time Zones\Mid-Atlantic Standard Time,"Dlt",,"Mid-Atlantic Daylight Time"
2771 HKLM,%CurrentVersionNT%\Time Zones\Mid-Atlantic Standard Time,"Std",,"Mid-Atlantic Standard Time"
2772 HKLM,%CurrentVersionNT%\Time Zones\Mid-Atlantic Standard Time,"TZI",1,78,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2773 HKLM,%CurrentVersionNT%\Time Zones\Middle East Standard Time,"Display",,"Asia/Beirut"
2774 HKLM,%CurrentVersionNT%\Time Zones\Middle East Standard Time,"Dlt",,"Middle East Daylight Time"
2775 HKLM,%CurrentVersionNT%\Time Zones\Middle East Standard Time,"Std",,"Middle East Standard Time"
2776 HKLM,%CurrentVersionNT%\Time Zones\Middle East Standard Time,"TZI",1,88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,00,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,00,00,00,00,00,00,00,00
2777 HKLM,%CurrentVersionNT%\Time Zones\Montevideo Standard Time,"Display",,"America/Montevideo"
2778 HKLM,%CurrentVersionNT%\Time Zones\Montevideo Standard Time,"Dlt",,"Montevideo Daylight Time"
2779 HKLM,%CurrentVersionNT%\Time Zones\Montevideo Standard Time,"Std",,"Montevideo Standard Time"
2780 HKLM,%CurrentVersionNT%\Time Zones\Montevideo Standard Time,"TZI",1,b4,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,03,00,00,00,02,00,02,00,00,00,00,00,00,00,00,00,0a,00,00,00,01,00,02,00,00,00,00,00,00,00
2781 HKLM,%CurrentVersionNT%\Time Zones\Mountain Standard Time,"Display",,"America/Denver"
2782 HKLM,%CurrentVersionNT%\Time Zones\Mountain Standard Time,"Dlt",,"Mountain Daylight Time"
2783 HKLM,%CurrentVersionNT%\Time Zones\Mountain Standard Time,"Std",,"Mountain Standard Time"
2784 HKLM,%CurrentVersionNT%\Time Zones\Mountain Standard Time,"TZI",1,a4,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,00,00,00,01,00,02,00,00,00,00,00,00,00,00,00,03,00,00,00,02,00,02,00,00,00,00,00,00,00
2785 HKLM,%CurrentVersionNT%\Time Zones\Mountain Standard Time (Mexico),"Display",,"America/Chihuahua"
2786 HKLM,%CurrentVersionNT%\Time Zones\Mountain Standard Time (Mexico),"Dlt",,"Mountain Daylight Time (Mexico)"
2787 HKLM,%CurrentVersionNT%\Time Zones\Mountain Standard Time (Mexico),"Std",,"Mountain Standard Time (Mexico)"
2788 HKLM,%CurrentVersionNT%\Time Zones\Mountain Standard Time (Mexico),"TZI",1,a4,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,02,00,00,00,00,00,00,00,00,00,04,00,00,00,01,00,02,00,00,00,00,00,00,00
2789 HKLM,%CurrentVersionNT%\Time Zones\Myanmar Standard Time,"Display",,"Asia/Rangoon"
2790 HKLM,%CurrentVersionNT%\Time Zones\Myanmar Standard Time,"Dlt",,"Myanmar Daylight Time"
2791 HKLM,%CurrentVersionNT%\Time Zones\Myanmar Standard Time,"Std",,"Myanmar Standard Time"
2792 HKLM,%CurrentVersionNT%\Time Zones\Myanmar Standard Time,"TZI",1,7a,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2793 HKLM,%CurrentVersionNT%\Time Zones\N. Central Asia Standard Time,"Display",,"Asia/Novosibirsk"
2794 HKLM,%CurrentVersionNT%\Time Zones\N. Central Asia Standard Time,"Dlt",,"N. Central Asia Daylight Time"
2795 HKLM,%CurrentVersionNT%\Time Zones\N. Central Asia Standard Time,"Std",,"N. Central Asia Standard Time"
2796 HKLM,%CurrentVersionNT%\Time Zones\N. Central Asia Standard Time,"TZI",1,98,fe,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2797 HKLM,%CurrentVersionNT%\Time Zones\Namibia Standard Time,"Display",,"Africa/Windhoek"
2798 HKLM,%CurrentVersionNT%\Time Zones\Namibia Standard Time,"Dlt",,"Namibia Daylight Time"
2799 HKLM,%CurrentVersionNT%\Time Zones\Namibia Standard Time,"Std",,"Namibia Standard Time"
2800 HKLM,%CurrentVersionNT%\Time Zones\Namibia Standard Time,"TZI",1,c4,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,04,00,00,00,01,00,02,00,00,00,00,00,00,00,00,00,09,00,00,00,02,00,02,00,00,00,00,00,00,00
2801 HKLM,%CurrentVersionNT%\Time Zones\Nepal Standard Time,"Display",,"Asia/Katmandu"
2802 HKLM,%CurrentVersionNT%\Time Zones\Nepal Standard Time,"Dlt",,"Nepal Daylight Time"
2803 HKLM,%CurrentVersionNT%\Time Zones\Nepal Standard Time,"Std",,"Nepal Standard Time"
2804 HKLM,%CurrentVersionNT%\Time Zones\Nepal Standard Time,"TZI",1,a7,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2805 HKLM,%CurrentVersionNT%\Time Zones\New Zealand Standard Time,"Display",,"Pacific/Auckland"
2806 HKLM,%CurrentVersionNT%\Time Zones\New Zealand Standard Time,"Dlt",,"New Zealand Daylight Time"
2807 HKLM,%CurrentVersionNT%\Time Zones\New Zealand Standard Time,"Std",,"New Zealand Standard Time"
2808 HKLM,%CurrentVersionNT%\Time Zones\New Zealand Standard Time,"TZI",1,30,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,04,00,00,00,01,00,03,00,00,00,00,00,00,00,00,00,09,00,00,00,05,00,02,00,00,00,00,00,00,00
2809 HKLM,%CurrentVersionNT%\Time Zones\Newfoundland Standard Time,"Display",,"America/St_Johns"
2810 HKLM,%CurrentVersionNT%\Time Zones\Newfoundland Standard Time,"Dlt",,"Newfoundland Daylight Time"
2811 HKLM,%CurrentVersionNT%\Time Zones\Newfoundland Standard Time,"Std",,"Newfoundland Standard Time"
2812 HKLM,%CurrentVersionNT%\Time Zones\Newfoundland Standard Time,"TZI",1,d2,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,00,00,00,01,00,00,00,01,00,00,00,00,00,00,00,03,00,00,00,02,00,00,00,01,00,00,00,00,00
2813 HKLM,%CurrentVersionNT%\Time Zones\North Asia East Standard Time,"Display",,"Asia/Irkutsk"
2814 HKLM,%CurrentVersionNT%\Time Zones\North Asia East Standard Time,"Dlt",,"North Asia East Daylight Time"
2815 HKLM,%CurrentVersionNT%\Time Zones\North Asia East Standard Time,"Std",,"North Asia East Standard Time"
2816 HKLM,%CurrentVersionNT%\Time Zones\North Asia East Standard Time,"TZI",1,20,fe,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2817 HKLM,%CurrentVersionNT%\Time Zones\North Asia Standard Time,"Display",,"Asia/Krasnoyarsk"
2818 HKLM,%CurrentVersionNT%\Time Zones\North Asia Standard Time,"Dlt",,"North Asia Daylight Time"
2819 HKLM,%CurrentVersionNT%\Time Zones\North Asia Standard Time,"Std",,"North Asia Standard Time"
2820 HKLM,%CurrentVersionNT%\Time Zones\North Asia Standard Time,"TZI",1,5c,fe,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2821 HKLM,%CurrentVersionNT%\Time Zones\Pacific SA Standard Time,"Display",,"America/Santiago"
2822 HKLM,%CurrentVersionNT%\Time Zones\Pacific SA Standard Time,"Dlt",,"Pacific SA Daylight Time"
2823 HKLM,%CurrentVersionNT%\Time Zones\Pacific SA Standard Time,"Std",,"Pacific SA Standard Time"
2824 HKLM,%CurrentVersionNT%\Time Zones\Pacific SA Standard Time,"TZI",1,f0,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,03,00,00,00,05,00,00,00,00,00,00,00,00,00,00,00,0a,00,00,00,02,00,00,00,00,00,00,00,00,00
2825 HKLM,%CurrentVersionNT%\Time Zones\Pacific Standard Time,"Display",,"America/Los_Angeles"
2826 HKLM,%CurrentVersionNT%\Time Zones\Pacific Standard Time,"Dlt",,"Pacific Daylight Time"
2827 HKLM,%CurrentVersionNT%\Time Zones\Pacific Standard Time,"Std",,"Pacific Standard Time"
2828 HKLM,%CurrentVersionNT%\Time Zones\Pacific Standard Time,"TZI",1,e0,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,00,00,00,01,00,02,00,00,00,00,00,00,00,00,00,03,00,00,00,02,00,02,00,00,00,00,00,00,00
2829 HKLM,%CurrentVersionNT%\Time Zones\Pacific Standard Time (Mexico),"Display",,"America/Tijuana"
2830 HKLM,%CurrentVersionNT%\Time Zones\Pacific Standard Time (Mexico),"Dlt",,"Pacific Daylight Time (Mexico)"
2831 HKLM,%CurrentVersionNT%\Time Zones\Pacific Standard Time (Mexico),"Std",,"Pacific Standard Time (Mexico)"
2832 HKLM,%CurrentVersionNT%\Time Zones\Pacific Standard Time (Mexico),"TZI",1,e0,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,02,00,00,00,00,00,00,00,00,00,04,00,00,00,01,00,02,00,00,00,00,00,00,00
2833 HKLM,%CurrentVersionNT%\Time Zones\Romance Standard Time,"Display",,"Europe/Paris"
2834 HKLM,%CurrentVersionNT%\Time Zones\Romance Standard Time,"Dlt",,"Romance Daylight Time"
2835 HKLM,%CurrentVersionNT%\Time Zones\Romance Standard Time,"Std",,"Romance Standard Time"
2836 HKLM,%CurrentVersionNT%\Time Zones\Romance Standard Time,"TZI",1,c4,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2837 HKLM,%CurrentVersionNT%\Time Zones\Russian Standard Time,"Display",,"Europe/Moscow"
2838 HKLM,%CurrentVersionNT%\Time Zones\Russian Standard Time,"Dlt",,"Russian Daylight Time"
2839 HKLM,%CurrentVersionNT%\Time Zones\Russian Standard Time,"Std",,"Russian Standard Time"
2840 HKLM,%CurrentVersionNT%\Time Zones\Russian Standard Time,"TZI",1,4c,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2841 HKLM,%CurrentVersionNT%\Time Zones\SA Eastern Standard Time,"Display",,"America/Buenos_Aires"
2842 HKLM,%CurrentVersionNT%\Time Zones\SA Eastern Standard Time,"Dlt",,"SA Eastern Daylight Time"
2843 HKLM,%CurrentVersionNT%\Time Zones\SA Eastern Standard Time,"Std",,"SA Eastern Standard Time"
2844 HKLM,%CurrentVersionNT%\Time Zones\SA Eastern Standard Time,"TZI",1,b4,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,03,00,00,00,03,00,00,00,00,00,00,00,00,00,00,00,0a,00,00,00,01,00,00,00,00,00,00,00,00,00
2845 HKLM,%CurrentVersionNT%\Time Zones\SA Pacific Standard Time,"Display",,"America/Bogota"
2846 HKLM,%CurrentVersionNT%\Time Zones\SA Pacific Standard Time,"Dlt",,"SA Pacific Daylight Time"
2847 HKLM,%CurrentVersionNT%\Time Zones\SA Pacific Standard Time,"Std",,"SA Pacific Standard Time"
2848 HKLM,%CurrentVersionNT%\Time Zones\SA Pacific Standard Time,"TZI",1,2c,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2849 HKLM,%CurrentVersionNT%\Time Zones\SA Western Standard Time,"Display",,"America/La_Paz"
2850 HKLM,%CurrentVersionNT%\Time Zones\SA Western Standard Time,"Dlt",,"SA Western Daylight Time"
2851 HKLM,%CurrentVersionNT%\Time Zones\SA Western Standard Time,"Std",,"SA Western Standard Time"
2852 HKLM,%CurrentVersionNT%\Time Zones\SA Western Standard Time,"TZI",1,f0,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2853 HKLM,%CurrentVersionNT%\Time Zones\Samoa Standard Time,"Display",,"Pacific/Samoa"
2854 HKLM,%CurrentVersionNT%\Time Zones\Samoa Standard Time,"Dlt",,"Samoa Daylight Time"
2855 HKLM,%CurrentVersionNT%\Time Zones\Samoa Standard Time,"Std",,"Samoa Standard Time"
2856 HKLM,%CurrentVersionNT%\Time Zones\Samoa Standard Time,"TZI",1,94,02,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2857 HKLM,%CurrentVersionNT%\Time Zones\SE Asia Standard Time,"Display",,"Asia/Bangkok"
2858 HKLM,%CurrentVersionNT%\Time Zones\SE Asia Standard Time,"Dlt",,"SE Asia Daylight Time"
2859 HKLM,%CurrentVersionNT%\Time Zones\SE Asia Standard Time,"Std",,"SE Asia Standard Time"
2860 HKLM,%CurrentVersionNT%\Time Zones\SE Asia Standard Time,"TZI",1,5c,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2861 HKLM,%CurrentVersionNT%\Time Zones\Singapore Standard Time,"Display",,"Asia/Singapore"
2862 HKLM,%CurrentVersionNT%\Time Zones\Singapore Standard Time,"Dlt",,"Singapore Daylight Time"
2863 HKLM,%CurrentVersionNT%\Time Zones\Singapore Standard Time,"Std",,"Singapore Standard Time"
2864 HKLM,%CurrentVersionNT%\Time Zones\Singapore Standard Time,"TZI",1,20,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2865 HKLM,%CurrentVersionNT%\Time Zones\South Africa Standard Time,"Display",,"Africa/Johannesburg"
2866 HKLM,%CurrentVersionNT%\Time Zones\South Africa Standard Time,"Dlt",,"South Africa Daylight Time"
2867 HKLM,%CurrentVersionNT%\Time Zones\South Africa Standard Time,"Std",,"South Africa Standard Time"
2868 HKLM,%CurrentVersionNT%\Time Zones\South Africa Standard Time,"TZI",1,88,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2869 HKLM,%CurrentVersionNT%\Time Zones\Sri Lanka Standard Time,"Display",,"Asia/Colombo"
2870 HKLM,%CurrentVersionNT%\Time Zones\Sri Lanka Standard Time,"Dlt",,"Sri Lanka Daylight Time"
2871 HKLM,%CurrentVersionNT%\Time Zones\Sri Lanka Standard Time,"Std",,"Sri Lanka Standard Time"
2872 HKLM,%CurrentVersionNT%\Time Zones\Sri Lanka Standard Time,"TZI",1,b6,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2873 HKLM,%CurrentVersionNT%\Time Zones\Taipei Standard Time,"Display",,"Asia/Taipei"
2874 HKLM,%CurrentVersionNT%\Time Zones\Taipei Standard Time,"Dlt",,"Taipei Daylight Time"
2875 HKLM,%CurrentVersionNT%\Time Zones\Taipei Standard Time,"Std",,"Taipei Standard Time"
2876 HKLM,%CurrentVersionNT%\Time Zones\Taipei Standard Time,"TZI",1,20,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2877 HKLM,%CurrentVersionNT%\Time Zones\Tasmania Standard Time,"Display",,"Australia/Hobart"
2878 HKLM,%CurrentVersionNT%\Time Zones\Tasmania Standard Time,"Dlt",,"Tasmania Daylight Time"
2879 HKLM,%CurrentVersionNT%\Time Zones\Tasmania Standard Time,"Std",,"Tasmania Standard Time"
2880 HKLM,%CurrentVersionNT%\Time Zones\Tasmania Standard Time,"TZI",1,a8,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,04,00,00,00,01,00,03,00,00,00,00,00,00,00,00,00,0a,00,00,00,01,00,02,00,00,00,00,00,00,00
2881 HKLM,%CurrentVersionNT%\Time Zones\Tokyo Standard Time,"Display",,"Asia/Tokyo"
2882 HKLM,%CurrentVersionNT%\Time Zones\Tokyo Standard Time,"Dlt",,"Tokyo Daylight Time"
2883 HKLM,%CurrentVersionNT%\Time Zones\Tokyo Standard Time,"Std",,"Tokyo Standard Time"
2884 HKLM,%CurrentVersionNT%\Time Zones\Tokyo Standard Time,"TZI",1,e4,fd,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2885 HKLM,%CurrentVersionNT%\Time Zones\Tonga Standard Time,"Display",,"Pacific/Tongatapu"
2886 HKLM,%CurrentVersionNT%\Time Zones\Tonga Standard Time,"Dlt",,"Tonga Daylight Time"
2887 HKLM,%CurrentVersionNT%\Time Zones\Tonga Standard Time,"Std",,"Tonga Standard Time"
2888 HKLM,%CurrentVersionNT%\Time Zones\Tonga Standard Time,"TZI",1,f4,fc,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2889 HKLM,%CurrentVersionNT%\Time Zones\US Eastern Standard Time,"Display",,"America/Indianapolis"
2890 HKLM,%CurrentVersionNT%\Time Zones\US Eastern Standard Time,"Dlt",,"US Eastern Daylight Time"
2891 HKLM,%CurrentVersionNT%\Time Zones\US Eastern Standard Time,"Std",,"US Eastern Standard Time"
2892 HKLM,%CurrentVersionNT%\Time Zones\US Eastern Standard Time,"TZI",1,2c,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,00,00,00,01,00,02,00,00,00,00,00,00,00,00,00,03,00,00,00,02,00,02,00,00,00,00,00,00,00
2893 HKLM,%CurrentVersionNT%\Time Zones\US Mountain Standard Time,"Display",,"America/Phoenix"
2894 HKLM,%CurrentVersionNT%\Time Zones\US Mountain Standard Time,"Dlt",,"US Mountain Daylight Time"
2895 HKLM,%CurrentVersionNT%\Time Zones\US Mountain Standard Time,"Std",,"US Mountain Standard Time"
2896 HKLM,%CurrentVersionNT%\Time Zones\US Mountain Standard Time,"TZI",1,a4,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2897 HKLM,%CurrentVersionNT%\Time Zones\Venezuela Standard Time,"Display",,"America/Caracas"
2898 HKLM,%CurrentVersionNT%\Time Zones\Venezuela Standard Time,"Dlt",,"Venezuela Daylight Time"
2899 HKLM,%CurrentVersionNT%\Time Zones\Venezuela Standard Time,"Std",,"Venezuela Standard Time"
2900 HKLM,%CurrentVersionNT%\Time Zones\Venezuela Standard Time,"TZI",1,0e,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2901 HKLM,%CurrentVersionNT%\Time Zones\Vladivostok Standard Time,"Display",,"Asia/Vladivostok"
2902 HKLM,%CurrentVersionNT%\Time Zones\Vladivostok Standard Time,"Dlt",,"Vladivostok Daylight Time"
2903 HKLM,%CurrentVersionNT%\Time Zones\Vladivostok Standard Time,"Std",,"Vladivostok Standard Time"
2904 HKLM,%CurrentVersionNT%\Time Zones\Vladivostok Standard Time,"TZI",1,a8,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2905 HKLM,%CurrentVersionNT%\Time Zones\W. Australia Standard Time,"Display",,"Australia/Perth"
2906 HKLM,%CurrentVersionNT%\Time Zones\W. Australia Standard Time,"Dlt",,"W. Australia Daylight Time"
2907 HKLM,%CurrentVersionNT%\Time Zones\W. Australia Standard Time,"Std",,"W. Australia Standard Time"
2908 HKLM,%CurrentVersionNT%\Time Zones\W. Australia Standard Time,"TZI",1,20,fe,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,03,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,0a,00,00,00,05,00,02,00,00,00,00,00,00,00
2909 HKLM,%CurrentVersionNT%\Time Zones\W. Central Africa Standard Time,"Display",,"Africa/Lagos"
2910 HKLM,%CurrentVersionNT%\Time Zones\W. Central Africa Standard Time,"Dlt",,"W. Central Africa Daylight Time"
2911 HKLM,%CurrentVersionNT%\Time Zones\W. Central Africa Standard Time,"Std",,"W. Central Africa Standard Time"
2912 HKLM,%CurrentVersionNT%\Time Zones\W. Central Africa Standard Time,"TZI",1,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2913 HKLM,%CurrentVersionNT%\Time Zones\W. Europe Standard Time,"Display",,"Europe/Berlin"
2914 HKLM,%CurrentVersionNT%\Time Zones\W. Europe Standard Time,"Dlt",,"W. Europe Daylight Time"
2915 HKLM,%CurrentVersionNT%\Time Zones\W. Europe Standard Time,"Std",,"W. Europe Standard Time"
2916 HKLM,%CurrentVersionNT%\Time Zones\W. Europe Standard Time,"TZI",1,c4,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2917 HKLM,%CurrentVersionNT%\Time Zones\West Asia Standard Time,"Display",,"Asia/Karachi"
2918 HKLM,%CurrentVersionNT%\Time Zones\West Asia Standard Time,"Dlt",,"West Asia Daylight Time"
2919 HKLM,%CurrentVersionNT%\Time Zones\West Asia Standard Time,"Std",,"West Asia Standard Time"
2920 HKLM,%CurrentVersionNT%\Time Zones\West Asia Standard Time,"TZI",1,d4,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2921 HKLM,%CurrentVersionNT%\Time Zones\West Pacific Standard Time,"Display",,"Pacific/Guam"
2922 HKLM,%CurrentVersionNT%\Time Zones\West Pacific Standard Time,"Dlt",,"West Pacific Daylight Time"
2923 HKLM,%CurrentVersionNT%\Time Zones\West Pacific Standard Time,"Std",,"West Pacific Standard Time"
2924 HKLM,%CurrentVersionNT%\Time Zones\West Pacific Standard Time,"TZI",1,a8,fd,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2925 HKLM,%CurrentVersionNT%\Time Zones\Yakutsk Standard Time,"Display",,"Asia/Yakutsk"
2926 HKLM,%CurrentVersionNT%\Time Zones\Yakutsk Standard Time,"Dlt",,"Yakutsk Daylight Time"
2927 HKLM,%CurrentVersionNT%\Time Zones\Yakutsk Standard Time,"Std",,"Yakutsk Standard Time"
2928 HKLM,%CurrentVersionNT%\Time Zones\Yakutsk Standard Time,"TZI",1,e4,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2929 HKLM,%CurrentVersion%\Time Zones,"SymbolicLinkValue",0x60000,"\Registry\Machine\%CurrentVersionNT%\Time Zones"
2930
2931 [MountMgrService]
2932 Description="Device mounting service"
2933 DisplayName="Mount Manager"
2934 ServiceBinary="%12%\mountmgr.sys"
2935 ServiceType=1
2936 StartType=2
2937 ErrorControl=1
2938
2939 [SpoolerService]
2940 Description="Loads files to memory for later printing"
2941 DisplayName="Print Spooler"
2942 ServiceBinary="%11%\spoolsv.exe"
2943 ServiceType=0x110
2944 StartType=4
2945 ErrorControl=1
2946 LoadOrderGroup="SpoolerGroup"
2947
2948 [TerminalServices]
2949 Description="Remote desktop access"
2950 DisplayName="Terminal Services"
2951 ServiceBinary="%11%\termsv.exe"
2952 ServiceType=32
2953 StartType=3
2954 ErrorControl=1
2955
2956 [Services]
2957 HKLM,"System\CurrentControlSet\Services\VxD\MSTCP",,16
2958
2959 [VersionInfo]
2960 HKLM,%CurrentVersionNT%,"CurrentVersion",2,"5.1"
2961 HKLM,%CurrentVersionNT%,"CSDVersion",2,"Service Pack 3"
2962 HKLM,%CurrentVersionNT%,"CurrentBuildNumber",2,"2600"
2963 HKLM,%CurrentVersionNT%,"CurrentType",2,"Uniprocessor Free"
2964 HKLM,%Control%\ProductOptions,"ProductType",2,"WinNT"
2965 HKLM,%Control%\Windows,"CSDVersion",0x10003,0x300
2966 HKLM,%Control%\Session Manager\Environment,"OS",2,"Windows_NT"
2967
2968 [Wow64]
2969 ; Wow6432Node symlinks
2970 HKLM,Software\Classes\Wow6432Node\AppId,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Classes\AppId"
2971 HKLM,Software\Classes\Wow6432Node\Protocols,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Classes\Protocols"
2972 HKLM,Software\Classes\Wow6432Node\TypeLib,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Classes\TypeLib"
2973 HKLM,Software\Wow6432Node\Classes,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Classes\Wow6432Node"
2974 ; 32-bit redirected keys under HKLM\Software\Classes
2975 HKLM,Software\Classes\Wow6432Node\CLSID,,16
2976 HKLM,Software\Classes\Wow6432Node\DirectShow,,16
2977 HKLM,Software\Classes\Wow6432Node\Interface,,16
2978 HKLM,Software\Classes\Wow6432Node\Media Type,,16
2979 HKLM,Software\Classes\Wow6432Node\MediaFoundation,,16
2980 ; symlinks for shared keys under HKLM\Software
2981 HKLM,Software\Wow6432Node\Microsoft\Clients,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Clients"
2982 HKLM,Software\Wow6432Node\Microsoft\Cryptography\Calais\Current,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Cryptography\Calais\Current"
2983 HKLM,Software\Wow6432Node\Microsoft\Cryptography\Calais\Readers,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Cryptography\Calais\Readers"
2984 HKLM,Software\Wow6432Node\Microsoft\Cryptography\Services,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Cryptography\Services"
2985 HKLM,Software\Wow6432Node\Microsoft\CTF\SystemShared,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\CTF\SystemShared"
2986 HKLM,Software\Wow6432Node\Microsoft\CTF\TIP,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\CTF\TIP"
2987 HKLM,Software\Wow6432Node\Microsoft\DFS,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\DFS"
2988 HKLM,Software\Wow6432Node\Microsoft\Driver Signing,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Driver Signing"
2989 HKLM,Software\Wow6432Node\Microsoft\EnterpriseCertificates,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\EnterpriseCertificates"
2990 HKLM,Software\Wow6432Node\Microsoft\EventSystem,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\EventSystem"
2991 HKLM,Software\Wow6432Node\Microsoft\MSMQ,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\MSMQ"
2992 HKLM,Software\Wow6432Node\Microsoft\Non-Driver Signing,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Non-Driver Signing"
2993 HKLM,Software\Wow6432Node\Microsoft\Notepad\DefaultFonts,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Notepad\DefaultFonts"
2994 HKLM,Software\Wow6432Node\Microsoft\OLE,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\OLE"
2995 HKLM,Software\Wow6432Node\Microsoft\RAS,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\RAS"
2996 HKLM,Software\Wow6432Node\Microsoft\RPC,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\RPC"
2997 HKLM,Software\Wow6432Node\Microsoft\Software\Microsoft\Shared Tools\MSInfo,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Software\Microsoft\Shared Tools\MSInfo"
2998 HKLM,Software\Wow6432Node\Microsoft\SystemCertificates,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\SystemCertificates"
2999 HKLM,Software\Wow6432Node\Microsoft\TermServLicensing,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\TermServLicensing"
3000 HKLM,Software\Wow6432Node\Microsoft\Transaction Server,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Transaction Server"
3001 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\App Paths,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\App Paths"
3002 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Control Panel\Cursors\Schemes,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Control Panel\Cursors\Schemes"
3003 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers"
3004 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons"
3005 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\KindMap,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Explorer\KindMap"
3006 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Group Policy,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Group Policy"
3007 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Policies,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Policies"
3008 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\PreviewHandlers,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\PreviewHandlers"
3009 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Setup,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Setup"
3010 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Telephony\Locations,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Telephony\Locations"
3011 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Console,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Console"
3012 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\FontDpi,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\FontDpi"
3013 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\FontLink,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\FontLink"
3014 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\FontMapper,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\FontMapper"
3015 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Fonts,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Fonts"
3016 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\FontSubstitutes,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes"
3017 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Gre_Initialize,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Gre_Initialize"
3018 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Image File Execution Options,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options"
3019 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Language Pack,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Language Pack"
3020 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\NetworkCards,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\NetworkCards"
3021 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Perflib,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Perflib"
3022 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Ports,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Ports"
3023 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Print,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Print"
3024 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\ProfileList,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\ProfileList"
3025 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Time Zones,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Time Zones"
3026 HKLM,Software\Wow6432Node\Policies,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Policies"
3027 HKLM,Software\Wow6432Node\Registered Applications,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Registered Applications"