msi: Annotate memory allocation functions with __WINE_(DEALLOC|MALLOC).
[wine.git] / loader / wine.inf.in
bloba306b07dc2627e4f25f98c2ba81a63c44bfeec6d
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
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.
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.
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
26 [version]
27 signature="$CHICAGO$"
29 [PreInstall]
30 WineFakeDlls=FakeDllsPreInstall
32 [PreInstall.ntamd64]
33 WineFakeDlls=FakeDllsPreInstall
34 AddReg=Wow64
36 [PreInstall.ntarm64]
37 WineFakeDlls=FakeDllsPreInstall
38 AddReg=Wow64
40 [PreInstall.Services]
41 AddService=MountMgr,0x800,MountMgrService
43 [PreInstall.ntamd64.Services]
44 AddService=MountMgr,0x800,MountMgrService
46 [PreInstall.ntarm64.Services]
47 AddService=MountMgr,0x800,MountMgrService
49 [FakeDllsPreInstall]
50 11,,winedevice.exe
51 12,,mountmgr.sys
53 [DefaultInstall]
54 RegisterDlls=RegisterDllsSection
55 WineFakeDlls=FakeDllsWin32,FakeDlls
56 UpdateInis=SystemIni
57 CopyFiles=ColorFiles,EtcFiles,InfFiles,NlsFiles,SortFiles
58 AddReg=\
59     Classes,\
60     ContentIndex,\
61     ControlClass,\
62     CurrentVersion,\
63     Debugger,\
64     DirectX,\
65     Fonts,\
66     MCI,\
67     Misc,\
68     OLE,\
69     Printing,\
70     Services, \
71     SessionMgr,\
72     Tapi,\
73     ThemeManager,\
74     LicenseInformation
76 [DefaultInstall.NT]
77 RegisterDlls=RegisterDllsSection
78 WineFakeDlls=FakeDllsWin32,FakeDlls
79 UpdateInis=SystemIni
80 CopyFiles=ColorFiles,EtcFiles,InfFiles,NlsFiles,SortFiles
81 AddReg=\
82     Classes,\
83     ContentIndex,\
84     ControlClass,\
85     CurrentVersion,\
86     Debugger,\
87     DirectX,\
88     Fonts,\
89     MCI,\
90     Misc,\
91     OLE,\
92     Printing,\
93     Services, \
94     SessionMgr,\
95     Tapi,\
96     ThemeManager,\
97     VersionInfo,\
98     LicenseInformation
100 [DefaultInstall.ntamd64]
101 RegisterDlls=RegisterDllsSection
102 WineFakeDlls=FakeDllsWin64,FakeDlls
103 UpdateInis=SystemIni
104 CopyFiles=ColorFiles,EtcFiles,InfFiles,NlsFiles,SortFiles
105 AddReg=\
106     Classes,\
107     ContentIndex,\
108     ControlClass,\
109     CurrentVersion,\
110     CurrentVersionWow64,\
111     Debugger,\
112     DirectX,\
113     Fonts,\
114     MCI,\
115     Misc,\
116     OLE,\
117     Printing,\
118     Services, \
119     SessionMgr,\
120     Tapi,\
121     ThemeManager,\
122     VersionInfo.ntamd64,\
123     LicenseInformation
125 [DefaultInstall.ntarm64]
126 RegisterDlls=RegisterDllsSection
127 WineFakeDlls=FakeDllsWin64,FakeDlls
128 UpdateInis=SystemIni
129 CopyFiles=ColorFiles,EtcFiles,InfFiles,NlsFiles,SortFiles
130 AddReg=\
131     Classes,\
132     ContentIndex,\
133     ControlClass,\
134     CurrentVersion,\
135     CurrentVersionWow64,\
136     Debugger,\
137     DirectX,\
138     Fonts,\
139     MCI,\
140     Misc,\
141     OLE,\
142     Printing,\
143     Services, \
144     SessionMgr,\
145     Tapi,\
146     ThemeManager,\
147     VersionInfo.ntamd64,\
148     LicenseInformation
150 [Wow64Install]
151 RegisterDlls=RegisterDllsSection
152 WineFakeDlls=FakeDllsWin32,FakeDllsWow64
153 CopyFiles=NlsFiles
154 AddReg=\
155     CurrentVersion,\
156     CurrentVersionWow64,\
157     Debugger,\
158     DirectX,\
159     MCI,\
160     Misc,\
161     Tapi,\
162     VersionInfo.ntamd64,\
163     LicenseInformation
165 [Wow64Install.ntarm64]
166 WineFakeDlls=FakeDllsWin32
168 [DefaultInstall.Services]
169 AddService=BITS,0,BITSService
170 AddService=EventLog,0x800,EventLogService
171 AddService=HTTP,0,HTTPService
172 AddService=MSIServer,0,MSIService
173 AddService=RpcSs,0,RpcSsService
174 AddService=scardsvr,0,ScardSvrService
175 AddService=Spooler,0,SpoolerService
176 AddService=StiSvc,0,StiService
177 AddService=TermService,0,TerminalServices
178 AddService=PlugPlay,0x800,PlugPlayService
179 AddService=FontCache3.0.0.0,0,WPFFontCacheService
180 AddService=LanmanServer,0,LanmanServerService
181 AddService=FontCache,0,FontCacheService
182 AddService=Schedule,0,TaskSchedulerService
183 AddService=Winmgmt,0,WinmgmtService
184 AddService=wuauserv,0,wuauService
185 AddService=NDIS,0x800,NDISService
186 AddService=nsiproxy,0x800,NsiProxyService
188 [DefaultInstall.NT.Services]
189 AddService=BITS,0,BITSService
190 AddService=EventLog,0x800,EventLogService
191 AddService=HTTP,0,HTTPService
192 AddService=MSIServer,0,MSIService
193 AddService=RpcSs,0,RpcSsService
194 AddService=scardsvr,0,ScardSvrService
195 AddService=Spooler,0,SpoolerService
196 AddService=StiSvc,0,StiService
197 AddService=TermService,0,TerminalServices
198 AddService=PlugPlay,0x800,PlugPlayService
199 AddService=FontCache3.0.0.0,0,WPFFontCacheService
200 AddService=LanmanServer,0,LanmanServerService
201 AddService=FontCache,0,FontCacheService
202 AddService=Schedule,0,TaskSchedulerService
203 AddService=Winmgmt,0,WinmgmtService
204 AddService=wuauserv,0,wuauService
205 AddService=NDIS,0x800,NDISService
206 AddService=nsiproxy,0x800,NsiProxyService
208 [DefaultInstall.ntamd64.Services]
209 AddService=BITS,0,BITSService
210 AddService=EventLog,0x800,EventLogService
211 AddService=HTTP,0,HTTPService
212 AddService=MSIServer,0,MSIService
213 AddService=RpcSs,0,RpcSsService
214 AddService=scardsvr,0,ScardSvrService
215 AddService=Spooler,0,SpoolerService
216 AddService=StiSvc,0,StiService
217 AddService=TermService,0,TerminalServices
218 AddService=PlugPlay,0x800,PlugPlayService
219 AddService=FontCache3.0.0.0,0,WPFFontCacheService
220 AddService=LanmanServer,0,LanmanServerService
221 AddService=FontCache,0,FontCacheService
222 AddService=Schedule,0,TaskSchedulerService
223 AddService=Winmgmt,0,WinmgmtService
224 AddService=wuauserv,0,wuauService
225 AddService=NDIS,0x800,NDISService
226 AddService=nsiproxy,0x800,NsiProxyService
228 [DefaultInstall.ntarm64.Services]
229 AddService=BITS,0,BITSService
230 AddService=EventLog,0x800,EventLogService
231 AddService=HTTP,0,HTTPService
232 AddService=MSIServer,0,MSIService
233 AddService=RpcSs,0,RpcSsService
234 AddService=scardsvr,0,ScardSvrService
235 AddService=Spooler,0,SpoolerService
236 AddService=StiSvc,0,StiService
237 AddService=TermService,0,TerminalServices
238 AddService=PlugPlay,0x800,PlugPlayService
239 AddService=FontCache3.0.0.0,0,WPFFontCacheService
240 AddService=LanmanServer,0,LanmanServerService
241 AddService=FontCache,0,FontCacheService
242 AddService=Schedule,0,TaskSchedulerService
243 AddService=Winmgmt,0,WinmgmtService
244 AddService=wuauserv,0,wuauService
245 AddService=NDIS,0x800,NDISService
246 AddService=nsiproxy,0x800,NsiProxyService
248 [Strings]
249 MciExtStr="Software\Microsoft\Windows NT\CurrentVersion\MCI Extensions"
250 Mci32Str="Software\Microsoft\Windows NT\CurrentVersion\MCI32"
251 CurrentVersion="Software\Microsoft\Windows\CurrentVersion"
252 CurrentVersionNT="Software\Microsoft\Windows NT\CurrentVersion"
253 FontSubStr="Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes"
254 Control="System\CurrentControlSet\Control"
256 [Classes]
257 HKCR,.chm,,2,"chm.file"
258 HKCR,.cpl,,2,"cplfile"
259 HKCR,.hlp,,2,"hlpfile"
260 HKCR,.inf,,2,"inffile"
261 HKCR,.ini,,2,"inifile"
262 HKCR,.lnk,,2,"lnkfile"
263 HKCR,.msi,,2,"Msi.Package"
264 HKCR,.msp,,2,"Msi.Patch"
265 HKCR,.pdf,,2,"pdffile"
266 HKCR,.rtf,,2,"rtffile"
267 HKCR,.wri,,2,"wrifile"
268 HKCR,*\shellex\ContextMenuHandlers,,16
269 HKCR,chm.file,,2,"Compiled HTML Help File"
270 HKCR,chm.file\DefaultIcon,,2,"%10%\hh.exe,0"
271 HKCR,chm.file\shell\open\command,,2,"""%10%\hh.exe"" ""%1"""
272 HKCR,cplfile,,2,"Control Panel Item"
273 HKCR,cplfile\shell\cplopen,,2,"Open with Control Panel"
274 HKCR,cplfile\shell\cplopen\command,,2,"rundll32.exe shell32.dll,Control_RunDLL ""%1"",%*"
275 HKCR,DirectShow,,16
276 HKCR,exefile,,2,"Application"
277 HKCR,exefile\DefaultIcon,,2,"%1"
278 HKCR,exefile\shell\open\command,,2,"""%1"" %*"
279 HKCR,exefile\shell\runas\command,,2,"""%1"" %*"
280 HKCR,folder\shell\open\ddeexec,,2,"[ViewFolder("%l", %I, %S)]"
281 HKCR,folder\shell\open\ddeexec,"NoActivateHandler",2,""
282 HKCR,folder\shell\open\ddeexec\application,,2,"Folders"
283 HKCR,folder\shellex\ContextMenuHandlers,,16
284 HKCR,hlpfile,,2,"Help File"
285 HKCR,hlpfile\shell\open\command,,2,"""%11%\winhlp32.exe"" ""%1"""
286 HKCR,htmlfile\shell\open\command,,2,"""%11%\winebrowser.exe"" ""%1"""
287 HKCR,inffile,,2,"Setup Information"
288 HKCR,inffile\shell\install\command,,2,"%11%\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %1"
289 HKCR,inifile,,2,"Configuration Settings"
290 HKCR,inifile\shell\open\command,,2,"""%11%\notepad.exe"" ""%1"""
291 HKCR,inifile\shell\print\command,,2,"""%11%\notepad.exe"" /p ""%1"""
292 HKCR,lnkfile,,2,"Shortcut"
293 HKCR,lnkfile,"NeverShowExt",2,""
294 HKCR,lnkfile,"IsShortcut",2,"yes"
295 HKCR,lnkfile\CLSID,,2,"{00021401-0000-0000-C000-000000000046}"
296 HKCR,lnkfile\shellex\IconHandler,,2,"{00021401-0000-0000-C000-000000000046}"
297 HKCR,lnkfile\shellex\ContextMenuHandlers\{00021401-0000-0000-C000-000000000046},,0x10,
298 HKCR,MediaFoundation,,16
299 HKCR,Msi.Package,,2,"Windows Installer Package"
300 HKCR,Msi.Package\DefaultIcon,,2,"msiexec.exe"
301 HKCR,Msi.Package\shell\Open\command,,2,"%11%\msiexec.exe /i ""%1"""
302 HKCR,Msi.Package\shell\Repair\command,,2,"%11%\msiexec.exe /f ""%1"""
303 HKCR,Msi.Package\shell\Uninstall\command,,2,"%11%\msiexec.exe /x ""%1"""
304 HKCR,Msi.Patch,,2,"Windows Installer Patch"
305 HKCR,Msi.Patch\DefaultIcon,,2,"msiexec.exe"
306 HKCR,Msi.Patch\shell\Open\command,,2,"%11%\msiexec.exe /p ""%1"""
307 HKCR,pdffile,,2,"PDF Document"
308 HKCR,pdffile\shell\open\command,,2,"""%11%\winebrowser.exe"" ""%1"""
309 HKCR,rtffile,,2,"Rich Text Document"
310 HKCR,rtffile\shell\open\command,,2,"""%16422%\Windows NT\Accessories\wordpad.exe"" ""%1"""
311 HKCR,rtffile\shell\print\command,,2,"""%16422%\Windows NT\Accessories\wordpad.exe"" /p ""%1"""
312 HKCR,txtfile,,2,"Text Document"
313 HKCR,txtfile\shell\open\command,,2,"""%11%\notepad.exe"" ""%1"""
314 HKCR,txtfile\shell\print\command,,2,"""%11%\notepad.exe"" /p ""%1"""
315 HKCR,wrifile\shell\open\command,,2,"""%16422%\Windows NT\Accessories\wordpad.exe"" ""%1"""
316 HKCR,wrifile\shell\print\command,,2,"""%16422%\Windows NT\Accessories\wordpad.exe"" /p ""%1"""
317 HKCR,xmlfile,,2,"XML Document"
318 HKCR,xmlfile\shell\open\command,,2,"""%11%\winebrowser.exe"" ""%1"""
319 HKCR,ftp\shell\open\command,,2,"""%11%\winebrowser.exe"" ""%1"""
320 HKCR,http\shell\open\command,,2,"""%11%\winebrowser.exe"" ""%1"""
321 HKCR,https\shell\open\command,,2,"""%11%\winebrowser.exe"" ""%1"""
322 HKCR,mailto\shell\open\command,,2,"""%11%\winebrowser.exe"" ""%1"""
324 [ContentIndex]
325 HKLM,System\CurrentControlSet\Control\ContentIndex\Language\Neutral,"WBreakerClass",,"{369647e0-17b0-11ce-9950-00aa004bbb1f}"
326 HKLM,System\CurrentControlSet\Control\ContentIndex\Language\Neutral,"StemmerClass",,""
327 HKLM,System\CurrentControlSet\Control\ContentIndex\Language\Neutral,"Locale",0x10003,0
329 [ControlClass]
330 HKLM,System\CurrentControlSet\Control\Class\{4d36e967-e325-11ce-bfc1-08002be10318},,,"Disk drives"
331 HKLM,System\CurrentControlSet\Control\Class\{4d36e967-e325-11ce-bfc1-08002be10318},"Class",,"DiskDrive"
332 HKLM,System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318},,,"Display adapters"
333 HKLM,System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318},"Class",,"Display"
334 HKLM,System\CurrentControlSet\Control\Class\{4d36e96e-e325-11ce-bfc1-08002be10318},,,"Monitors"
335 HKLM,System\CurrentControlSet\Control\Class\{4d36e96e-e325-11ce-bfc1-08002be10318},"Class",,"Monitor"
336 HKLM,System\CurrentControlSet\Control\Class\{4d36e978-e325-11ce-bfc1-08002be10318},,,"Ports (COM & LPT)"
337 HKLM,System\CurrentControlSet\Control\Class\{4d36e978-e325-11ce-bfc1-08002be10318},"Class",,"Ports"
338 HKLM,System\CurrentControlSet\Control\Class\{4d36e97d-e325-11ce-bfc1-08002be10318},,,"System devices"
339 HKLM,System\CurrentControlSet\Control\Class\{4d36e97d-e325-11ce-bfc1-08002be10318},"Class",,"System"
340 HKLM,System\CurrentControlSet\Control\Class\{6bdd1fc6-810f-11d0-bec7-08002be2092f},,,"Imaging devices"
341 HKLM,System\CurrentControlSet\Control\Class\{6bdd1fc6-810f-11d0-bec7-08002be2092f},"Class",,"Image"
342 HKLM,System\CurrentControlSet\Control\Class\{745a17a0-74d3-11d0-b6fe-00a0c90f57da},,,"Human Interface Devices"
343 HKLM,System\CurrentControlSet\Control\Class\{745a17a0-74d3-11d0-b6fe-00a0c90f57da},"Class",,"HIDClass"
345 [CurrentVersion]
346 HKCU,%CurrentVersion%\Run,,16
347 HKCU,%CurrentVersionNT%\Winlogon,,16
348 HKLM,%CurrentVersion%,"CommonFilesDir",,"%16427%"
349 HKLM,%CurrentVersion%,"FirstInstallDateTime",1,21,81,7c,23
350 HKLM,%CurrentVersion%,"ProductId",,"12345-oem-0000001-54321"
351 HKLM,%CurrentVersion%,"ProgramFilesDir",,"%16422%"
352 HKLM,%CurrentVersion%,"ProgramFilesPath",0x20000,"%%ProgramFiles%%"
353 HKLM,%CurrentVersion%,"RegisteredOrganization",2,""
354 HKLM,%CurrentVersion%,"RegisteredOwner",2,""
355 HKLM,%CurrentVersion%\App Paths,,16
356 HKLM,%CurrentVersion%\Control Panel\Cursors\Schemes,,16
357 HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"DiskSpinDownMax",,"3600"
358 HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"DiskSpinDownMin",,"3"
359 HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"LastID",,"5"
360 HKLM,%CurrentVersion%\Explorer\AutoplayHandlers,,16
361 HKLM,%CurrentVersion%\Explorer\DriveIcons,,16
362 HKLM,%CurrentVersion%\Explorer\KindMap,,16
363 HKLM,%CurrentVersion%\Group Policy,,16
364 HKLM,%CurrentVersion%\Installer,"InstallerLocation",,"%11%"
365 HKLM,%CurrentVersion%\Policies\System,"EnableLUA",0x10003,0
366 HKLM,%CurrentVersion%\PreviewHandlers,,16
367 HKLM,%CurrentVersion%\Run,,16
368 HKLM,%CurrentVersion%\Setup,"BootDir",,"%30%"
369 HKLM,%CurrentVersion%\Setup,"SharedDir",,"%25%"
370 HKLM,%CurrentVersion%\Setup\WindowsFeatures\WindowsMediaVersion,,,"12.0.7601.18840"
371 HKLM,%CurrentVersion%\Shell Extensions\Approved,,16
372 HKLM,%CurrentVersion%\Time Zones,"SymbolicLinkValue",0x60000,"\Registry\Machine\%CurrentVersionNT%\Time Zones"
373 HKLM,%CurrentVersion%\Uninstall,,16
374 HKLM,%CurrentVersionNT%,"InstallDate",0x10003,1273299354
375 HKLM,%CurrentVersionNT%,"ProductId",,"12345-oem-0000001-54321"
376 HKLM,%CurrentVersionNT%,"RegisteredOrganization",2,""
377 HKLM,%CurrentVersionNT%,"RegisteredOwner",2,""
378 HKLM,%CurrentVersionNT%,"SystemRoot",,"%10%"
379 HKLM,%CurrentVersionNT%\Console,,16
380 HKLM,%CurrentVersionNT%\Drivers32,,16
381 HKLM,%CurrentVersionNT%\FontDpi,,16
382 HKLM,%CurrentVersionNT%\FontLink,,16
383 HKLM,%CurrentVersionNT%\FontMapper,,16
384 HKLM,%CurrentVersionNT%\Fonts,,16
385 HKLM,%CurrentVersionNT%\FontSubstitutes,,16
386 HKLM,%CurrentVersionNT%\Gre_Initialize,,16
387 HKLM,%CurrentVersionNT%\Hotfix\Q246009,"Installed",,"1"
388 HKLM,%CurrentVersionNT%\Image File Execution Options,,16
389 HKLM,%CurrentVersionNT%\IniFileMapping\win.ini,"desktop",,"USR:Control Panel\Desktop"
390 HKLM,%CurrentVersionNT%\IniFileMapping\win.ini,"devices",,"USR:Software\Microsoft\Windows NT\CurrentVersion\Devices"
391 HKLM,%CurrentVersionNT%\IniFileMapping\win.ini,"extensions",,"USR:Software\Microsoft\Windows NT\CurrentVersion\Extensions"
392 HKLM,%CurrentVersionNT%\IniFileMapping\win.ini,"intl",,"USR:Control Panel\International"
393 HKLM,%CurrentVersionNT%\IniFileMapping\win.ini,"printerports",,"USR:Software\Microsoft\Windows NT\CurrentVersion\PrinterPorts"
394 HKLM,%CurrentVersionNT%\IniFileMapping\win.ini,"sounds",,"USR:Control Panel\Sounds"
395 HKLM,%CurrentVersionNT%\IniFileMapping\win.ini\windows,,,"USR:Software\Microsoft\Windows NT\CurrentVersion\Windows"
396 HKLM,%CurrentVersionNT%\IniFileMapping\win.ini\windows,"CursorBlinkRate",,"USR:Control Panel\Desktop"
397 HKLM,%CurrentVersionNT%\LanguagePack,,16
398 HKLM,%CurrentVersionNT%\NetworkCards,,16
399 HKLM,%CurrentVersionNT%\OpenGLDrivers,,16
400 HKLM,%CurrentVersionNT%\Perflib,,16
401 HKLM,%CurrentVersionNT%\Ports,,16
402 HKLM,%CurrentVersionNT%\Print,,16
403 HKLM,%CurrentVersionNT%\ProfileList,,16
404 HKLM,%CurrentVersionNT%\Winlogon,"Shell",,"explorer.exe"
406 [CurrentVersionWow64]
407 HKLM,%CurrentVersion%,"ProgramFilesDir (x86)",,"%16426%"
408 HKLM,%CurrentVersion%,"CommonFilesDir (x86)",,"%16428%"
410 [Debugger]
411 HKLM,%CurrentVersionNT%\AeDebug,"Debugger",2,"winedbg --auto %ld %ld"
412 HKLM,%CurrentVersionNT%\AeDebug,"Auto",2,"1"
413 HKCU,Software\Wine\Debug,"RelayExclude",2,"ntdll.RtlEnterCriticalSection;ntdll.RtlTryEnterCriticalSection;ntdll.RtlLeaveCriticalSection;kernel32.48;kernel32.49;kernel32.94;kernel32.95;kernel32.96;kernel32.97;kernel32.98;kernel32.TlsGetValue;kernel32.TlsSetValue;kernel32.FlsGetValue;kernel32.FlsSetValue;kernel32.SetLastError"
414 HKCU,Software\Wine\Debug,"RelayFromExclude",2,"winex11.drv;winemac.drv;user32;gdi32;advapi32;kernel32"
416 [DirectX]
417 HKLM,Software\Microsoft\DirectX,"Version",,"4.09.00.0904"
418 HKLM,Software\Microsoft\DirectX,"InstalledVersion",1,00,00,00,09,00,00,00,00
419 HKLM,Software\Microsoft\DirectMusic,GMFilePath,,"%12%\gm.dls"
420 HKLM,Software\Microsoft\DirectMusic\Defaults,DefaultOutputPort,,"{58C2B4D0-46E7-11D1-89AC-00A0C9054129}"
421 HKLM,Software\Microsoft\DirectMusic\SoftwareSynths\{58C2B4D0-46E7-11D1-89AC-00A0C9054129},Description,,"Microsoft Software Synthesizer"
422 HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"DescriptionA",,"Internet TCP/IP Connection For DirectPlay"
423 HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"DescriptionW",,"Internet TCP/IP Connection For DirectPlay"
424 HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"dwReserved1",0x10001,0x000001f4
425 HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"dwReserved2",0x10001,0x00000000
426 HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"Guid",,"{36E95EE0-8577-11cf-960C-0080C7534E82}"
427 HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"NATHelp",,"dpnhupnp.dll"
428 HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"Path",,"dpwsockx.dll"
429 HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"DescriptionA",,"IPX Connection For DirectPlay"
430 HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"DescriptionW",,"IPX Connection For DirectPlay"
431 HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"dwReserved1",0x10001,0x00000032
432 HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"dwReserved2",0x10001,0x00000000
433 HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"Guid",,"{685BC400-9D2C-11cf-A9CD-00AA006886E3}"
434 HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"Path",,"dpwsockx.dll"
435 HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"DescriptionA",,"Modem Connection For DirectPlay"
436 HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"DescriptionW",,"Modem Connection For DirectPlay"
437 HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"dwReserved1",0x10001,0x00000000
438 HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"dwReserved2",0x10001,0x00000000
439 HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"Guid",,"{44EAA760-CB68-11cf-9C4E-00A0C905425E}"
440 HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"Path",,"dpmodemx.dll"
441 HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"DescriptionA",,"Serial Connection For DirectPlay"
442 HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"DescriptionW",,"Serial Connection For DirectPlay"
443 HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"dwReserved1",0x10001,0x00000000
444 HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"dwReserved2",0x10001,0x00000000
445 HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"Guid",,"{0F1D6860-88D9-11cf-9C4E-00A0C905425E}"
446 HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"Path",,"dpmodemx.dll"
448 [SessionMgr]
449 HKLM,%Control%\Session Manager,CriticalSectionTimeout,0x00040002,0x00278d00
450 HKLM,%Control%\Session Manager,GlobalFlag,0x00040002,0
451 HKLM,%Control%\Session Manager,HeapDeCommitFreeBlockThreshold,0x00040002,0
452 HKLM,%Control%\Session Manager,HeapDeCommitTotalFreeThreshold,0x00040002,0
453 HKLM,%Control%\Session Manager,HeapSegmentCommit,0x00040002,0
454 HKLM,%Control%\Session Manager,HeapSegmentReserve,0x00040002,0
455 HKLM,%Control%\Session Manager\Environment,"ComSpec",0x00020000,"%SystemRoot%\system32\cmd.exe"
456 HKLM,%Control%\Session Manager\Environment,"PATH",0x00020002,"%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\system32\wbem;%SystemRoot%\system32\WindowsPowershell\v1.0"
457 HKLM,%Control%\Session Manager\Environment,"PATHEXT",,".com;.exe;.bat;.cmd;.vbs;.vbe;.js;.jse;.wsf;.wsh"
458 HKLM,%Control%\Session Manager\Environment,"TEMP",0x00020002,"%SystemRoot%\temp"
459 HKLM,%Control%\Session Manager\Environment,"TMP",0x00020002,"%SystemRoot%\temp"
460 HKLM,%Control%\Session Manager\Environment,"windir",0x00020000,"%SystemRoot%"
461 HKLM,%Control%\Session Manager\Environment,"winsysdir",,"%11%"
462 HKLM,%Control%\Session Manager\Memory Management,PagingFiles,,"%24%\pagefile.sys 27 77"
463 HKLM,%Control%\Session Manager\Memory Management,WriteWatch,0x00040002,1
465 [Fonts]
466 HKLM,%FontSubStr%,"Arial Baltic,186",,"Arial,186"
467 HKLM,%FontSubStr%,"Arial CE,238",,"Arial,238"
468 HKLM,%FontSubStr%,"Arial CYR,204",,"Arial,204"
469 HKLM,%FontSubStr%,"Arial Greek,161",,"Arial,161"
470 HKLM,%FontSubStr%,"Arial TUR,162",,"Arial,162"
471 HKLM,%FontSubStr%,"Courier New Baltic,186",,"Courier New,186"
472 HKLM,%FontSubStr%,"Courier New CE,238",,"Courier New,238"
473 HKLM,%FontSubStr%,"Courier New CYR,204",,"Courier New,204"
474 HKLM,%FontSubStr%,"Courier New Greek,161",,"Courier New,161"
475 HKLM,%FontSubStr%,"Courier New TUR,162",,"Courier New,162"
476 HKLM,%FontSubStr%,"Helv",,"MS Sans Serif"
477 HKLM,%FontSubStr%,"Helvetica",,"Arial"
478 HKLM,%FontSubStr%,"MS Shell Dlg 2",,"Tahoma"
479 HKLM,%FontSubStr%,"Times",,"Times New Roman"
480 HKLM,%FontSubStr%,"Times New Roman Baltic,186",,"Times New Roman,186"
481 HKLM,%FontSubStr%,"Times New Roman CE,238",,"Times New Roman,238"
482 HKLM,%FontSubStr%,"Times New Roman CYR,204",,"Times New Roman,204"
483 HKLM,%FontSubStr%,"Times New Roman Greek,161",,"Times New Roman,161"
484 HKLM,%FontSubStr%,"Times New Roman TUR,162",,"Times New Roman,162"
485 HKLM,System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts,"LogPixels",0x10003,0x00000060
487 [MCI]
488 HKLM,%Mci32Str%,"AVIVideo",,"mciavi32.dll"
489 HKLM,%Mci32Str%,"CDAudio",,"mcicda.dll"
490 HKLM,%Mci32Str%,"Sequencer",,"mciseq.dll"
491 HKLM,%Mci32Str%,"WaveAudio",,"mciwave.dll"
492 HKLM,%Mci32Str%,"MPEGVideo",,"mciqtz32.dll"
494 HKLM,%MciExtStr%,"aifc",,"MPEGVideo"
495 HKLM,%MciExtStr%,"asf",,"MPEGVideo"
496 HKLM,%MciExtStr%,"asx",,"MPEGVideo"
497 HKLM,%MciExtStr%,"au",,"MPEGVideo"
498 HKLM,%MciExtStr%,"avi",,"AVIVideo"
499 HKLM,%MciExtStr%,"cda",,"CDAudio"
500 HKLM,%MciExtStr%,"lsf",,"MPEGVideo"
501 HKLM,%MciExtStr%,"lsx",,"MPEGVideo"
502 HKLM,%MciExtStr%,"m1v",,"MPEGVideo"
503 HKLM,%MciExtStr%,"m3u",,"MPEGVideo"
504 HKLM,%MciExtStr%,"mid",,"Sequencer"
505 HKLM,%MciExtStr%,"midi",,"Sequencer"
506 HKLM,%MciExtStr%,"mp2",,"MPEGVideo"
507 HKLM,%MciExtStr%,"mp2v",,"MPEGVideo"
508 HKLM,%MciExtStr%,"mp3",,"MPEGVideo"
509 HKLM,%MciExtStr%,"mpa",,"MPEGVideo"
510 HKLM,%MciExtStr%,"mpe",,"MPEGVideo"
511 HKLM,%MciExtStr%,"mpeg",,"MPEGVideo"
512 HKLM,%MciExtStr%,"mpg",,"MPEGVideo"
513 HKLM,%MciExtStr%,"mpv",,"MPEGVideo"
514 HKLM,%MciExtStr%,"mpv2",,"MPEGVideo"
515 HKLM,%MciExtStr%,"rmi",,"Sequencer"
516 HKLM,%MciExtStr%,"snd",,"MPEGVideo"
517 HKLM,%MciExtStr%,"wav",,"WaveAudio"
518 HKLM,%MciExtStr%,"wax",,"MPEGVideo"
519 HKLM,%MciExtStr%,"wm",,"MPEGVideo"
520 HKLM,%MciExtStr%,"wma",,"MPEGVideo"
521 HKLM,%MciExtStr%,"wmp",,"MPEGVideo"
522 HKLM,%MciExtStr%,"wmv",,"MPEGVideo"
523 HKLM,%MciExtStr%,"wmx",,"MPEGVideo"
524 HKLM,%MciExtStr%,"wvx",,"MPEGVideo"
526 [Misc]
527 HKLM,Software\Borland\Database Engine\Settings\SYSTEM\INIT,SHAREDMEMLOCATION,,9000
528 HKLM,Software\Clients\Mail,,2,"Native Mail Client"
529 HKLM,Software\Clients\Mail\Native Mail Client,,2,"Native Mail Client"
530 HKLM,Software\Clients\Mail\Native Mail Client,"DLLPath",2,"%11%\winemapi.dll"
531 HKLM,Software\Microsoft\Advanced INF Setup,,16
532 HKLM,Software\Microsoft\Clients,,16
533 HKLM,Software\Microsoft\Cryptography\Calais\Current,,16
534 HKLM,Software\Microsoft\Cryptography\Calais\Readers,,16
535 HKLM,Software\Microsoft\Cryptography\Services,,16
536 HKLM,Software\Microsoft\CTF\SystemShared,,16
537 HKLM,Software\Microsoft\CTF\TIP,,16
538 HKLM,Software\Microsoft\DFS,,16
539 HKLM,Software\Microsoft\Driver Signing,,16
540 HKLM,Software\Microsoft\EnterpriseCertificates,,16
541 HKLM,Software\Microsoft\EventSystem,,16
542 HKLM,Software\Microsoft\MediaPlayer,"Installation DirectoryLFN",2,"%16422%\Windows Media Player"
543 HKLM,Software\Microsoft\MediaPlayer\PlayerUpgrade,"PlayerVersion",2,"12,0,7601,18840"
544 HKLM,Software\Microsoft\MSMQ,,16
545 HKLM,Software\Microsoft\Non-Driver Signing,,16
546 HKLM,Software\Microsoft\Notepad\DefaultFonts,,16
547 HKLM,Software\Microsoft\RAS,,16
548 HKLM,Software\Microsoft\Rpc\SecurityService,1,2,"secur32.dll"
549 HKLM,Software\Microsoft\Rpc\SecurityService,10,2,"secur32.dll"
550 HKLM,Software\Microsoft\Rpc\SecurityService,14,2,"schannel.dll"
551 HKLM,Software\Microsoft\Rpc\SecurityService,16,2,"secur32.dll"
552 HKLM,Software\Microsoft\Rpc\SecurityService,18,2,"secur32.dll"
553 HKLM,Software\Microsoft\Rpc\SecurityService,68,2,"netlogon.dll"
554 HKLM,Software\Microsoft\Rpc\SecurityService,9,2,"secur32.dll"
555 HKLM,Software\Microsoft\Shared Tools\MSInfo,,16
556 HKLM,Software\Microsoft\SystemCertificates,,16
557 HKLM,Software\Microsoft\TermServLicensing,,16
558 HKLM,Software\Microsoft\Transaction Server,,16
559 HKLM,Software\Microsoft\WBEM,"Installation Directory",2,"%11%\wbem"
560 HKLM,Software\Microsoft\Windows Messaging Subsystem,"MAPI",2,"1"
561 HKLM,Software\Policies,,16
562 HKLM,Software\Registered Applications,,16
563 HKLM,System\CurrentControlSet\Control\hivelist,,16
564 HKLM,System\CurrentControlSet\Control\Lsa,"Security Packages",0x10002,kerberos,schannel
565 HKLM,System\CurrentControlSet\Control\Lsa\Kerberos,,16
566 HKLM,System\CurrentControlSet\Control\Lsa\MSV1_0,,16
567 HKLM,System\CurrentControlSet\Control\Nls\Language,"Default",,"0409"
568 HKLM,System\CurrentControlSet\Control\Nls\Language,"InstallLanguage",,"0409"
569 HKLM,System\CurrentControlSet\Control\SecurityProviders\Schannel\Protocols\SSL 2.0\Client,"DisabledByDefault",0x10003,1
570 HKLM,System\CurrentControlSet\Control\ServiceGroupOrder,"List",0x00010000,"TDI"
571 HKLM,System\CurrentControlSet\Control\TimeZoneInformation,"StandardName",2,""
572 HKLM,System\CurrentControlSet\Control\TimeZoneInformation,"TimeZoneKeyName",2,""
573 HKLM,System\CurrentControlSet\Control\VirtualDeviceDrivers,,16
574 HKLM,System\CurrentControlSet\Control\VMM32Files,,16
575 HKLM,System\Select,"Current",0x10003,1
576 HKCU,AppEvents\Schemes\Apps\Explorer\Navigating\.Current,,,""
577 HKCU,Software\Microsoft\Protected Storage System Provider,,16
578 ; Some apps requires at least four subkeys of Active Setup\Installed Components
579 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},,2,"DirectDrawEx"
580 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},"ComponentID",2,"DirectDrawEx"
581 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},"IsInstalled",0x10003,1
582 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},"Locale",2,"*"
583 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},"Version",2,"4,71,1113,0"
585 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},,2,"HTML Help"
586 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"ComponentID",2,"HTMLHelp"
587 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"IsInstalled",0x10003,1
588 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"Locale",2,"*"
589 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"Version",2,"4,74,9273,0"
591 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{6BF52A52-394A-11d3-B153-00C04F79FAA6},,2,"Windows Media Player"
592 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{6BF52A52-394A-11d3-B153-00C04F79FAA6},"ComponentID",2,"wmp"
593 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{6BF52A52-394A-11d3-B153-00C04F79FAA6},"IsInstalled",0x10003,1
594 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{6BF52A52-394A-11d3-B153-00C04F79FAA6},"Locale",2,"*"
595 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{6BF52A52-394A-11d3-B153-00C04F79FAA6},"Version",2,"12,0,7601,18840"
597 ; URL Associations
598 HKCU,Software\Microsoft\Windows\Shell\Associations\UrlAssociations\ftp\UserChoice,"ProgId",,"ftp"
599 HKCU,Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice,"ProgId",,"http"
600 HKCU,Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice,"ProgId",,"https"
602 [OLE]
603 HKLM,"Software\Microsoft\OLE","EnableDCOM",,"Y"
604 HKLM,"Software\Microsoft\OLE","EnableRemoteConnect",,"N"
606 [Printing]
607 HKLM,%Control%\Print\Monitors\Local Port,"Driver",2,"localspl.dll"
608 HKLM,%Control%\Print\Printers,"DefaultSpoolDirectory",2,"%11%\spool\printers"
609 HKLM,%CurrentVersionNT%\Ports,"FILE:",,""
610 HKLM,%CurrentVersionNT%\Ports,"LPT1:",,""
611 HKLM,%CurrentVersionNT%\Ports,"LPT2:",,""
612 HKLM,%CurrentVersionNT%\Ports,"LPT3:",,""
613 HKLM,%CurrentVersionNT%\Ports,"COM1:",2,"9600,n,8,1"
614 HKLM,%CurrentVersionNT%\Ports,"COM2:",2,"9600,n,8,1"
615 HKLM,%CurrentVersionNT%\Ports,"COM3:",2,"9600,n,8,1"
616 HKLM,%CurrentVersionNT%\Ports,"COM4:",2,"9600,n,8,1"
618 [Tapi]
619 HKLM,%CurrentVersion%\Telephony,"Perf1",0x10001,0x5045524a
620 HKLM,%CurrentVersion%\Telephony,"Perf2",0x10001,0x50455246
621 HKLM,%CurrentVersion%\Telephony\Locations,,16
623 HKLM,%CurrentVersion%\Telephony\Country List,"CountryListVersion",0x10001,0x00000019
625 HKLM,%CurrentVersion%\Telephony\Country List\1,"CountryCode",0x10001,0x00000001
626 HKLM,%CurrentVersion%\Telephony\Country List\1,"InternationalRule",,"011EFG"
627 HKLM,%CurrentVersion%\Telephony\Country List\1,"LongDistanceRule",," 1FG"
628 HKLM,%CurrentVersion%\Telephony\Country List\1,"Name",,"United States of America"
629 HKLM,%CurrentVersion%\Telephony\Country List\1,"SameAreaRule",,"G"
631 HKLM,%CurrentVersion%\Telephony\Country List\101,"CountryCode",0x10001,0x00000001
632 HKLM,%CurrentVersion%\Telephony\Country List\101,"InternationalRule",,"011EFG"
633 HKLM,%CurrentVersion%\Telephony\Country List\101,"LongDistanceRule",," 1FG"
634 HKLM,%CurrentVersion%\Telephony\Country List\101,"Name",,"Anguilla"
635 HKLM,%CurrentVersion%\Telephony\Country List\101,"SameAreaRule",,"G"
637 HKLM,%CurrentVersion%\Telephony\Country List\102,"CountryCode",0x10001,0x00000001
638 HKLM,%CurrentVersion%\Telephony\Country List\102,"InternationalRule",,"011EFG"
639 HKLM,%CurrentVersion%\Telephony\Country List\102,"LongDistanceRule",," 1FG"
640 HKLM,%CurrentVersion%\Telephony\Country List\102,"Name",,"Antigua"
641 HKLM,%CurrentVersion%\Telephony\Country List\102,"SameAreaRule",,"G"
643 HKLM,%CurrentVersion%\Telephony\Country List\103,"CountryCode",0x10001,0x00000001
644 HKLM,%CurrentVersion%\Telephony\Country List\103,"InternationalRule",,"011EFG"
645 HKLM,%CurrentVersion%\Telephony\Country List\103,"LongDistanceRule",," 1FG"
646 HKLM,%CurrentVersion%\Telephony\Country List\103,"Name",,"Bahamas"
647 HKLM,%CurrentVersion%\Telephony\Country List\103,"SameAreaRule",,"G"
649 HKLM,%CurrentVersion%\Telephony\Country List\104,"CountryCode",0x10001,0x00000001
650 HKLM,%CurrentVersion%\Telephony\Country List\104,"InternationalRule",,"011EFG"
651 HKLM,%CurrentVersion%\Telephony\Country List\104,"LongDistanceRule",," 1FG"
652 HKLM,%CurrentVersion%\Telephony\Country List\104,"Name",,"Barbados"
653 HKLM,%CurrentVersion%\Telephony\Country List\104,"SameAreaRule",,"G"
655 HKLM,%CurrentVersion%\Telephony\Country List\105,"CountryCode",0x10001,0x00000001
656 HKLM,%CurrentVersion%\Telephony\Country List\105,"InternationalRule",,"011EFG"
657 HKLM,%CurrentVersion%\Telephony\Country List\105,"LongDistanceRule",," 1FG"
658 HKLM,%CurrentVersion%\Telephony\Country List\105,"Name",,"Bermuda"
659 HKLM,%CurrentVersion%\Telephony\Country List\105,"SameAreaRule",,"G"
661 HKLM,%CurrentVersion%\Telephony\Country List\106,"CountryCode",0x10001,0x00000001
662 HKLM,%CurrentVersion%\Telephony\Country List\106,"InternationalRule",,"011EFG"
663 HKLM,%CurrentVersion%\Telephony\Country List\106,"LongDistanceRule",," 1FG"
664 HKLM,%CurrentVersion%\Telephony\Country List\106,"Name",,"British Virgin Islands"
665 HKLM,%CurrentVersion%\Telephony\Country List\106,"SameAreaRule",,"G"
667 HKLM,%CurrentVersion%\Telephony\Country List\107,"CountryCode",0x10001,0x00000001
668 HKLM,%CurrentVersion%\Telephony\Country List\107,"InternationalRule",,"011EFG"
669 HKLM,%CurrentVersion%\Telephony\Country List\107,"LongDistanceRule",," 1FG"
670 HKLM,%CurrentVersion%\Telephony\Country List\107,"Name",,"Canada"
671 HKLM,%CurrentVersion%\Telephony\Country List\107,"SameAreaRule",,"G"
673 HKLM,%CurrentVersion%\Telephony\Country List\108,"CountryCode",0x10001,0x00000001
674 HKLM,%CurrentVersion%\Telephony\Country List\108,"InternationalRule",,"011EFG"
675 HKLM,%CurrentVersion%\Telephony\Country List\108,"LongDistanceRule",," 1FG"
676 HKLM,%CurrentVersion%\Telephony\Country List\108,"Name",,"Cayman Islands"
677 HKLM,%CurrentVersion%\Telephony\Country List\108,"SameAreaRule",,"G"
679 HKLM,%CurrentVersion%\Telephony\Country List\109,"CountryCode",0x10001,0x00000001
680 HKLM,%CurrentVersion%\Telephony\Country List\109,"InternationalRule",,"011EFG"
681 HKLM,%CurrentVersion%\Telephony\Country List\109,"LongDistanceRule",," 1FG"
682 HKLM,%CurrentVersion%\Telephony\Country List\109,"Name",,"Dominica"
683 HKLM,%CurrentVersion%\Telephony\Country List\109,"SameAreaRule",,"G"
685 HKLM,%CurrentVersion%\Telephony\Country List\110,"CountryCode",0x10001,0x00000001
686 HKLM,%CurrentVersion%\Telephony\Country List\110,"InternationalRule",,"011EFG"
687 HKLM,%CurrentVersion%\Telephony\Country List\110,"LongDistanceRule",," 1FG"
688 HKLM,%CurrentVersion%\Telephony\Country List\110,"Name",,"Dominican Republic"
689 HKLM,%CurrentVersion%\Telephony\Country List\110,"SameAreaRule",,"G"
691 HKLM,%CurrentVersion%\Telephony\Country List\111,"CountryCode",0x10001,0x00000001
692 HKLM,%CurrentVersion%\Telephony\Country List\111,"InternationalRule",,"011EFG"
693 HKLM,%CurrentVersion%\Telephony\Country List\111,"LongDistanceRule",," 1FG"
694 HKLM,%CurrentVersion%\Telephony\Country List\111,"Name",,"Grenada"
695 HKLM,%CurrentVersion%\Telephony\Country List\111,"SameAreaRule",,"G"
697 HKLM,%CurrentVersion%\Telephony\Country List\112,"CountryCode",0x10001,0x00000001
698 HKLM,%CurrentVersion%\Telephony\Country List\112,"InternationalRule",,"011EFG"
699 HKLM,%CurrentVersion%\Telephony\Country List\112,"LongDistanceRule",," 1FG"
700 HKLM,%CurrentVersion%\Telephony\Country List\112,"Name",,"Jamaica"
701 HKLM,%CurrentVersion%\Telephony\Country List\112,"SameAreaRule",,"G"
703 HKLM,%CurrentVersion%\Telephony\Country List\113,"CountryCode",0x10001,0x00000001
704 HKLM,%CurrentVersion%\Telephony\Country List\113,"InternationalRule",,"011EFG"
705 HKLM,%CurrentVersion%\Telephony\Country List\113,"LongDistanceRule",," 1FG"
706 HKLM,%CurrentVersion%\Telephony\Country List\113,"Name",,"Montserrat"
707 HKLM,%CurrentVersion%\Telephony\Country List\113,"SameAreaRule",,"G"
709 HKLM,%CurrentVersion%\Telephony\Country List\115,"CountryCode",0x10001,0x00000001
710 HKLM,%CurrentVersion%\Telephony\Country List\115,"InternationalRule",,"011EFG"
711 HKLM,%CurrentVersion%\Telephony\Country List\115,"LongDistanceRule",," 1FG"
712 HKLM,%CurrentVersion%\Telephony\Country List\115,"Name",,"St. Kitts and Nevis"
713 HKLM,%CurrentVersion%\Telephony\Country List\115,"SameAreaRule",,"G"
715 HKLM,%CurrentVersion%\Telephony\Country List\116,"CountryCode",0x10001,0x00000001
716 HKLM,%CurrentVersion%\Telephony\Country List\116,"InternationalRule",,"0EFG"
717 HKLM,%CurrentVersion%\Telephony\Country List\116,"LongDistanceRule",," 1FG"
718 HKLM,%CurrentVersion%\Telephony\Country List\116,"Name",,"St. Vincent and the Grenadines"
719 HKLM,%CurrentVersion%\Telephony\Country List\116,"SameAreaRule",,"G"
721 HKLM,%CurrentVersion%\Telephony\Country List\117,"CountryCode",0x10001,0x00000001
722 HKLM,%CurrentVersion%\Telephony\Country List\117,"InternationalRule",,"011EFG"
723 HKLM,%CurrentVersion%\Telephony\Country List\117,"LongDistanceRule",," 1FG"
724 HKLM,%CurrentVersion%\Telephony\Country List\117,"Name",,"Trinidad and Tobago"
725 HKLM,%CurrentVersion%\Telephony\Country List\117,"SameAreaRule",,"G"
727 HKLM,%CurrentVersion%\Telephony\Country List\118,"CountryCode",0x10001,0x00000001
728 HKLM,%CurrentVersion%\Telephony\Country List\118,"InternationalRule",,"0EFG"
729 HKLM,%CurrentVersion%\Telephony\Country List\118,"LongDistanceRule",," 1FG"
730 HKLM,%CurrentVersion%\Telephony\Country List\118,"Name",,"Turks and Caicos Islands"
731 HKLM,%CurrentVersion%\Telephony\Country List\118,"SameAreaRule",,"G"
733 HKLM,%CurrentVersion%\Telephony\Country List\120,"CountryCode",0x10001,0x00000001
734 HKLM,%CurrentVersion%\Telephony\Country List\120,"InternationalRule",,"011EFG"
735 HKLM,%CurrentVersion%\Telephony\Country List\120,"LongDistanceRule",," 1FG"
736 HKLM,%CurrentVersion%\Telephony\Country List\120,"Name",,"Barbuda"
737 HKLM,%CurrentVersion%\Telephony\Country List\120,"SameAreaRule",,"G"
739 HKLM,%CurrentVersion%\Telephony\Country List\121,"CountryCode",0x10001,0x00000001
740 HKLM,%CurrentVersion%\Telephony\Country List\121,"InternationalRule",,"011EFG"
741 HKLM,%CurrentVersion%\Telephony\Country List\121,"LongDistanceRule",," 1FG"
742 HKLM,%CurrentVersion%\Telephony\Country List\121,"Name",,"Puerto Rico"
743 HKLM,%CurrentVersion%\Telephony\Country List\121,"SameAreaRule",,"G"
745 HKLM,%CurrentVersion%\Telephony\Country List\122,"CountryCode",0x10001,0x00000001
746 HKLM,%CurrentVersion%\Telephony\Country List\122,"InternationalRule",,"011EFG"
747 HKLM,%CurrentVersion%\Telephony\Country List\122,"LongDistanceRule",," 1FG"
748 HKLM,%CurrentVersion%\Telephony\Country List\122,"Name",,"Saint Lucia"
749 HKLM,%CurrentVersion%\Telephony\Country List\122,"SameAreaRule",,"G"
751 HKLM,%CurrentVersion%\Telephony\Country List\123,"CountryCode",0x10001,0x00000001
752 HKLM,%CurrentVersion%\Telephony\Country List\123,"InternationalRule",,"011EFG"
753 HKLM,%CurrentVersion%\Telephony\Country List\123,"LongDistanceRule",," 1FG"
754 HKLM,%CurrentVersion%\Telephony\Country List\123,"Name",,"United States Virgin Islands"
755 HKLM,%CurrentVersion%\Telephony\Country List\123,"SameAreaRule",,"G"
757 HKLM,%CurrentVersion%\Telephony\Country List\124,"CountryCode",0x10001,0x00000001
758 HKLM,%CurrentVersion%\Telephony\Country List\124,"InternationalRule",,"011EFG"
759 HKLM,%CurrentVersion%\Telephony\Country List\124,"LongDistanceRule",," 1FG"
760 HKLM,%CurrentVersion%\Telephony\Country List\124,"Name",,"Guam"
761 HKLM,%CurrentVersion%\Telephony\Country List\124,"SameAreaRule",,"G"
763 HKLM,%CurrentVersion%\Telephony\Country List\20,"CountryCode",0x10001,0x00000014
764 HKLM,%CurrentVersion%\Telephony\Country List\20,"InternationalRule",,"00EFG"
765 HKLM,%CurrentVersion%\Telephony\Country List\20,"LongDistanceRule",,"0FG"
766 HKLM,%CurrentVersion%\Telephony\Country List\20,"Name",,"Egypt"
767 HKLM,%CurrentVersion%\Telephony\Country List\20,"SameAreaRule",,"G"
769 HKLM,%CurrentVersion%\Telephony\Country List\212,"CountryCode",0x10001,0x000000d4
770 HKLM,%CurrentVersion%\Telephony\Country List\212,"InternationalRule",,"00EFG"
771 HKLM,%CurrentVersion%\Telephony\Country List\212,"LongDistanceRule",,"0FG"
772 HKLM,%CurrentVersion%\Telephony\Country List\212,"Name",,"Morocco"
773 HKLM,%CurrentVersion%\Telephony\Country List\212,"SameAreaRule",,"G"
775 HKLM,%CurrentVersion%\Telephony\Country List\213,"CountryCode",0x10001,0x000000d5
776 HKLM,%CurrentVersion%\Telephony\Country List\213,"InternationalRule",,"00,EFG"
777 HKLM,%CurrentVersion%\Telephony\Country List\213,"LongDistanceRule",,"0FG"
778 HKLM,%CurrentVersion%\Telephony\Country List\213,"Name",,"Algeria"
779 HKLM,%CurrentVersion%\Telephony\Country List\213,"SameAreaRule",,"G"
781 HKLM,%CurrentVersion%\Telephony\Country List\216,"CountryCode",0x10001,0x000000d8
782 HKLM,%CurrentVersion%\Telephony\Country List\216,"InternationalRule",,"00EFG"
783 HKLM,%CurrentVersion%\Telephony\Country List\216,"LongDistanceRule",,"0FG"
784 HKLM,%CurrentVersion%\Telephony\Country List\216,"Name",,"Tunisia"
785 HKLM,%CurrentVersion%\Telephony\Country List\216,"SameAreaRule",,"G"
787 HKLM,%CurrentVersion%\Telephony\Country List\218,"CountryCode",0x10001,0x000000da
788 HKLM,%CurrentVersion%\Telephony\Country List\218,"InternationalRule",,"00EFG"
789 HKLM,%CurrentVersion%\Telephony\Country List\218,"LongDistanceRule",,"0FG"
790 HKLM,%CurrentVersion%\Telephony\Country List\218,"Name",,"Libya"
791 HKLM,%CurrentVersion%\Telephony\Country List\218,"SameAreaRule",,"G"
793 HKLM,%CurrentVersion%\Telephony\Country List\220,"CountryCode",0x10001,0x000000dc
794 HKLM,%CurrentVersion%\Telephony\Country List\220,"InternationalRule",,"00EFG"
795 HKLM,%CurrentVersion%\Telephony\Country List\220,"LongDistanceRule",,""
796 HKLM,%CurrentVersion%\Telephony\Country List\220,"Name",,"Gambia"
797 HKLM,%CurrentVersion%\Telephony\Country List\220,"SameAreaRule",,"G"
799 HKLM,%CurrentVersion%\Telephony\Country List\221,"CountryCode",0x10001,0x000000dd
800 HKLM,%CurrentVersion%\Telephony\Country List\221,"InternationalRule",,"00EFG"
801 HKLM,%CurrentVersion%\Telephony\Country List\221,"LongDistanceRule",,""
802 HKLM,%CurrentVersion%\Telephony\Country List\221,"Name",,"Senegal Republic"
803 HKLM,%CurrentVersion%\Telephony\Country List\221,"SameAreaRule",,"G"
805 HKLM,%CurrentVersion%\Telephony\Country List\222,"CountryCode",0x10001,0x000000de
806 HKLM,%CurrentVersion%\Telephony\Country List\222,"InternationalRule",,"00EFG"
807 HKLM,%CurrentVersion%\Telephony\Country List\222,"LongDistanceRule",,""
808 HKLM,%CurrentVersion%\Telephony\Country List\222,"Name",,"Mauritania"
809 HKLM,%CurrentVersion%\Telephony\Country List\222,"SameAreaRule",,"G"
811 HKLM,%CurrentVersion%\Telephony\Country List\223,"CountryCode",0x10001,0x000000df
812 HKLM,%CurrentVersion%\Telephony\Country List\223,"InternationalRule",,"00EFG"
813 HKLM,%CurrentVersion%\Telephony\Country List\223,"LongDistanceRule",,""
814 HKLM,%CurrentVersion%\Telephony\Country List\223,"Name",,"Mali"
815 HKLM,%CurrentVersion%\Telephony\Country List\223,"SameAreaRule",,"G"
817 HKLM,%CurrentVersion%\Telephony\Country List\224,"CountryCode",0x10001,0x000000e0
818 HKLM,%CurrentVersion%\Telephony\Country List\224,"InternationalRule",,"00EFG"
819 HKLM,%CurrentVersion%\Telephony\Country List\224,"LongDistanceRule",,""
820 HKLM,%CurrentVersion%\Telephony\Country List\224,"Name",,"Guinea"
821 HKLM,%CurrentVersion%\Telephony\Country List\224,"SameAreaRule",,"G"
823 HKLM,%CurrentVersion%\Telephony\Country List\225,"CountryCode",0x10001,0x000000e1
824 HKLM,%CurrentVersion%\Telephony\Country List\225,"InternationalRule",,"00EFG"
825 HKLM,%CurrentVersion%\Telephony\Country List\225,"LongDistanceRule",,""
826 HKLM,%CurrentVersion%\Telephony\Country List\225,"Name",,"Cote d'Ivoire"
827 HKLM,%CurrentVersion%\Telephony\Country List\225,"SameAreaRule",,"G"
829 HKLM,%CurrentVersion%\Telephony\Country List\226,"CountryCode",0x10001,0x000000e2
830 HKLM,%CurrentVersion%\Telephony\Country List\226,"InternationalRule",,"00EFG"
831 HKLM,%CurrentVersion%\Telephony\Country List\226,"LongDistanceRule",,""
832 HKLM,%CurrentVersion%\Telephony\Country List\226,"Name",,"Burkina Faso"
833 HKLM,%CurrentVersion%\Telephony\Country List\226,"SameAreaRule",,"G"
835 HKLM,%CurrentVersion%\Telephony\Country List\227,"CountryCode",0x10001,0x000000e3
836 HKLM,%CurrentVersion%\Telephony\Country List\227,"InternationalRule",,"00EFG"
837 HKLM,%CurrentVersion%\Telephony\Country List\227,"LongDistanceRule",,""
838 HKLM,%CurrentVersion%\Telephony\Country List\227,"Name",,"Niger"
839 HKLM,%CurrentVersion%\Telephony\Country List\227,"SameAreaRule",,"G"
841 HKLM,%CurrentVersion%\Telephony\Country List\228,"CountryCode",0x10001,0x000000e4
842 HKLM,%CurrentVersion%\Telephony\Country List\228,"InternationalRule",,"00EFG"
843 HKLM,%CurrentVersion%\Telephony\Country List\228,"LongDistanceRule",,""
844 HKLM,%CurrentVersion%\Telephony\Country List\228,"Name",,"Togo"
845 HKLM,%CurrentVersion%\Telephony\Country List\228,"SameAreaRule",,"G"
847 HKLM,%CurrentVersion%\Telephony\Country List\229,"CountryCode",0x10001,0x000000e5
848 HKLM,%CurrentVersion%\Telephony\Country List\229,"InternationalRule",,"00EFG"
849 HKLM,%CurrentVersion%\Telephony\Country List\229,"LongDistanceRule",,""
850 HKLM,%CurrentVersion%\Telephony\Country List\229,"Name",,"Benin"
851 HKLM,%CurrentVersion%\Telephony\Country List\229,"SameAreaRule",,"G"
853 HKLM,%CurrentVersion%\Telephony\Country List\230,"CountryCode",0x10001,0x000000e6
854 HKLM,%CurrentVersion%\Telephony\Country List\230,"InternationalRule",,"00EFG"
855 HKLM,%CurrentVersion%\Telephony\Country List\230,"LongDistanceRule",,""
856 HKLM,%CurrentVersion%\Telephony\Country List\230,"Name",,"Mauritius"
857 HKLM,%CurrentVersion%\Telephony\Country List\230,"SameAreaRule",,"G"
859 HKLM,%CurrentVersion%\Telephony\Country List\231,"CountryCode",0x10001,0x000000e7
860 HKLM,%CurrentVersion%\Telephony\Country List\231,"InternationalRule",,"0EFG"
861 HKLM,%CurrentVersion%\Telephony\Country List\231,"LongDistanceRule",,""
862 HKLM,%CurrentVersion%\Telephony\Country List\231,"Name",,"Liberia"
863 HKLM,%CurrentVersion%\Telephony\Country List\231,"SameAreaRule",,"G"
865 HKLM,%CurrentVersion%\Telephony\Country List\232,"CountryCode",0x10001,0x000000e8
866 HKLM,%CurrentVersion%\Telephony\Country List\232,"InternationalRule",,"00EFG"
867 HKLM,%CurrentVersion%\Telephony\Country List\232,"LongDistanceRule",,"IG"
868 HKLM,%CurrentVersion%\Telephony\Country List\232,"Name",,"Sierra Leone"
869 HKLM,%CurrentVersion%\Telephony\Country List\232,"SameAreaRule",,"G"
871 HKLM,%CurrentVersion%\Telephony\Country List\233,"CountryCode",0x10001,0x000000e9
872 HKLM,%CurrentVersion%\Telephony\Country List\233,"InternationalRule",,"00EFG"
873 HKLM,%CurrentVersion%\Telephony\Country List\233,"LongDistanceRule",,""
874 HKLM,%CurrentVersion%\Telephony\Country List\233,"Name",,"Ghana"
875 HKLM,%CurrentVersion%\Telephony\Country List\233,"SameAreaRule",,"G"
877 HKLM,%CurrentVersion%\Telephony\Country List\234,"CountryCode",0x10001,0x000000ea
878 HKLM,%CurrentVersion%\Telephony\Country List\234,"InternationalRule",,"009EFG"
879 HKLM,%CurrentVersion%\Telephony\Country List\234,"LongDistanceRule",,"0FG"
880 HKLM,%CurrentVersion%\Telephony\Country List\234,"Name",,"Nigeria"
881 HKLM,%CurrentVersion%\Telephony\Country List\234,"SameAreaRule",,"G"
883 HKLM,%CurrentVersion%\Telephony\Country List\235,"CountryCode",0x10001,0x000000eb
884 HKLM,%CurrentVersion%\Telephony\Country List\235,"InternationalRule",,"15EFG"
885 HKLM,%CurrentVersion%\Telephony\Country List\235,"LongDistanceRule",,""
886 HKLM,%CurrentVersion%\Telephony\Country List\235,"Name",,"Chad"
887 HKLM,%CurrentVersion%\Telephony\Country List\235,"SameAreaRule",,"G"
889 HKLM,%CurrentVersion%\Telephony\Country List\236,"CountryCode",0x10001,0x000000ec
890 HKLM,%CurrentVersion%\Telephony\Country List\236,"InternationalRule",,"19EFG"
891 HKLM,%CurrentVersion%\Telephony\Country List\236,"LongDistanceRule",,""
892 HKLM,%CurrentVersion%\Telephony\Country List\236,"Name",,"Central African Republic"
893 HKLM,%CurrentVersion%\Telephony\Country List\236,"SameAreaRule",,"G"
895 HKLM,%CurrentVersion%\Telephony\Country List\237,"CountryCode",0x10001,0x000000ed
896 HKLM,%CurrentVersion%\Telephony\Country List\237,"InternationalRule",,"00EFG"
897 HKLM,%CurrentVersion%\Telephony\Country List\237,"LongDistanceRule",,""
898 HKLM,%CurrentVersion%\Telephony\Country List\237,"Name",,"Cameroon"
899 HKLM,%CurrentVersion%\Telephony\Country List\237,"SameAreaRule",,"G"
901 HKLM,%CurrentVersion%\Telephony\Country List\238,"CountryCode",0x10001,0x000000ee
902 HKLM,%CurrentVersion%\Telephony\Country List\238,"InternationalRule",,"0EFG"
903 HKLM,%CurrentVersion%\Telephony\Country List\238,"LongDistanceRule",,""
904 HKLM,%CurrentVersion%\Telephony\Country List\238,"Name",,"Cape Verde Islands"
905 HKLM,%CurrentVersion%\Telephony\Country List\238,"SameAreaRule",,"G"
907 HKLM,%CurrentVersion%\Telephony\Country List\239,"CountryCode",0x10001,0x000000ef
908 HKLM,%CurrentVersion%\Telephony\Country List\239,"InternationalRule",,"00EFG"
909 HKLM,%CurrentVersion%\Telephony\Country List\239,"LongDistanceRule",,""
910 HKLM,%CurrentVersion%\Telephony\Country List\239,"Name",,"Sao Tome and Principe"
911 HKLM,%CurrentVersion%\Telephony\Country List\239,"SameAreaRule",,"G"
913 HKLM,%CurrentVersion%\Telephony\Country List\240,"CountryCode",0x10001,0x000000f0
914 HKLM,%CurrentVersion%\Telephony\Country List\240,"InternationalRule",,"00EFG"
915 HKLM,%CurrentVersion%\Telephony\Country List\240,"LongDistanceRule",,""
916 HKLM,%CurrentVersion%\Telephony\Country List\240,"Name",,"Equatorial Guinea"
917 HKLM,%CurrentVersion%\Telephony\Country List\240,"SameAreaRule",,"G"
919 HKLM,%CurrentVersion%\Telephony\Country List\241,"CountryCode",0x10001,0x000000f1
920 HKLM,%CurrentVersion%\Telephony\Country List\241,"InternationalRule",,"00EFG"
921 HKLM,%CurrentVersion%\Telephony\Country List\241,"LongDistanceRule",,""
922 HKLM,%CurrentVersion%\Telephony\Country List\241,"Name",,"Gabon"
923 HKLM,%CurrentVersion%\Telephony\Country List\241,"SameAreaRule",,"G"
925 HKLM,%CurrentVersion%\Telephony\Country List\242,"CountryCode",0x10001,0x000000f2
926 HKLM,%CurrentVersion%\Telephony\Country List\242,"InternationalRule",,"00EFG"
927 HKLM,%CurrentVersion%\Telephony\Country List\242,"LongDistanceRule",,""
928 HKLM,%CurrentVersion%\Telephony\Country List\242,"Name",,"Congo"
929 HKLM,%CurrentVersion%\Telephony\Country List\242,"SameAreaRule",,"G"
931 HKLM,%CurrentVersion%\Telephony\Country List\243,"CountryCode",0x10001,0x000000f3
932 HKLM,%CurrentVersion%\Telephony\Country List\243,"InternationalRule",,"00EFG"
933 HKLM,%CurrentVersion%\Telephony\Country List\243,"LongDistanceRule",,""
934 HKLM,%CurrentVersion%\Telephony\Country List\243,"Name",,"Congo, Democratic Republic of the"
935 HKLM,%CurrentVersion%\Telephony\Country List\243,"SameAreaRule",,"G"
937 HKLM,%CurrentVersion%\Telephony\Country List\244,"CountryCode",0x10001,0x000000f4
938 HKLM,%CurrentVersion%\Telephony\Country List\244,"InternationalRule",,"00EFG"
939 HKLM,%CurrentVersion%\Telephony\Country List\244,"LongDistanceRule",,"0FG"
940 HKLM,%CurrentVersion%\Telephony\Country List\244,"Name",,"Angola"
941 HKLM,%CurrentVersion%\Telephony\Country List\244,"SameAreaRule",,"G"
943 HKLM,%CurrentVersion%\Telephony\Country List\245,"CountryCode",0x10001,0x000000f5
944 HKLM,%CurrentVersion%\Telephony\Country List\245,"InternationalRule",,"099EFG"
945 HKLM,%CurrentVersion%\Telephony\Country List\245,"LongDistanceRule",,""
946 HKLM,%CurrentVersion%\Telephony\Country List\245,"Name",,"Guinea-Bissau"
947 HKLM,%CurrentVersion%\Telephony\Country List\245,"SameAreaRule",,"G"
949 HKLM,%CurrentVersion%\Telephony\Country List\246,"CountryCode",0x10001,0x000000f6
950 HKLM,%CurrentVersion%\Telephony\Country List\246,"InternationalRule",,"00EFG"
951 HKLM,%CurrentVersion%\Telephony\Country List\246,"LongDistanceRule",,""
952 HKLM,%CurrentVersion%\Telephony\Country List\246,"Name",,"Diego Garcia"
953 HKLM,%CurrentVersion%\Telephony\Country List\246,"SameAreaRule",,"G"
955 HKLM,%CurrentVersion%\Telephony\Country List\247,"CountryCode",0x10001,0x000000f7
956 HKLM,%CurrentVersion%\Telephony\Country List\247,"InternationalRule",,"01EFG"
957 HKLM,%CurrentVersion%\Telephony\Country List\247,"LongDistanceRule",,""
958 HKLM,%CurrentVersion%\Telephony\Country List\247,"Name",,"Ascension Island"
959 HKLM,%CurrentVersion%\Telephony\Country List\247,"SameAreaRule",,"G"
961 HKLM,%CurrentVersion%\Telephony\Country List\248,"CountryCode",0x10001,0x000000f8
962 HKLM,%CurrentVersion%\Telephony\Country List\248,"InternationalRule",,"00EFG"
963 HKLM,%CurrentVersion%\Telephony\Country List\248,"LongDistanceRule",,""
964 HKLM,%CurrentVersion%\Telephony\Country List\248,"Name",,"Seychelles"
965 HKLM,%CurrentVersion%\Telephony\Country List\248,"SameAreaRule",,"G"
967 HKLM,%CurrentVersion%\Telephony\Country List\249,"CountryCode",0x10001,0x000000f9
968 HKLM,%CurrentVersion%\Telephony\Country List\249,"InternationalRule",,"00EFG"
969 HKLM,%CurrentVersion%\Telephony\Country List\249,"LongDistanceRule",,"0FG"
970 HKLM,%CurrentVersion%\Telephony\Country List\249,"Name",,"Sudan"
971 HKLM,%CurrentVersion%\Telephony\Country List\249,"SameAreaRule",,"G"
973 HKLM,%CurrentVersion%\Telephony\Country List\250,"CountryCode",0x10001,0x000000fa
974 HKLM,%CurrentVersion%\Telephony\Country List\250,"InternationalRule",,"00EFG"
975 HKLM,%CurrentVersion%\Telephony\Country List\250,"LongDistanceRule",,""
976 HKLM,%CurrentVersion%\Telephony\Country List\250,"Name",,"Rwanda"
977 HKLM,%CurrentVersion%\Telephony\Country List\250,"SameAreaRule",,"G"
979 HKLM,%CurrentVersion%\Telephony\Country List\251,"CountryCode",0x10001,0x000000fb
980 HKLM,%CurrentVersion%\Telephony\Country List\251,"InternationalRule",,"00EFG"
981 HKLM,%CurrentVersion%\Telephony\Country List\251,"LongDistanceRule",,"0FG"
982 HKLM,%CurrentVersion%\Telephony\Country List\251,"Name",,"Ethiopia"
983 HKLM,%CurrentVersion%\Telephony\Country List\251,"SameAreaRule",,"G"
985 HKLM,%CurrentVersion%\Telephony\Country List\252,"CountryCode",0x10001,0x000000fc
986 HKLM,%CurrentVersion%\Telephony\Country List\252,"InternationalRule",,"19,EFG"
987 HKLM,%CurrentVersion%\Telephony\Country List\252,"LongDistanceRule",,""
988 HKLM,%CurrentVersion%\Telephony\Country List\252,"Name",,"Somalia"
989 HKLM,%CurrentVersion%\Telephony\Country List\252,"SameAreaRule",,"G"
991 HKLM,%CurrentVersion%\Telephony\Country List\253,"CountryCode",0x10001,0x000000fd
992 HKLM,%CurrentVersion%\Telephony\Country List\253,"InternationalRule",,"00EFG"
993 HKLM,%CurrentVersion%\Telephony\Country List\253,"LongDistanceRule",,""
994 HKLM,%CurrentVersion%\Telephony\Country List\253,"Name",,"Djibouti"
995 HKLM,%CurrentVersion%\Telephony\Country List\253,"SameAreaRule",,"G"
997 HKLM,%CurrentVersion%\Telephony\Country List\254,"CountryCode",0x10001,0x000000fe
998 HKLM,%CurrentVersion%\Telephony\Country List\254,"InternationalRule",,"000EFG"
999 HKLM,%CurrentVersion%\Telephony\Country List\254,"LongDistanceRule",,"0FG"
1000 HKLM,%CurrentVersion%\Telephony\Country List\254,"Name",,"Kenya"
1001 HKLM,%CurrentVersion%\Telephony\Country List\254,"SameAreaRule",,"G"
1003 HKLM,%CurrentVersion%\Telephony\Country List\255,"CountryCode",0x10001,0x000000ff
1004 HKLM,%CurrentVersion%\Telephony\Country List\255,"InternationalRule",,"0900EFG"
1005 HKLM,%CurrentVersion%\Telephony\Country List\255,"LongDistanceRule",,"0FG"
1006 HKLM,%CurrentVersion%\Telephony\Country List\255,"Name",,"Tanzania"
1007 HKLM,%CurrentVersion%\Telephony\Country List\255,"SameAreaRule",,"G"
1009 HKLM,%CurrentVersion%\Telephony\Country List\256,"CountryCode",0x10001,0x00000100
1010 HKLM,%CurrentVersion%\Telephony\Country List\256,"InternationalRule",,"00EFG"
1011 HKLM,%CurrentVersion%\Telephony\Country List\256,"LongDistanceRule",,"0FG"
1012 HKLM,%CurrentVersion%\Telephony\Country List\256,"Name",,"Uganda"
1013 HKLM,%CurrentVersion%\Telephony\Country List\256,"SameAreaRule",,"G"
1015 HKLM,%CurrentVersion%\Telephony\Country List\257,"CountryCode",0x10001,0x00000101
1016 HKLM,%CurrentVersion%\Telephony\Country List\257,"InternationalRule",,"90EFG"
1017 HKLM,%CurrentVersion%\Telephony\Country List\257,"LongDistanceRule",,""
1018 HKLM,%CurrentVersion%\Telephony\Country List\257,"Name",,"Burundi"
1019 HKLM,%CurrentVersion%\Telephony\Country List\257,"SameAreaRule",,"G"
1021 HKLM,%CurrentVersion%\Telephony\Country List\258,"CountryCode",0x10001,0x00000102
1022 HKLM,%CurrentVersion%\Telephony\Country List\258,"InternationalRule",,"00EFG"
1023 HKLM,%CurrentVersion%\Telephony\Country List\258,"LongDistanceRule",,""
1024 HKLM,%CurrentVersion%\Telephony\Country List\258,"Name",,"Mozambique"
1025 HKLM,%CurrentVersion%\Telephony\Country List\258,"SameAreaRule",,"G"
1027 HKLM,%CurrentVersion%\Telephony\Country List\260,"CountryCode",0x10001,0x00000104
1028 HKLM,%CurrentVersion%\Telephony\Country List\260,"InternationalRule",,"00EFG"
1029 HKLM,%CurrentVersion%\Telephony\Country List\260,"LongDistanceRule",,"0FG"
1030 HKLM,%CurrentVersion%\Telephony\Country List\260,"Name",,"Zambia"
1031 HKLM,%CurrentVersion%\Telephony\Country List\260,"SameAreaRule",,"G"
1033 HKLM,%CurrentVersion%\Telephony\Country List\261,"CountryCode",0x10001,0x00000105
1034 HKLM,%CurrentVersion%\Telephony\Country List\261,"InternationalRule",,"00EFG"
1035 HKLM,%CurrentVersion%\Telephony\Country List\261,"LongDistanceRule",,""
1036 HKLM,%CurrentVersion%\Telephony\Country List\261,"Name",,"Madagascar"
1037 HKLM,%CurrentVersion%\Telephony\Country List\261,"SameAreaRule",,"G"
1039 HKLM,%CurrentVersion%\Telephony\Country List\262,"CountryCode",0x10001,0x00000106
1040 HKLM,%CurrentVersion%\Telephony\Country List\262,"InternationalRule",,"00EFG"
1041 HKLM,%CurrentVersion%\Telephony\Country List\262,"LongDistanceRule",,""
1042 HKLM,%CurrentVersion%\Telephony\Country List\262,"Name",,"Reunion Island"
1043 HKLM,%CurrentVersion%\Telephony\Country List\262,"SameAreaRule",,"G"
1045 HKLM,%CurrentVersion%\Telephony\Country List\263,"CountryCode",0x10001,0x00000107
1046 HKLM,%CurrentVersion%\Telephony\Country List\263,"InternationalRule",,"00EFG"
1047 HKLM,%CurrentVersion%\Telephony\Country List\263,"LongDistanceRule",,"0FG"
1048 HKLM,%CurrentVersion%\Telephony\Country List\263,"Name",,"Zimbabwe"
1049 HKLM,%CurrentVersion%\Telephony\Country List\263,"SameAreaRule",,"G"
1051 HKLM,%CurrentVersion%\Telephony\Country List\264,"CountryCode",0x10001,0x00000108
1052 HKLM,%CurrentVersion%\Telephony\Country List\264,"InternationalRule",,"00EFG"
1053 HKLM,%CurrentVersion%\Telephony\Country List\264,"LongDistanceRule",,"0FG"
1054 HKLM,%CurrentVersion%\Telephony\Country List\264,"Name",,"Namibia"
1055 HKLM,%CurrentVersion%\Telephony\Country List\264,"SameAreaRule",,"G"
1057 HKLM,%CurrentVersion%\Telephony\Country List\265,"CountryCode",0x10001,0x00000109
1058 HKLM,%CurrentVersion%\Telephony\Country List\265,"InternationalRule",,"101EFG"
1059 HKLM,%CurrentVersion%\Telephony\Country List\265,"LongDistanceRule",,""
1060 HKLM,%CurrentVersion%\Telephony\Country List\265,"Name",,"Malawi"
1061 HKLM,%CurrentVersion%\Telephony\Country List\265,"SameAreaRule",,"G"
1063 HKLM,%CurrentVersion%\Telephony\Country List\266,"CountryCode",0x10001,0x0000010a
1064 HKLM,%CurrentVersion%\Telephony\Country List\266,"InternationalRule",,"00EFG"
1065 HKLM,%CurrentVersion%\Telephony\Country List\266,"LongDistanceRule",,""
1066 HKLM,%CurrentVersion%\Telephony\Country List\266,"Name",,"Lesotho"
1067 HKLM,%CurrentVersion%\Telephony\Country List\266,"SameAreaRule",,"G"
1069 HKLM,%CurrentVersion%\Telephony\Country List\267,"CountryCode",0x10001,0x0000010b
1070 HKLM,%CurrentVersion%\Telephony\Country List\267,"InternationalRule",,"00EFG"
1071 HKLM,%CurrentVersion%\Telephony\Country List\267,"LongDistanceRule",,"0FG"
1072 HKLM,%CurrentVersion%\Telephony\Country List\267,"Name",,"Botswana"
1073 HKLM,%CurrentVersion%\Telephony\Country List\267,"SameAreaRule",,"G"
1075 HKLM,%CurrentVersion%\Telephony\Country List\268,"CountryCode",0x10001,0x0000010c
1076 HKLM,%CurrentVersion%\Telephony\Country List\268,"InternationalRule",,"00EFG"
1077 HKLM,%CurrentVersion%\Telephony\Country List\268,"LongDistanceRule",,""
1078 HKLM,%CurrentVersion%\Telephony\Country List\268,"Name",,"Swaziland"
1079 HKLM,%CurrentVersion%\Telephony\Country List\268,"SameAreaRule",,"G"
1081 HKLM,%CurrentVersion%\Telephony\Country List\269,"CountryCode",0x10001,0x0000010d
1082 HKLM,%CurrentVersion%\Telephony\Country List\269,"InternationalRule",,"00EFG"
1083 HKLM,%CurrentVersion%\Telephony\Country List\269,"LongDistanceRule",,""
1084 HKLM,%CurrentVersion%\Telephony\Country List\269,"Name",,"Mayotte Island"
1085 HKLM,%CurrentVersion%\Telephony\Country List\269,"SameAreaRule",,"G"
1087 HKLM,%CurrentVersion%\Telephony\Country List\2691,"CountryCode",0x10001,0x0000010d
1088 HKLM,%CurrentVersion%\Telephony\Country List\2691,"InternationalRule",,"10EFG"
1089 HKLM,%CurrentVersion%\Telephony\Country List\2691,"LongDistanceRule",,""
1090 HKLM,%CurrentVersion%\Telephony\Country List\2691,"Name",,"Comoros"
1091 HKLM,%CurrentVersion%\Telephony\Country List\2691,"SameAreaRule",,"G"
1093 HKLM,%CurrentVersion%\Telephony\Country List\27,"CountryCode",0x10001,0x0000001b
1094 HKLM,%CurrentVersion%\Telephony\Country List\27,"InternationalRule",,"09EFG"
1095 HKLM,%CurrentVersion%\Telephony\Country List\27,"LongDistanceRule",,"0FG"
1096 HKLM,%CurrentVersion%\Telephony\Country List\27,"Name",,"South Africa"
1097 HKLM,%CurrentVersion%\Telephony\Country List\27,"SameAreaRule",,"G"
1099 HKLM,%CurrentVersion%\Telephony\Country List\290,"CountryCode",0x10001,0x00000122
1100 HKLM,%CurrentVersion%\Telephony\Country List\290,"InternationalRule",,"01EFG"
1101 HKLM,%CurrentVersion%\Telephony\Country List\290,"LongDistanceRule",,""
1102 HKLM,%CurrentVersion%\Telephony\Country List\290,"Name",,"St. Helena"
1103 HKLM,%CurrentVersion%\Telephony\Country List\290,"SameAreaRule",,"G"
1105 HKLM,%CurrentVersion%\Telephony\Country List\291,"CountryCode",0x10001,0x00000123
1106 HKLM,%CurrentVersion%\Telephony\Country List\291,"InternationalRule",,"00EFG"
1107 HKLM,%CurrentVersion%\Telephony\Country List\291,"LongDistanceRule",,"0FG"
1108 HKLM,%CurrentVersion%\Telephony\Country List\291,"Name",,"Eritrea"
1109 HKLM,%CurrentVersion%\Telephony\Country List\291,"SameAreaRule",,"G"
1111 HKLM,%CurrentVersion%\Telephony\Country List\297,"CountryCode",0x10001,0x00000129
1112 HKLM,%CurrentVersion%\Telephony\Country List\297,"InternationalRule",,"00EFG"
1113 HKLM,%CurrentVersion%\Telephony\Country List\297,"LongDistanceRule",,""
1114 HKLM,%CurrentVersion%\Telephony\Country List\297,"Name",,"Aruba"
1115 HKLM,%CurrentVersion%\Telephony\Country List\297,"SameAreaRule",,"G"
1117 HKLM,%CurrentVersion%\Telephony\Country List\298,"CountryCode",0x10001,0x0000012a
1118 HKLM,%CurrentVersion%\Telephony\Country List\298,"InternationalRule",,"009EFG"
1119 HKLM,%CurrentVersion%\Telephony\Country List\298,"LongDistanceRule",,""
1120 HKLM,%CurrentVersion%\Telephony\Country List\298,"Name",,"Faroe Islands"
1121 HKLM,%CurrentVersion%\Telephony\Country List\298,"SameAreaRule",,"G"
1123 HKLM,%CurrentVersion%\Telephony\Country List\299,"CountryCode",0x10001,0x0000012b
1124 HKLM,%CurrentVersion%\Telephony\Country List\299,"InternationalRule",,"009EFG"
1125 HKLM,%CurrentVersion%\Telephony\Country List\299,"LongDistanceRule",,""
1126 HKLM,%CurrentVersion%\Telephony\Country List\299,"Name",,"Greenland"
1127 HKLM,%CurrentVersion%\Telephony\Country List\299,"SameAreaRule",,"G"
1129 HKLM,%CurrentVersion%\Telephony\Country List\30,"CountryCode",0x10001,0x0000001e
1130 HKLM,%CurrentVersion%\Telephony\Country List\30,"InternationalRule",,"00EFG"
1131 HKLM,%CurrentVersion%\Telephony\Country List\30,"LongDistanceRule",,"0FG"
1132 HKLM,%CurrentVersion%\Telephony\Country List\30,"Name",,"Greece"
1133 HKLM,%CurrentVersion%\Telephony\Country List\30,"SameAreaRule",,"G"
1135 HKLM,%CurrentVersion%\Telephony\Country List\31,"CountryCode",0x10001,0x0000001f
1136 HKLM,%CurrentVersion%\Telephony\Country List\31,"InternationalRule",,"00EFG"
1137 HKLM,%CurrentVersion%\Telephony\Country List\31,"LongDistanceRule",,"0FG"
1138 HKLM,%CurrentVersion%\Telephony\Country List\31,"Name",,"Netherlands"
1139 HKLM,%CurrentVersion%\Telephony\Country List\31,"SameAreaRule",,"G"
1141 HKLM,%CurrentVersion%\Telephony\Country List\32,"CountryCode",0x10001,0x00000020
1142 HKLM,%CurrentVersion%\Telephony\Country List\32,"InternationalRule",,"00EFG"
1143 HKLM,%CurrentVersion%\Telephony\Country List\32,"LongDistanceRule",,"0FG"
1144 HKLM,%CurrentVersion%\Telephony\Country List\32,"Name",,"Belgium"
1145 HKLM,%CurrentVersion%\Telephony\Country List\32,"SameAreaRule",,"G"
1147 HKLM,%CurrentVersion%\Telephony\Country List\33,"CountryCode",0x10001,0x00000021
1148 HKLM,%CurrentVersion%\Telephony\Country List\33,"InternationalRule",,"00EFG"
1149 HKLM,%CurrentVersion%\Telephony\Country List\33,"LongDistanceRule",,"0FG"
1150 HKLM,%CurrentVersion%\Telephony\Country List\33,"Name",,"France"
1151 HKLM,%CurrentVersion%\Telephony\Country List\33,"SameAreaRule",,"0FG"
1153 HKLM,%CurrentVersion%\Telephony\Country List\34,"CountryCode",0x10001,0x00000022
1154 HKLM,%CurrentVersion%\Telephony\Country List\34,"InternationalRule",,"00,EFG"
1155 HKLM,%CurrentVersion%\Telephony\Country List\34,"LongDistanceRule",,"IG"
1156 HKLM,%CurrentVersion%\Telephony\Country List\34,"Name",,"Spain"
1157 HKLM,%CurrentVersion%\Telephony\Country List\34,"SameAreaRule",,"IG"
1159 HKLM,%CurrentVersion%\Telephony\Country List\350,"CountryCode",0x10001,0x0000015e
1160 HKLM,%CurrentVersion%\Telephony\Country List\350,"InternationalRule",,"00EFG"
1161 HKLM,%CurrentVersion%\Telephony\Country List\350,"LongDistanceRule",,""
1162 HKLM,%CurrentVersion%\Telephony\Country List\350,"Name",,"Gibraltar"
1163 HKLM,%CurrentVersion%\Telephony\Country List\350,"SameAreaRule",,"G"
1165 HKLM,%CurrentVersion%\Telephony\Country List\351,"CountryCode",0x10001,0x0000015f
1166 HKLM,%CurrentVersion%\Telephony\Country List\351,"InternationalRule",,"00EFG"
1167 HKLM,%CurrentVersion%\Telephony\Country List\351,"LongDistanceRule",,"IG"
1168 HKLM,%CurrentVersion%\Telephony\Country List\351,"Name",,"Portugal"
1169 HKLM,%CurrentVersion%\Telephony\Country List\351,"SameAreaRule",,"IG"
1171 HKLM,%CurrentVersion%\Telephony\Country List\352,"CountryCode",0x10001,0x00000160
1172 HKLM,%CurrentVersion%\Telephony\Country List\352,"InternationalRule",,"00EFG"
1173 HKLM,%CurrentVersion%\Telephony\Country List\352,"LongDistanceRule",,""
1174 HKLM,%CurrentVersion%\Telephony\Country List\352,"Name",,"Luxembourg"
1175 HKLM,%CurrentVersion%\Telephony\Country List\352,"SameAreaRule",,"G"
1177 HKLM,%CurrentVersion%\Telephony\Country List\353,"CountryCode",0x10001,0x00000161
1178 HKLM,%CurrentVersion%\Telephony\Country List\353,"InternationalRule",,"00EFG"
1179 HKLM,%CurrentVersion%\Telephony\Country List\353,"LongDistanceRule",,"0FG"
1180 HKLM,%CurrentVersion%\Telephony\Country List\353,"Name",,"Ireland"
1181 HKLM,%CurrentVersion%\Telephony\Country List\353,"SameAreaRule",,"G"
1183 HKLM,%CurrentVersion%\Telephony\Country List\354,"CountryCode",0x10001,0x00000162
1184 HKLM,%CurrentVersion%\Telephony\Country List\354,"InternationalRule",,"00EFG"
1185 HKLM,%CurrentVersion%\Telephony\Country List\354,"LongDistanceRule",,"0FG"
1186 HKLM,%CurrentVersion%\Telephony\Country List\354,"Name",,"Iceland"
1187 HKLM,%CurrentVersion%\Telephony\Country List\354,"SameAreaRule",,"G"
1189 HKLM,%CurrentVersion%\Telephony\Country List\355,"CountryCode",0x10001,0x00000163
1190 HKLM,%CurrentVersion%\Telephony\Country List\355,"InternationalRule",,"00EFG"
1191 HKLM,%CurrentVersion%\Telephony\Country List\355,"LongDistanceRule",,"0FG"
1192 HKLM,%CurrentVersion%\Telephony\Country List\355,"Name",,"Albania"
1193 HKLM,%CurrentVersion%\Telephony\Country List\355,"SameAreaRule",,"G"
1195 HKLM,%CurrentVersion%\Telephony\Country List\356,"CountryCode",0x10001,0x00000164
1196 HKLM,%CurrentVersion%\Telephony\Country List\356,"InternationalRule",,"00EFG"
1197 HKLM,%CurrentVersion%\Telephony\Country List\356,"LongDistanceRule",,""
1198 HKLM,%CurrentVersion%\Telephony\Country List\356,"Name",,"Malta"
1199 HKLM,%CurrentVersion%\Telephony\Country List\356,"SameAreaRule",,"G"
1201 HKLM,%CurrentVersion%\Telephony\Country List\357,"CountryCode",0x10001,0x00000165
1202 HKLM,%CurrentVersion%\Telephony\Country List\357,"InternationalRule",,"00EFG"
1203 HKLM,%CurrentVersion%\Telephony\Country List\357,"LongDistanceRule",,"0FG"
1204 HKLM,%CurrentVersion%\Telephony\Country List\357,"Name",,"Cyprus"
1205 HKLM,%CurrentVersion%\Telephony\Country List\357,"SameAreaRule",,"G"
1207 HKLM,%CurrentVersion%\Telephony\Country List\358,"CountryCode",0x10001,0x00000166
1208 HKLM,%CurrentVersion%\Telephony\Country List\358,"InternationalRule",,"00EFG"
1209 HKLM,%CurrentVersion%\Telephony\Country List\358,"LongDistanceRule",,"0FG"
1210 HKLM,%CurrentVersion%\Telephony\Country List\358,"Name",,"Finland"
1211 HKLM,%CurrentVersion%\Telephony\Country List\358,"SameAreaRule",,"G"
1213 HKLM,%CurrentVersion%\Telephony\Country List\359,"CountryCode",0x10001,0x00000167
1214 HKLM,%CurrentVersion%\Telephony\Country List\359,"InternationalRule",,"00EFG"
1215 HKLM,%CurrentVersion%\Telephony\Country List\359,"LongDistanceRule",,"0FG"
1216 HKLM,%CurrentVersion%\Telephony\Country List\359,"Name",,"Bulgaria"
1217 HKLM,%CurrentVersion%\Telephony\Country List\359,"SameAreaRule",,"G"
1219 HKLM,%CurrentVersion%\Telephony\Country List\36,"CountryCode",0x10001,0x00000024
1220 HKLM,%CurrentVersion%\Telephony\Country List\36,"InternationalRule",,"00EFG"
1221 HKLM,%CurrentVersion%\Telephony\Country List\36,"LongDistanceRule",," 06,FG"
1222 HKLM,%CurrentVersion%\Telephony\Country List\36,"Name",,"Hungary"
1223 HKLM,%CurrentVersion%\Telephony\Country List\36,"SameAreaRule",,"G"
1225 HKLM,%CurrentVersion%\Telephony\Country List\370,"CountryCode",0x10001,0x00000172
1226 HKLM,%CurrentVersion%\Telephony\Country List\370,"InternationalRule",,"8W10EFG"
1227 HKLM,%CurrentVersion%\Telephony\Country List\370,"LongDistanceRule",," 8WFG"
1228 HKLM,%CurrentVersion%\Telephony\Country List\370,"Name",,"Lithuania"
1229 HKLM,%CurrentVersion%\Telephony\Country List\370,"SameAreaRule",,"G"
1231 HKLM,%CurrentVersion%\Telephony\Country List\371,"CountryCode",0x10001,0x00000173
1232 HKLM,%CurrentVersion%\Telephony\Country List\371,"InternationalRule",,"00EFG"
1233 HKLM,%CurrentVersion%\Telephony\Country List\371,"LongDistanceRule",," 8,FG"
1234 HKLM,%CurrentVersion%\Telephony\Country List\371,"Name",,"Latvia"
1235 HKLM,%CurrentVersion%\Telephony\Country List\371,"SameAreaRule",,"G"
1237 HKLM,%CurrentVersion%\Telephony\Country List\372,"CountryCode",0x10001,0x00000174
1238 HKLM,%CurrentVersion%\Telephony\Country List\372,"InternationalRule",,"8,00EFG"
1239 HKLM,%CurrentVersion%\Telephony\Country List\372,"LongDistanceRule",," 8,2IG"
1240 HKLM,%CurrentVersion%\Telephony\Country List\372,"Name",,"Estonia"
1241 HKLM,%CurrentVersion%\Telephony\Country List\372,"SameAreaRule",,"G"
1243 HKLM,%CurrentVersion%\Telephony\Country List\373,"CountryCode",0x10001,0x00000175
1244 HKLM,%CurrentVersion%\Telephony\Country List\373,"InternationalRule",,"8W10EFG"
1245 HKLM,%CurrentVersion%\Telephony\Country List\373,"LongDistanceRule",," 8WFG"
1246 HKLM,%CurrentVersion%\Telephony\Country List\373,"Name",,"Moldova"
1247 HKLM,%CurrentVersion%\Telephony\Country List\373,"SameAreaRule",,"G"
1249 HKLM,%CurrentVersion%\Telephony\Country List\374,"CountryCode",0x10001,0x00000176
1250 HKLM,%CurrentVersion%\Telephony\Country List\374,"InternationalRule",,"8,10EFG"
1251 HKLM,%CurrentVersion%\Telephony\Country List\374,"LongDistanceRule",," 8,IG"
1252 HKLM,%CurrentVersion%\Telephony\Country List\374,"Name",,"Armenia"
1253 HKLM,%CurrentVersion%\Telephony\Country List\374,"SameAreaRule",,"G"
1255 HKLM,%CurrentVersion%\Telephony\Country List\375,"CountryCode",0x10001,0x00000177
1256 HKLM,%CurrentVersion%\Telephony\Country List\375,"InternationalRule",,"8W10EFG"
1257 HKLM,%CurrentVersion%\Telephony\Country List\375,"LongDistanceRule",," 8WFG"
1258 HKLM,%CurrentVersion%\Telephony\Country List\375,"Name",,"Belarus"
1259 HKLM,%CurrentVersion%\Telephony\Country List\375,"SameAreaRule",,"G"
1261 HKLM,%CurrentVersion%\Telephony\Country List\376,"CountryCode",0x10001,0x00000178
1262 HKLM,%CurrentVersion%\Telephony\Country List\376,"InternationalRule",,"00EFG"
1263 HKLM,%CurrentVersion%\Telephony\Country List\376,"LongDistanceRule",,""
1264 HKLM,%CurrentVersion%\Telephony\Country List\376,"Name",,"Andorra"
1265 HKLM,%CurrentVersion%\Telephony\Country List\376,"SameAreaRule",,"G"
1267 HKLM,%CurrentVersion%\Telephony\Country List\377,"CountryCode",0x10001,0x00000179
1268 HKLM,%CurrentVersion%\Telephony\Country List\377,"InternationalRule",,"00EFG"
1269 HKLM,%CurrentVersion%\Telephony\Country List\377,"LongDistanceRule",,""
1270 HKLM,%CurrentVersion%\Telephony\Country List\377,"Name",,"Monaco"
1271 HKLM,%CurrentVersion%\Telephony\Country List\377,"SameAreaRule",,"G"
1273 HKLM,%CurrentVersion%\Telephony\Country List\378,"CountryCode",0x10001,0x0000017a
1274 HKLM,%CurrentVersion%\Telephony\Country List\378,"InternationalRule",,"00EFG"
1275 HKLM,%CurrentVersion%\Telephony\Country List\378,"LongDistanceRule",,"IG"
1276 HKLM,%CurrentVersion%\Telephony\Country List\378,"Name",,"San Marino"
1277 HKLM,%CurrentVersion%\Telephony\Country List\378,"SameAreaRule",,"IG"
1279 HKLM,%CurrentVersion%\Telephony\Country List\379,"CountryCode",0x10001,0x00000027
1280 HKLM,%CurrentVersion%\Telephony\Country List\379,"InternationalRule",,"00EFG"
1281 HKLM,%CurrentVersion%\Telephony\Country List\379,"LongDistanceRule",,"IG"
1282 HKLM,%CurrentVersion%\Telephony\Country List\379,"Name",,"Vatican City"
1283 HKLM,%CurrentVersion%\Telephony\Country List\379,"SameAreaRule",,"IG"
1285 HKLM,%CurrentVersion%\Telephony\Country List\380,"CountryCode",0x10001,0x0000017c
1286 HKLM,%CurrentVersion%\Telephony\Country List\380,"InternationalRule",,"8W10EFG"
1287 HKLM,%CurrentVersion%\Telephony\Country List\380,"LongDistanceRule",," 8WFG"
1288 HKLM,%CurrentVersion%\Telephony\Country List\380,"Name",,"Ukraine"
1289 HKLM,%CurrentVersion%\Telephony\Country List\380,"SameAreaRule",,"G"
1291 HKLM,%CurrentVersion%\Telephony\Country List\381,"CountryCode",0x10001,0x0000017d
1292 HKLM,%CurrentVersion%\Telephony\Country List\381,"InternationalRule",,"99EFG"
1293 HKLM,%CurrentVersion%\Telephony\Country List\381,"LongDistanceRule",,"0FG"
1294 HKLM,%CurrentVersion%\Telephony\Country List\381,"Name",,"Yugoslavia"
1295 HKLM,%CurrentVersion%\Telephony\Country List\381,"SameAreaRule",,"G"
1297 HKLM,%CurrentVersion%\Telephony\Country List\385,"CountryCode",0x10001,0x00000181
1298 HKLM,%CurrentVersion%\Telephony\Country List\385,"InternationalRule",,"00EFG"
1299 HKLM,%CurrentVersion%\Telephony\Country List\385,"LongDistanceRule",,"0FG"
1300 HKLM,%CurrentVersion%\Telephony\Country List\385,"Name",,"Croatia"
1301 HKLM,%CurrentVersion%\Telephony\Country List\385,"SameAreaRule",,"G"
1303 HKLM,%CurrentVersion%\Telephony\Country List\386,"CountryCode",0x10001,0x00000182
1304 HKLM,%CurrentVersion%\Telephony\Country List\386,"InternationalRule",,"00EFG"
1305 HKLM,%CurrentVersion%\Telephony\Country List\386,"LongDistanceRule",,"0FG"
1306 HKLM,%CurrentVersion%\Telephony\Country List\386,"Name",,"Slovenia"
1307 HKLM,%CurrentVersion%\Telephony\Country List\386,"SameAreaRule",,"G"
1309 HKLM,%CurrentVersion%\Telephony\Country List\387,"CountryCode",0x10001,0x00000183
1310 HKLM,%CurrentVersion%\Telephony\Country List\387,"InternationalRule",,"00EFG"
1311 HKLM,%CurrentVersion%\Telephony\Country List\387,"LongDistanceRule",,"0FG"
1312 HKLM,%CurrentVersion%\Telephony\Country List\387,"Name",,"Bosnia and Herzegovina"
1313 HKLM,%CurrentVersion%\Telephony\Country List\387,"SameAreaRule",,"G"
1315 HKLM,%CurrentVersion%\Telephony\Country List\389,"CountryCode",0x10001,0x00000185
1316 HKLM,%CurrentVersion%\Telephony\Country List\389,"InternationalRule",,"99EFG"
1317 HKLM,%CurrentVersion%\Telephony\Country List\389,"LongDistanceRule",,"0FG"
1318 HKLM,%CurrentVersion%\Telephony\Country List\389,"Name",,"F.Y.R.O.M. (Former Yugoslav Republic of Macedonia)"
1319 HKLM,%CurrentVersion%\Telephony\Country List\389,"SameAreaRule",,"G"
1321 HKLM,%CurrentVersion%\Telephony\Country List\39,"CountryCode",0x10001,0x00000027
1322 HKLM,%CurrentVersion%\Telephony\Country List\39,"InternationalRule",,"00EFG"
1323 HKLM,%CurrentVersion%\Telephony\Country List\39,"LongDistanceRule",,"IG"
1324 HKLM,%CurrentVersion%\Telephony\Country List\39,"Name",,"Italy"
1325 HKLM,%CurrentVersion%\Telephony\Country List\39,"SameAreaRule",,"IG"
1327 HKLM,%CurrentVersion%\Telephony\Country List\40,"CountryCode",0x10001,0x00000028
1328 HKLM,%CurrentVersion%\Telephony\Country List\40,"InternationalRule",,"00EFG"
1329 HKLM,%CurrentVersion%\Telephony\Country List\40,"LongDistanceRule",," 0FG"
1330 HKLM,%CurrentVersion%\Telephony\Country List\40,"Name",,"Romania"
1331 HKLM,%CurrentVersion%\Telephony\Country List\40,"SameAreaRule",,"G"
1333 HKLM,%CurrentVersion%\Telephony\Country List\41,"CountryCode",0x10001,0x00000029
1334 HKLM,%CurrentVersion%\Telephony\Country List\41,"InternationalRule",,"00EFG"
1335 HKLM,%CurrentVersion%\Telephony\Country List\41,"LongDistanceRule",,"0FG"
1336 HKLM,%CurrentVersion%\Telephony\Country List\41,"Name",,"Switzerland"
1337 HKLM,%CurrentVersion%\Telephony\Country List\41,"SameAreaRule",,"G"
1339 HKLM,%CurrentVersion%\Telephony\Country List\420,"CountryCode",0x10001,0x000001a4
1340 HKLM,%CurrentVersion%\Telephony\Country List\420,"InternationalRule",,"00EFG"
1341 HKLM,%CurrentVersion%\Telephony\Country List\420,"LongDistanceRule",,"0FG"
1342 HKLM,%CurrentVersion%\Telephony\Country List\420,"Name",,"Czech Republic"
1343 HKLM,%CurrentVersion%\Telephony\Country List\420,"SameAreaRule",,"G"
1345 HKLM,%CurrentVersion%\Telephony\Country List\421,"CountryCode",0x10001,0x000001a5
1346 HKLM,%CurrentVersion%\Telephony\Country List\421,"InternationalRule",,"00EFG"
1347 HKLM,%CurrentVersion%\Telephony\Country List\421,"LongDistanceRule",,"0FG"
1348 HKLM,%CurrentVersion%\Telephony\Country List\421,"Name",,"Slovakia"
1349 HKLM,%CurrentVersion%\Telephony\Country List\421,"SameAreaRule",,"G"
1351 HKLM,%CurrentVersion%\Telephony\Country List\423,"CountryCode",0x10001,0x000001a7
1352 HKLM,%CurrentVersion%\Telephony\Country List\423,"InternationalRule",,"00EFG"
1353 HKLM,%CurrentVersion%\Telephony\Country List\423,"LongDistanceRule",,"G"
1354 HKLM,%CurrentVersion%\Telephony\Country List\423,"Name",,"Liechtenstein"
1355 HKLM,%CurrentVersion%\Telephony\Country List\423,"SameAreaRule",,"G"
1357 HKLM,%CurrentVersion%\Telephony\Country List\43,"CountryCode",0x10001,0x0000002b
1358 HKLM,%CurrentVersion%\Telephony\Country List\43,"InternationalRule",,"00EFG"
1359 HKLM,%CurrentVersion%\Telephony\Country List\43,"LongDistanceRule",,"0FG"
1360 HKLM,%CurrentVersion%\Telephony\Country List\43,"Name",,"Austria"
1361 HKLM,%CurrentVersion%\Telephony\Country List\43,"SameAreaRule",,"G"
1363 HKLM,%CurrentVersion%\Telephony\Country List\44,"CountryCode",0x10001,0x0000002c
1364 HKLM,%CurrentVersion%\Telephony\Country List\44,"InternationalRule",,"00EFG"
1365 HKLM,%CurrentVersion%\Telephony\Country List\44,"LongDistanceRule",,"0FG"
1366 HKLM,%CurrentVersion%\Telephony\Country List\44,"Name",,"United Kingdom"
1367 HKLM,%CurrentVersion%\Telephony\Country List\44,"SameAreaRule",,"G"
1369 HKLM,%CurrentVersion%\Telephony\Country List\45,"CountryCode",0x10001,0x0000002d
1370 HKLM,%CurrentVersion%\Telephony\Country List\45,"InternationalRule",,"00EFG"
1371 HKLM,%CurrentVersion%\Telephony\Country List\45,"LongDistanceRule",,""
1372 HKLM,%CurrentVersion%\Telephony\Country List\45,"Name",,"Denmark"
1373 HKLM,%CurrentVersion%\Telephony\Country List\45,"SameAreaRule",,"G"
1375 HKLM,%CurrentVersion%\Telephony\Country List\46,"CountryCode",0x10001,0x0000002e
1376 HKLM,%CurrentVersion%\Telephony\Country List\46,"InternationalRule",,"00EFG"
1377 HKLM,%CurrentVersion%\Telephony\Country List\46,"LongDistanceRule",,"0FG"
1378 HKLM,%CurrentVersion%\Telephony\Country List\46,"Name",,"Sweden"
1379 HKLM,%CurrentVersion%\Telephony\Country List\46,"SameAreaRule",,"G"
1381 HKLM,%CurrentVersion%\Telephony\Country List\47,"CountryCode",0x10001,0x0000002f
1382 HKLM,%CurrentVersion%\Telephony\Country List\47,"InternationalRule",,"00EFG"
1383 HKLM,%CurrentVersion%\Telephony\Country List\47,"LongDistanceRule",,""
1384 HKLM,%CurrentVersion%\Telephony\Country List\47,"Name",,"Norway"
1385 HKLM,%CurrentVersion%\Telephony\Country List\47,"SameAreaRule",,"G"
1387 HKLM,%CurrentVersion%\Telephony\Country List\48,"CountryCode",0x10001,0x00000030
1388 HKLM,%CurrentVersion%\Telephony\Country List\48,"InternationalRule",,"00EFG"
1389 HKLM,%CurrentVersion%\Telephony\Country List\48,"LongDistanceRule",,"0FG"
1390 HKLM,%CurrentVersion%\Telephony\Country List\48,"Name",,"Poland"
1391 HKLM,%CurrentVersion%\Telephony\Country List\48,"SameAreaRule",,"G"
1393 HKLM,%CurrentVersion%\Telephony\Country List\49,"CountryCode",0x10001,0x00000031
1394 HKLM,%CurrentVersion%\Telephony\Country List\49,"InternationalRule",,"00EFG"
1395 HKLM,%CurrentVersion%\Telephony\Country List\49,"LongDistanceRule",,"0FG"
1396 HKLM,%CurrentVersion%\Telephony\Country List\49,"Name",,"Germany"
1397 HKLM,%CurrentVersion%\Telephony\Country List\49,"SameAreaRule",,"G"
1399 HKLM,%CurrentVersion%\Telephony\Country List\500,"CountryCode",0x10001,0x000001f4
1400 HKLM,%CurrentVersion%\Telephony\Country List\500,"InternationalRule",,"0EFG"
1401 HKLM,%CurrentVersion%\Telephony\Country List\500,"LongDistanceRule",,""
1402 HKLM,%CurrentVersion%\Telephony\Country List\500,"Name",,"Falkland Islands (Islas Malvinas)"
1403 HKLM,%CurrentVersion%\Telephony\Country List\500,"SameAreaRule",,"G"
1405 HKLM,%CurrentVersion%\Telephony\Country List\501,"CountryCode",0x10001,0x000001f5
1406 HKLM,%CurrentVersion%\Telephony\Country List\501,"InternationalRule",,"00EFG"
1407 HKLM,%CurrentVersion%\Telephony\Country List\501,"LongDistanceRule",,"0FG"
1408 HKLM,%CurrentVersion%\Telephony\Country List\501,"Name",,"Belize"
1409 HKLM,%CurrentVersion%\Telephony\Country List\501,"SameAreaRule",,"G"
1411 HKLM,%CurrentVersion%\Telephony\Country List\502,"CountryCode",0x10001,0x000001f6
1412 HKLM,%CurrentVersion%\Telephony\Country List\502,"InternationalRule",,"00EFG"
1413 HKLM,%CurrentVersion%\Telephony\Country List\502,"LongDistanceRule",,"0FG"
1414 HKLM,%CurrentVersion%\Telephony\Country List\502,"Name",,"Guatemala"
1415 HKLM,%CurrentVersion%\Telephony\Country List\502,"SameAreaRule",,"G"
1417 HKLM,%CurrentVersion%\Telephony\Country List\503,"CountryCode",0x10001,0x000001f7
1418 HKLM,%CurrentVersion%\Telephony\Country List\503,"InternationalRule",,"0EFG"
1419 HKLM,%CurrentVersion%\Telephony\Country List\503,"LongDistanceRule",,""
1420 HKLM,%CurrentVersion%\Telephony\Country List\503,"Name",,"El Salvador"
1421 HKLM,%CurrentVersion%\Telephony\Country List\503,"SameAreaRule",,"G"
1423 HKLM,%CurrentVersion%\Telephony\Country List\504,"CountryCode",0x10001,0x000001f8
1424 HKLM,%CurrentVersion%\Telephony\Country List\504,"InternationalRule",,"00EFG"
1425 HKLM,%CurrentVersion%\Telephony\Country List\504,"LongDistanceRule",,""
1426 HKLM,%CurrentVersion%\Telephony\Country List\504,"Name",,"Honduras"
1427 HKLM,%CurrentVersion%\Telephony\Country List\504,"SameAreaRule",,"G"
1429 HKLM,%CurrentVersion%\Telephony\Country List\505,"CountryCode",0x10001,0x000001f9
1430 HKLM,%CurrentVersion%\Telephony\Country List\505,"InternationalRule",,"00EFG"
1431 HKLM,%CurrentVersion%\Telephony\Country List\505,"LongDistanceRule",,"0FG"
1432 HKLM,%CurrentVersion%\Telephony\Country List\505,"Name",,"Nicaragua"
1433 HKLM,%CurrentVersion%\Telephony\Country List\505,"SameAreaRule",,"G"
1435 HKLM,%CurrentVersion%\Telephony\Country List\506,"CountryCode",0x10001,0x000001fa
1436 HKLM,%CurrentVersion%\Telephony\Country List\506,"InternationalRule",,"00EFG"
1437 HKLM,%CurrentVersion%\Telephony\Country List\506,"LongDistanceRule",,""
1438 HKLM,%CurrentVersion%\Telephony\Country List\506,"Name",,"Costa Rica"
1439 HKLM,%CurrentVersion%\Telephony\Country List\506,"SameAreaRule",,"G"
1441 HKLM,%CurrentVersion%\Telephony\Country List\507,"CountryCode",0x10001,0x000001fb
1442 HKLM,%CurrentVersion%\Telephony\Country List\507,"InternationalRule",,"00EFG"
1443 HKLM,%CurrentVersion%\Telephony\Country List\507,"LongDistanceRule",,""
1444 HKLM,%CurrentVersion%\Telephony\Country List\507,"Name",,"Panama"
1445 HKLM,%CurrentVersion%\Telephony\Country List\507,"SameAreaRule",,"G"
1447 HKLM,%CurrentVersion%\Telephony\Country List\508,"CountryCode",0x10001,0x000001fc
1448 HKLM,%CurrentVersion%\Telephony\Country List\508,"InternationalRule",,"00,EFG"
1449 HKLM,%CurrentVersion%\Telephony\Country List\508,"LongDistanceRule",,""
1450 HKLM,%CurrentVersion%\Telephony\Country List\508,"Name",,"St. Pierre and Miquelon"
1451 HKLM,%CurrentVersion%\Telephony\Country List\508,"SameAreaRule",,"G"
1453 HKLM,%CurrentVersion%\Telephony\Country List\509,"CountryCode",0x10001,0x000001fd
1454 HKLM,%CurrentVersion%\Telephony\Country List\509,"InternationalRule",,"00EFG"
1455 HKLM,%CurrentVersion%\Telephony\Country List\509,"LongDistanceRule",,""
1456 HKLM,%CurrentVersion%\Telephony\Country List\509,"Name",,"Haiti"
1457 HKLM,%CurrentVersion%\Telephony\Country List\509,"SameAreaRule",,"G"
1459 HKLM,%CurrentVersion%\Telephony\Country List\51,"CountryCode",0x10001,0x00000033
1460 HKLM,%CurrentVersion%\Telephony\Country List\51,"InternationalRule",,"00EFG"
1461 HKLM,%CurrentVersion%\Telephony\Country List\51,"LongDistanceRule",,"0FG"
1462 HKLM,%CurrentVersion%\Telephony\Country List\51,"Name",,"Peru"
1463 HKLM,%CurrentVersion%\Telephony\Country List\51,"SameAreaRule",,"G"
1465 HKLM,%CurrentVersion%\Telephony\Country List\52,"CountryCode",0x10001,0x00000034
1466 HKLM,%CurrentVersion%\Telephony\Country List\52,"InternationalRule",,"00EFG"
1467 HKLM,%CurrentVersion%\Telephony\Country List\52,"LongDistanceRule",," 01FG"
1468 HKLM,%CurrentVersion%\Telephony\Country List\52,"Name",,"Mexico"
1469 HKLM,%CurrentVersion%\Telephony\Country List\52,"SameAreaRule",,"G"
1471 HKLM,%CurrentVersion%\Telephony\Country List\53,"CountryCode",0x10001,0x00000035
1472 HKLM,%CurrentVersion%\Telephony\Country List\53,"InternationalRule",,"119EFG"
1473 HKLM,%CurrentVersion%\Telephony\Country List\53,"LongDistanceRule",,"0FG"
1474 HKLM,%CurrentVersion%\Telephony\Country List\53,"Name",,"Cuba"
1475 HKLM,%CurrentVersion%\Telephony\Country List\53,"SameAreaRule",,"G"
1477 HKLM,%CurrentVersion%\Telephony\Country List\5399,"CountryCode",0x10001,0x00000035
1478 HKLM,%CurrentVersion%\Telephony\Country List\5399,"InternationalRule",,"00EFG"
1479 HKLM,%CurrentVersion%\Telephony\Country List\5399,"LongDistanceRule",,"0FG"
1480 HKLM,%CurrentVersion%\Telephony\Country List\5399,"Name",,"Guantanamo Bay"
1481 HKLM,%CurrentVersion%\Telephony\Country List\5399,"SameAreaRule",,"G"
1483 HKLM,%CurrentVersion%\Telephony\Country List\54,"CountryCode",0x10001,0x00000036
1484 HKLM,%CurrentVersion%\Telephony\Country List\54,"InternationalRule",,"00EFG"
1485 HKLM,%CurrentVersion%\Telephony\Country List\54,"LongDistanceRule",,"0FG"
1486 HKLM,%CurrentVersion%\Telephony\Country List\54,"Name",,"Argentina"
1487 HKLM,%CurrentVersion%\Telephony\Country List\54,"SameAreaRule",,"G"
1489 HKLM,%CurrentVersion%\Telephony\Country List\55,"CountryCode",0x10001,0x00000037
1490 HKLM,%CurrentVersion%\Telephony\Country List\55,"InternationalRule",,"00EFG"
1491 HKLM,%CurrentVersion%\Telephony\Country List\55,"LongDistanceRule",,"0FG"
1492 HKLM,%CurrentVersion%\Telephony\Country List\55,"Name",,"Brazil"
1493 HKLM,%CurrentVersion%\Telephony\Country List\55,"SameAreaRule",,"G"
1495 HKLM,%CurrentVersion%\Telephony\Country List\56,"CountryCode",0x10001,0x00000038
1496 HKLM,%CurrentVersion%\Telephony\Country List\56,"InternationalRule",,"00EFG"
1497 HKLM,%CurrentVersion%\Telephony\Country List\56,"LongDistanceRule",,"FG"
1498 HKLM,%CurrentVersion%\Telephony\Country List\56,"Name",,"Chile"
1499 HKLM,%CurrentVersion%\Telephony\Country List\56,"SameAreaRule",,"G"
1501 HKLM,%CurrentVersion%\Telephony\Country List\57,"CountryCode",0x10001,0x00000039
1502 HKLM,%CurrentVersion%\Telephony\Country List\57,"InternationalRule",,"009EFG"
1503 HKLM,%CurrentVersion%\Telephony\Country List\57,"LongDistanceRule",,"09FG"
1504 HKLM,%CurrentVersion%\Telephony\Country List\57,"Name",,"Colombia"
1505 HKLM,%CurrentVersion%\Telephony\Country List\57,"SameAreaRule",,"G"
1507 HKLM,%CurrentVersion%\Telephony\Country List\58,"CountryCode",0x10001,0x0000003a
1508 HKLM,%CurrentVersion%\Telephony\Country List\58,"InternationalRule",,"00EFG"
1509 HKLM,%CurrentVersion%\Telephony\Country List\58,"LongDistanceRule",,"0FG"
1510 HKLM,%CurrentVersion%\Telephony\Country List\58,"Name",,"Venezuela"
1511 HKLM,%CurrentVersion%\Telephony\Country List\58,"SameAreaRule",,"G"
1513 HKLM,%CurrentVersion%\Telephony\Country List\590,"CountryCode",0x10001,0x0000024e
1514 HKLM,%CurrentVersion%\Telephony\Country List\590,"InternationalRule",,"00,EFG"
1515 HKLM,%CurrentVersion%\Telephony\Country List\590,"LongDistanceRule",,""
1516 HKLM,%CurrentVersion%\Telephony\Country List\590,"Name",,"Guadeloupe"
1517 HKLM,%CurrentVersion%\Telephony\Country List\590,"SameAreaRule",,"G"
1519 HKLM,%CurrentVersion%\Telephony\Country List\5901,"CountryCode",0x10001,0x0000024e
1520 HKLM,%CurrentVersion%\Telephony\Country List\5901,"InternationalRule",,"00,EFG"
1521 HKLM,%CurrentVersion%\Telephony\Country List\5901,"LongDistanceRule",,""
1522 HKLM,%CurrentVersion%\Telephony\Country List\5901,"Name",,"French Antilles"
1523 HKLM,%CurrentVersion%\Telephony\Country List\5901,"SameAreaRule",,"G"
1525 HKLM,%CurrentVersion%\Telephony\Country List\591,"CountryCode",0x10001,0x0000024f
1526 HKLM,%CurrentVersion%\Telephony\Country List\591,"InternationalRule",,"00EFG"
1527 HKLM,%CurrentVersion%\Telephony\Country List\591,"LongDistanceRule",,"0FG"
1528 HKLM,%CurrentVersion%\Telephony\Country List\591,"Name",,"Bolivia"
1529 HKLM,%CurrentVersion%\Telephony\Country List\591,"SameAreaRule",,"G"
1531 HKLM,%CurrentVersion%\Telephony\Country List\592,"CountryCode",0x10001,0x00000250
1532 HKLM,%CurrentVersion%\Telephony\Country List\592,"InternationalRule",,"001EFG"
1533 HKLM,%CurrentVersion%\Telephony\Country List\592,"LongDistanceRule",,"0FG"
1534 HKLM,%CurrentVersion%\Telephony\Country List\592,"Name",,"Guyana"
1535 HKLM,%CurrentVersion%\Telephony\Country List\592,"SameAreaRule",,"G"
1537 HKLM,%CurrentVersion%\Telephony\Country List\593,"CountryCode",0x10001,0x00000251
1538 HKLM,%CurrentVersion%\Telephony\Country List\593,"InternationalRule",,"00EFG"
1539 HKLM,%CurrentVersion%\Telephony\Country List\593,"LongDistanceRule",,"0FG"
1540 HKLM,%CurrentVersion%\Telephony\Country List\593,"Name",,"Ecuador"
1541 HKLM,%CurrentVersion%\Telephony\Country List\593,"SameAreaRule",,"G"
1543 HKLM,%CurrentVersion%\Telephony\Country List\594,"CountryCode",0x10001,0x00000252
1544 HKLM,%CurrentVersion%\Telephony\Country List\594,"InternationalRule",,"00,EFG"
1545 HKLM,%CurrentVersion%\Telephony\Country List\594,"LongDistanceRule",,""
1546 HKLM,%CurrentVersion%\Telephony\Country List\594,"Name",,"French Guiana"
1547 HKLM,%CurrentVersion%\Telephony\Country List\594,"SameAreaRule",,"G"
1549 HKLM,%CurrentVersion%\Telephony\Country List\595,"CountryCode",0x10001,0x00000253
1550 HKLM,%CurrentVersion%\Telephony\Country List\595,"InternationalRule",,"00EFG"
1551 HKLM,%CurrentVersion%\Telephony\Country List\595,"LongDistanceRule",,"0FG"
1552 HKLM,%CurrentVersion%\Telephony\Country List\595,"Name",,"Paraguay"
1553 HKLM,%CurrentVersion%\Telephony\Country List\595,"SameAreaRule",,"G"
1555 HKLM,%CurrentVersion%\Telephony\Country List\596,"CountryCode",0x10001,0x00000254
1556 HKLM,%CurrentVersion%\Telephony\Country List\596,"InternationalRule",,"00,EFG"
1557 HKLM,%CurrentVersion%\Telephony\Country List\596,"LongDistanceRule",,""
1558 HKLM,%CurrentVersion%\Telephony\Country List\596,"Name",,"Martinique"
1559 HKLM,%CurrentVersion%\Telephony\Country List\596,"SameAreaRule",,"G"
1561 HKLM,%CurrentVersion%\Telephony\Country List\597,"CountryCode",0x10001,0x00000255
1562 HKLM,%CurrentVersion%\Telephony\Country List\597,"InternationalRule",,"00EFG"
1563 HKLM,%CurrentVersion%\Telephony\Country List\597,"LongDistanceRule",,""
1564 HKLM,%CurrentVersion%\Telephony\Country List\597,"Name",,"Suriname"
1565 HKLM,%CurrentVersion%\Telephony\Country List\597,"SameAreaRule",,"G"
1567 HKLM,%CurrentVersion%\Telephony\Country List\598,"CountryCode",0x10001,0x00000256
1568 HKLM,%CurrentVersion%\Telephony\Country List\598,"InternationalRule",,"00EFG"
1569 HKLM,%CurrentVersion%\Telephony\Country List\598,"LongDistanceRule",,"0FG"
1570 HKLM,%CurrentVersion%\Telephony\Country List\598,"Name",,"Uruguay"
1571 HKLM,%CurrentVersion%\Telephony\Country List\598,"SameAreaRule",,"G"
1573 HKLM,%CurrentVersion%\Telephony\Country List\599,"CountryCode",0x10001,0x00000257
1574 HKLM,%CurrentVersion%\Telephony\Country List\599,"InternationalRule",,"00EFG"
1575 HKLM,%CurrentVersion%\Telephony\Country List\599,"LongDistanceRule",,"0FG"
1576 HKLM,%CurrentVersion%\Telephony\Country List\599,"Name",,"Netherlands Antilles"
1577 HKLM,%CurrentVersion%\Telephony\Country List\599,"SameAreaRule",,"G"
1579 HKLM,%CurrentVersion%\Telephony\Country List\60,"CountryCode",0x10001,0x0000003c
1580 HKLM,%CurrentVersion%\Telephony\Country List\60,"InternationalRule",,"00EFG"
1581 HKLM,%CurrentVersion%\Telephony\Country List\60,"LongDistanceRule",,""
1582 HKLM,%CurrentVersion%\Telephony\Country List\60,"Name",,"Malaysia"
1583 HKLM,%CurrentVersion%\Telephony\Country List\60,"SameAreaRule",,"G"
1585 HKLM,%CurrentVersion%\Telephony\Country List\61,"CountryCode",0x10001,0x0000003d
1586 HKLM,%CurrentVersion%\Telephony\Country List\61,"InternationalRule",,"0011EFG"
1587 HKLM,%CurrentVersion%\Telephony\Country List\61,"LongDistanceRule",," 0FG"
1588 HKLM,%CurrentVersion%\Telephony\Country List\61,"Name",,"Australia"
1589 HKLM,%CurrentVersion%\Telephony\Country List\61,"SameAreaRule",,"G"
1591 HKLM,%CurrentVersion%\Telephony\Country List\6101,"CountryCode",0x10001,0x0000003d
1592 HKLM,%CurrentVersion%\Telephony\Country List\6101,"InternationalRule",,"00EFG"
1593 HKLM,%CurrentVersion%\Telephony\Country List\6101,"LongDistanceRule",," 0FG"
1594 HKLM,%CurrentVersion%\Telephony\Country List\6101,"Name",,"Cocos-Keeling Islands"
1595 HKLM,%CurrentVersion%\Telephony\Country List\6101,"SameAreaRule",,"G"
1597 HKLM,%CurrentVersion%\Telephony\Country List\62,"CountryCode",0x10001,0x0000003e
1598 HKLM,%CurrentVersion%\Telephony\Country List\62,"InternationalRule",,"001EFG"
1599 HKLM,%CurrentVersion%\Telephony\Country List\62,"LongDistanceRule",,"0FG"
1600 HKLM,%CurrentVersion%\Telephony\Country List\62,"Name",,"Indonesia"
1601 HKLM,%CurrentVersion%\Telephony\Country List\62,"SameAreaRule",,"G"
1603 HKLM,%CurrentVersion%\Telephony\Country List\63,"CountryCode",0x10001,0x0000003f
1604 HKLM,%CurrentVersion%\Telephony\Country List\63,"InternationalRule",,"00EFG"
1605 HKLM,%CurrentVersion%\Telephony\Country List\63,"LongDistanceRule",,"0FG"
1606 HKLM,%CurrentVersion%\Telephony\Country List\63,"Name",,"Philippines"
1607 HKLM,%CurrentVersion%\Telephony\Country List\63,"SameAreaRule",,"G"
1609 HKLM,%CurrentVersion%\Telephony\Country List\64,"CountryCode",0x10001,0x00000040
1610 HKLM,%CurrentVersion%\Telephony\Country List\64,"InternationalRule",,"00EFG"
1611 HKLM,%CurrentVersion%\Telephony\Country List\64,"LongDistanceRule",,"0FG"
1612 HKLM,%CurrentVersion%\Telephony\Country List\64,"Name",,"New Zealand"
1613 HKLM,%CurrentVersion%\Telephony\Country List\64,"SameAreaRule",,"G"
1615 HKLM,%CurrentVersion%\Telephony\Country List\65,"CountryCode",0x10001,0x00000041
1616 HKLM,%CurrentVersion%\Telephony\Country List\65,"InternationalRule",,"001EFG"
1617 HKLM,%CurrentVersion%\Telephony\Country List\65,"LongDistanceRule",,""
1618 HKLM,%CurrentVersion%\Telephony\Country List\65,"Name",,"Singapore"
1619 HKLM,%CurrentVersion%\Telephony\Country List\65,"SameAreaRule",,"G"
1621 HKLM,%CurrentVersion%\Telephony\Country List\66,"CountryCode",0x10001,0x00000042
1622 HKLM,%CurrentVersion%\Telephony\Country List\66,"InternationalRule",,"001EFG"
1623 HKLM,%CurrentVersion%\Telephony\Country List\66,"LongDistanceRule",,"0FG"
1624 HKLM,%CurrentVersion%\Telephony\Country List\66,"Name",,"Thailand"
1625 HKLM,%CurrentVersion%\Telephony\Country List\66,"SameAreaRule",,"G"
1627 HKLM,%CurrentVersion%\Telephony\Country List\670,"CountryCode",0x10001,0x0000029e
1628 HKLM,%CurrentVersion%\Telephony\Country List\670,"InternationalRule",,"011EFG"
1629 HKLM,%CurrentVersion%\Telephony\Country List\670,"LongDistanceRule",," 1FG"
1630 HKLM,%CurrentVersion%\Telephony\Country List\670,"Name",,"Saipan Island"
1631 HKLM,%CurrentVersion%\Telephony\Country List\670,"SameAreaRule",,"G"
1633 HKLM,%CurrentVersion%\Telephony\Country List\6701,"CountryCode",0x10001,0x0000029e
1634 HKLM,%CurrentVersion%\Telephony\Country List\6701,"InternationalRule",,"011EFG"
1635 HKLM,%CurrentVersion%\Telephony\Country List\6701,"LongDistanceRule",," 1FG"
1636 HKLM,%CurrentVersion%\Telephony\Country List\6701,"Name",,"Rota Island"
1637 HKLM,%CurrentVersion%\Telephony\Country List\6701,"SameAreaRule",,"G"
1639 HKLM,%CurrentVersion%\Telephony\Country List\6702,"CountryCode",0x10001,0x0000029e
1640 HKLM,%CurrentVersion%\Telephony\Country List\6702,"InternationalRule",,"011EFG"
1641 HKLM,%CurrentVersion%\Telephony\Country List\6702,"LongDistanceRule",," 1FG"
1642 HKLM,%CurrentVersion%\Telephony\Country List\6702,"Name",,"Tinian Island"
1643 HKLM,%CurrentVersion%\Telephony\Country List\6702,"SameAreaRule",,"G"
1645 HKLM,%CurrentVersion%\Telephony\Country List\672,"CountryCode",0x10001,0x000002a0
1646 HKLM,%CurrentVersion%\Telephony\Country List\672,"InternationalRule",,"00EFG"
1647 HKLM,%CurrentVersion%\Telephony\Country List\672,"LongDistanceRule",,"0FG"
1648 HKLM,%CurrentVersion%\Telephony\Country List\672,"Name",,"Christmas Island"
1649 HKLM,%CurrentVersion%\Telephony\Country List\672,"SameAreaRule",,"G"
1651 HKLM,%CurrentVersion%\Telephony\Country List\6722,"CountryCode",0x10001,0x000002a0
1652 HKLM,%CurrentVersion%\Telephony\Country List\6722,"InternationalRule",,"0101EFG"
1653 HKLM,%CurrentVersion%\Telephony\Country List\6722,"LongDistanceRule",,""
1654 HKLM,%CurrentVersion%\Telephony\Country List\6722,"Name",,"Norfolk Island"
1655 HKLM,%CurrentVersion%\Telephony\Country List\6722,"SameAreaRule",,"G"
1657 HKLM,%CurrentVersion%\Telephony\Country List\673,"CountryCode",0x10001,0x000002a1
1658 HKLM,%CurrentVersion%\Telephony\Country List\673,"InternationalRule",,"00EFG"
1659 HKLM,%CurrentVersion%\Telephony\Country List\673,"LongDistanceRule",,"0FG"
1660 HKLM,%CurrentVersion%\Telephony\Country List\673,"Name",,"Brunei"
1661 HKLM,%CurrentVersion%\Telephony\Country List\673,"SameAreaRule",,"G"
1663 HKLM,%CurrentVersion%\Telephony\Country List\674,"CountryCode",0x10001,0x000002a2
1664 HKLM,%CurrentVersion%\Telephony\Country List\674,"InternationalRule",,"00EFG"
1665 HKLM,%CurrentVersion%\Telephony\Country List\674,"LongDistanceRule",,""
1666 HKLM,%CurrentVersion%\Telephony\Country List\674,"Name",,"Nauru"
1667 HKLM,%CurrentVersion%\Telephony\Country List\674,"SameAreaRule",,"G"
1669 HKLM,%CurrentVersion%\Telephony\Country List\675,"CountryCode",0x10001,0x000002a3
1670 HKLM,%CurrentVersion%\Telephony\Country List\675,"InternationalRule",,"05EFG"
1671 HKLM,%CurrentVersion%\Telephony\Country List\675,"LongDistanceRule",,""
1672 HKLM,%CurrentVersion%\Telephony\Country List\675,"Name",,"Papua New Guinea"
1673 HKLM,%CurrentVersion%\Telephony\Country List\675,"SameAreaRule",,"G"
1675 HKLM,%CurrentVersion%\Telephony\Country List\676,"CountryCode",0x10001,0x000002a4
1676 HKLM,%CurrentVersion%\Telephony\Country List\676,"InternationalRule",,"00EFG"
1677 HKLM,%CurrentVersion%\Telephony\Country List\676,"LongDistanceRule",,""
1678 HKLM,%CurrentVersion%\Telephony\Country List\676,"Name",,"Tonga"
1679 HKLM,%CurrentVersion%\Telephony\Country List\676,"SameAreaRule",,"G"
1681 HKLM,%CurrentVersion%\Telephony\Country List\677,"CountryCode",0x10001,0x000002a5
1682 HKLM,%CurrentVersion%\Telephony\Country List\677,"InternationalRule",,"00EFG"
1683 HKLM,%CurrentVersion%\Telephony\Country List\677,"LongDistanceRule",,""
1684 HKLM,%CurrentVersion%\Telephony\Country List\677,"Name",,"Solomon Islands"
1685 HKLM,%CurrentVersion%\Telephony\Country List\677,"SameAreaRule",,"G"
1687 HKLM,%CurrentVersion%\Telephony\Country List\678,"CountryCode",0x10001,0x000002a6
1688 HKLM,%CurrentVersion%\Telephony\Country List\678,"InternationalRule",,"00EFG"
1689 HKLM,%CurrentVersion%\Telephony\Country List\678,"LongDistanceRule",,""
1690 HKLM,%CurrentVersion%\Telephony\Country List\678,"Name",,"Vanuatu"
1691 HKLM,%CurrentVersion%\Telephony\Country List\678,"SameAreaRule",,"G"
1693 HKLM,%CurrentVersion%\Telephony\Country List\679,"CountryCode",0x10001,0x000002a7
1694 HKLM,%CurrentVersion%\Telephony\Country List\679,"InternationalRule",,"05EFG"
1695 HKLM,%CurrentVersion%\Telephony\Country List\679,"LongDistanceRule",,""
1696 HKLM,%CurrentVersion%\Telephony\Country List\679,"Name",,"Fiji Islands"
1697 HKLM,%CurrentVersion%\Telephony\Country List\679,"SameAreaRule",,"G"
1699 HKLM,%CurrentVersion%\Telephony\Country List\680,"CountryCode",0x10001,0x000002a8
1700 HKLM,%CurrentVersion%\Telephony\Country List\680,"InternationalRule",,"00EFG"
1701 HKLM,%CurrentVersion%\Telephony\Country List\680,"LongDistanceRule",,""
1702 HKLM,%CurrentVersion%\Telephony\Country List\680,"Name",,"Palau"
1703 HKLM,%CurrentVersion%\Telephony\Country List\680,"SameAreaRule",,"G"
1705 HKLM,%CurrentVersion%\Telephony\Country List\681,"CountryCode",0x10001,0x000002a9
1706 HKLM,%CurrentVersion%\Telephony\Country List\681,"InternationalRule",,"00,EFG"
1707 HKLM,%CurrentVersion%\Telephony\Country List\681,"LongDistanceRule",,""
1708 HKLM,%CurrentVersion%\Telephony\Country List\681,"Name",,"Wallis and Futuna Islands"
1709 HKLM,%CurrentVersion%\Telephony\Country List\681,"SameAreaRule",,"G"
1711 HKLM,%CurrentVersion%\Telephony\Country List\682,"CountryCode",0x10001,0x000002aa
1712 HKLM,%CurrentVersion%\Telephony\Country List\682,"InternationalRule",,"00EFG"
1713 HKLM,%CurrentVersion%\Telephony\Country List\682,"LongDistanceRule",,""
1714 HKLM,%CurrentVersion%\Telephony\Country List\682,"Name",,"Cook Islands"
1715 HKLM,%CurrentVersion%\Telephony\Country List\682,"SameAreaRule",,"G"
1717 HKLM,%CurrentVersion%\Telephony\Country List\683,"CountryCode",0x10001,0x000002ab
1718 HKLM,%CurrentVersion%\Telephony\Country List\683,"InternationalRule",,"00EFG"
1719 HKLM,%CurrentVersion%\Telephony\Country List\683,"LongDistanceRule",,""
1720 HKLM,%CurrentVersion%\Telephony\Country List\683,"Name",,"Niue"
1721 HKLM,%CurrentVersion%\Telephony\Country List\683,"SameAreaRule",,"G"
1723 HKLM,%CurrentVersion%\Telephony\Country List\684,"CountryCode",0x10001,0x000002ac
1724 HKLM,%CurrentVersion%\Telephony\Country List\684,"InternationalRule",,"1EFG"
1725 HKLM,%CurrentVersion%\Telephony\Country List\684,"LongDistanceRule",,""
1726 HKLM,%CurrentVersion%\Telephony\Country List\684,"Name",,"American Samoa"
1727 HKLM,%CurrentVersion%\Telephony\Country List\684,"SameAreaRule",,"G"
1729 HKLM,%CurrentVersion%\Telephony\Country List\685,"CountryCode",0x10001,0x000002ad
1730 HKLM,%CurrentVersion%\Telephony\Country List\685,"InternationalRule",,"0EFG"
1731 HKLM,%CurrentVersion%\Telephony\Country List\685,"LongDistanceRule",,""
1732 HKLM,%CurrentVersion%\Telephony\Country List\685,"Name",,"Samoa"
1733 HKLM,%CurrentVersion%\Telephony\Country List\685,"SameAreaRule",,"G"
1735 HKLM,%CurrentVersion%\Telephony\Country List\686,"CountryCode",0x10001,0x000002ae
1736 HKLM,%CurrentVersion%\Telephony\Country List\686,"InternationalRule",,"00EFG"
1737 HKLM,%CurrentVersion%\Telephony\Country List\686,"LongDistanceRule",,""
1738 HKLM,%CurrentVersion%\Telephony\Country List\686,"Name",,"Kiribati"
1739 HKLM,%CurrentVersion%\Telephony\Country List\686,"SameAreaRule",,"G"
1741 HKLM,%CurrentVersion%\Telephony\Country List\687,"CountryCode",0x10001,0x000002af
1742 HKLM,%CurrentVersion%\Telephony\Country List\687,"InternationalRule",,"00EFG"
1743 HKLM,%CurrentVersion%\Telephony\Country List\687,"LongDistanceRule",,""
1744 HKLM,%CurrentVersion%\Telephony\Country List\687,"Name",,"New Caledonia"
1745 HKLM,%CurrentVersion%\Telephony\Country List\687,"SameAreaRule",,"G"
1747 HKLM,%CurrentVersion%\Telephony\Country List\688,"CountryCode",0x10001,0x000002b0
1748 HKLM,%CurrentVersion%\Telephony\Country List\688,"InternationalRule",,"00EFG"
1749 HKLM,%CurrentVersion%\Telephony\Country List\688,"LongDistanceRule",,""
1750 HKLM,%CurrentVersion%\Telephony\Country List\688,"Name",,"Tuvalu"
1751 HKLM,%CurrentVersion%\Telephony\Country List\688,"SameAreaRule",,"G"
1753 HKLM,%CurrentVersion%\Telephony\Country List\689,"CountryCode",0x10001,0x000002b1
1754 HKLM,%CurrentVersion%\Telephony\Country List\689,"InternationalRule",,"00EFG"
1755 HKLM,%CurrentVersion%\Telephony\Country List\689,"LongDistanceRule",,""
1756 HKLM,%CurrentVersion%\Telephony\Country List\689,"Name",,"French Polynesia"
1757 HKLM,%CurrentVersion%\Telephony\Country List\689,"SameAreaRule",,"G"
1759 HKLM,%CurrentVersion%\Telephony\Country List\690,"CountryCode",0x10001,0x000002b2
1760 HKLM,%CurrentVersion%\Telephony\Country List\690,"InternationalRule",,"00EFG"
1761 HKLM,%CurrentVersion%\Telephony\Country List\690,"LongDistanceRule",,""
1762 HKLM,%CurrentVersion%\Telephony\Country List\690,"Name",,"Tokelau"
1763 HKLM,%CurrentVersion%\Telephony\Country List\690,"SameAreaRule",,"G"
1765 HKLM,%CurrentVersion%\Telephony\Country List\691,"CountryCode",0x10001,0x000002b3
1766 HKLM,%CurrentVersion%\Telephony\Country List\691,"InternationalRule",,"011EFG"
1767 HKLM,%CurrentVersion%\Telephony\Country List\691,"LongDistanceRule",,""
1768 HKLM,%CurrentVersion%\Telephony\Country List\691,"Name",,"Micronesia, Federated States of"
1769 HKLM,%CurrentVersion%\Telephony\Country List\691,"SameAreaRule",,"G"
1771 HKLM,%CurrentVersion%\Telephony\Country List\692,"CountryCode",0x10001,0x000002b4
1772 HKLM,%CurrentVersion%\Telephony\Country List\692,"InternationalRule",,"011EFG"
1773 HKLM,%CurrentVersion%\Telephony\Country List\692,"LongDistanceRule",,"1FG"
1774 HKLM,%CurrentVersion%\Telephony\Country List\692,"Name",,"Marshall Islands"
1775 HKLM,%CurrentVersion%\Telephony\Country List\692,"SameAreaRule",,"G"
1777 HKLM,%CurrentVersion%\Telephony\Country List\7,"CountryCode",0x10001,0x00000007
1778 HKLM,%CurrentVersion%\Telephony\Country List\7,"InternationalRule",,"8W10EFG"
1779 HKLM,%CurrentVersion%\Telephony\Country List\7,"LongDistanceRule",," 8WFG"
1780 HKLM,%CurrentVersion%\Telephony\Country List\7,"Name",,"Russia"
1781 HKLM,%CurrentVersion%\Telephony\Country List\7,"SameAreaRule",,"G"
1783 HKLM,%CurrentVersion%\Telephony\Country List\705,"CountryCode",0x10001,0x00000007
1784 HKLM,%CurrentVersion%\Telephony\Country List\705,"InternationalRule",,"8W10EFG"
1785 HKLM,%CurrentVersion%\Telephony\Country List\705,"LongDistanceRule",," 8WFG"
1786 HKLM,%CurrentVersion%\Telephony\Country List\705,"Name",,"Kazakhstan"
1787 HKLM,%CurrentVersion%\Telephony\Country List\705,"SameAreaRule",,"G"
1789 HKLM,%CurrentVersion%\Telephony\Country List\708,"CountryCode",0x10001,0x00000007
1790 HKLM,%CurrentVersion%\Telephony\Country List\708,"InternationalRule",,"8W10EFG"
1791 HKLM,%CurrentVersion%\Telephony\Country List\708,"LongDistanceRule",," 8WFG"
1792 HKLM,%CurrentVersion%\Telephony\Country List\708,"Name",,"Tajikistan"
1793 HKLM,%CurrentVersion%\Telephony\Country List\708,"SameAreaRule",,"G"
1795 HKLM,%CurrentVersion%\Telephony\Country List\800,"CountryCode",0x10001,0x00000320
1796 HKLM,%CurrentVersion%\Telephony\Country List\800,"InternationalRule",,""
1797 HKLM,%CurrentVersion%\Telephony\Country List\800,"LongDistanceRule",,""
1798 HKLM,%CurrentVersion%\Telephony\Country List\800,"Name",,"International Freephone Service"
1799 HKLM,%CurrentVersion%\Telephony\Country List\800,"SameAreaRule",,""
1801 HKLM,%CurrentVersion%\Telephony\Country List\81,"CountryCode",0x10001,0x00000051
1802 HKLM,%CurrentVersion%\Telephony\Country List\81,"InternationalRule",,"001EFG"
1803 HKLM,%CurrentVersion%\Telephony\Country List\81,"LongDistanceRule",,"0FG"
1804 HKLM,%CurrentVersion%\Telephony\Country List\81,"Name",,"Japan"
1805 HKLM,%CurrentVersion%\Telephony\Country List\81,"SameAreaRule",,"G"
1807 HKLM,%CurrentVersion%\Telephony\Country List\82,"CountryCode",0x10001,0x00000052
1808 HKLM,%CurrentVersion%\Telephony\Country List\82,"InternationalRule",,"001EFG"
1809 HKLM,%CurrentVersion%\Telephony\Country List\82,"LongDistanceRule",,"0FG"
1810 HKLM,%CurrentVersion%\Telephony\Country List\82,"Name",,"Korea (Republic of)"
1811 HKLM,%CurrentVersion%\Telephony\Country List\82,"SameAreaRule",,"G"
1813 HKLM,%CurrentVersion%\Telephony\Country List\84,"CountryCode",0x10001,0x00000054
1814 HKLM,%CurrentVersion%\Telephony\Country List\84,"InternationalRule",,"00EFG"
1815 HKLM,%CurrentVersion%\Telephony\Country List\84,"LongDistanceRule",,"0FG"
1816 HKLM,%CurrentVersion%\Telephony\Country List\84,"Name",,"Vietnam"
1817 HKLM,%CurrentVersion%\Telephony\Country List\84,"SameAreaRule",,"G"
1819 HKLM,%CurrentVersion%\Telephony\Country List\850,"CountryCode",0x10001,0x00000352
1820 HKLM,%CurrentVersion%\Telephony\Country List\850,"InternationalRule",,"00EFG"
1821 HKLM,%CurrentVersion%\Telephony\Country List\850,"LongDistanceRule",,""
1822 HKLM,%CurrentVersion%\Telephony\Country List\850,"Name",,"Korea (North)"
1823 HKLM,%CurrentVersion%\Telephony\Country List\850,"SameAreaRule",,"G"
1825 HKLM,%CurrentVersion%\Telephony\Country List\852,"CountryCode",0x10001,0x00000354
1826 HKLM,%CurrentVersion%\Telephony\Country List\852,"InternationalRule",,"001EFG"
1827 HKLM,%CurrentVersion%\Telephony\Country List\852,"LongDistanceRule",,""
1828 HKLM,%CurrentVersion%\Telephony\Country List\852,"Name",,"Hong Kong S.A.R."
1829 HKLM,%CurrentVersion%\Telephony\Country List\852,"SameAreaRule",,"G"
1831 HKLM,%CurrentVersion%\Telephony\Country List\853,"CountryCode",0x10001,0x00000355
1832 HKLM,%CurrentVersion%\Telephony\Country List\853,"InternationalRule",,"00EFG"
1833 HKLM,%CurrentVersion%\Telephony\Country List\853,"LongDistanceRule",,""
1834 HKLM,%CurrentVersion%\Telephony\Country List\853,"Name",,"Macau S.A.R."
1835 HKLM,%CurrentVersion%\Telephony\Country List\853,"SameAreaRule",,"G"
1837 HKLM,%CurrentVersion%\Telephony\Country List\855,"CountryCode",0x10001,0x00000357
1838 HKLM,%CurrentVersion%\Telephony\Country List\855,"InternationalRule",,"00EFG"
1839 HKLM,%CurrentVersion%\Telephony\Country List\855,"LongDistanceRule",,"0FG"
1840 HKLM,%CurrentVersion%\Telephony\Country List\855,"Name",,"Cambodia"
1841 HKLM,%CurrentVersion%\Telephony\Country List\855,"SameAreaRule",,"G"
1843 HKLM,%CurrentVersion%\Telephony\Country List\856,"CountryCode",0x10001,0x00000358
1844 HKLM,%CurrentVersion%\Telephony\Country List\856,"InternationalRule",,"14EFG"
1845 HKLM,%CurrentVersion%\Telephony\Country List\856,"LongDistanceRule",,""
1846 HKLM,%CurrentVersion%\Telephony\Country List\856,"Name",,"Laos"
1847 HKLM,%CurrentVersion%\Telephony\Country List\856,"SameAreaRule",,"G"
1849 HKLM,%CurrentVersion%\Telephony\Country List\86,"CountryCode",0x10001,0x00000056
1850 HKLM,%CurrentVersion%\Telephony\Country List\86,"InternationalRule",,"00EFG"
1851 HKLM,%CurrentVersion%\Telephony\Country List\86,"LongDistanceRule",,"0FG"
1852 HKLM,%CurrentVersion%\Telephony\Country List\86,"Name",,"China"
1853 HKLM,%CurrentVersion%\Telephony\Country List\86,"SameAreaRule",,"G"
1855 HKLM,%CurrentVersion%\Telephony\Country List\870,"CountryCode",0x10001,0x00000366
1856 HKLM,%CurrentVersion%\Telephony\Country List\870,"InternationalRule",,"00EFG#"
1857 HKLM,%CurrentVersion%\Telephony\Country List\870,"LongDistanceRule",,"00EFG#"
1858 HKLM,%CurrentVersion%\Telephony\Country List\870,"Name",,"INMARSAT"
1859 HKLM,%CurrentVersion%\Telephony\Country List\870,"SameAreaRule",,"00EFG#"
1861 HKLM,%CurrentVersion%\Telephony\Country List\871,"CountryCode",0x10001,0x00000367
1862 HKLM,%CurrentVersion%\Telephony\Country List\871,"InternationalRule",,"00EFG#"
1863 HKLM,%CurrentVersion%\Telephony\Country List\871,"LongDistanceRule",,"00EFG#"
1864 HKLM,%CurrentVersion%\Telephony\Country List\871,"Name",,"INMARSAT (Atlantic-East)"
1865 HKLM,%CurrentVersion%\Telephony\Country List\871,"SameAreaRule",,"00EFG#"
1867 HKLM,%CurrentVersion%\Telephony\Country List\872,"CountryCode",0x10001,0x00000368
1868 HKLM,%CurrentVersion%\Telephony\Country List\872,"InternationalRule",,"00EFG#"
1869 HKLM,%CurrentVersion%\Telephony\Country List\872,"LongDistanceRule",,"00EFG#"
1870 HKLM,%CurrentVersion%\Telephony\Country List\872,"Name",,"INMARSAT (Pacific)"
1871 HKLM,%CurrentVersion%\Telephony\Country List\872,"SameAreaRule",,"00EFG#"
1873 HKLM,%CurrentVersion%\Telephony\Country List\873,"CountryCode",0x10001,0x00000369
1874 HKLM,%CurrentVersion%\Telephony\Country List\873,"InternationalRule",,"00EFG#"
1875 HKLM,%CurrentVersion%\Telephony\Country List\873,"LongDistanceRule",,"00EFG#"
1876 HKLM,%CurrentVersion%\Telephony\Country List\873,"Name",,"INMARSAT (Indian)"
1877 HKLM,%CurrentVersion%\Telephony\Country List\873,"SameAreaRule",,"00EFG#"
1879 HKLM,%CurrentVersion%\Telephony\Country List\874,"CountryCode",0x10001,0x0000036a
1880 HKLM,%CurrentVersion%\Telephony\Country List\874,"InternationalRule",,"00EFG#"
1881 HKLM,%CurrentVersion%\Telephony\Country List\874,"LongDistanceRule",,"00EFG#"
1882 HKLM,%CurrentVersion%\Telephony\Country List\874,"Name",,"INMARSAT (Atlantic-West)"
1883 HKLM,%CurrentVersion%\Telephony\Country List\874,"SameAreaRule",,"00EFG#"
1885 HKLM,%CurrentVersion%\Telephony\Country List\880,"CountryCode",0x10001,0x00000370
1886 HKLM,%CurrentVersion%\Telephony\Country List\880,"InternationalRule",,"00EFG"
1887 HKLM,%CurrentVersion%\Telephony\Country List\880,"LongDistanceRule",,"0FG"
1888 HKLM,%CurrentVersion%\Telephony\Country List\880,"Name",,"Bangladesh"
1889 HKLM,%CurrentVersion%\Telephony\Country List\880,"SameAreaRule",,"G"
1891 HKLM,%CurrentVersion%\Telephony\Country List\886,"CountryCode",0x10001,0x00000376
1892 HKLM,%CurrentVersion%\Telephony\Country List\886,"InternationalRule",,"002EFG"
1893 HKLM,%CurrentVersion%\Telephony\Country List\886,"LongDistanceRule",,"0FG"
1894 HKLM,%CurrentVersion%\Telephony\Country List\886,"Name",,"Taiwan"
1895 HKLM,%CurrentVersion%\Telephony\Country List\886,"SameAreaRule",,"G"
1897 HKLM,%CurrentVersion%\Telephony\Country List\90,"CountryCode",0x10001,0x0000005a
1898 HKLM,%CurrentVersion%\Telephony\Country List\90,"InternationalRule",,"00EFG"
1899 HKLM,%CurrentVersion%\Telephony\Country List\90,"LongDistanceRule",,"0FG"
1900 HKLM,%CurrentVersion%\Telephony\Country List\90,"Name",,"Turkey"
1901 HKLM,%CurrentVersion%\Telephony\Country List\90,"SameAreaRule",,"G"
1903 HKLM,%CurrentVersion%\Telephony\Country List\91,"CountryCode",0x10001,0x0000005b
1904 HKLM,%CurrentVersion%\Telephony\Country List\91,"InternationalRule",,"00EFG"
1905 HKLM,%CurrentVersion%\Telephony\Country List\91,"LongDistanceRule",,"0FG"
1906 HKLM,%CurrentVersion%\Telephony\Country List\91,"Name",,"India"
1907 HKLM,%CurrentVersion%\Telephony\Country List\91,"SameAreaRule",,"G"
1909 HKLM,%CurrentVersion%\Telephony\Country List\92,"CountryCode",0x10001,0x0000005c
1910 HKLM,%CurrentVersion%\Telephony\Country List\92,"InternationalRule",,"00EFG"
1911 HKLM,%CurrentVersion%\Telephony\Country List\92,"LongDistanceRule",,"0FG"
1912 HKLM,%CurrentVersion%\Telephony\Country List\92,"Name",,"Pakistan"
1913 HKLM,%CurrentVersion%\Telephony\Country List\92,"SameAreaRule",,"G"
1915 HKLM,%CurrentVersion%\Telephony\Country List\93,"CountryCode",0x10001,0x0000005d
1916 HKLM,%CurrentVersion%\Telephony\Country List\93,"InternationalRule",,"00EFG"
1917 HKLM,%CurrentVersion%\Telephony\Country List\93,"LongDistanceRule",,"0FG"
1918 HKLM,%CurrentVersion%\Telephony\Country List\93,"Name",,"Afghanistan"
1919 HKLM,%CurrentVersion%\Telephony\Country List\93,"SameAreaRule",,"G"
1921 HKLM,%CurrentVersion%\Telephony\Country List\94,"CountryCode",0x10001,0x0000005e
1922 HKLM,%CurrentVersion%\Telephony\Country List\94,"InternationalRule",,"00EFG"
1923 HKLM,%CurrentVersion%\Telephony\Country List\94,"LongDistanceRule",,"0FG"
1924 HKLM,%CurrentVersion%\Telephony\Country List\94,"Name",,"Sri Lanka"
1925 HKLM,%CurrentVersion%\Telephony\Country List\94,"SameAreaRule",,"G"
1927 HKLM,%CurrentVersion%\Telephony\Country List\95,"CountryCode",0x10001,0x0000005f
1928 HKLM,%CurrentVersion%\Telephony\Country List\95,"InternationalRule",,"0EFG"
1929 HKLM,%CurrentVersion%\Telephony\Country List\95,"LongDistanceRule",,""
1930 HKLM,%CurrentVersion%\Telephony\Country List\95,"Name",,"Myanmar"
1931 HKLM,%CurrentVersion%\Telephony\Country List\95,"SameAreaRule",,"G"
1933 HKLM,%CurrentVersion%\Telephony\Country List\960,"CountryCode",0x10001,0x000003c0
1934 HKLM,%CurrentVersion%\Telephony\Country List\960,"InternationalRule",,"00EFG"
1935 HKLM,%CurrentVersion%\Telephony\Country List\960,"LongDistanceRule",,""
1936 HKLM,%CurrentVersion%\Telephony\Country List\960,"Name",,"Maldives"
1937 HKLM,%CurrentVersion%\Telephony\Country List\960,"SameAreaRule",,"G"
1939 HKLM,%CurrentVersion%\Telephony\Country List\961,"CountryCode",0x10001,0x000003c1
1940 HKLM,%CurrentVersion%\Telephony\Country List\961,"InternationalRule",,"00EFG"
1941 HKLM,%CurrentVersion%\Telephony\Country List\961,"LongDistanceRule",,"0FG"
1942 HKLM,%CurrentVersion%\Telephony\Country List\961,"Name",,"Lebanon"
1943 HKLM,%CurrentVersion%\Telephony\Country List\961,"SameAreaRule",,"G"
1945 HKLM,%CurrentVersion%\Telephony\Country List\962,"CountryCode",0x10001,0x000003c2
1946 HKLM,%CurrentVersion%\Telephony\Country List\962,"InternationalRule",,"00EFG"
1947 HKLM,%CurrentVersion%\Telephony\Country List\962,"LongDistanceRule",,"0FG"
1948 HKLM,%CurrentVersion%\Telephony\Country List\962,"Name",,"Jordan"
1949 HKLM,%CurrentVersion%\Telephony\Country List\962,"SameAreaRule",,"G"
1951 HKLM,%CurrentVersion%\Telephony\Country List\963,"CountryCode",0x10001,0x000003c3
1952 HKLM,%CurrentVersion%\Telephony\Country List\963,"InternationalRule",,"00EFG"
1953 HKLM,%CurrentVersion%\Telephony\Country List\963,"LongDistanceRule",,"0FG"
1954 HKLM,%CurrentVersion%\Telephony\Country List\963,"Name",,"Syria"
1955 HKLM,%CurrentVersion%\Telephony\Country List\963,"SameAreaRule",,"G"
1957 HKLM,%CurrentVersion%\Telephony\Country List\964,"CountryCode",0x10001,0x000003c4
1958 HKLM,%CurrentVersion%\Telephony\Country List\964,"InternationalRule",,"00EFG"
1959 HKLM,%CurrentVersion%\Telephony\Country List\964,"LongDistanceRule",,"FG"
1960 HKLM,%CurrentVersion%\Telephony\Country List\964,"Name",,"Iraq"
1961 HKLM,%CurrentVersion%\Telephony\Country List\964,"SameAreaRule",,"G"
1963 HKLM,%CurrentVersion%\Telephony\Country List\965,"CountryCode",0x10001,0x000003c5
1964 HKLM,%CurrentVersion%\Telephony\Country List\965,"InternationalRule",,"00EFG"
1965 HKLM,%CurrentVersion%\Telephony\Country List\965,"LongDistanceRule",,""
1966 HKLM,%CurrentVersion%\Telephony\Country List\965,"Name",,"Kuwait"
1967 HKLM,%CurrentVersion%\Telephony\Country List\965,"SameAreaRule",,"G"
1969 HKLM,%CurrentVersion%\Telephony\Country List\966,"CountryCode",0x10001,0x000003c6
1970 HKLM,%CurrentVersion%\Telephony\Country List\966,"InternationalRule",,"00EFG"
1971 HKLM,%CurrentVersion%\Telephony\Country List\966,"LongDistanceRule",,"0FG"
1972 HKLM,%CurrentVersion%\Telephony\Country List\966,"Name",,"Saudi Arabia"
1973 HKLM,%CurrentVersion%\Telephony\Country List\966,"SameAreaRule",,"G"
1975 HKLM,%CurrentVersion%\Telephony\Country List\967,"CountryCode",0x10001,0x000003c7
1976 HKLM,%CurrentVersion%\Telephony\Country List\967,"InternationalRule",,"00EFG"
1977 HKLM,%CurrentVersion%\Telephony\Country List\967,"LongDistanceRule",,"0FG"
1978 HKLM,%CurrentVersion%\Telephony\Country List\967,"Name",,"Yemen"
1979 HKLM,%CurrentVersion%\Telephony\Country List\967,"SameAreaRule",,"G"
1981 HKLM,%CurrentVersion%\Telephony\Country List\968,"CountryCode",0x10001,0x000003c8
1982 HKLM,%CurrentVersion%\Telephony\Country List\968,"InternationalRule",,"00EFG"
1983 HKLM,%CurrentVersion%\Telephony\Country List\968,"LongDistanceRule",,""
1984 HKLM,%CurrentVersion%\Telephony\Country List\968,"Name",,"Oman"
1985 HKLM,%CurrentVersion%\Telephony\Country List\968,"SameAreaRule",,"G"
1987 HKLM,%CurrentVersion%\Telephony\Country List\971,"CountryCode",0x10001,0x000003cb
1988 HKLM,%CurrentVersion%\Telephony\Country List\971,"InternationalRule",,"00EFG"
1989 HKLM,%CurrentVersion%\Telephony\Country List\971,"LongDistanceRule",,"0FG"
1990 HKLM,%CurrentVersion%\Telephony\Country List\971,"Name",,"United Arab Emirates"
1991 HKLM,%CurrentVersion%\Telephony\Country List\971,"SameAreaRule",,"G"
1993 HKLM,%CurrentVersion%\Telephony\Country List\972,"CountryCode",0x10001,0x000003cc
1994 HKLM,%CurrentVersion%\Telephony\Country List\972,"InternationalRule",,"00EFG"
1995 HKLM,%CurrentVersion%\Telephony\Country List\972,"LongDistanceRule",,"0FG"
1996 HKLM,%CurrentVersion%\Telephony\Country List\972,"Name",,"Israel"
1997 HKLM,%CurrentVersion%\Telephony\Country List\972,"SameAreaRule",,"G"
1999 HKLM,%CurrentVersion%\Telephony\Country List\973,"CountryCode",0x10001,0x000003cd
2000 HKLM,%CurrentVersion%\Telephony\Country List\973,"InternationalRule",,"0EFG"
2001 HKLM,%CurrentVersion%\Telephony\Country List\973,"LongDistanceRule",,""
2002 HKLM,%CurrentVersion%\Telephony\Country List\973,"Name",,"Bahrain"
2003 HKLM,%CurrentVersion%\Telephony\Country List\973,"SameAreaRule",,"G"
2005 HKLM,%CurrentVersion%\Telephony\Country List\974,"CountryCode",0x10001,0x000003ce
2006 HKLM,%CurrentVersion%\Telephony\Country List\974,"InternationalRule",,"0EFG"
2007 HKLM,%CurrentVersion%\Telephony\Country List\974,"LongDistanceRule",,""
2008 HKLM,%CurrentVersion%\Telephony\Country List\974,"Name",,"Qatar"
2009 HKLM,%CurrentVersion%\Telephony\Country List\974,"SameAreaRule",,"G"
2011 HKLM,%CurrentVersion%\Telephony\Country List\975,"CountryCode",0x10001,0x000003cf
2012 HKLM,%CurrentVersion%\Telephony\Country List\975,"InternationalRule",,"00EFG"
2013 HKLM,%CurrentVersion%\Telephony\Country List\975,"LongDistanceRule",,""
2014 HKLM,%CurrentVersion%\Telephony\Country List\975,"Name",,"Bhutan"
2015 HKLM,%CurrentVersion%\Telephony\Country List\975,"SameAreaRule",,"G"
2017 HKLM,%CurrentVersion%\Telephony\Country List\976,"CountryCode",0x10001,0x000003d0
2018 HKLM,%CurrentVersion%\Telephony\Country List\976,"InternationalRule",,"00EFG"
2019 HKLM,%CurrentVersion%\Telephony\Country List\976,"LongDistanceRule",,"0FG"
2020 HKLM,%CurrentVersion%\Telephony\Country List\976,"Name",,"Mongolia"
2021 HKLM,%CurrentVersion%\Telephony\Country List\976,"SameAreaRule",,"G"
2023 HKLM,%CurrentVersion%\Telephony\Country List\977,"CountryCode",0x10001,0x000003d1
2024 HKLM,%CurrentVersion%\Telephony\Country List\977,"InternationalRule",,"00EFG"
2025 HKLM,%CurrentVersion%\Telephony\Country List\977,"LongDistanceRule",,""
2026 HKLM,%CurrentVersion%\Telephony\Country List\977,"Name",,"Nepal"
2027 HKLM,%CurrentVersion%\Telephony\Country List\977,"SameAreaRule",,"G"
2029 HKLM,%CurrentVersion%\Telephony\Country List\98,"CountryCode",0x10001,0x00000062
2030 HKLM,%CurrentVersion%\Telephony\Country List\98,"InternationalRule",,"00EFG"
2031 HKLM,%CurrentVersion%\Telephony\Country List\98,"LongDistanceRule",,"FG"
2032 HKLM,%CurrentVersion%\Telephony\Country List\98,"Name",,"Iran"
2033 HKLM,%CurrentVersion%\Telephony\Country List\98,"SameAreaRule",,"G"
2035 HKLM,%CurrentVersion%\Telephony\Country List\993,"CountryCode",0x10001,0x000003e1
2036 HKLM,%CurrentVersion%\Telephony\Country List\993,"InternationalRule",,"8W10EFG"
2037 HKLM,%CurrentVersion%\Telephony\Country List\993,"LongDistanceRule",," 8WFG"
2038 HKLM,%CurrentVersion%\Telephony\Country List\993,"Name",,"Turkmenistan"
2039 HKLM,%CurrentVersion%\Telephony\Country List\993,"SameAreaRule",,"G"
2041 HKLM,%CurrentVersion%\Telephony\Country List\994,"CountryCode",0x10001,0x000003e2
2042 HKLM,%CurrentVersion%\Telephony\Country List\994,"InternationalRule",,"8W10EFG"
2043 HKLM,%CurrentVersion%\Telephony\Country List\994,"LongDistanceRule",," 8WFG"
2044 HKLM,%CurrentVersion%\Telephony\Country List\994,"Name",,"Azerbaijan"
2045 HKLM,%CurrentVersion%\Telephony\Country List\994,"SameAreaRule",,"G"
2047 HKLM,%CurrentVersion%\Telephony\Country List\995,"CountryCode",0x10001,0x000003e3
2048 HKLM,%CurrentVersion%\Telephony\Country List\995,"InternationalRule",,"8W10EFG"
2049 HKLM,%CurrentVersion%\Telephony\Country List\995,"LongDistanceRule",," 8WFG"
2050 HKLM,%CurrentVersion%\Telephony\Country List\995,"Name",,"Georgia"
2051 HKLM,%CurrentVersion%\Telephony\Country List\995,"SameAreaRule",,"G"
2053 HKLM,%CurrentVersion%\Telephony\Country List\996,"CountryCode",0x10001,0x000003e4
2054 HKLM,%CurrentVersion%\Telephony\Country List\996,"InternationalRule",,"00EFG"
2055 HKLM,%CurrentVersion%\Telephony\Country List\996,"LongDistanceRule",,"8FG"
2056 HKLM,%CurrentVersion%\Telephony\Country List\996,"Name",,"Kyrgyzstan"
2057 HKLM,%CurrentVersion%\Telephony\Country List\996,"SameAreaRule",,"G"
2059 HKLM,%CurrentVersion%\Telephony\Country List\998,"CountryCode",0x10001,0x000003e6
2060 HKLM,%CurrentVersion%\Telephony\Country List\998,"InternationalRule",,"8W10EFG"
2061 HKLM,%CurrentVersion%\Telephony\Country List\998,"LongDistanceRule",," 8WFG"
2062 HKLM,%CurrentVersion%\Telephony\Country List\998,"Name",,"Uzbekistan"
2063 HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
2065 [RegisterDllsSection]
2066 ;;some dlls have to be registered first
2067 11,,shell32.dll,1
2068 11,,quartz.dll,1
2070 11,,cryptdlg.dll,1
2071 11,,cryptnet.dll,1
2072 11,,devenum.dll,1
2073 11,,mp3dmod.dll,1
2074 11,,mscoree.dll,1
2075 11,,mshtml.dll,1
2076 11,,msisip.dll,1
2077 11,,qcap.dll,1
2078 11,,qedit.dll,1
2079 11,,urlmon.dll,1
2080 11,,windowscodecs.dll,1
2081 11,,winegstreamer.dll,1
2082 55,,wineps.drv,1
2083 11,,wineqtdecoder.dll,1
2084 11,,winevulkan.dll,1
2085 55,,winprint.dll,1
2086 11,,wintrust.dll,1
2087 11,,iexplore.exe,1
2089 ; 32bit-only fake dlls
2090 [FakeDllsWin32]
2091 10,,rundll.exe,rundll.exe16
2092 10,,twain.dll,twain.dll16
2093 10,,twain_32.dll
2094 10,twain_32,sane.ds
2095 10,twain_32,gphoto2.ds
2096 10,,winhelp.exe,winhelp.exe16
2097 10,,winhlp32.exe
2098 10,command,start.exe
2099 10,system,ddeml.dll,ddeml.dll16
2100 10,system,mmsystem.dll,mmsystem.dll16
2101 11,,ddhelp.exe
2102 11,,dosx.exe
2103 11,,dsound.vxd
2104 11,,start.exe
2105 11,,winhlp32.exe
2106 52,win40\0,wineps16.drv,wineps16.drv16
2108 ; 64bit-only fake dlls
2109 [FakeDllsWin64]
2110 10,twain_64,sane.ds
2111 10,twain_64,gphoto2.ds
2113 ; Wow64-only fake dlls
2114 [FakeDllsWow64]
2115 ; create some directories first
2116 11,mui,
2117 11,gecko\plugin,npmshtml.dll
2118 11,Speech\Common,sapi.dll
2119 11,wbem,mofcomp.exe
2120 11,wbem,wbemdisp.dll
2121 11,wbem,wbemprox.dll
2122 11,wbem,wmic.exe
2123 11,wbem,wmiutils.dll
2124 11,WindowsPowerShell\v1.0,powershell.exe
2125 10,syswow64,stdole2.tlb
2126 11,,iexplore.exe
2127 11,,winetest.exe,-
2128 ; skip .NET fake dlls in Wine Mono package
2129 11,,aspnet_regiis.exe,-
2130 11,,ngen.exe,-
2131 11,,fusion.dll,-
2132 11,,diasymreader.dll,-
2133 11,,mscorwks.dll,-
2134 11,,regsvcs.exe,-
2135 11,,regasm.exe,-
2136 11,,servicemodelreg.exe,-
2137 11,,presentationfontcache.exe,-
2138 ; some programs are 64-bit only
2139 11,,conhost.exe,-
2140 11,,services.exe,-
2141 11,,spoolsv.exe,-
2142 11,,winemenubuilder.exe,-
2143 ; registration order matters for these
2144 11,,msxml.dll
2145 11,,msxml2.dll
2146 11,,msxml3.dll
2147 11,,msxml4.dll
2148 11,,msxml6.dll
2149 11,,shdocvw.dll
2150 16422,Internet Explorer,iexplore.exe
2151 16422,Windows Media Player,wmplayer.exe
2152 16422,Windows NT\Accessories,wordpad.exe
2153 16427,System\OLE DB,oledb32.dll
2154 16427,System\OLE DB,msdaps.dll
2155 16427,System\OLE DB,msdasql.dll
2156 16427,System\ADO,msado15.dll
2157 55,,wineps.drv
2158 66000,3,wineps.drv
2159 55,,winprint.dll
2160 12,,*.sys,-
2161 11,,*.msstyles,-
2162 11,,*
2164 [FakeDlls]
2165 ; create some directories first
2166 10,help,
2167 10,logs,
2168 10,performance\winsat\datastore,
2169 10,tasks,
2170 10,temp,
2171 11,catroot,
2172 11,mui,
2173 11,tasks,
2174 11,spool\printers,
2175 10,,explorer.exe
2176 10,,hh.exe
2177 10,,notepad.exe
2178 10,,regedit.exe
2179 11,,explorer.exe
2180 11,,iexplore.exe
2181 11,,notepad.exe
2182 11,,winetest.exe,-
2183 ; themes
2184 10,resources\themes\light,light.msstyles
2185 ; skip .NET fake dlls in Wine Mono package
2186 11,,aspnet_regiis.exe,-
2187 11,,ngen.exe,-
2188 11,,fusion.dll,-
2189 11,,diasymreader.dll,-
2190 11,,mscorwks.dll,-
2191 11,,regsvcs.exe,-
2192 11,,regasm.exe,-
2193 11,,servicemodelreg.exe,-
2194 11,,presentationfontcache.exe,-
2195 ; registration order matters for these
2196 11,,msxml.dll
2197 11,,msxml2.dll
2198 11,,msxml3.dll
2199 11,,msxml4.dll
2200 11,,msxml6.dll
2201 11,,shdocvw.dll
2202 11,gecko\plugin,npmshtml.dll
2203 11,Speech\Common,sapi.dll
2204 11,wbem,mofcomp.exe
2205 11,wbem,wbemdisp.dll
2206 11,wbem,wbemprox.dll
2207 11,wbem,wmic.exe
2208 11,wbem,wmiutils.dll
2209 11,WindowsPowerShell\v1.0,powershell.exe
2210 ; empty folders to make sure the parent dirs are not removed
2211 16410,Microsoft,
2212 16412,Microsoft,
2213 16422,Internet Explorer,iexplore.exe
2214 16422,Windows Media Player,wmplayer.exe
2215 16422,Windows NT\Accessories,wordpad.exe
2216 16427,Microsoft Shared\TextConv,
2217 16427,System\OLE DB,oledb32.dll
2218 16427,System\OLE DB,msdaps.dll
2219 16427,System\OLE DB,msdasql.dll
2220 16427,System\ADO,msado15.dll
2221 55,,wineps.drv
2222 66000,3,wineps.drv
2223 55,,winprint.dll
2224 12,,*.sys
2225 11,,*
2227 [SystemIni]
2228 system.ini, mci,,"MPEGVideo=mciqtz32.dll"
2229 system.ini, mci,,"MPEGVideo2=mciqtz32.dll"
2230 system.ini, mci,,"avivideo=mciavi32.dll"
2231 system.ini, mci,,"cdaudio=mcicda.dll"
2232 system.ini, mci,,"sequencer=mciseq.dll"
2233 system.ini, mci,,"vcr=mcivisca.drv"
2234 system.ini, mci,,"; videodisc=mcipionr.drv"
2235 system.ini, mci,,"waveaudio=mciwave.dll"
2237 system.ini, drivers32,,"msacm.imaadpcm=imaadp32.acm"
2238 system.ini, drivers32,,"msacm.msadpcm=msadp32.acm"
2239 system.ini, drivers32,,"msacm.msg711=msg711.acm"
2240 system.ini, drivers32,,"msacm.l3acm=l3codeca.acm"
2241 system.ini, drivers32,,"msacm.msgsm610=msgsm32.acm"
2242 system.ini, drivers32,,"vidc.mrle=msrle32.dll"
2243 system.ini, drivers32,,"vidc.msvc=msvidc32.dll"
2244 system.ini, drivers32,,"vidc.cvid=iccvid.dll"
2245 system.ini, drivers32,,"; vidc.IV50=ir50_32.dll"
2246 system.ini, drivers32,,"; vidc.IV31=ir32_32.dll"
2247 system.ini, drivers32,,"; vidc.IV32=ir32_32.dll"
2249 win.ini, mail,,"mapi=1"
2251 [BITSService]
2252 AddReg=BITSServiceKeys
2253 Description="BITS Service"
2254 DisplayName="BITS Service"
2255 ServiceBinary="%11%\svchost.exe -k netsvcs"
2256 ServiceType=16
2257 StartType=3
2258 ErrorControl=1
2260 [EventLogService]
2261 AddReg=EventLogServiceKeys
2262 Description="Event Log"
2263 DisplayName="Event Log"
2264 ServiceBinary="%11%\svchost.exe -k LocalServiceNetworkRestricted"
2265 ServiceType=32
2266 StartType=2
2267 ErrorControl=1
2269 [HTTPService]
2270 Description="HTTP server"
2271 DisplayName="HTTP"
2272 ServiceBinary="%12%\http.sys"
2273 ServiceType=1
2274 StartType=3
2275 ErrorControl=1
2277 [MSIService]
2278 Description="MSI Installer Server"
2279 DisplayName="MSIServer"
2280 ServiceBinary="%11%\msiexec.exe /V"
2281 ServiceType=32
2282 StartType=3
2283 ErrorControl=1
2285 [MountMgrService]
2286 Description="Device mounting service"
2287 DisplayName="Mount Manager"
2288 ServiceBinary="%12%\mountmgr.sys"
2289 ServiceType=1
2290 StartType=2
2291 ErrorControl=1
2292 LoadOrderGroup="System Bus Extender"
2294 [NDISService]
2295 AddReg=NDISServiceKeys
2296 Description="NDIS service"
2297 DisplayName="NDIS"
2298 ServiceBinary="%12%\ndis.sys"
2299 ServiceType=1
2300 StartType=2
2301 ErrorControl=1
2302 LoadOrderGroup="System Bus Extender"
2304 [NDISServiceKeys]
2305 HKR,,"Tag",0x10001,2
2307 [NsiProxyService]
2308 AddReg=NsiProxyServiceKeys
2309 Description="NSI proxy service"
2310 DisplayName="NSI Proxy"
2311 ServiceBinary="%12%\nsiproxy.sys"
2312 ServiceType=1
2313 StartType=2
2314 ErrorControl=1
2315 LoadOrderGroup="System Bus Extender"
2317 [NsiProxyServiceKeys]
2318 HKR,,"Tag",0x10001,1
2320 [RpcSsService]
2321 Description="RPC service"
2322 DisplayName="Remote Procedure Call (RPC)"
2323 ServiceBinary="%11%\rpcss.exe"
2324 ServiceType=32
2325 StartType=3
2326 ErrorControl=1
2328 [ScardSvrService]
2329 AddReg=ScardSvrServiceKeys
2330 DisplayName="Smart card server"
2331 ServiceBinary="%11%\svchost.exe -k netsvcs"
2332 ServiceType=32
2333 StartType=3
2334 ErrorControl=1
2336 [ScardSvrServiceKeys]
2337 HKR,Parameters,"ServiceDll",,"%11%\scardsvr.dll"
2338 HKR,Parameters,"ServiceMain",,"CalaisMain"
2339 HKLM,%CurrentVersionNT%\SvcHost,"netsvcs",0x00010008,"scardsvr"
2341 [SpoolerService]
2342 AddReg=SpoolerServiceKeys
2343 Description="Loads files to memory for later printing"
2344 DisplayName="Print Spooler"
2345 ServiceBinary="%11%\spoolsv.exe"
2346 ServiceType=0x110
2347 StartType=3
2348 ErrorControl=1
2349 LoadOrderGroup="SpoolerGroup"
2351 [SpoolerServiceKeys]
2352 HKLM,"System\CurrentControlSet\Services\Spooler\Performance","Library",,"winspool.drv"
2353 HKLM,"System\CurrentControlSet\Services\Spooler\Performance","Open",,"PerfOpen"
2354 HKLM,"System\CurrentControlSet\Services\Spooler\Performance","Close",,"PerfClose"
2355 HKLM,"System\CurrentControlSet\Services\Spooler\Performance","Collect",,"PerfCollect"
2357 [TerminalServices]
2358 Description="Remote desktop access"
2359 DisplayName="Terminal Services"
2360 ServiceBinary="%11%\termsv.exe"
2361 ServiceType=32
2362 StartType=3
2363 ErrorControl=1
2365 [ThemeManager]
2366 HKCU,"Software\Microsoft\Windows\CurrentVersion\ThemeManager","ThemeActive",2,"1"
2367 HKCU,"Software\Microsoft\Windows\CurrentVersion\ThemeManager","DllName",2,"%10%\resources\themes\light\light.msstyles"
2368 HKCU,"Software\Microsoft\Windows\CurrentVersion\ThemeManager","ColorName",2,"Blue"
2369 HKCU,"Software\Microsoft\Windows\CurrentVersion\ThemeManager","SizeName",2,"NormalSize"
2371 [WinmgmtService]
2372 Description="Provides access to Windows Management Instrumentation"
2373 DisplayName="Windows Management Instrumentation Service"
2374 ServiceBinary="%11%\winmgmt.exe"
2375 ServiceType=32
2376 StartType=3
2377 ErrorControl=1
2379 [StiService]
2380 AddReg=StiServiceKeys
2381 Description="WIA Service"
2382 DisplayName="WIA Service"
2383 ServiceBinary="%11%\svchost.exe -k imgsvc"
2384 ServiceType=16
2385 StartType=3
2386 ErrorControl=1
2388 [BITSServiceKeys]
2389 HKR,Parameters,"ServiceDll",,"%11%\qmgr.dll"
2390 HKLM,%CurrentVersionNT%\SvcHost,"netsvcs",0x00010008,"BITS"
2392 [EventLogServiceKeys]
2393 HKR,Parameters,"ServiceDll",,"%11%\wevtsvc.dll"
2394 HKLM,%CurrentVersionNT%\SvcHost,"LocalServiceNetworkRestricted",0x00010008,"EventLog"
2396 [StiServiceKeys]
2397 HKR,Parameters,"ServiceDll",,"%11%\wiaservc.dll"
2398 HKLM,%CurrentVersionNT%\SvcHost,"imgsvc",0x00010008,"StiSvc"
2400 [PlugPlayService]
2401 Description="Enables automatic configuration of devices"
2402 DisplayName="Plug and Play Service"
2403 ServiceBinary="%11%\plugplay.exe"
2404 ServiceType=32
2405 StartType=2
2406 ErrorControl=1
2408 [WPFFontCacheService]
2409 Description="Windows Presentation Foundation font cache service"
2410 DisplayName="Windows Presentation Foundation Font Cache 3.0.0.0"
2411 ServiceBinary="%10%\Microsoft.Net\Framework\v3.0\wpf\presentationfontcache.exe"
2412 ServiceType=16
2413 StartType=3
2414 ErrorControl=1
2416 [LanmanServerService]
2417 AddReg=LanmanServerServiceKeys
2418 Description="Lanman Server"
2419 DisplayName="Lanman Server"
2420 ServiceBinary="%11%\svchost.exe -k netsvcs"
2421 ServiceType=32
2422 StartType=4
2423 ErrorControl=1
2425 [LanmanServerServiceKeys]
2426 HKR,Parameters,"ServiceDll",,"%11%\srvsvc.dll"
2427 ;; HKLM,%CurrentVersionNT%\SvcHost,"netsvcs",0x00010008,"lanmanserver"
2429 [FontCacheService]
2430 AddReg=FontCacheServiceKeys
2431 Description="Windows Font Cache Service"
2432 DisplayName="Windows Font Cache Service"
2433 ServiceBinary="%11%\svchost.exe -k netsvcs"
2434 ServiceType=32
2435 StartType=3
2436 ErrorControl=1
2438 [FontCacheServiceKeys]
2439 HKR,Parameters,"ServiceDll",,"%11%\fntcache.dll"
2440 HKLM,%CurrentVersionNT%\SvcHost,"netsvcs",0x00010008,"fontcache"
2442 [TaskSchedulerService]
2443 AddReg=TaskSchedulerServiceKeys
2444 Description="Task Scheduler"
2445 DisplayName="Task Scheduler"
2446 ServiceBinary="%11%\svchost.exe -k netsvcs"
2447 ServiceType=32
2448 StartType=3
2449 ErrorControl=1
2451 [TaskSchedulerServiceKeys]
2452 HKR,Parameters,"ServiceDll",,"%11%\schedsvc.dll"
2453 HKLM,%CurrentVersionNT%\SvcHost,"netsvcs",0x00010008,"Schedule"
2455 [wuauService]
2456 Description="wuauserv"
2457 DisplayName="Automatic Updates"
2458 ServiceBinary="%11%\wuauserv.exe"
2459 ServiceType=32
2460 StartType=3
2461 ErrorControl=1
2463 [Services]
2464 HKLM,%CurrentVersion%\RunServices,"winemenubuilder",2,"%11%\winemenubuilder.exe -a -r"
2465 HKLM,"System\CurrentControlSet\Services\Eventlog\Application",,16
2466 HKLM,"System\CurrentControlSet\Services\Eventlog\System","Sources",0x10000,""
2467 HKLM,"System\CurrentControlSet\Services\Tcpip\Parameters","DataBasePath",,"%12%\etc"
2468 HKLM,"System\CurrentControlSet\Services\VxD\MSTCP",,16
2469 HKLM,"System\CurrentControlSet\Services\Winsock\Parameters",,16
2470 HKLM,"System\CurrentControlSet\Services\Winsock2\Parameters\Protocol_Catalog9\Catalog_Entries",,16
2472 [VersionInfo]
2473 HKLM,%CurrentVersionNT%,"CurrentVersion",2,"6.3"
2474 HKLM,%CurrentVersionNT%,"CurrentMajorVersionNumber",0x10001,10
2475 HKLM,%CurrentVersionNT%,"CurrentMinorVersionNumber",0x10001,0
2476 HKLM,%CurrentVersionNT%,"CurrentBuild",2,"18362"
2477 HKLM,%CurrentVersionNT%,"CurrentBuildNumber",2,"18362"
2478 HKLM,%CurrentVersionNT%,"CurrentType",2,"Multiprocessor Free"
2479 HKLM,%CurrentVersionNT%,"DigitalProductId",1,00,00,00,00,00,00,00,00,00,00,00,\
2480 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
2481 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
2482 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
2483 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
2484 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
2485 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2486 HKLM,%CurrentVersionNT%,"ProductName",2,"Windows 10 Pro"
2487 HKLM,%Control%\ProductOptions,"ProductType",2,"WinNT"
2488 HKLM,%Control%\Windows,"CSDVersion",0x10003,0
2489 HKLM,%Control%\Session Manager\Environment,"OS",2,"Windows_NT"
2491 [VersionInfo.ntamd64]
2492 HKLM,%CurrentVersionNT%,"CurrentVersion",2,"6.3"
2493 HKLM,%CurrentVersionNT%,"CurrentMajorVersionNumber",0x10001,10
2494 HKLM,%CurrentVersionNT%,"CurrentMinorVersionNumber",0x10001,0
2495 HKLM,%CurrentVersionNT%,"CurrentBuild",2,"18362"
2496 HKLM,%CurrentVersionNT%,"CurrentBuildNumber",2,"18362"
2497 HKLM,%CurrentVersionNT%,"CurrentType",2,"Multiprocessor Free"
2498 HKLM,%CurrentVersionNT%,"DigitalProductId",1,00,00,00,00,00,00,00,00,00,00,00,\
2499 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
2500 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
2501 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
2502 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
2503 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
2504 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2505 HKLM,%CurrentVersionNT%,"ProductName",2,"Windows 10 Pro"
2506 HKLM,%Control%\ProductOptions,"ProductType",2,"WinNT"
2507 HKLM,%Control%\Windows,"CSDVersion",0x10003,0
2508 HKLM,%Control%\Session Manager\Environment,"OS",2,"Windows_NT"
2510 [Wow64]
2511 ; Wow6432Node symlinks
2512 HKLM,Software\Classes\Wow6432Node\AppId,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Classes\AppId"
2513 HKLM,Software\Classes\Wow6432Node\Protocols,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Classes\Protocols"
2514 HKLM,Software\Classes\Wow6432Node\TypeLib,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Classes\TypeLib"
2515 HKLM,Software\Wow6432Node\Classes,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Classes\Wow6432Node"
2516 ; 32-bit redirected keys under HKLM\Software\Classes
2517 HKLM,Software\Classes\Wow6432Node\CLSID,,16
2518 HKLM,Software\Classes\Wow6432Node\DirectShow,,16
2519 HKLM,Software\Classes\Wow6432Node\Interface,,16
2520 HKLM,Software\Classes\Wow6432Node\Media Type,,16
2521 HKLM,Software\Classes\Wow6432Node\MediaFoundation,,16
2522 ; symlinks for shared keys under HKLM\Software
2523 HKLM,Software\Wow6432Node\Microsoft\Clients,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Clients"
2524 HKLM,Software\Wow6432Node\Microsoft\Cryptography\Calais\Current,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Cryptography\Calais\Current"
2525 HKLM,Software\Wow6432Node\Microsoft\Cryptography\Calais\Readers,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Cryptography\Calais\Readers"
2526 HKLM,Software\Wow6432Node\Microsoft\Cryptography\Services,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Cryptography\Services"
2527 HKLM,Software\Wow6432Node\Microsoft\CTF\SystemShared,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\CTF\SystemShared"
2528 HKLM,Software\Wow6432Node\Microsoft\CTF\TIP,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\CTF\TIP"
2529 HKLM,Software\Wow6432Node\Microsoft\DFS,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\DFS"
2530 HKLM,Software\Wow6432Node\Microsoft\Driver Signing,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Driver Signing"
2531 HKLM,Software\Wow6432Node\Microsoft\EnterpriseCertificates,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\EnterpriseCertificates"
2532 HKLM,Software\Wow6432Node\Microsoft\EventSystem,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\EventSystem"
2533 HKLM,Software\Wow6432Node\Microsoft\MSMQ,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\MSMQ"
2534 HKLM,Software\Wow6432Node\Microsoft\Non-Driver Signing,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Non-Driver Signing"
2535 HKLM,Software\Wow6432Node\Microsoft\Notepad\DefaultFonts,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Notepad\DefaultFonts"
2536 HKLM,Software\Wow6432Node\Microsoft\OLE,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\OLE"
2537 HKLM,Software\Wow6432Node\Microsoft\RAS,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\RAS"
2538 HKLM,Software\Wow6432Node\Microsoft\RPC,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\RPC"
2539 HKLM,Software\Wow6432Node\Microsoft\Software\Microsoft\Shared Tools\MSInfo,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Shared Tools\MSInfo"
2540 HKLM,Software\Wow6432Node\Microsoft\SystemCertificates,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\SystemCertificates"
2541 HKLM,Software\Wow6432Node\Microsoft\TermServLicensing,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\TermServLicensing"
2542 HKLM,Software\Wow6432Node\Microsoft\Transaction Server,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Transaction Server"
2543 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\App Paths,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\App Paths"
2544 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Control Panel\Cursors\Schemes,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Control Panel\Cursors\Schemes"
2545 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers"
2546 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons"
2547 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\KindMap,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Explorer\KindMap"
2548 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Group Policy,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Group Policy"
2549 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Policies,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Policies"
2550 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\PreviewHandlers,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\PreviewHandlers"
2551 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Setup,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Setup"
2552 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Telephony\Locations,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Telephony\Locations"
2553 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Console,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Console"
2554 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\FontDpi,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\FontDpi"
2555 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\FontLink,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\FontLink"
2556 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\FontMapper,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\FontMapper"
2557 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Fonts,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Fonts"
2558 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\FontSubstitutes,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes"
2559 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Gre_Initialize,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Gre_Initialize"
2560 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Image File Execution Options,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options"
2561 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\LanguagePack,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\LanguagePack"
2562 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\NetworkCards,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\NetworkCards"
2563 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Perflib,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Perflib"
2564 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Ports,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Ports"
2565 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Print,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Print"
2566 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\ProfileList,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\ProfileList"
2567 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Time Zones,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Time Zones"
2568 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Time Zones,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Time Zones"
2569 HKLM,Software\Wow6432Node\Policies,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Policies"
2570 HKLM,Software\Wow6432Node\Registered Applications,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Registered Applications"
2572 [LicenseInformation]
2573 ; based on information from http://www.geoffchappell.com/notes/windows/license/install.htm
2574 HKLM,Software\Wine\LicenseInformation,"Kernel-MUI-Language-Allowed",,"EMPTY"
2575 HKLM,Software\Wine\LicenseInformation,"Kernel-MUI-Language-Disallowed",,"EMPTY"
2576 HKLM,Software\Wine\LicenseInformation,"Kernel-MUI-Number-Allowed",0x10001,1000
2577 HKLM,Software\Wine\LicenseInformation,"Shell-InBoxGames-FreeCell-EnableGame",0x10001,0x00000001
2578 HKLM,Software\Wine\LicenseInformation,"Shell-InBoxGames-Hearts-EnableGame",0x10001,0x00000001
2579 HKLM,Software\Wine\LicenseInformation,"Shell-InBoxGames-Minesweeper-EnableGame",0x10001,0x00000001
2580 HKLM,Software\Wine\LicenseInformation,"Shell-InBoxGames-PurblePlace-EnableGame",0x10001,0x00000001
2581 HKLM,Software\Wine\LicenseInformation,"Shell-InBoxGames-Shanghai-EnableGame",0x10001,0x00000001
2582 HKLM,Software\Wine\LicenseInformation,"Shell-InBoxGames-Solitaire-EnableGame",0x10001,0x00000001
2583 HKLM,Software\Wine\LicenseInformation,"Shell-InBoxGames-SpiderSolitaire-EnableGame",0x10001,0x00000001
2584 HKLM,Software\Wine\LicenseInformation,"Shell-PremiumInBoxGames-Chess-EnableGame",0x10001,0x00000001
2586 [ColorFiles]
2587 srgb color space profile.icm,"@%11%\mscms.dll,-1"
2589 [EtcFiles]
2590 hosts,"@%11%\ws2_32.dll,-1"
2591 networks,"@%11%\ws2_32.dll,-2"
2592 protocol,"@%11%\ws2_32.dll,-3"
2593 services,"@%11%\ws2_32.dll,-4"
2595 [InfFiles]
2596 input.inf,"@%12%\hidclass.sys,-1"
2597 winebus.inf,"@%12%\winebus.sys,-1"
2598 winehid.inf,"@%12%\winehid.sys,-1"
2599 wineusb.inf,"@%12%\wineusb.sys,-1"
2600 winexinput.inf,"@%12%\winexinput.sys,-1"
2602 [NlsFiles]
2603 c_037.nls
2604 c_10000.nls
2605 c_10001.nls
2606 c_10002.nls
2607 c_10003.nls
2608 c_10004.nls
2609 c_10005.nls
2610 c_10006.nls
2611 c_10007.nls
2612 c_10008.nls
2613 c_10010.nls
2614 c_10017.nls
2615 c_10021.nls
2616 c_10029.nls
2617 c_10079.nls
2618 c_10081.nls
2619 c_10082.nls
2620 c_1026.nls
2621 c_1250.nls
2622 c_1251.nls
2623 c_1252.nls
2624 c_1253.nls
2625 c_1254.nls
2626 c_1255.nls
2627 c_1256.nls
2628 c_1257.nls
2629 c_1258.nls
2630 c_1361.nls
2631 c_20127.nls
2632 c_20866.nls
2633 c_20932.nls
2634 c_20949.nls
2635 c_21866.nls
2636 c_28591.nls
2637 c_28592.nls
2638 c_28593.nls
2639 c_28594.nls
2640 c_28595.nls
2641 c_28596.nls
2642 c_28597.nls
2643 c_28598.nls
2644 c_28599.nls
2645 c_28603.nls
2646 c_28605.nls
2647 c_437.nls
2648 c_500.nls
2649 c_708.nls
2650 c_720.nls
2651 c_737.nls
2652 c_775.nls
2653 c_850.nls
2654 c_852.nls
2655 c_855.nls
2656 c_857.nls
2657 c_860.nls
2658 c_861.nls
2659 c_862.nls
2660 c_863.nls
2661 c_864.nls
2662 c_865.nls
2663 c_866.nls
2664 c_869.nls
2665 c_874.nls
2666 c_875.nls
2667 c_932.nls
2668 c_936.nls
2669 c_949.nls
2670 c_950.nls
2671 l_intl.nls
2672 locale.nls
2673 normidna.nls
2674 normnfc.nls
2675 normnfd.nls
2676 normnfkc.nls
2677 normnfkd.nls
2679 [SortFiles]
2680 sortdefault.nls
2682 [WineSourceDirs]
2683 NlsFiles  = nls
2684 SortFiles = nls
2686 [DestinationDirs]
2687 ColorFiles = 23
2688 EtcFiles  = 12,etc
2689 InfFiles  = 17
2690 NlsFiles  = 11
2691 SortFiles = 10,globalization\sorting