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