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