blob: 694ed9466a93268e0692a43ed9312e221d38bc29 [file] [log] [blame]
Alexandre Julliard299d5592004-02-27 22:04:55 +00001;; .INF script for the basic Wine configuration
Alexandre Julliardf0c9e982008-04-11 20:18:10 +02002;; Version: @PACKAGE_STRING@
Alexandre Julliard299d5592004-02-27 22:04:55 +00003;;
4;; This should be run through setupapi:
5;; rundll32 setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf
6;;
7;; Copyright (C) 2004 Chris Morgan
8;; Copyright (C) 2004 Brian Vincent
9;; Copyright (C) 2004 Alexandre Julliard
10;;
11;; This library is free software; you can redistribute it and/or
12;; modify it under the terms of the GNU Lesser General Public
13;; License as published by the Free Software Foundation; either
14;; version 2.1 of the License, or (at your option) any later version.
15;;
16;; This library is distributed in the hope that it will be useful,
17;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19;; Lesser General Public License for more details.
20;;
21;; You should have received a copy of the GNU Lesser General Public
22;; License along with this library; if not, write to the Free Software
Jonathan Ernst360a3f92006-05-18 14:49:52 +020023;; Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
Alexandre Julliard299d5592004-02-27 22:04:55 +000024;;
25
26[version]
27signature="$CHICAGO$"
28
29[DefaultInstall]
30RegisterDlls=RegisterDllsSection
Alexandre Julliardd404fb52006-03-21 11:40:11 +010031WineFakeDlls=FakeDllsSection
Alexandre Julliard299d5592004-02-27 22:04:55 +000032UpdateInis=SystemIni
33AddReg=\
34 Classes,\
Mike McCormack510fc112006-08-10 22:40:39 +090035 ContentIndex,\
Juan Lang27712182005-04-11 18:49:28 +000036 ControlClass,\
Alexandre Julliard299d5592004-02-27 22:04:55 +000037 CurrentVersion,\
38 Debugger,\
39 Desktop,\
Justin Chevrier01e2bdb2005-01-06 19:39:52 +000040 Metrics,\
Alexandre Julliard299d5592004-02-27 22:04:55 +000041 DirectX,\
Alexandre Julliarde83afa72004-05-14 21:40:48 +000042 Environment,\
Alexandre Julliard299d5592004-02-27 22:04:55 +000043 Fonts,\
44 MCI,\
45 Misc,\
46 Nls,\
47 OLE,\
Detlef Riekenberg8a8a5482006-02-23 00:20:19 +010048 Printing,\
Jacek Caban546de272007-03-19 14:14:32 +010049 Services, \
Mike McCormack00775822005-11-15 18:18:27 +000050 Tapi,\
51 Timezones
Alexandre Julliard299d5592004-02-27 22:04:55 +000052
Vitaliy Margolen3a547b02005-11-14 15:11:26 +000053[DefaultInstall.NT]
54RegisterDlls=RegisterDllsSection
Alexandre Julliardd404fb52006-03-21 11:40:11 +010055WineFakeDlls=FakeDllsSection
Vitaliy Margolen3a547b02005-11-14 15:11:26 +000056UpdateInis=SystemIni
57AddReg=\
58 Classes,\
Mike McCormack510fc112006-08-10 22:40:39 +090059 ContentIndex,\
Vitaliy Margolen3a547b02005-11-14 15:11:26 +000060 ControlClass,\
61 CurrentVersion,\
62 Debugger,\
63 Desktop,\
64 Metrics,\
65 DirectX,\
66 Environment,\
67 Fonts,\
68 MCI,\
69 Misc,\
70 Nls,\
71 OLE,\
Detlef Riekenberg8a8a5482006-02-23 00:20:19 +010072 Printing,\
Jacek Caban546de272007-03-19 14:14:32 +010073 Services, \
Vitaliy Margolen3a547b02005-11-14 15:11:26 +000074 Tapi,\
Mike McCormack00775822005-11-15 18:18:27 +000075 Timezones,\
Vitaliy Margolen3a547b02005-11-14 15:11:26 +000076 VersionInfo
77
Alexandre Julliarda0bbf842008-04-16 12:38:41 +020078[DefaultInstall.Services]
79AddService=MountMgr,0x800,MountMgrService
80AddService=Spooler,0,SpoolerService
81
82[DefaultInstall.NT.Services]
83AddService=MountMgr,0x800,MountMgrService
84AddService=Spooler,0,SpoolerService
85
Alexandre Julliard299d5592004-02-27 22:04:55 +000086[Strings]
Alexandre Julliard299d5592004-02-27 22:04:55 +000087MciExtStr="Software\Microsoft\Windows NT\CurrentVersion\MCI Extensions"
88Mci32Str="Software\Microsoft\Windows NT\CurrentVersion\MCI32"
Hannu Valtonendfaabdf2005-04-11 12:57:26 +000089Desktop="Control Panel\Desktop"
90Metrics="Control Panel\Desktop\WindowMetrics"
Alexandre Julliard299d5592004-02-27 22:04:55 +000091CurrentVersion="Software\Microsoft\Windows\CurrentVersion"
Vitaliy Margolen3a547b02005-11-14 15:11:26 +000092CurrentVersionNT="Software\Microsoft\Windows NT\CurrentVersion"
Alexandre Julliard299d5592004-02-27 22:04:55 +000093FontSubStr="Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes"
Vitaliy Margolen3a547b02005-11-14 15:11:26 +000094Control="System\CurrentControlSet\Control"
Alexandre Julliard299d5592004-02-27 22:04:55 +000095
96[Classes]
Francois Gougete9106272006-08-05 11:43:30 +020097HKCR,.avi,"Content Type",2,"video/avi"
Louis Lendersafb8f622007-10-07 09:33:33 +010098HKCR,.chm,,2,"chm.file"
Francois Gougete9106272006-08-05 11:43:30 +020099HKCR,.dll,"Content Type",2,"application/x-msdownload"
100HKCR,.exe,,2,"exefile"
101HKCR,.exe,"Content Type",2,"application/x-msdownload"
Kirill K. Smirnov1b039cc2006-10-30 15:44:21 +0300102HKCR,.hlp,,2,"hlpfile"
Francois Gougete9106272006-08-05 11:43:30 +0200103HKCR,.htm,,2,"htmlfile"
104HKCR,.htm,"Content Type",2,"text/html"
105HKCR,.html,,2,"htmlfile"
106HKCR,.html,"Content Type",2,"text/html"
Hans Leidekker8530d232007-03-16 13:55:28 +0100107HKCR,.inf,,2,"inffile"
Francois Gougete9106272006-08-05 11:43:30 +0200108HKCR,.ini,,2,"inifile"
109HKCR,.jfif,"Content Type",2,"image/jpeg"
110HKCR,.lnk,,2,"lnkfile"
111HKCR,.msi,,2,"Msi.Package"
Hans Leidekker58e5ea22007-03-16 13:55:39 +0100112HKCR,.rtf,,2,"rtffile"
Francois Gougete9106272006-08-05 11:43:30 +0200113HKCR,.tif,"Content Type",2,"image/tiff"
114HKCR,.tiff,"Content Type",2,"image/tiff"
115HKCR,.txt,,2,"txtfile"
Hans Leidekkerf3425cf2007-02-10 22:55:29 +0100116HKCR,.wri,,2,"wrifile"
Francois Gougete9106272006-08-05 11:43:30 +0200117HKCR,.wav,"Content Type",2,"audio/wav"
Lei Zhange63bd4d2008-05-16 17:07:08 -0700118HKCR,.xml,,2,"xmlfile"
Francois Gougete9106272006-08-05 11:43:30 +0200119HKCR,.xml,"Content Type",2,"text/xml"
120HKCR,.xsl,"Content Type",2,"text/xsl"
Louis Lendersafb8f622007-10-07 09:33:33 +0100121HKCR,chm.file\shell\open\command,,2,"%11%\hh.exe %1"
Francois Gougete9106272006-08-05 11:43:30 +0200122HKCR,exefile\DefaultIcon,,2,"%1"
123HKCR,exefile\shell\open\command,,2,"""%1"" %*"
124HKCR,folder\shell\open\ddeexec,,2,"[ViewFolder("%l", %I, %S)]"
125HKCR,folder\shell\open\ddeexec,"NoActivateHandler",2,""
126HKCR,folder\shell\open\ddeexec\application,,2,"Folders"
Alexandre Julliarda795f362008-05-13 18:43:27 +0200127HKCR,hlpfile\shell\open\command,,2,"%11%\winhlp32.exe %1"
Misha Koshelevfe07efb2007-06-07 10:33:42 -0500128HKCR,htmlfile\shell\open\command,,2,"%11%\winebrowser.exe -nohome"
129HKCR,htmlfile\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
130HKCR,htmlfile\shell\open\ddeexec,"NoActivateHandler",2,""
131HKCR,htmlfile\shell\open\ddeexec\Application,,2,"IExplore"
132HKCR,htmlfile\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
Misha Koshelev1a2e16d2007-06-22 17:38:35 -0500133HKCR,inffile\shell\install\command,,2,"%11%\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %1"
Francois Gougete9106272006-08-05 11:43:30 +0200134HKCR,inifile\shell\open\command,,2,"%11%\notepad.exe %1"
135HKCR,inifile\shell\print\command,,2,"%11%\notepad.exe /p %1"
136HKCR,lnkfile,,2,"Shortcut"
137HKCR,lnkfile,"NeverShowExt",2,""
138HKCR,lnkfile,"IsShortcut",2,"yes"
139HKCR,lnkfile\CLSID,,2,"{00021401-0000-0000-C000-000000000046}"
140HKCR,lnkfile\shellex\IconHandler,,2,"{00021401-0000-0000-C000-000000000046}"
Francois Gougetf1adb692006-08-07 21:18:41 +0200141HKCR,lnkfile\shellex\ContextMenuHandlers\{00021401-0000-0000-C000-000000000046},,0x10,
Francois Gougete9106272006-08-05 11:43:30 +0200142HKCR,Msi.Package\DefaultIcon,,2,"msiexec.exe"
Misha Koshelev1a65db62007-06-16 16:00:40 -0500143HKCR,Msi.Package\shell\Open\command,,2,"msiexec /i ""%1"""
144HKCR,Msi.Package\shell\Repair\command,,2,"msiexec /f ""%1"""
145HKCR,Msi.Package\shell\Uninstall\command,,2,"msiexec /x ""%1"""
Hans Leidekker58e5ea22007-03-16 13:55:39 +0100146HKCR,rtffile\shell\open\command,,2,"%11%\wordpad.exe %1"
147HKCR,rtffile\shell\print\command,,2,"%11%\wordpad.exe /p %1"
Francois Gougete9106272006-08-05 11:43:30 +0200148HKCR,txtfile\shell\open\command,,2,"%11%\notepad.exe %1"
149HKCR,txtfile\shell\print\command,,2,"%11%\notepad.exe /p %1"
Hans Leidekkerf3425cf2007-02-10 22:55:29 +0100150HKCR,wrifile\shell\open\command,,2,"%11%\wordpad.exe %1"
151HKCR,wrifile\shell\print\command,,2,"%11%\wordpad.exe /p %1"
Lei Zhange63bd4d2008-05-16 17:07:08 -0700152HKCR,xmlfile\shell\open\command,,2,"%11%\winebrowser.exe -nohome"
153HKCR,xmlfile\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
154HKCR,xmlfile\shell\open\ddeexec,"NoActivateHandler",2,""
155HKCR,xmlfile\shell\open\ddeexec\Application,,2,"IExplore"
156HKCR,xmlfile\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
Misha Koshelevfe07efb2007-06-07 10:33:42 -0500157HKCR,http\shell\open\command,,2,"%11%\winebrowser.exe -nohome"
158HKCR,http\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
159HKCR,http\shell\open\ddeexec,"NoActivateHandler",2,""
160HKCR,http\shell\open\ddeexec\Application,,2,"IExplore"
161HKCR,http\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
162HKCR,https\shell\open\command,,2,"%11%\winebrowser.exe -nohome"
163HKCR,https\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
164HKCR,https\shell\open\ddeexec,"NoActivateHandler",2,""
165HKCR,https\shell\open\ddeexec\Application,,2,"IExplore"
166HKCR,https\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
167HKCR,mailto\shell\open\command,,2,"%11%\winebrowser %1"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000168; FIXME: the following should be done by the dll registration
169HKCR,AVIFile\Compressors\auds,,,"{0002000F-0000-0000-C000-000000000046}"
170HKCR,AVIFile\Compressors\vids,,,"{00020001-0000-0000-C000-000000000046}"
171HKCR,AVIFile\Extensions\AU,,,"{00020003-0000-0000-C000-000000000046}"
172HKCR,AVIFile\Extensions\AVI,,,"{00020000-0000-0000-C000-000000000046}"
173HKCR,AVIFile\Extensions\WAV,,,"{00020003-0000-0000-C000-000000000046}"
174HKCR,AVIFile\RIFFHandlers\AVI,,,"{00020000-0000-0000-C000-000000000046}"
175HKCR,AVIFile\RIFFHandlers\WAVE,,,"{00020003-0000-0000-C000-000000000046}"
176HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\1.0,,,"OLE Automation"
177HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\0\win16,,,"stdole.tlb"
178HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\0\win32,,,"stdole32.tlb"
179HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\FLAGS,,,"1"
180HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\2.0,,,"OLE Automation"
181HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\2.0\0\win32,,,"stdole2.tlb"
182HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\2.0\FLAGS,,,"0"
183
Mike McCormack510fc112006-08-10 22:40:39 +0900184[ContentIndex]
185HKLM,System\CurrentControlSet\Control\ContentIndex\Language\Neutral,"WBreakerClass",,"{369647e0-17b0-11ce-9950-00aa004bbb1f}"
186HKLM,System\CurrentControlSet\Control\ContentIndex\Language\Neutral,"StemmerClass",,""
187HKLM,System\CurrentControlSet\Control\ContentIndex\Language\Neutral,"Locale",0x10003,0
188
Juan Lang27712182005-04-11 18:49:28 +0000189[ControlClass]
190HKLM,System\CurrentControlSet\Control\Class\{4d36e978-e325-11ce-bfc1-08002be10318},,,"Ports (COM & LPT)"
191HKLM,System\CurrentControlSet\Control\Class\{4d36e978-e325-11ce-bfc1-08002be10318},"Class",,"Ports"
192
Alexandre Julliard299d5592004-02-27 22:04:55 +0000193[CurrentVersion]
Alexandre Julliardb33f8502004-05-28 03:54:54 +0000194HKLM,%CurrentVersion%,"CommonFilesDir",,"%16427%"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000195HKLM,%CurrentVersion%,"FirstInstallDateTime",1,21,81,7c,23
196HKLM,%CurrentVersion%,"ProductId",,"12345-oem-0000001-54321"
Alexandre Julliardb33f8502004-05-28 03:54:54 +0000197HKLM,%CurrentVersion%,"ProgramFilesDir",,"%16422%"
James Hawkins463cec62006-10-18 16:23:45 -0700198HKLM,%CurrentVersion%,"ProgramFilesPath",0x20000,"%%ProgramFiles%%"
Alexandre Julliardf8f34d92006-01-25 13:19:43 +0100199HKLM,%CurrentVersion%,"RegisteredOrganization",2,"Change preferred organization in ~/.wine/system.reg"
200HKLM,%CurrentVersion%,"RegisteredOwner",2,"Change preferred owner in ~/.wine/system.reg"
Benjamin Cutler820dce12005-04-18 16:54:44 +0000201HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"DiskSpinDownMax",,"3600"
202HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"DiskSpinDownMin",,"3"
203HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"LastID",,"5"
Rein Klazesaf927f52004-10-19 21:09:28 +0000204HKLM,%CurrentVersion%\Setup,"BootDir",,"%30%"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000205HKLM,%CurrentVersion%\Setup,"SharedDir",,"%25%"
Thomas Spear4d00f3c2007-05-22 13:29:04 -0500206HKLM,%CurrentVersion%\Uninstall,,,""
Paul Vriensb25474f2006-03-12 14:00:50 +0100207HKLM,%CurrentVersionNT%,"RegisteredOrganization",2,"Change preferred organization in ~/.wine/system.reg"
208HKLM,%CurrentVersionNT%,"RegisteredOwner",2,"Change preferred owner in ~/.wine/system.reg"
Paul Vriensa589eb22006-03-24 10:01:00 +0100209HKLM,%CurrentVersionNT%,"SystemRoot",,"%10%"
210HKLM,%CurrentVersionNT%\Fonts,,,""
211HKLM,%CurrentVersionNT%\Q246009,"Installed",,"1"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000212
213[Debugger]
Francois Gougetdec695f2006-08-07 21:37:34 +0200214HKLM,%CurrentVersionNT%\AeDebug,"Debugger",2,"winedbg --auto %ld %ld"
215HKLM,%CurrentVersionNT%\AeDebug,"Auto",2,"1"
Dmitry Timoshkov1f32d1f2006-10-19 17:33:33 +0900216HKCU,Software\Wine\Debug,"RelayExclude",2,"ntdll.RtlEnterCriticalSection;ntdll.RtlLeaveCriticalSection;kernel32.94;kernel32.95;kernel32.96;kernel32.97;kernel32.98"
217HKCU,Software\Wine\Debug,"RelayFromExclude",2,"winex11.drv;user32;gdi32;advapi32;kernel32"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000218
219[Desktop]
Alexandre Julliardf8f34d92006-01-25 13:19:43 +0100220HKCU,%Desktop%,"FontSmoothing",2,"0"
221HKCU,%Desktop%,"DragFullWindows",2,"0"
222HKCU,%Desktop%,"SmoothScroll",3,00,00,00,00
Rob Shearmane28fe902008-01-31 14:47:19 +0000223HKCU,%Desktop%,"UserPreferenceMask",3,10,00,00,80
Ivan Leo Puotia89ac892004-10-14 03:06:41 +0000224HKCU,%Desktop%,"LowPowerActive",,"0"
Anatoly Lyutin65ebbb32008-03-19 18:18:29 +0300225HKCU,%Desktop%,"MenuShowDelay",2,"400"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000226
Justin Chevrier01e2bdb2005-01-06 19:39:52 +0000227[Metrics]
Alexandre Julliardf8f34d92006-01-25 13:19:43 +0100228HKCU,%Metrics%,"ScrollWidth",2,"16"
229HKCU,%Metrics%,"ScrollHeight",2,"16"
230HKCU,%Metrics%,"CaptionWidth",2,"18"
231HKCU,%Metrics%,"CaptionHeight",2,"18"
232HKCU,%Metrics%,"SmCaptionWidth",2,"13"
233HKCU,%Metrics%,"SmCaptionHeight",2,"15"
234HKCU,%Metrics%,"MenuWidth",2,"18"
235HKCU,%Metrics%,"MenuHeight",2,"18"
236HKCU,%Metrics%,"BorderWidth",2,"1"
237HKCU,%Metrics%,"Shell Icon Size",2,"32"
Justin Chevrier01e2bdb2005-01-06 19:39:52 +0000238
Alexandre Julliard299d5592004-02-27 22:04:55 +0000239[DirectX]
Jan Zerebeckif2c8a532006-03-13 14:06:40 +0100240HKLM,Software\Microsoft\DirectX,"Version",,"4.09.00.0904"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000241HKLM,Software\Microsoft\DirectMusic,GMFilePath,,"%12%\gm.dls"
242HKLM,Software\Microsoft\DirectMusic\Defaults,DefaultOutputPort,,"{58C2B4D0-46E7-11D1-89AC-00A0C9054129}"
243HKLM,Software\Microsoft\DirectMusic\SoftwareSynths\{58C2B4D0-46E7-11D1-89AC-00A0C9054129},Description,,"Microsoft Software Synthesizer"
Lionel Ulmer9da48932005-06-03 11:26:46 +0000244HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"DescriptionA",,"Internet TCP/IP Connection For DirectPlay"
245HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"DescriptionW",,"Internet TCP/IP Connection For DirectPlay"
Alexandre Julliardc07da702007-03-06 12:27:32 +0100246HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"dwReserved1",0x10001,0x000001f4
247HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"dwReserved2",0x10001,0x00000000
Lionel Ulmer9da48932005-06-03 11:26:46 +0000248HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"Guid",,"{36E95EE0-8577-11cf-960C-0080C7534E82}"
249HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"NATHelp",,"dpnhupnp.dll"
250HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"Path",,"dpwsockx.dll"
251HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"DescriptionA",,"IPX Connection For DirectPlay"
252HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"DescriptionW",,"IPX Connection For DirectPlay"
Alexandre Julliardc07da702007-03-06 12:27:32 +0100253HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"dwReserved1",0x10001,0x00000032
254HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"dwReserved2",0x10001,0x00000000
Lionel Ulmer9da48932005-06-03 11:26:46 +0000255HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"Guid",,"{685BC400-9D2C-11cf-A9CD-00AA006886E3}"
256HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"Path",,"dpwsockx.dll"
257HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"DescriptionA",,"Modem Connection For DirectPlay"
258HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"DescriptionW",,"Modem Connection For DirectPlay"
Alexandre Julliardc07da702007-03-06 12:27:32 +0100259HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"dwReserved1",0x10001,0x00000000
260HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"dwReserved2",0x10001,0x00000000
Lionel Ulmer9da48932005-06-03 11:26:46 +0000261HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"Guid",,"{44EAA760-CB68-11cf-9C4E-00A0C905425E}"
262HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"Path",,"dpmodemx.dll"
263HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"DescriptionA",,"Serial Connection For DirectPlay"
264HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"DescriptionW",,"Serial Connection For DirectPlay"
Alexandre Julliardc07da702007-03-06 12:27:32 +0100265HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"dwReserved1",0x10001,0x00000000
266HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"dwReserved2",0x10001,0x00000000
Lionel Ulmer9da48932005-06-03 11:26:46 +0000267HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"Guid",,"{0F1D6860-88D9-11cf-9C4E-00A0C905425E}"
268HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"Path",,"dpmodemx.dll"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000269
Alexandre Julliarde83afa72004-05-14 21:40:48 +0000270[Environment]
Alexandre Julliard28b32972007-11-07 13:32:57 +0100271HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"APPDATA",,"%16410%"
Alexandru Balut58697032007-12-12 02:42:15 +0100272HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"ComSpec",0x00020000,"%11%\cmd.exe"
Alexandre Julliard28b32972007-11-07 13:32:57 +0100273HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"LOCALAPPDATA",,"%16412%"
Alexandru Balut58697032007-12-12 02:42:15 +0100274HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"PATH",0x00020000,"%11%;%10%"
Alexandre Julliardb33f8502004-05-28 03:54:54 +0000275HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"ProgramFiles",,"%16422%"
Rob Shearmand35da932007-06-29 09:11:32 +0100276HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"SystemDrive",2,"c:"
Alexandre Julliarde83afa72004-05-14 21:40:48 +0000277HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"SYSTEMROOT",,"%10%"
Alexandru Balut58697032007-12-12 02:42:15 +0100278HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"TEMP",0x00020000,"%10%\temp"
279HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"TMP",0x00020000,"%10%\temp"
Alexandru Balut58697032007-12-12 02:42:15 +0100280HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"windir",0x00020000,"%10%"
Alexandre Julliarde83afa72004-05-14 21:40:48 +0000281HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"winsysdir",,"%11%"
282
Alexandre Julliard299d5592004-02-27 22:04:55 +0000283[Fonts]
284HKLM,%FontSubStr%,"Arial CE,238",,"Arial,238"
285HKLM,%FontSubStr%,"Arial CYR,204",,"Arial,204"
286HKLM,%FontSubStr%,"Arial Greek,161",,"Arial,161"
287HKLM,%FontSubStr%,"Arial TUR,162",,"Arial,162"
288HKLM,%FontSubStr%,"Courier New CE,238",,"Courier New,238"
289HKLM,%FontSubStr%,"Courier New CYR,204",,"Courier New,204"
290HKLM,%FontSubStr%,"Courier New Greek,161",,"Courier New,161"
291HKLM,%FontSubStr%,"Courier New TUR,162",,"Courier New,162"
Huw Daviesbd4cee32004-09-13 18:07:20 +0000292HKLM,%FontSubStr%,"Helv",,"MS Sans Serif"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000293HKLM,%FontSubStr%,"Helvetica",,"Arial"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000294HKLM,%FontSubStr%,"MS Shell Dlg 2",,"Tahoma"
295HKLM,%FontSubStr%,"Times",,"Times New Roman"
296HKLM,%FontSubStr%,"Times New Roman CE,238",,"Times New Roman,238"
297HKLM,%FontSubStr%,"Times New Roman CYR,204",,"Times New Roman,204"
298HKLM,%FontSubStr%,"Times New Roman Greek,161",,"Times New Roman,161"
299HKLM,%FontSubStr%,"Times New Roman TUR,162",,"Times New Roman,162"
Alexandre Julliardf8f34d92006-01-25 13:19:43 +0100300HKLM,System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts,"LogPixels",0x10003,0x00000060
Alexandre Julliard299d5592004-02-27 22:04:55 +0000301
302[MCI]
Rémi Assaillyc6e294d2005-08-23 19:52:30 +0000303HKLM,%Mci32Str%,"AVIVideo",,"mciavi32.dll"
Rémi Assaillydbbd0d52005-07-27 15:42:40 +0000304HKLM,%Mci32Str%,"CDAudio",,"mcicda.dll"
Rémi Assailly5df5e402005-08-17 12:15:35 +0000305HKLM,%Mci32Str%,"Sequencer",,"mciseq.dll"
Alexandre Julliard252398d2006-05-09 11:32:21 +0200306HKLM,%Mci32Str%,"WaveAudio",,"mciwave.dll"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000307
308HKLM,%MciExtStr%,"aifc",,"MPEGVideo"
309HKLM,%MciExtStr%,"asf",,"MPEGVideo"
310HKLM,%MciExtStr%,"asx",,"MPEGVideo"
311HKLM,%MciExtStr%,"au",,"MPEGVideo"
312HKLM,%MciExtStr%,"avi",,"AVIVideo"
313HKLM,%MciExtStr%,"cda",,"CDAudio"
314HKLM,%MciExtStr%,"lsf",,"MPEGVideo"
315HKLM,%MciExtStr%,"lsx",,"MPEGVideo"
316HKLM,%MciExtStr%,"m1v",,"MPEGVideo"
317HKLM,%MciExtStr%,"m3u",,"MPEGVideo"
318HKLM,%MciExtStr%,"mid",,"Sequencer"
319HKLM,%MciExtStr%,"midi",,"Sequencer"
320HKLM,%MciExtStr%,"mp2",,"MPEGVideo"
321HKLM,%MciExtStr%,"mp2v",,"MPEGVideo"
322HKLM,%MciExtStr%,"mp3",,"MPEGVideo"
323HKLM,%MciExtStr%,"mpa",,"MPEGVideo"
324HKLM,%MciExtStr%,"mpe",,"MPEGVideo"
325HKLM,%MciExtStr%,"mpeg",,"MPEGVideo"
326HKLM,%MciExtStr%,"mpg",,"MPEGVideo"
327HKLM,%MciExtStr%,"mpv",,"MPEGVideo"
328HKLM,%MciExtStr%,"mpv2",,"MPEGVideo"
329HKLM,%MciExtStr%,"rmi",,"MPEGVideo"
330HKLM,%MciExtStr%,"rmi",,"Sequencer"
331HKLM,%MciExtStr%,"snd",,"MPEGVideo"
332HKLM,%MciExtStr%,"wav",,"WaveAudio"
333HKLM,%MciExtStr%,"wax",,"MPEGVideo"
334HKLM,%MciExtStr%,"wm",,"MPEGVideo"
335HKLM,%MciExtStr%,"wma",,"MPEGVideo"
336HKLM,%MciExtStr%,"wmp",,"MPEGVideo"
337HKLM,%MciExtStr%,"wmv",,"MPEGVideo"
338HKLM,%MciExtStr%,"wmx",,"MPEGVideo"
339HKLM,%MciExtStr%,"wvx",,"MPEGVideo"
340
341[Misc]
342HKLM,Software\Borland\Database Engine\Settings\SYSTEM\INIT,SHAREDMEMLOCATION,,9000
343HKLM,Software\Microsoft\Advanced INF Setup,,,""
Francois Gougetb05783b2006-09-17 12:08:08 +0200344HKLM,Software\Microsoft\Rpc\SecurityService,1,2,"secur32.dll"
345HKLM,Software\Microsoft\Rpc\SecurityService,10,2,"secur32.dll"
346HKLM,Software\Microsoft\Rpc\SecurityService,14,2,"schannel.dll"
347HKLM,Software\Microsoft\Rpc\SecurityService,16,2,"secur32.dll"
348HKLM,Software\Microsoft\Rpc\SecurityService,18,2,"secur32.dll"
349HKLM,Software\Microsoft\Rpc\SecurityService,68,2,"netlogon.dll"
350HKLM,Software\Microsoft\Rpc\SecurityService,9,2,"secur32.dll"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000351HKLM,System\CurrentControlSet\Control\Session Manager,,,""
Vitaly Lipatoveb45ce52005-01-06 20:42:10 +0000352HKLM,System\CurrentControlSet\Control\VMM32Files,,,""
Andrey Turkin4ac13752007-10-07 17:03:27 +0400353HKCU,Software\Microsoft\Protected Storage System Provider,,,""
Jacek Cabana9cdb5b2006-06-30 23:39:38 +0200354HKCU,Software\Wine\MSHTML,"GeckoUrl",,"http://source.winehq.org/winegecko.php"
Vitaliy Margolena48e3eb2006-01-04 15:27:22 +0100355HKLM,HARDWARE\DEVICEMAP\PARALLEL PORTS,,,""
356HKLM,HARDWARE\DEVICEMAP\SERIALCOMM,,,""
Mikolaj Zalewski74bc7c02007-09-25 14:22:07 -0700357; Some apps requires at least four subkeys of Active Setup\Installed Components
358HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},,2,"DirectDrawEx"
359HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},"ComponentID",2,"DirectDrawEx"
360HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},"IsInstalled",2,1
361HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},"Locale",2,"*"
362HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},"Version",2,"4,71,1113,0"
363
364HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{7131646D-CD3C-40F4-97B9-CD9E4E6262EF},,2,".NET Framework"
365HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{7131646D-CD3C-40F4-97B9-CD9E4E6262EF},"ComponentID",2,".NETFramework"
366HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{7131646D-CD3C-40F4-97B9-CD9E4E6262EF},"Locale",2,""
367HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{7131646D-CD3C-40F4-97B9-CD9E4E6262EF},"Version",2,"2,0,50727,0"
368
369HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{CB2F7EDD-9D1F-43C1-90FC-4F52EAE172A1},,2,".NET Framework"
370HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{CB2F7EDD-9D1F-43C1-90FC-4F52EAE172A1},"ComponentID",2,".NETFramework"
371HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{CB2F7EDD-9D1F-43C1-90FC-4F52EAE172A1},"Locale",2,""
372HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{CB2F7EDD-9D1F-43C1-90FC-4F52EAE172A1},"Version",2,"1,0,4322,1"
373
374HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},,2,"HTML Help"
375HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"ComponentID",2,"HTMLHelp"
376HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"IsInstalled",2,1
377HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"Locale",2,"*"
378HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"Version",2,"4,74,9273,0"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000379
380[Nls]
381HKLM,System\CurrentControlSet\Control\Nls\Codepage,"37",,""
382HKLM,System\CurrentControlSet\Control\Nls\Codepage,"ACP",,"1252"
383HKLM,System\CurrentControlSet\Control\Nls\Codepage,"MACCP",,"10000"
384HKLM,System\CurrentControlSet\Control\Nls\Codepage,"OEMCP",,"437"
385
386HKLM,System\CurrentControlSet\Control\Nls\Language,"0401",,""
387HKLM,System\CurrentControlSet\Control\Nls\Language,"0402",,""
388HKLM,System\CurrentControlSet\Control\Nls\Language,"0403",,""
389HKLM,System\CurrentControlSet\Control\Nls\Language,"0404",,""
390HKLM,System\CurrentControlSet\Control\Nls\Language,"0405",,""
391HKLM,System\CurrentControlSet\Control\Nls\Language,"0406",,""
392HKLM,System\CurrentControlSet\Control\Nls\Language,"0407",,""
393HKLM,System\CurrentControlSet\Control\Nls\Language,"0408",,""
394HKLM,System\CurrentControlSet\Control\Nls\Language,"0409",,""
395HKLM,System\CurrentControlSet\Control\Nls\Language,"040a",,""
396HKLM,System\CurrentControlSet\Control\Nls\Language,"040b",,""
397HKLM,System\CurrentControlSet\Control\Nls\Language,"040c",,""
398HKLM,System\CurrentControlSet\Control\Nls\Language,"040d",,""
399HKLM,System\CurrentControlSet\Control\Nls\Language,"040e",,""
400HKLM,System\CurrentControlSet\Control\Nls\Language,"040f",,""
401HKLM,System\CurrentControlSet\Control\Nls\Language,"0410",,""
402HKLM,System\CurrentControlSet\Control\Nls\Language,"0411",,""
403HKLM,System\CurrentControlSet\Control\Nls\Language,"0412",,""
404HKLM,System\CurrentControlSet\Control\Nls\Language,"0413",,""
405HKLM,System\CurrentControlSet\Control\Nls\Language,"0414",,""
406HKLM,System\CurrentControlSet\Control\Nls\Language,"0415",,""
407HKLM,System\CurrentControlSet\Control\Nls\Language,"0416",,""
408HKLM,System\CurrentControlSet\Control\Nls\Language,"0418",,""
409HKLM,System\CurrentControlSet\Control\Nls\Language,"0419",,""
410HKLM,System\CurrentControlSet\Control\Nls\Language,"041a",,""
411HKLM,System\CurrentControlSet\Control\Nls\Language,"041b",,""
412HKLM,System\CurrentControlSet\Control\Nls\Language,"041c",,""
413HKLM,System\CurrentControlSet\Control\Nls\Language,"041d",,""
414HKLM,System\CurrentControlSet\Control\Nls\Language,"041e",,""
415HKLM,System\CurrentControlSet\Control\Nls\Language,"041f",,""
416HKLM,System\CurrentControlSet\Control\Nls\Language,"0420",,""
417HKLM,System\CurrentControlSet\Control\Nls\Language,"0421",,""
418HKLM,System\CurrentControlSet\Control\Nls\Language,"0422",,""
419HKLM,System\CurrentControlSet\Control\Nls\Language,"0423",,""
420HKLM,System\CurrentControlSet\Control\Nls\Language,"0424",,""
421HKLM,System\CurrentControlSet\Control\Nls\Language,"0425",,""
422HKLM,System\CurrentControlSet\Control\Nls\Language,"0426",,""
423HKLM,System\CurrentControlSet\Control\Nls\Language,"0427",,""
424HKLM,System\CurrentControlSet\Control\Nls\Language,"0429",,""
425HKLM,System\CurrentControlSet\Control\Nls\Language,"042a",,""
426HKLM,System\CurrentControlSet\Control\Nls\Language,"042b",,""
427HKLM,System\CurrentControlSet\Control\Nls\Language,"042c",,""
428HKLM,System\CurrentControlSet\Control\Nls\Language,"042d",,""
429HKLM,System\CurrentControlSet\Control\Nls\Language,"042f",,""
430HKLM,System\CurrentControlSet\Control\Nls\Language,"0436",,""
431HKLM,System\CurrentControlSet\Control\Nls\Language,"0437",,""
432HKLM,System\CurrentControlSet\Control\Nls\Language,"0438",,""
433HKLM,System\CurrentControlSet\Control\Nls\Language,"0439",,""
Alexandre Julliard299d5592004-02-27 22:04:55 +0000434HKLM,System\CurrentControlSet\Control\Nls\Language,"043e",,""
435HKLM,System\CurrentControlSet\Control\Nls\Language,"043f",,""
436HKLM,System\CurrentControlSet\Control\Nls\Language,"0440",,""
437HKLM,System\CurrentControlSet\Control\Nls\Language,"0441",,""
438HKLM,System\CurrentControlSet\Control\Nls\Language,"0443",,""
439HKLM,System\CurrentControlSet\Control\Nls\Language,"0444",,""
440HKLM,System\CurrentControlSet\Control\Nls\Language,"0446",,""
441HKLM,System\CurrentControlSet\Control\Nls\Language,"0447",,""
442HKLM,System\CurrentControlSet\Control\Nls\Language,"0449",,""
443HKLM,System\CurrentControlSet\Control\Nls\Language,"044a",,""
444HKLM,System\CurrentControlSet\Control\Nls\Language,"044b",,""
445HKLM,System\CurrentControlSet\Control\Nls\Language,"044e",,""
446HKLM,System\CurrentControlSet\Control\Nls\Language,"044f",,""
447HKLM,System\CurrentControlSet\Control\Nls\Language,"0450",,""
Francois Gouget90aaf6b2006-02-14 10:42:12 +0100448HKLM,System\CurrentControlSet\Control\Nls\Language,"0452",,""
Alexandre Julliard299d5592004-02-27 22:04:55 +0000449HKLM,System\CurrentControlSet\Control\Nls\Language,"0456",,""
450HKLM,System\CurrentControlSet\Control\Nls\Language,"0457",,""
451HKLM,System\CurrentControlSet\Control\Nls\Language,"045a",,""
452HKLM,System\CurrentControlSet\Control\Nls\Language,"0465",,""
Francois Gouget90aaf6b2006-02-14 10:42:12 +0100453HKLM,System\CurrentControlSet\Control\Nls\Language,"047e",,""
Alexandre Julliard299d5592004-02-27 22:04:55 +0000454HKLM,System\CurrentControlSet\Control\Nls\Language,"048f",,""
455HKLM,System\CurrentControlSet\Control\Nls\Language,"0490",,""
456HKLM,System\CurrentControlSet\Control\Nls\Language,"0491",,""
Francois Gouget90aaf6b2006-02-14 10:42:12 +0100457HKLM,System\CurrentControlSet\Control\Nls\Language,"0494",,""
Alexandre Julliard299d5592004-02-27 22:04:55 +0000458HKLM,System\CurrentControlSet\Control\Nls\Language,"0801",,""
459HKLM,System\CurrentControlSet\Control\Nls\Language,"0804",,""
460HKLM,System\CurrentControlSet\Control\Nls\Language,"0807",,""
461HKLM,System\CurrentControlSet\Control\Nls\Language,"0809",,""
462HKLM,System\CurrentControlSet\Control\Nls\Language,"080a",,""
463HKLM,System\CurrentControlSet\Control\Nls\Language,"080c",,""
464HKLM,System\CurrentControlSet\Control\Nls\Language,"0810",,""
465HKLM,System\CurrentControlSet\Control\Nls\Language,"0813",,""
466HKLM,System\CurrentControlSet\Control\Nls\Language,"0814",,""
467HKLM,System\CurrentControlSet\Control\Nls\Language,"0816",,""
468HKLM,System\CurrentControlSet\Control\Nls\Language,"081a",,""
469HKLM,System\CurrentControlSet\Control\Nls\Language,"081d",,""
470HKLM,System\CurrentControlSet\Control\Nls\Language,"082c",,""
Alexandre Julliard299d5592004-02-27 22:04:55 +0000471HKLM,System\CurrentControlSet\Control\Nls\Language,"083e",,""
472HKLM,System\CurrentControlSet\Control\Nls\Language,"0843",,""
Francois Gouget90aaf6b2006-02-14 10:42:12 +0100473HKLM,System\CurrentControlSet\Control\Nls\Language,"0894",,""
Alexandre Julliard299d5592004-02-27 22:04:55 +0000474HKLM,System\CurrentControlSet\Control\Nls\Language,"0c01",,""
475HKLM,System\CurrentControlSet\Control\Nls\Language,"0c04",,""
476HKLM,System\CurrentControlSet\Control\Nls\Language,"0c07",,""
477HKLM,System\CurrentControlSet\Control\Nls\Language,"0c09",,""
478HKLM,System\CurrentControlSet\Control\Nls\Language,"0c0a",,""
479HKLM,System\CurrentControlSet\Control\Nls\Language,"0c0c",,""
480HKLM,System\CurrentControlSet\Control\Nls\Language,"0c1a",,""
Francois Gouget90aaf6b2006-02-14 10:42:12 +0100481HKLM,System\CurrentControlSet\Control\Nls\Language,"0c94",,""
Alexandre Julliard299d5592004-02-27 22:04:55 +0000482HKLM,System\CurrentControlSet\Control\Nls\Language,"1001",,""
483HKLM,System\CurrentControlSet\Control\Nls\Language,"1004",,""
484HKLM,System\CurrentControlSet\Control\Nls\Language,"1007",,""
485HKLM,System\CurrentControlSet\Control\Nls\Language,"1009",,""
486HKLM,System\CurrentControlSet\Control\Nls\Language,"100a",,""
487HKLM,System\CurrentControlSet\Control\Nls\Language,"100c",,""
488HKLM,System\CurrentControlSet\Control\Nls\Language,"1401",,""
489HKLM,System\CurrentControlSet\Control\Nls\Language,"1404",,""
490HKLM,System\CurrentControlSet\Control\Nls\Language,"1407",,""
491HKLM,System\CurrentControlSet\Control\Nls\Language,"1409",,""
492HKLM,System\CurrentControlSet\Control\Nls\Language,"140a",,""
493HKLM,System\CurrentControlSet\Control\Nls\Language,"140c",,""
494HKLM,System\CurrentControlSet\Control\Nls\Language,"1801",,""
495HKLM,System\CurrentControlSet\Control\Nls\Language,"1809",,""
496HKLM,System\CurrentControlSet\Control\Nls\Language,"180a",,""
497HKLM,System\CurrentControlSet\Control\Nls\Language,"180c",,""
498HKLM,System\CurrentControlSet\Control\Nls\Language,"1c01",,""
499HKLM,System\CurrentControlSet\Control\Nls\Language,"1c09",,""
500HKLM,System\CurrentControlSet\Control\Nls\Language,"1c0a",,""
501HKLM,System\CurrentControlSet\Control\Nls\Language,"2001",,""
502HKLM,System\CurrentControlSet\Control\Nls\Language,"2009",,""
503HKLM,System\CurrentControlSet\Control\Nls\Language,"200a",,""
504HKLM,System\CurrentControlSet\Control\Nls\Language,"2401",,""
505HKLM,System\CurrentControlSet\Control\Nls\Language,"2409",,""
506HKLM,System\CurrentControlSet\Control\Nls\Language,"240a",,""
507HKLM,System\CurrentControlSet\Control\Nls\Language,"2801",,""
508HKLM,System\CurrentControlSet\Control\Nls\Language,"2809",,""
509HKLM,System\CurrentControlSet\Control\Nls\Language,"280a",,""
510HKLM,System\CurrentControlSet\Control\Nls\Language,"2c01",,""
511HKLM,System\CurrentControlSet\Control\Nls\Language,"2c09",,""
512HKLM,System\CurrentControlSet\Control\Nls\Language,"2c0a",,""
513HKLM,System\CurrentControlSet\Control\Nls\Language,"3001",,""
514HKLM,System\CurrentControlSet\Control\Nls\Language,"3009",,""
515HKLM,System\CurrentControlSet\Control\Nls\Language,"300a",,""
516HKLM,System\CurrentControlSet\Control\Nls\Language,"3401",,""
517HKLM,System\CurrentControlSet\Control\Nls\Language,"3409",,""
518HKLM,System\CurrentControlSet\Control\Nls\Language,"340a",,""
519HKLM,System\CurrentControlSet\Control\Nls\Language,"3801",,""
520HKLM,System\CurrentControlSet\Control\Nls\Language,"380a",,""
521HKLM,System\CurrentControlSet\Control\Nls\Language,"3c01",,""
522HKLM,System\CurrentControlSet\Control\Nls\Language,"3c0a",,""
523HKLM,System\CurrentControlSet\Control\Nls\Language,"4001",,""
524HKLM,System\CurrentControlSet\Control\Nls\Language,"400a",,""
525HKLM,System\CurrentControlSet\Control\Nls\Language,"440a",,""
526HKLM,System\CurrentControlSet\Control\Nls\Language,"480a",,""
527HKLM,System\CurrentControlSet\Control\Nls\Language,"4c0a",,""
528HKLM,System\CurrentControlSet\Control\Nls\Language,"500a",,""
529HKLM,System\CurrentControlSet\Control\Nls\Language,"Default",,"0409"
530HKLM,System\CurrentControlSet\Control\Nls\Language,"InstallLanguage",,"0409"
531
532HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"1",,"1"
533HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"10",,"1"
534HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"11",,"1"
535HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"2",,"1"
536HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"3",,"1"
537HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"4",,"1"
538HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"5",,"1"
539HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"6",,"1"
540HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"7",,"1"
541HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"8",,"1"
542HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"9",,"1"
543HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"a",,"1"
544HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"b",,"1"
545HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"c",,"1"
546HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"d",,"1"
547HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"e",,"1"
548HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"f",,"1"
549
550HKLM,System\CurrentControlSet\Control\Nls\Locale,,,"00000409"
551HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000401",,"d"
552HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000402",,"5"
553HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000403",,"1"
554HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000404",,"9"
555HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000405",,"2"
556HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000406",,"1"
557HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000407",,"1"
558HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000408",,"4"
559HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000409",,"1"
560HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000040a",,"1"
561HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000040b",,"1"
562HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000040c",,"1"
563HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000040d",,"c"
564HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000040e",,"2"
565HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000040f",,"1"
566HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000410",,"1"
567HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000411",,"7"
568HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000412",,"8"
569HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000413",,"1"
570HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000414",,"1"
571HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000415",,"2"
572HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000416",,"1"
573HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000418",,"2"
574HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000419",,"5"
575HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000041a",,"2"
576HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000041b",,"2"
577HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000041c",,"2"
578HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000041d",,"1"
579HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000041e",,"b"
580HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000041f",,"6"
581HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000420",,"d"
582HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000421",,"1"
583HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000422",,"5"
584HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000423",,"5"
585HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000424",,"2"
586HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000425",,"3"
587HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000426",,"3"
588HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000427",,"3"
589HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000429",,"d"
590HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000042a",,"e"
591HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000042b",,"11"
592HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000042c",,"6"
593HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000042d",,"1"
594HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000042f",,"5"
595HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000436",,"1"
596HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000437",,"10"
597HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000438",,"1"
598HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000439",,"f"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000599HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000043e",,"1"
600HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000043f",,"5"
601HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000440",,"5"
602HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000441",,"1"
603HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000443",,"6"
604HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000444",,"5"
605HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000446",,"f"
606HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000447",,"f"
607HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000449",,"f"
608HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000044a",,"f"
609HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000044b",,"f"
610HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000044e",,"f"
611HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000044f",,"f"
612HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000450",,"5"
Francois Gouget90aaf6b2006-02-14 10:42:12 +0100613HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000452",,"1"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000614HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000456",,"1"
615HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000457",,"f"
616HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000045a",,"d"
617HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000465",,"d"
Francois Gouget90aaf6b2006-02-14 10:42:12 +0100618HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000047e",,"1"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000619HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000048f",,"1"
620HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000490",,"1"
621HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000491",,"1"
Francois Gouget90aaf6b2006-02-14 10:42:12 +0100622HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000494",,"1"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000623HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000801",,"d"
624HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000804",,"a"
625HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000807",,"1"
626HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000809",,"1"
627HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000080a",,"1"
628HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000080c",,"1"
629HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000810",,"1"
630HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000813",,"1"
631HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000814",,"1"
632HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000816",,"1"
633HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000081a",,"2"
634HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000081d",,"1"
635HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000082c",,"5"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000636HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000083e",,"1"
637HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000843",,"5"
Francois Gouget90aaf6b2006-02-14 10:42:12 +0100638HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000894",,"1"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000639HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c01",,"d"
640HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c04",,"9"
641HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c07",,"1"
642HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c09",,"1"
643HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c0a",,"1"
644HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c0c",,"1"
645HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c1a",,"5"
Francois Gouget90aaf6b2006-02-14 10:42:12 +0100646HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c94",,"1"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000647HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001001",,"d"
648HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001004",,"a"
649HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001007",,"1"
650HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001009",,"1"
651HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000100a",,"1"
652HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000100c",,"1"
653HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001401",,"d"
654HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001404",,"9"
655HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001407",,"1"
656HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001409",,"1"
657HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000140a",,"1"
658HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000140c",,"1"
659HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001801",,"d"
660HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001809",,"1"
661HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000180a",,"1"
662HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000180c",,"1"
663HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001c01",,"d"
664HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001c09",,"1"
665HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001c0a",,"1"
666HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002001",,"d"
667HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002009",,"1"
668HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000200a",,"1"
669HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002401",,"d"
670HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002409",,"1"
671HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000240a",,"1"
672HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002801",,"d"
673HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002809",,"1"
674HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000280a",,"1"
675HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002c01",,"d"
676HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002c09",,"1"
677HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002c0a",,"1"
678HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003001",,"d"
679HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003009",,"1"
680HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000300a",,"1"
681HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003401",,"d"
682HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003409",,"1"
683HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000340a",,"1"
684HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003801",,"d"
685HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000380a",,"1"
686HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003c01",,"d"
687HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003c0a",,"1"
688HKLM,System\CurrentControlSet\Control\Nls\Locale,"00004001",,"d"
689HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000400a",,"1"
690HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000440a",,"1"
691HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000480a",,"1"
692HKLM,System\CurrentControlSet\Control\Nls\Locale,"00004c0a",,"1"
693HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000500a",,"1"
694
695HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00010407",,"1"
696HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"0001040e",,"2"
697HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00010437",,"10"
698HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00020804",,"a"
699HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00021004",,"a"
700HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00021404",,"9"
701HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00030404",,"9"
702
703[OLE]
704HKLM,"Software\Microsoft\OLE","EnableDCOM",,"Y"
705HKLM,"Software\Microsoft\OLE","EnableRemoteConnect",,"N"
706
Detlef Riekenberg8a8a5482006-02-23 00:20:19 +0100707[Printing]
708HKLM,%Control%\Print\Monitors\Local Port,"Driver",2,"localspl.dll"
Detlef Riekenberg832398f2006-10-26 18:32:07 +0200709HKLM,%CurrentVersionNT%\Ports,"FILE:",,""
710HKLM,%CurrentVersionNT%\Ports,"LPT1:",,""
711HKLM,%CurrentVersionNT%\Ports,"LPT2:",,""
712HKLM,%CurrentVersionNT%\Ports,"LPT3:",,""
713HKLM,%CurrentVersionNT%\Ports,"COM1:",2,"9600,n,8,1"
714HKLM,%CurrentVersionNT%\Ports,"COM2:",2,"9600,n,8,1"
715HKLM,%CurrentVersionNT%\Ports,"COM3:",2,"9600,n,8,1"
716HKLM,%CurrentVersionNT%\Ports,"COM4:",2,"9600,n,8,1"
Detlef Riekenberg8a8a5482006-02-23 00:20:19 +0100717
Alexandre Julliard299d5592004-02-27 22:04:55 +0000718[Tapi]
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000719HKLM,%CurrentVersion%\Telephony,"Perf1",0x10001,0x5045524a
720HKLM,%CurrentVersion%\Telephony,"Perf2",0x10001,0x50455246
Alexandre Julliard299d5592004-02-27 22:04:55 +0000721
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000722HKLM,%CurrentVersion%\Telephony\Country List,"CountryListVersion",0x10001,0x00000019
Alexandre Julliard299d5592004-02-27 22:04:55 +0000723
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000724HKLM,%CurrentVersion%\Telephony\Country List\1,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000725HKLM,%CurrentVersion%\Telephony\Country List\1,"InternationalRule",,"011EFG"
726HKLM,%CurrentVersion%\Telephony\Country List\1,"LongDistanceRule",," 1FG"
727HKLM,%CurrentVersion%\Telephony\Country List\1,"Name",,"United States of America"
728HKLM,%CurrentVersion%\Telephony\Country List\1,"SameAreaRule",,"G"
729
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000730HKLM,%CurrentVersion%\Telephony\Country List\101,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000731HKLM,%CurrentVersion%\Telephony\Country List\101,"InternationalRule",,"011EFG"
732HKLM,%CurrentVersion%\Telephony\Country List\101,"LongDistanceRule",," 1FG"
733HKLM,%CurrentVersion%\Telephony\Country List\101,"Name",,"Anguilla"
734HKLM,%CurrentVersion%\Telephony\Country List\101,"SameAreaRule",,"G"
735
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000736HKLM,%CurrentVersion%\Telephony\Country List\102,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000737HKLM,%CurrentVersion%\Telephony\Country List\102,"InternationalRule",,"011EFG"
738HKLM,%CurrentVersion%\Telephony\Country List\102,"LongDistanceRule",," 1FG"
739HKLM,%CurrentVersion%\Telephony\Country List\102,"Name",,"Antigua"
740HKLM,%CurrentVersion%\Telephony\Country List\102,"SameAreaRule",,"G"
741
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000742HKLM,%CurrentVersion%\Telephony\Country List\103,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000743HKLM,%CurrentVersion%\Telephony\Country List\103,"InternationalRule",,"011EFG"
744HKLM,%CurrentVersion%\Telephony\Country List\103,"LongDistanceRule",," 1FG"
745HKLM,%CurrentVersion%\Telephony\Country List\103,"Name",,"Bahamas"
746HKLM,%CurrentVersion%\Telephony\Country List\103,"SameAreaRule",,"G"
747
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000748HKLM,%CurrentVersion%\Telephony\Country List\104,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000749HKLM,%CurrentVersion%\Telephony\Country List\104,"InternationalRule",,"011EFG"
750HKLM,%CurrentVersion%\Telephony\Country List\104,"LongDistanceRule",," 1FG"
751HKLM,%CurrentVersion%\Telephony\Country List\104,"Name",,"Barbados"
752HKLM,%CurrentVersion%\Telephony\Country List\104,"SameAreaRule",,"G"
753
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000754HKLM,%CurrentVersion%\Telephony\Country List\105,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000755HKLM,%CurrentVersion%\Telephony\Country List\105,"InternationalRule",,"011EFG"
756HKLM,%CurrentVersion%\Telephony\Country List\105,"LongDistanceRule",," 1FG"
757HKLM,%CurrentVersion%\Telephony\Country List\105,"Name",,"Bermuda"
758HKLM,%CurrentVersion%\Telephony\Country List\105,"SameAreaRule",,"G"
759
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000760HKLM,%CurrentVersion%\Telephony\Country List\106,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000761HKLM,%CurrentVersion%\Telephony\Country List\106,"InternationalRule",,"011EFG"
762HKLM,%CurrentVersion%\Telephony\Country List\106,"LongDistanceRule",," 1FG"
763HKLM,%CurrentVersion%\Telephony\Country List\106,"Name",,"British Virgin Islands"
764HKLM,%CurrentVersion%\Telephony\Country List\106,"SameAreaRule",,"G"
765
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000766HKLM,%CurrentVersion%\Telephony\Country List\107,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000767HKLM,%CurrentVersion%\Telephony\Country List\107,"InternationalRule",,"011EFG"
768HKLM,%CurrentVersion%\Telephony\Country List\107,"LongDistanceRule",," 1FG"
769HKLM,%CurrentVersion%\Telephony\Country List\107,"Name",,"Canada"
770HKLM,%CurrentVersion%\Telephony\Country List\107,"SameAreaRule",,"G"
771
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000772HKLM,%CurrentVersion%\Telephony\Country List\108,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000773HKLM,%CurrentVersion%\Telephony\Country List\108,"InternationalRule",,"011EFG"
774HKLM,%CurrentVersion%\Telephony\Country List\108,"LongDistanceRule",," 1FG"
775HKLM,%CurrentVersion%\Telephony\Country List\108,"Name",,"Cayman Islands"
776HKLM,%CurrentVersion%\Telephony\Country List\108,"SameAreaRule",,"G"
777
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000778HKLM,%CurrentVersion%\Telephony\Country List\109,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000779HKLM,%CurrentVersion%\Telephony\Country List\109,"InternationalRule",,"011EFG"
780HKLM,%CurrentVersion%\Telephony\Country List\109,"LongDistanceRule",," 1FG"
781HKLM,%CurrentVersion%\Telephony\Country List\109,"Name",,"Dominica"
782HKLM,%CurrentVersion%\Telephony\Country List\109,"SameAreaRule",,"G"
783
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000784HKLM,%CurrentVersion%\Telephony\Country List\110,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000785HKLM,%CurrentVersion%\Telephony\Country List\110,"InternationalRule",,"011EFG"
786HKLM,%CurrentVersion%\Telephony\Country List\110,"LongDistanceRule",," 1FG"
787HKLM,%CurrentVersion%\Telephony\Country List\110,"Name",,"Dominican Republic"
788HKLM,%CurrentVersion%\Telephony\Country List\110,"SameAreaRule",,"G"
789
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000790HKLM,%CurrentVersion%\Telephony\Country List\111,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000791HKLM,%CurrentVersion%\Telephony\Country List\111,"InternationalRule",,"011EFG"
792HKLM,%CurrentVersion%\Telephony\Country List\111,"LongDistanceRule",," 1FG"
793HKLM,%CurrentVersion%\Telephony\Country List\111,"Name",,"Grenada"
794HKLM,%CurrentVersion%\Telephony\Country List\111,"SameAreaRule",,"G"
795
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000796HKLM,%CurrentVersion%\Telephony\Country List\112,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000797HKLM,%CurrentVersion%\Telephony\Country List\112,"InternationalRule",,"011EFG"
798HKLM,%CurrentVersion%\Telephony\Country List\112,"LongDistanceRule",," 1FG"
799HKLM,%CurrentVersion%\Telephony\Country List\112,"Name",,"Jamaica"
800HKLM,%CurrentVersion%\Telephony\Country List\112,"SameAreaRule",,"G"
801
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000802HKLM,%CurrentVersion%\Telephony\Country List\113,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000803HKLM,%CurrentVersion%\Telephony\Country List\113,"InternationalRule",,"011EFG"
804HKLM,%CurrentVersion%\Telephony\Country List\113,"LongDistanceRule",," 1FG"
805HKLM,%CurrentVersion%\Telephony\Country List\113,"Name",,"Montserrat"
806HKLM,%CurrentVersion%\Telephony\Country List\113,"SameAreaRule",,"G"
807
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000808HKLM,%CurrentVersion%\Telephony\Country List\115,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000809HKLM,%CurrentVersion%\Telephony\Country List\115,"InternationalRule",,"011EFG"
810HKLM,%CurrentVersion%\Telephony\Country List\115,"LongDistanceRule",," 1FG"
811HKLM,%CurrentVersion%\Telephony\Country List\115,"Name",,"St. Kitts and Nevis"
812HKLM,%CurrentVersion%\Telephony\Country List\115,"SameAreaRule",,"G"
813
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000814HKLM,%CurrentVersion%\Telephony\Country List\116,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000815HKLM,%CurrentVersion%\Telephony\Country List\116,"InternationalRule",,"0EFG"
816HKLM,%CurrentVersion%\Telephony\Country List\116,"LongDistanceRule",," 1FG"
817HKLM,%CurrentVersion%\Telephony\Country List\116,"Name",,"St. Vincent and the Grenadines"
818HKLM,%CurrentVersion%\Telephony\Country List\116,"SameAreaRule",,"G"
819
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000820HKLM,%CurrentVersion%\Telephony\Country List\117,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000821HKLM,%CurrentVersion%\Telephony\Country List\117,"InternationalRule",,"011EFG"
822HKLM,%CurrentVersion%\Telephony\Country List\117,"LongDistanceRule",," 1FG"
823HKLM,%CurrentVersion%\Telephony\Country List\117,"Name",,"Trinidad and Tobago"
824HKLM,%CurrentVersion%\Telephony\Country List\117,"SameAreaRule",,"G"
825
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000826HKLM,%CurrentVersion%\Telephony\Country List\118,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000827HKLM,%CurrentVersion%\Telephony\Country List\118,"InternationalRule",,"0EFG"
828HKLM,%CurrentVersion%\Telephony\Country List\118,"LongDistanceRule",," 1FG"
829HKLM,%CurrentVersion%\Telephony\Country List\118,"Name",,"Turks and Caicos Islands"
830HKLM,%CurrentVersion%\Telephony\Country List\118,"SameAreaRule",,"G"
831
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000832HKLM,%CurrentVersion%\Telephony\Country List\120,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000833HKLM,%CurrentVersion%\Telephony\Country List\120,"InternationalRule",,"011EFG"
834HKLM,%CurrentVersion%\Telephony\Country List\120,"LongDistanceRule",," 1FG"
835HKLM,%CurrentVersion%\Telephony\Country List\120,"Name",,"Barbuda"
836HKLM,%CurrentVersion%\Telephony\Country List\120,"SameAreaRule",,"G"
837
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000838HKLM,%CurrentVersion%\Telephony\Country List\121,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000839HKLM,%CurrentVersion%\Telephony\Country List\121,"InternationalRule",,"011EFG"
840HKLM,%CurrentVersion%\Telephony\Country List\121,"LongDistanceRule",," 1FG"
841HKLM,%CurrentVersion%\Telephony\Country List\121,"Name",,"Puerto Rico"
842HKLM,%CurrentVersion%\Telephony\Country List\121,"SameAreaRule",,"G"
843
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000844HKLM,%CurrentVersion%\Telephony\Country List\122,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000845HKLM,%CurrentVersion%\Telephony\Country List\122,"InternationalRule",,"011EFG"
846HKLM,%CurrentVersion%\Telephony\Country List\122,"LongDistanceRule",," 1FG"
847HKLM,%CurrentVersion%\Telephony\Country List\122,"Name",,"Saint Lucia"
848HKLM,%CurrentVersion%\Telephony\Country List\122,"SameAreaRule",,"G"
849
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000850HKLM,%CurrentVersion%\Telephony\Country List\123,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000851HKLM,%CurrentVersion%\Telephony\Country List\123,"InternationalRule",,"011EFG"
852HKLM,%CurrentVersion%\Telephony\Country List\123,"LongDistanceRule",," 1FG"
853HKLM,%CurrentVersion%\Telephony\Country List\123,"Name",,"United States Virgin Islands"
854HKLM,%CurrentVersion%\Telephony\Country List\123,"SameAreaRule",,"G"
855
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000856HKLM,%CurrentVersion%\Telephony\Country List\124,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000857HKLM,%CurrentVersion%\Telephony\Country List\124,"InternationalRule",,"011EFG"
858HKLM,%CurrentVersion%\Telephony\Country List\124,"LongDistanceRule",," 1FG"
859HKLM,%CurrentVersion%\Telephony\Country List\124,"Name",,"Guam"
860HKLM,%CurrentVersion%\Telephony\Country List\124,"SameAreaRule",,"G"
861
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000862HKLM,%CurrentVersion%\Telephony\Country List\20,"CountryCode",0x10001,0x00000014
Alexandre Julliard299d5592004-02-27 22:04:55 +0000863HKLM,%CurrentVersion%\Telephony\Country List\20,"InternationalRule",,"00EFG"
864HKLM,%CurrentVersion%\Telephony\Country List\20,"LongDistanceRule",,"0FG"
865HKLM,%CurrentVersion%\Telephony\Country List\20,"Name",,"Egypt"
866HKLM,%CurrentVersion%\Telephony\Country List\20,"SameAreaRule",,"G"
867
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000868HKLM,%CurrentVersion%\Telephony\Country List\212,"CountryCode",0x10001,0x000000d4
Alexandre Julliard299d5592004-02-27 22:04:55 +0000869HKLM,%CurrentVersion%\Telephony\Country List\212,"InternationalRule",,"00EFG"
870HKLM,%CurrentVersion%\Telephony\Country List\212,"LongDistanceRule",,"0FG"
871HKLM,%CurrentVersion%\Telephony\Country List\212,"Name",,"Morocco"
872HKLM,%CurrentVersion%\Telephony\Country List\212,"SameAreaRule",,"G"
873
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000874HKLM,%CurrentVersion%\Telephony\Country List\213,"CountryCode",0x10001,0x000000d5
Alexandre Julliard299d5592004-02-27 22:04:55 +0000875HKLM,%CurrentVersion%\Telephony\Country List\213,"InternationalRule",,"00,EFG"
876HKLM,%CurrentVersion%\Telephony\Country List\213,"LongDistanceRule",,"0FG"
877HKLM,%CurrentVersion%\Telephony\Country List\213,"Name",,"Algeria"
878HKLM,%CurrentVersion%\Telephony\Country List\213,"SameAreaRule",,"G"
879
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000880HKLM,%CurrentVersion%\Telephony\Country List\216,"CountryCode",0x10001,0x000000d8
Alexandre Julliard299d5592004-02-27 22:04:55 +0000881HKLM,%CurrentVersion%\Telephony\Country List\216,"InternationalRule",,"00EFG"
882HKLM,%CurrentVersion%\Telephony\Country List\216,"LongDistanceRule",,"0FG"
883HKLM,%CurrentVersion%\Telephony\Country List\216,"Name",,"Tunisia"
884HKLM,%CurrentVersion%\Telephony\Country List\216,"SameAreaRule",,"G"
885
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000886HKLM,%CurrentVersion%\Telephony\Country List\218,"CountryCode",0x10001,0x000000da
Alexandre Julliard299d5592004-02-27 22:04:55 +0000887HKLM,%CurrentVersion%\Telephony\Country List\218,"InternationalRule",,"00EFG"
888HKLM,%CurrentVersion%\Telephony\Country List\218,"LongDistanceRule",,"0FG"
889HKLM,%CurrentVersion%\Telephony\Country List\218,"Name",,"Libya"
890HKLM,%CurrentVersion%\Telephony\Country List\218,"SameAreaRule",,"G"
891
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000892HKLM,%CurrentVersion%\Telephony\Country List\220,"CountryCode",0x10001,0x000000dc
Alexandre Julliard299d5592004-02-27 22:04:55 +0000893HKLM,%CurrentVersion%\Telephony\Country List\220,"InternationalRule",,"00EFG"
894HKLM,%CurrentVersion%\Telephony\Country List\220,"LongDistanceRule",,""
895HKLM,%CurrentVersion%\Telephony\Country List\220,"Name",,"Gambia"
896HKLM,%CurrentVersion%\Telephony\Country List\220,"SameAreaRule",,"G"
897
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000898HKLM,%CurrentVersion%\Telephony\Country List\221,"CountryCode",0x10001,0x000000dd
Alexandre Julliard299d5592004-02-27 22:04:55 +0000899HKLM,%CurrentVersion%\Telephony\Country List\221,"InternationalRule",,"00EFG"
900HKLM,%CurrentVersion%\Telephony\Country List\221,"LongDistanceRule",,""
901HKLM,%CurrentVersion%\Telephony\Country List\221,"Name",,"Senegal Republic"
902HKLM,%CurrentVersion%\Telephony\Country List\221,"SameAreaRule",,"G"
903
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000904HKLM,%CurrentVersion%\Telephony\Country List\222,"CountryCode",0x10001,0x000000de
Alexandre Julliard299d5592004-02-27 22:04:55 +0000905HKLM,%CurrentVersion%\Telephony\Country List\222,"InternationalRule",,"00EFG"
906HKLM,%CurrentVersion%\Telephony\Country List\222,"LongDistanceRule",,""
907HKLM,%CurrentVersion%\Telephony\Country List\222,"Name",,"Mauritania"
908HKLM,%CurrentVersion%\Telephony\Country List\222,"SameAreaRule",,"G"
909
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000910HKLM,%CurrentVersion%\Telephony\Country List\223,"CountryCode",0x10001,0x000000df
Alexandre Julliard299d5592004-02-27 22:04:55 +0000911HKLM,%CurrentVersion%\Telephony\Country List\223,"InternationalRule",,"00EFG"
912HKLM,%CurrentVersion%\Telephony\Country List\223,"LongDistanceRule",,""
913HKLM,%CurrentVersion%\Telephony\Country List\223,"Name",,"Mali"
914HKLM,%CurrentVersion%\Telephony\Country List\223,"SameAreaRule",,"G"
915
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000916HKLM,%CurrentVersion%\Telephony\Country List\224,"CountryCode",0x10001,0x000000e0
Alexandre Julliard299d5592004-02-27 22:04:55 +0000917HKLM,%CurrentVersion%\Telephony\Country List\224,"InternationalRule",,"00EFG"
918HKLM,%CurrentVersion%\Telephony\Country List\224,"LongDistanceRule",,""
919HKLM,%CurrentVersion%\Telephony\Country List\224,"Name",,"Guinea"
920HKLM,%CurrentVersion%\Telephony\Country List\224,"SameAreaRule",,"G"
921
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000922HKLM,%CurrentVersion%\Telephony\Country List\225,"CountryCode",0x10001,0x000000e1
Alexandre Julliard299d5592004-02-27 22:04:55 +0000923HKLM,%CurrentVersion%\Telephony\Country List\225,"InternationalRule",,"00EFG"
924HKLM,%CurrentVersion%\Telephony\Country List\225,"LongDistanceRule",,""
925HKLM,%CurrentVersion%\Telephony\Country List\225,"Name",,"Cote d'Ivoire"
926HKLM,%CurrentVersion%\Telephony\Country List\225,"SameAreaRule",,"G"
927
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000928HKLM,%CurrentVersion%\Telephony\Country List\226,"CountryCode",0x10001,0x000000e2
Alexandre Julliard299d5592004-02-27 22:04:55 +0000929HKLM,%CurrentVersion%\Telephony\Country List\226,"InternationalRule",,"00EFG"
930HKLM,%CurrentVersion%\Telephony\Country List\226,"LongDistanceRule",,""
931HKLM,%CurrentVersion%\Telephony\Country List\226,"Name",,"Burkina Faso"
932HKLM,%CurrentVersion%\Telephony\Country List\226,"SameAreaRule",,"G"
933
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000934HKLM,%CurrentVersion%\Telephony\Country List\227,"CountryCode",0x10001,0x000000e3
Alexandre Julliard299d5592004-02-27 22:04:55 +0000935HKLM,%CurrentVersion%\Telephony\Country List\227,"InternationalRule",,"00EFG"
936HKLM,%CurrentVersion%\Telephony\Country List\227,"LongDistanceRule",,""
937HKLM,%CurrentVersion%\Telephony\Country List\227,"Name",,"Niger"
938HKLM,%CurrentVersion%\Telephony\Country List\227,"SameAreaRule",,"G"
939
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000940HKLM,%CurrentVersion%\Telephony\Country List\228,"CountryCode",0x10001,0x000000e4
Alexandre Julliard299d5592004-02-27 22:04:55 +0000941HKLM,%CurrentVersion%\Telephony\Country List\228,"InternationalRule",,"00EFG"
942HKLM,%CurrentVersion%\Telephony\Country List\228,"LongDistanceRule",,""
943HKLM,%CurrentVersion%\Telephony\Country List\228,"Name",,"Togo"
944HKLM,%CurrentVersion%\Telephony\Country List\228,"SameAreaRule",,"G"
945
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000946HKLM,%CurrentVersion%\Telephony\Country List\229,"CountryCode",0x10001,0x000000e5
Alexandre Julliard299d5592004-02-27 22:04:55 +0000947HKLM,%CurrentVersion%\Telephony\Country List\229,"InternationalRule",,"00EFG"
948HKLM,%CurrentVersion%\Telephony\Country List\229,"LongDistanceRule",,""
949HKLM,%CurrentVersion%\Telephony\Country List\229,"Name",,"Benin"
950HKLM,%CurrentVersion%\Telephony\Country List\229,"SameAreaRule",,"G"
951
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000952HKLM,%CurrentVersion%\Telephony\Country List\230,"CountryCode",0x10001,0x000000e6
Alexandre Julliard299d5592004-02-27 22:04:55 +0000953HKLM,%CurrentVersion%\Telephony\Country List\230,"InternationalRule",,"00EFG"
954HKLM,%CurrentVersion%\Telephony\Country List\230,"LongDistanceRule",,""
955HKLM,%CurrentVersion%\Telephony\Country List\230,"Name",,"Mauritius"
956HKLM,%CurrentVersion%\Telephony\Country List\230,"SameAreaRule",,"G"
957
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000958HKLM,%CurrentVersion%\Telephony\Country List\231,"CountryCode",0x10001,0x000000e7
Alexandre Julliard299d5592004-02-27 22:04:55 +0000959HKLM,%CurrentVersion%\Telephony\Country List\231,"InternationalRule",,"0EFG"
960HKLM,%CurrentVersion%\Telephony\Country List\231,"LongDistanceRule",,""
961HKLM,%CurrentVersion%\Telephony\Country List\231,"Name",,"Liberia"
962HKLM,%CurrentVersion%\Telephony\Country List\231,"SameAreaRule",,"G"
963
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000964HKLM,%CurrentVersion%\Telephony\Country List\232,"CountryCode",0x10001,0x000000e8
Alexandre Julliard299d5592004-02-27 22:04:55 +0000965HKLM,%CurrentVersion%\Telephony\Country List\232,"InternationalRule",,"00EFG"
966HKLM,%CurrentVersion%\Telephony\Country List\232,"LongDistanceRule",,"IG"
967HKLM,%CurrentVersion%\Telephony\Country List\232,"Name",,"Sierra Leone"
968HKLM,%CurrentVersion%\Telephony\Country List\232,"SameAreaRule",,"G"
969
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000970HKLM,%CurrentVersion%\Telephony\Country List\233,"CountryCode",0x10001,0x000000e9
Alexandre Julliard299d5592004-02-27 22:04:55 +0000971HKLM,%CurrentVersion%\Telephony\Country List\233,"InternationalRule",,"00EFG"
972HKLM,%CurrentVersion%\Telephony\Country List\233,"LongDistanceRule",,""
973HKLM,%CurrentVersion%\Telephony\Country List\233,"Name",,"Ghana"
974HKLM,%CurrentVersion%\Telephony\Country List\233,"SameAreaRule",,"G"
975
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000976HKLM,%CurrentVersion%\Telephony\Country List\234,"CountryCode",0x10001,0x000000ea
Alexandre Julliard299d5592004-02-27 22:04:55 +0000977HKLM,%CurrentVersion%\Telephony\Country List\234,"InternationalRule",,"009EFG"
978HKLM,%CurrentVersion%\Telephony\Country List\234,"LongDistanceRule",,"0FG"
979HKLM,%CurrentVersion%\Telephony\Country List\234,"Name",,"Nigeria"
980HKLM,%CurrentVersion%\Telephony\Country List\234,"SameAreaRule",,"G"
981
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000982HKLM,%CurrentVersion%\Telephony\Country List\235,"CountryCode",0x10001,0x000000eb
Alexandre Julliard299d5592004-02-27 22:04:55 +0000983HKLM,%CurrentVersion%\Telephony\Country List\235,"InternationalRule",,"15EFG"
984HKLM,%CurrentVersion%\Telephony\Country List\235,"LongDistanceRule",,""
985HKLM,%CurrentVersion%\Telephony\Country List\235,"Name",,"Chad"
986HKLM,%CurrentVersion%\Telephony\Country List\235,"SameAreaRule",,"G"
987
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000988HKLM,%CurrentVersion%\Telephony\Country List\236,"CountryCode",0x10001,0x000000ec
Alexandre Julliard299d5592004-02-27 22:04:55 +0000989HKLM,%CurrentVersion%\Telephony\Country List\236,"InternationalRule",,"19EFG"
990HKLM,%CurrentVersion%\Telephony\Country List\236,"LongDistanceRule",,""
991HKLM,%CurrentVersion%\Telephony\Country List\236,"Name",,"Central African Republic"
992HKLM,%CurrentVersion%\Telephony\Country List\236,"SameAreaRule",,"G"
993
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000994HKLM,%CurrentVersion%\Telephony\Country List\237,"CountryCode",0x10001,0x000000ed
Alexandre Julliard299d5592004-02-27 22:04:55 +0000995HKLM,%CurrentVersion%\Telephony\Country List\237,"InternationalRule",,"00EFG"
996HKLM,%CurrentVersion%\Telephony\Country List\237,"LongDistanceRule",,""
997HKLM,%CurrentVersion%\Telephony\Country List\237,"Name",,"Cameroon"
998HKLM,%CurrentVersion%\Telephony\Country List\237,"SameAreaRule",,"G"
999
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001000HKLM,%CurrentVersion%\Telephony\Country List\238,"CountryCode",0x10001,0x000000ee
Alexandre Julliard299d5592004-02-27 22:04:55 +00001001HKLM,%CurrentVersion%\Telephony\Country List\238,"InternationalRule",,"0EFG"
1002HKLM,%CurrentVersion%\Telephony\Country List\238,"LongDistanceRule",,""
1003HKLM,%CurrentVersion%\Telephony\Country List\238,"Name",,"Cape Verde Islands"
1004HKLM,%CurrentVersion%\Telephony\Country List\238,"SameAreaRule",,"G"
1005
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001006HKLM,%CurrentVersion%\Telephony\Country List\239,"CountryCode",0x10001,0x000000ef
Alexandre Julliard299d5592004-02-27 22:04:55 +00001007HKLM,%CurrentVersion%\Telephony\Country List\239,"InternationalRule",,"00EFG"
1008HKLM,%CurrentVersion%\Telephony\Country List\239,"LongDistanceRule",,""
1009HKLM,%CurrentVersion%\Telephony\Country List\239,"Name",,"Sao Tome and Principe"
1010HKLM,%CurrentVersion%\Telephony\Country List\239,"SameAreaRule",,"G"
1011
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001012HKLM,%CurrentVersion%\Telephony\Country List\240,"CountryCode",0x10001,0x000000f0
Alexandre Julliard299d5592004-02-27 22:04:55 +00001013HKLM,%CurrentVersion%\Telephony\Country List\240,"InternationalRule",,"00EFG"
1014HKLM,%CurrentVersion%\Telephony\Country List\240,"LongDistanceRule",,""
1015HKLM,%CurrentVersion%\Telephony\Country List\240,"Name",,"Equatorial Guinea"
1016HKLM,%CurrentVersion%\Telephony\Country List\240,"SameAreaRule",,"G"
1017
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001018HKLM,%CurrentVersion%\Telephony\Country List\241,"CountryCode",0x10001,0x000000f1
Alexandre Julliard299d5592004-02-27 22:04:55 +00001019HKLM,%CurrentVersion%\Telephony\Country List\241,"InternationalRule",,"00EFG"
1020HKLM,%CurrentVersion%\Telephony\Country List\241,"LongDistanceRule",,""
1021HKLM,%CurrentVersion%\Telephony\Country List\241,"Name",,"Gabon"
1022HKLM,%CurrentVersion%\Telephony\Country List\241,"SameAreaRule",,"G"
1023
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001024HKLM,%CurrentVersion%\Telephony\Country List\242,"CountryCode",0x10001,0x000000f2
Alexandre Julliard299d5592004-02-27 22:04:55 +00001025HKLM,%CurrentVersion%\Telephony\Country List\242,"InternationalRule",,"00EFG"
1026HKLM,%CurrentVersion%\Telephony\Country List\242,"LongDistanceRule",,""
1027HKLM,%CurrentVersion%\Telephony\Country List\242,"Name",,"Congo"
1028HKLM,%CurrentVersion%\Telephony\Country List\242,"SameAreaRule",,"G"
1029
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001030HKLM,%CurrentVersion%\Telephony\Country List\243,"CountryCode",0x10001,0x000000f3
Alexandre Julliard299d5592004-02-27 22:04:55 +00001031HKLM,%CurrentVersion%\Telephony\Country List\243,"InternationalRule",,"00EFG"
1032HKLM,%CurrentVersion%\Telephony\Country List\243,"LongDistanceRule",,""
1033HKLM,%CurrentVersion%\Telephony\Country List\243,"Name",,"Congo, Democratic Republic of the"
1034HKLM,%CurrentVersion%\Telephony\Country List\243,"SameAreaRule",,"G"
1035
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001036HKLM,%CurrentVersion%\Telephony\Country List\244,"CountryCode",0x10001,0x000000f4
Alexandre Julliard299d5592004-02-27 22:04:55 +00001037HKLM,%CurrentVersion%\Telephony\Country List\244,"InternationalRule",,"00EFG"
1038HKLM,%CurrentVersion%\Telephony\Country List\244,"LongDistanceRule",,"0FG"
1039HKLM,%CurrentVersion%\Telephony\Country List\244,"Name",,"Angola"
1040HKLM,%CurrentVersion%\Telephony\Country List\244,"SameAreaRule",,"G"
1041
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001042HKLM,%CurrentVersion%\Telephony\Country List\245,"CountryCode",0x10001,0x000000f5
Alexandre Julliard299d5592004-02-27 22:04:55 +00001043HKLM,%CurrentVersion%\Telephony\Country List\245,"InternationalRule",,"099EFG"
1044HKLM,%CurrentVersion%\Telephony\Country List\245,"LongDistanceRule",,""
1045HKLM,%CurrentVersion%\Telephony\Country List\245,"Name",,"Guinea-Bissau"
1046HKLM,%CurrentVersion%\Telephony\Country List\245,"SameAreaRule",,"G"
1047
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001048HKLM,%CurrentVersion%\Telephony\Country List\246,"CountryCode",0x10001,0x000000f6
Alexandre Julliard299d5592004-02-27 22:04:55 +00001049HKLM,%CurrentVersion%\Telephony\Country List\246,"InternationalRule",,"00EFG"
1050HKLM,%CurrentVersion%\Telephony\Country List\246,"LongDistanceRule",,""
1051HKLM,%CurrentVersion%\Telephony\Country List\246,"Name",,"Diego Garcia"
1052HKLM,%CurrentVersion%\Telephony\Country List\246,"SameAreaRule",,"G"
1053
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001054HKLM,%CurrentVersion%\Telephony\Country List\247,"CountryCode",0x10001,0x000000f7
Alexandre Julliard299d5592004-02-27 22:04:55 +00001055HKLM,%CurrentVersion%\Telephony\Country List\247,"InternationalRule",,"01EFG"
1056HKLM,%CurrentVersion%\Telephony\Country List\247,"LongDistanceRule",,""
1057HKLM,%CurrentVersion%\Telephony\Country List\247,"Name",,"Ascension Island"
1058HKLM,%CurrentVersion%\Telephony\Country List\247,"SameAreaRule",,"G"
1059
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001060HKLM,%CurrentVersion%\Telephony\Country List\248,"CountryCode",0x10001,0x000000f8
Alexandre Julliard299d5592004-02-27 22:04:55 +00001061HKLM,%CurrentVersion%\Telephony\Country List\248,"InternationalRule",,"00EFG"
1062HKLM,%CurrentVersion%\Telephony\Country List\248,"LongDistanceRule",,""
1063HKLM,%CurrentVersion%\Telephony\Country List\248,"Name",,"Seychelles"
1064HKLM,%CurrentVersion%\Telephony\Country List\248,"SameAreaRule",,"G"
1065
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001066HKLM,%CurrentVersion%\Telephony\Country List\249,"CountryCode",0x10001,0x000000f9
Alexandre Julliard299d5592004-02-27 22:04:55 +00001067HKLM,%CurrentVersion%\Telephony\Country List\249,"InternationalRule",,"00EFG"
1068HKLM,%CurrentVersion%\Telephony\Country List\249,"LongDistanceRule",,"0FG"
1069HKLM,%CurrentVersion%\Telephony\Country List\249,"Name",,"Sudan"
1070HKLM,%CurrentVersion%\Telephony\Country List\249,"SameAreaRule",,"G"
1071
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001072HKLM,%CurrentVersion%\Telephony\Country List\250,"CountryCode",0x10001,0x000000fa
Alexandre Julliard299d5592004-02-27 22:04:55 +00001073HKLM,%CurrentVersion%\Telephony\Country List\250,"InternationalRule",,"00EFG"
1074HKLM,%CurrentVersion%\Telephony\Country List\250,"LongDistanceRule",,""
1075HKLM,%CurrentVersion%\Telephony\Country List\250,"Name",,"Rwanda"
1076HKLM,%CurrentVersion%\Telephony\Country List\250,"SameAreaRule",,"G"
1077
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001078HKLM,%CurrentVersion%\Telephony\Country List\251,"CountryCode",0x10001,0x000000fb
Alexandre Julliard299d5592004-02-27 22:04:55 +00001079HKLM,%CurrentVersion%\Telephony\Country List\251,"InternationalRule",,"00EFG"
1080HKLM,%CurrentVersion%\Telephony\Country List\251,"LongDistanceRule",,"0FG"
1081HKLM,%CurrentVersion%\Telephony\Country List\251,"Name",,"Ethiopia"
1082HKLM,%CurrentVersion%\Telephony\Country List\251,"SameAreaRule",,"G"
1083
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001084HKLM,%CurrentVersion%\Telephony\Country List\252,"CountryCode",0x10001,0x000000fc
Alexandre Julliard299d5592004-02-27 22:04:55 +00001085HKLM,%CurrentVersion%\Telephony\Country List\252,"InternationalRule",,"19,EFG"
1086HKLM,%CurrentVersion%\Telephony\Country List\252,"LongDistanceRule",,""
1087HKLM,%CurrentVersion%\Telephony\Country List\252,"Name",,"Somalia"
1088HKLM,%CurrentVersion%\Telephony\Country List\252,"SameAreaRule",,"G"
1089
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001090HKLM,%CurrentVersion%\Telephony\Country List\253,"CountryCode",0x10001,0x000000fd
Alexandre Julliard299d5592004-02-27 22:04:55 +00001091HKLM,%CurrentVersion%\Telephony\Country List\253,"InternationalRule",,"00EFG"
1092HKLM,%CurrentVersion%\Telephony\Country List\253,"LongDistanceRule",,""
1093HKLM,%CurrentVersion%\Telephony\Country List\253,"Name",,"Djibouti"
1094HKLM,%CurrentVersion%\Telephony\Country List\253,"SameAreaRule",,"G"
1095
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001096HKLM,%CurrentVersion%\Telephony\Country List\254,"CountryCode",0x10001,0x000000fe
Alexandre Julliard299d5592004-02-27 22:04:55 +00001097HKLM,%CurrentVersion%\Telephony\Country List\254,"InternationalRule",,"000EFG"
1098HKLM,%CurrentVersion%\Telephony\Country List\254,"LongDistanceRule",,"0FG"
1099HKLM,%CurrentVersion%\Telephony\Country List\254,"Name",,"Kenya"
1100HKLM,%CurrentVersion%\Telephony\Country List\254,"SameAreaRule",,"G"
1101
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001102HKLM,%CurrentVersion%\Telephony\Country List\255,"CountryCode",0x10001,0x000000ff
Alexandre Julliard299d5592004-02-27 22:04:55 +00001103HKLM,%CurrentVersion%\Telephony\Country List\255,"InternationalRule",,"0900EFG"
1104HKLM,%CurrentVersion%\Telephony\Country List\255,"LongDistanceRule",,"0FG"
1105HKLM,%CurrentVersion%\Telephony\Country List\255,"Name",,"Tanzania"
1106HKLM,%CurrentVersion%\Telephony\Country List\255,"SameAreaRule",,"G"
1107
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001108HKLM,%CurrentVersion%\Telephony\Country List\256,"CountryCode",0x10001,0x00000100
Alexandre Julliard299d5592004-02-27 22:04:55 +00001109HKLM,%CurrentVersion%\Telephony\Country List\256,"InternationalRule",,"00EFG"
1110HKLM,%CurrentVersion%\Telephony\Country List\256,"LongDistanceRule",,"0FG"
1111HKLM,%CurrentVersion%\Telephony\Country List\256,"Name",,"Uganda"
1112HKLM,%CurrentVersion%\Telephony\Country List\256,"SameAreaRule",,"G"
1113
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001114HKLM,%CurrentVersion%\Telephony\Country List\257,"CountryCode",0x10001,0x00000101
Alexandre Julliard299d5592004-02-27 22:04:55 +00001115HKLM,%CurrentVersion%\Telephony\Country List\257,"InternationalRule",,"90EFG"
1116HKLM,%CurrentVersion%\Telephony\Country List\257,"LongDistanceRule",,""
1117HKLM,%CurrentVersion%\Telephony\Country List\257,"Name",,"Burundi"
1118HKLM,%CurrentVersion%\Telephony\Country List\257,"SameAreaRule",,"G"
1119
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001120HKLM,%CurrentVersion%\Telephony\Country List\258,"CountryCode",0x10001,0x00000102
Alexandre Julliard299d5592004-02-27 22:04:55 +00001121HKLM,%CurrentVersion%\Telephony\Country List\258,"InternationalRule",,"00EFG"
1122HKLM,%CurrentVersion%\Telephony\Country List\258,"LongDistanceRule",,""
1123HKLM,%CurrentVersion%\Telephony\Country List\258,"Name",,"Mozambique"
1124HKLM,%CurrentVersion%\Telephony\Country List\258,"SameAreaRule",,"G"
1125
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001126HKLM,%CurrentVersion%\Telephony\Country List\260,"CountryCode",0x10001,0x00000104
Alexandre Julliard299d5592004-02-27 22:04:55 +00001127HKLM,%CurrentVersion%\Telephony\Country List\260,"InternationalRule",,"00EFG"
1128HKLM,%CurrentVersion%\Telephony\Country List\260,"LongDistanceRule",,"0FG"
1129HKLM,%CurrentVersion%\Telephony\Country List\260,"Name",,"Zambia"
1130HKLM,%CurrentVersion%\Telephony\Country List\260,"SameAreaRule",,"G"
1131
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001132HKLM,%CurrentVersion%\Telephony\Country List\261,"CountryCode",0x10001,0x00000105
Alexandre Julliard299d5592004-02-27 22:04:55 +00001133HKLM,%CurrentVersion%\Telephony\Country List\261,"InternationalRule",,"00EFG"
1134HKLM,%CurrentVersion%\Telephony\Country List\261,"LongDistanceRule",,""
1135HKLM,%CurrentVersion%\Telephony\Country List\261,"Name",,"Madagascar"
1136HKLM,%CurrentVersion%\Telephony\Country List\261,"SameAreaRule",,"G"
1137
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001138HKLM,%CurrentVersion%\Telephony\Country List\262,"CountryCode",0x10001,0x00000106
Alexandre Julliard299d5592004-02-27 22:04:55 +00001139HKLM,%CurrentVersion%\Telephony\Country List\262,"InternationalRule",,"00EFG"
1140HKLM,%CurrentVersion%\Telephony\Country List\262,"LongDistanceRule",,""
1141HKLM,%CurrentVersion%\Telephony\Country List\262,"Name",,"Reunion Island"
1142HKLM,%CurrentVersion%\Telephony\Country List\262,"SameAreaRule",,"G"
1143
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001144HKLM,%CurrentVersion%\Telephony\Country List\263,"CountryCode",0x10001,0x00000107
Alexandre Julliard299d5592004-02-27 22:04:55 +00001145HKLM,%CurrentVersion%\Telephony\Country List\263,"InternationalRule",,"00EFG"
1146HKLM,%CurrentVersion%\Telephony\Country List\263,"LongDistanceRule",,"0FG"
1147HKLM,%CurrentVersion%\Telephony\Country List\263,"Name",,"Zimbabwe"
1148HKLM,%CurrentVersion%\Telephony\Country List\263,"SameAreaRule",,"G"
1149
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001150HKLM,%CurrentVersion%\Telephony\Country List\264,"CountryCode",0x10001,0x00000108
Alexandre Julliard299d5592004-02-27 22:04:55 +00001151HKLM,%CurrentVersion%\Telephony\Country List\264,"InternationalRule",,"00EFG"
1152HKLM,%CurrentVersion%\Telephony\Country List\264,"LongDistanceRule",,"0FG"
1153HKLM,%CurrentVersion%\Telephony\Country List\264,"Name",,"Namibia"
1154HKLM,%CurrentVersion%\Telephony\Country List\264,"SameAreaRule",,"G"
1155
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001156HKLM,%CurrentVersion%\Telephony\Country List\265,"CountryCode",0x10001,0x00000109
Alexandre Julliard299d5592004-02-27 22:04:55 +00001157HKLM,%CurrentVersion%\Telephony\Country List\265,"InternationalRule",,"101EFG"
1158HKLM,%CurrentVersion%\Telephony\Country List\265,"LongDistanceRule",,""
1159HKLM,%CurrentVersion%\Telephony\Country List\265,"Name",,"Malawi"
1160HKLM,%CurrentVersion%\Telephony\Country List\265,"SameAreaRule",,"G"
1161
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001162HKLM,%CurrentVersion%\Telephony\Country List\266,"CountryCode",0x10001,0x0000010a
Alexandre Julliard299d5592004-02-27 22:04:55 +00001163HKLM,%CurrentVersion%\Telephony\Country List\266,"InternationalRule",,"00EFG"
1164HKLM,%CurrentVersion%\Telephony\Country List\266,"LongDistanceRule",,""
1165HKLM,%CurrentVersion%\Telephony\Country List\266,"Name",,"Lesotho"
1166HKLM,%CurrentVersion%\Telephony\Country List\266,"SameAreaRule",,"G"
1167
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001168HKLM,%CurrentVersion%\Telephony\Country List\267,"CountryCode",0x10001,0x0000010b
Alexandre Julliard299d5592004-02-27 22:04:55 +00001169HKLM,%CurrentVersion%\Telephony\Country List\267,"InternationalRule",,"00EFG"
1170HKLM,%CurrentVersion%\Telephony\Country List\267,"LongDistanceRule",,"0FG"
1171HKLM,%CurrentVersion%\Telephony\Country List\267,"Name",,"Botswana"
1172HKLM,%CurrentVersion%\Telephony\Country List\267,"SameAreaRule",,"G"
1173
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001174HKLM,%CurrentVersion%\Telephony\Country List\268,"CountryCode",0x10001,0x0000010c
Alexandre Julliard299d5592004-02-27 22:04:55 +00001175HKLM,%CurrentVersion%\Telephony\Country List\268,"InternationalRule",,"00EFG"
1176HKLM,%CurrentVersion%\Telephony\Country List\268,"LongDistanceRule",,""
1177HKLM,%CurrentVersion%\Telephony\Country List\268,"Name",,"Swaziland"
1178HKLM,%CurrentVersion%\Telephony\Country List\268,"SameAreaRule",,"G"
1179
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001180HKLM,%CurrentVersion%\Telephony\Country List\269,"CountryCode",0x10001,0x0000010d
Alexandre Julliard299d5592004-02-27 22:04:55 +00001181HKLM,%CurrentVersion%\Telephony\Country List\269,"InternationalRule",,"00EFG"
1182HKLM,%CurrentVersion%\Telephony\Country List\269,"LongDistanceRule",,""
1183HKLM,%CurrentVersion%\Telephony\Country List\269,"Name",,"Mayotte Island"
1184HKLM,%CurrentVersion%\Telephony\Country List\269,"SameAreaRule",,"G"
1185
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001186HKLM,%CurrentVersion%\Telephony\Country List\2691,"CountryCode",0x10001,0x0000010d
Alexandre Julliard299d5592004-02-27 22:04:55 +00001187HKLM,%CurrentVersion%\Telephony\Country List\2691,"InternationalRule",,"10EFG"
1188HKLM,%CurrentVersion%\Telephony\Country List\2691,"LongDistanceRule",,""
1189HKLM,%CurrentVersion%\Telephony\Country List\2691,"Name",,"Comoros"
1190HKLM,%CurrentVersion%\Telephony\Country List\2691,"SameAreaRule",,"G"
1191
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001192HKLM,%CurrentVersion%\Telephony\Country List\27,"CountryCode",0x10001,0x0000001b
Alexandre Julliard299d5592004-02-27 22:04:55 +00001193HKLM,%CurrentVersion%\Telephony\Country List\27,"InternationalRule",,"09EFG"
1194HKLM,%CurrentVersion%\Telephony\Country List\27,"LongDistanceRule",,"0FG"
1195HKLM,%CurrentVersion%\Telephony\Country List\27,"Name",,"South Africa"
1196HKLM,%CurrentVersion%\Telephony\Country List\27,"SameAreaRule",,"G"
1197
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001198HKLM,%CurrentVersion%\Telephony\Country List\290,"CountryCode",0x10001,0x00000122
Alexandre Julliard299d5592004-02-27 22:04:55 +00001199HKLM,%CurrentVersion%\Telephony\Country List\290,"InternationalRule",,"01EFG"
1200HKLM,%CurrentVersion%\Telephony\Country List\290,"LongDistanceRule",,""
1201HKLM,%CurrentVersion%\Telephony\Country List\290,"Name",,"St. Helena"
1202HKLM,%CurrentVersion%\Telephony\Country List\290,"SameAreaRule",,"G"
1203
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001204HKLM,%CurrentVersion%\Telephony\Country List\291,"CountryCode",0x10001,0x00000123
Alexandre Julliard299d5592004-02-27 22:04:55 +00001205HKLM,%CurrentVersion%\Telephony\Country List\291,"InternationalRule",,"00EFG"
1206HKLM,%CurrentVersion%\Telephony\Country List\291,"LongDistanceRule",,"0FG"
1207HKLM,%CurrentVersion%\Telephony\Country List\291,"Name",,"Eritrea"
1208HKLM,%CurrentVersion%\Telephony\Country List\291,"SameAreaRule",,"G"
1209
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001210HKLM,%CurrentVersion%\Telephony\Country List\297,"CountryCode",0x10001,0x00000129
Alexandre Julliard299d5592004-02-27 22:04:55 +00001211HKLM,%CurrentVersion%\Telephony\Country List\297,"InternationalRule",,"00EFG"
1212HKLM,%CurrentVersion%\Telephony\Country List\297,"LongDistanceRule",,""
1213HKLM,%CurrentVersion%\Telephony\Country List\297,"Name",,"Aruba"
1214HKLM,%CurrentVersion%\Telephony\Country List\297,"SameAreaRule",,"G"
1215
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001216HKLM,%CurrentVersion%\Telephony\Country List\298,"CountryCode",0x10001,0x0000012a
Alexandre Julliard299d5592004-02-27 22:04:55 +00001217HKLM,%CurrentVersion%\Telephony\Country List\298,"InternationalRule",,"009EFG"
1218HKLM,%CurrentVersion%\Telephony\Country List\298,"LongDistanceRule",,""
1219HKLM,%CurrentVersion%\Telephony\Country List\298,"Name",,"Faroe Islands"
1220HKLM,%CurrentVersion%\Telephony\Country List\298,"SameAreaRule",,"G"
1221
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001222HKLM,%CurrentVersion%\Telephony\Country List\299,"CountryCode",0x10001,0x0000012b
Alexandre Julliard299d5592004-02-27 22:04:55 +00001223HKLM,%CurrentVersion%\Telephony\Country List\299,"InternationalRule",,"009EFG"
1224HKLM,%CurrentVersion%\Telephony\Country List\299,"LongDistanceRule",,""
1225HKLM,%CurrentVersion%\Telephony\Country List\299,"Name",,"Greenland"
1226HKLM,%CurrentVersion%\Telephony\Country List\299,"SameAreaRule",,"G"
1227
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001228HKLM,%CurrentVersion%\Telephony\Country List\30,"CountryCode",0x10001,0x0000001e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001229HKLM,%CurrentVersion%\Telephony\Country List\30,"InternationalRule",,"00EFG"
1230HKLM,%CurrentVersion%\Telephony\Country List\30,"LongDistanceRule",,"0FG"
1231HKLM,%CurrentVersion%\Telephony\Country List\30,"Name",,"Greece"
1232HKLM,%CurrentVersion%\Telephony\Country List\30,"SameAreaRule",,"G"
1233
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001234HKLM,%CurrentVersion%\Telephony\Country List\31,"CountryCode",0x10001,0x0000001f
Alexandre Julliard299d5592004-02-27 22:04:55 +00001235HKLM,%CurrentVersion%\Telephony\Country List\31,"InternationalRule",,"00EFG"
1236HKLM,%CurrentVersion%\Telephony\Country List\31,"LongDistanceRule",,"0FG"
1237HKLM,%CurrentVersion%\Telephony\Country List\31,"Name",,"Netherlands"
1238HKLM,%CurrentVersion%\Telephony\Country List\31,"SameAreaRule",,"G"
1239
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001240HKLM,%CurrentVersion%\Telephony\Country List\32,"CountryCode",0x10001,0x00000020
Alexandre Julliard299d5592004-02-27 22:04:55 +00001241HKLM,%CurrentVersion%\Telephony\Country List\32,"InternationalRule",,"00EFG"
1242HKLM,%CurrentVersion%\Telephony\Country List\32,"LongDistanceRule",,"0FG"
1243HKLM,%CurrentVersion%\Telephony\Country List\32,"Name",,"Belgium"
1244HKLM,%CurrentVersion%\Telephony\Country List\32,"SameAreaRule",,"G"
1245
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001246HKLM,%CurrentVersion%\Telephony\Country List\33,"CountryCode",0x10001,0x00000021
Alexandre Julliard299d5592004-02-27 22:04:55 +00001247HKLM,%CurrentVersion%\Telephony\Country List\33,"InternationalRule",,"00EFG"
1248HKLM,%CurrentVersion%\Telephony\Country List\33,"LongDistanceRule",,"0FG"
1249HKLM,%CurrentVersion%\Telephony\Country List\33,"Name",,"France"
1250HKLM,%CurrentVersion%\Telephony\Country List\33,"SameAreaRule",,"0FG"
1251
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001252HKLM,%CurrentVersion%\Telephony\Country List\34,"CountryCode",0x10001,0x00000022
Alexandre Julliard299d5592004-02-27 22:04:55 +00001253HKLM,%CurrentVersion%\Telephony\Country List\34,"InternationalRule",,"00,EFG"
1254HKLM,%CurrentVersion%\Telephony\Country List\34,"LongDistanceRule",,"IG"
1255HKLM,%CurrentVersion%\Telephony\Country List\34,"Name",,"Spain"
1256HKLM,%CurrentVersion%\Telephony\Country List\34,"SameAreaRule",,"IG"
1257
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001258HKLM,%CurrentVersion%\Telephony\Country List\350,"CountryCode",0x10001,0x0000015e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001259HKLM,%CurrentVersion%\Telephony\Country List\350,"InternationalRule",,"00EFG"
1260HKLM,%CurrentVersion%\Telephony\Country List\350,"LongDistanceRule",,""
1261HKLM,%CurrentVersion%\Telephony\Country List\350,"Name",,"Gibraltar"
1262HKLM,%CurrentVersion%\Telephony\Country List\350,"SameAreaRule",,"G"
1263
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001264HKLM,%CurrentVersion%\Telephony\Country List\351,"CountryCode",0x10001,0x0000015f
Alexandre Julliard299d5592004-02-27 22:04:55 +00001265HKLM,%CurrentVersion%\Telephony\Country List\351,"InternationalRule",,"00EFG"
1266HKLM,%CurrentVersion%\Telephony\Country List\351,"LongDistanceRule",,"IG"
1267HKLM,%CurrentVersion%\Telephony\Country List\351,"Name",,"Portugal"
1268HKLM,%CurrentVersion%\Telephony\Country List\351,"SameAreaRule",,"IG"
1269
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001270HKLM,%CurrentVersion%\Telephony\Country List\352,"CountryCode",0x10001,0x00000160
Alexandre Julliard299d5592004-02-27 22:04:55 +00001271HKLM,%CurrentVersion%\Telephony\Country List\352,"InternationalRule",,"00EFG"
1272HKLM,%CurrentVersion%\Telephony\Country List\352,"LongDistanceRule",,""
1273HKLM,%CurrentVersion%\Telephony\Country List\352,"Name",,"Luxembourg"
1274HKLM,%CurrentVersion%\Telephony\Country List\352,"SameAreaRule",,"G"
1275
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001276HKLM,%CurrentVersion%\Telephony\Country List\353,"CountryCode",0x10001,0x00000161
Alexandre Julliard299d5592004-02-27 22:04:55 +00001277HKLM,%CurrentVersion%\Telephony\Country List\353,"InternationalRule",,"00EFG"
1278HKLM,%CurrentVersion%\Telephony\Country List\353,"LongDistanceRule",,"0FG"
1279HKLM,%CurrentVersion%\Telephony\Country List\353,"Name",,"Ireland"
1280HKLM,%CurrentVersion%\Telephony\Country List\353,"SameAreaRule",,"G"
1281
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001282HKLM,%CurrentVersion%\Telephony\Country List\354,"CountryCode",0x10001,0x00000162
Alexandre Julliard299d5592004-02-27 22:04:55 +00001283HKLM,%CurrentVersion%\Telephony\Country List\354,"InternationalRule",,"00EFG"
1284HKLM,%CurrentVersion%\Telephony\Country List\354,"LongDistanceRule",,"0FG"
1285HKLM,%CurrentVersion%\Telephony\Country List\354,"Name",,"Iceland"
1286HKLM,%CurrentVersion%\Telephony\Country List\354,"SameAreaRule",,"G"
1287
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001288HKLM,%CurrentVersion%\Telephony\Country List\355,"CountryCode",0x10001,0x00000163
Alexandre Julliard299d5592004-02-27 22:04:55 +00001289HKLM,%CurrentVersion%\Telephony\Country List\355,"InternationalRule",,"00EFG"
1290HKLM,%CurrentVersion%\Telephony\Country List\355,"LongDistanceRule",,"0FG"
1291HKLM,%CurrentVersion%\Telephony\Country List\355,"Name",,"Albania"
1292HKLM,%CurrentVersion%\Telephony\Country List\355,"SameAreaRule",,"G"
1293
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001294HKLM,%CurrentVersion%\Telephony\Country List\356,"CountryCode",0x10001,0x00000164
Alexandre Julliard299d5592004-02-27 22:04:55 +00001295HKLM,%CurrentVersion%\Telephony\Country List\356,"InternationalRule",,"00EFG"
1296HKLM,%CurrentVersion%\Telephony\Country List\356,"LongDistanceRule",,""
1297HKLM,%CurrentVersion%\Telephony\Country List\356,"Name",,"Malta"
1298HKLM,%CurrentVersion%\Telephony\Country List\356,"SameAreaRule",,"G"
1299
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001300HKLM,%CurrentVersion%\Telephony\Country List\357,"CountryCode",0x10001,0x00000165
Alexandre Julliard299d5592004-02-27 22:04:55 +00001301HKLM,%CurrentVersion%\Telephony\Country List\357,"InternationalRule",,"00EFG"
1302HKLM,%CurrentVersion%\Telephony\Country List\357,"LongDistanceRule",,"0FG"
1303HKLM,%CurrentVersion%\Telephony\Country List\357,"Name",,"Cyprus"
1304HKLM,%CurrentVersion%\Telephony\Country List\357,"SameAreaRule",,"G"
1305
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001306HKLM,%CurrentVersion%\Telephony\Country List\358,"CountryCode",0x10001,0x00000166
Alexandre Julliard299d5592004-02-27 22:04:55 +00001307HKLM,%CurrentVersion%\Telephony\Country List\358,"InternationalRule",,"00EFG"
1308HKLM,%CurrentVersion%\Telephony\Country List\358,"LongDistanceRule",,"0FG"
1309HKLM,%CurrentVersion%\Telephony\Country List\358,"Name",,"Finland"
1310HKLM,%CurrentVersion%\Telephony\Country List\358,"SameAreaRule",,"G"
1311
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001312HKLM,%CurrentVersion%\Telephony\Country List\359,"CountryCode",0x10001,0x00000167
Alexandre Julliard299d5592004-02-27 22:04:55 +00001313HKLM,%CurrentVersion%\Telephony\Country List\359,"InternationalRule",,"00EFG"
1314HKLM,%CurrentVersion%\Telephony\Country List\359,"LongDistanceRule",,"0FG"
1315HKLM,%CurrentVersion%\Telephony\Country List\359,"Name",,"Bulgaria"
1316HKLM,%CurrentVersion%\Telephony\Country List\359,"SameAreaRule",,"G"
1317
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001318HKLM,%CurrentVersion%\Telephony\Country List\36,"CountryCode",0x10001,0x00000024
Alexandre Julliard299d5592004-02-27 22:04:55 +00001319HKLM,%CurrentVersion%\Telephony\Country List\36,"InternationalRule",,"00EFG"
1320HKLM,%CurrentVersion%\Telephony\Country List\36,"LongDistanceRule",," 06,FG"
1321HKLM,%CurrentVersion%\Telephony\Country List\36,"Name",,"Hungary"
1322HKLM,%CurrentVersion%\Telephony\Country List\36,"SameAreaRule",,"G"
1323
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001324HKLM,%CurrentVersion%\Telephony\Country List\370,"CountryCode",0x10001,0x00000172
Alexandre Julliard299d5592004-02-27 22:04:55 +00001325HKLM,%CurrentVersion%\Telephony\Country List\370,"InternationalRule",,"8W10EFG"
1326HKLM,%CurrentVersion%\Telephony\Country List\370,"LongDistanceRule",," 8WFG"
1327HKLM,%CurrentVersion%\Telephony\Country List\370,"Name",,"Lithuania"
1328HKLM,%CurrentVersion%\Telephony\Country List\370,"SameAreaRule",,"G"
1329
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001330HKLM,%CurrentVersion%\Telephony\Country List\371,"CountryCode",0x10001,0x00000173
Alexandre Julliard299d5592004-02-27 22:04:55 +00001331HKLM,%CurrentVersion%\Telephony\Country List\371,"InternationalRule",,"00EFG"
1332HKLM,%CurrentVersion%\Telephony\Country List\371,"LongDistanceRule",," 8,FG"
1333HKLM,%CurrentVersion%\Telephony\Country List\371,"Name",,"Latvia"
1334HKLM,%CurrentVersion%\Telephony\Country List\371,"SameAreaRule",,"G"
1335
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001336HKLM,%CurrentVersion%\Telephony\Country List\372,"CountryCode",0x10001,0x00000174
Alexandre Julliard299d5592004-02-27 22:04:55 +00001337HKLM,%CurrentVersion%\Telephony\Country List\372,"InternationalRule",,"8,00EFG"
1338HKLM,%CurrentVersion%\Telephony\Country List\372,"LongDistanceRule",," 8,2IG"
1339HKLM,%CurrentVersion%\Telephony\Country List\372,"Name",,"Estonia"
1340HKLM,%CurrentVersion%\Telephony\Country List\372,"SameAreaRule",,"G"
1341
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001342HKLM,%CurrentVersion%\Telephony\Country List\373,"CountryCode",0x10001,0x00000175
Alexandre Julliard299d5592004-02-27 22:04:55 +00001343HKLM,%CurrentVersion%\Telephony\Country List\373,"InternationalRule",,"8W10EFG"
1344HKLM,%CurrentVersion%\Telephony\Country List\373,"LongDistanceRule",," 8WFG"
1345HKLM,%CurrentVersion%\Telephony\Country List\373,"Name",,"Moldova"
1346HKLM,%CurrentVersion%\Telephony\Country List\373,"SameAreaRule",,"G"
1347
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001348HKLM,%CurrentVersion%\Telephony\Country List\374,"CountryCode",0x10001,0x00000176
Alexandre Julliard299d5592004-02-27 22:04:55 +00001349HKLM,%CurrentVersion%\Telephony\Country List\374,"InternationalRule",,"8,10EFG"
1350HKLM,%CurrentVersion%\Telephony\Country List\374,"LongDistanceRule",," 8,IG"
1351HKLM,%CurrentVersion%\Telephony\Country List\374,"Name",,"Armenia"
1352HKLM,%CurrentVersion%\Telephony\Country List\374,"SameAreaRule",,"G"
1353
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001354HKLM,%CurrentVersion%\Telephony\Country List\375,"CountryCode",0x10001,0x00000177
Alexandre Julliard299d5592004-02-27 22:04:55 +00001355HKLM,%CurrentVersion%\Telephony\Country List\375,"InternationalRule",,"8W10EFG"
1356HKLM,%CurrentVersion%\Telephony\Country List\375,"LongDistanceRule",," 8WFG"
1357HKLM,%CurrentVersion%\Telephony\Country List\375,"Name",,"Belarus"
1358HKLM,%CurrentVersion%\Telephony\Country List\375,"SameAreaRule",,"G"
1359
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001360HKLM,%CurrentVersion%\Telephony\Country List\376,"CountryCode",0x10001,0x00000178
Alexandre Julliard299d5592004-02-27 22:04:55 +00001361HKLM,%CurrentVersion%\Telephony\Country List\376,"InternationalRule",,"00EFG"
1362HKLM,%CurrentVersion%\Telephony\Country List\376,"LongDistanceRule",,""
1363HKLM,%CurrentVersion%\Telephony\Country List\376,"Name",,"Andorra"
1364HKLM,%CurrentVersion%\Telephony\Country List\376,"SameAreaRule",,"G"
1365
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001366HKLM,%CurrentVersion%\Telephony\Country List\377,"CountryCode",0x10001,0x00000179
Alexandre Julliard299d5592004-02-27 22:04:55 +00001367HKLM,%CurrentVersion%\Telephony\Country List\377,"InternationalRule",,"00EFG"
1368HKLM,%CurrentVersion%\Telephony\Country List\377,"LongDistanceRule",,""
1369HKLM,%CurrentVersion%\Telephony\Country List\377,"Name",,"Monaco"
1370HKLM,%CurrentVersion%\Telephony\Country List\377,"SameAreaRule",,"G"
1371
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001372HKLM,%CurrentVersion%\Telephony\Country List\378,"CountryCode",0x10001,0x0000017a
Alexandre Julliard299d5592004-02-27 22:04:55 +00001373HKLM,%CurrentVersion%\Telephony\Country List\378,"InternationalRule",,"00EFG"
1374HKLM,%CurrentVersion%\Telephony\Country List\378,"LongDistanceRule",,"IG"
1375HKLM,%CurrentVersion%\Telephony\Country List\378,"Name",,"San Marino"
1376HKLM,%CurrentVersion%\Telephony\Country List\378,"SameAreaRule",,"IG"
1377
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001378HKLM,%CurrentVersion%\Telephony\Country List\379,"CountryCode",0x10001,0x00000027
Alexandre Julliard299d5592004-02-27 22:04:55 +00001379HKLM,%CurrentVersion%\Telephony\Country List\379,"InternationalRule",,"00EFG"
1380HKLM,%CurrentVersion%\Telephony\Country List\379,"LongDistanceRule",,"IG"
1381HKLM,%CurrentVersion%\Telephony\Country List\379,"Name",,"Vatican City"
1382HKLM,%CurrentVersion%\Telephony\Country List\379,"SameAreaRule",,"IG"
1383
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001384HKLM,%CurrentVersion%\Telephony\Country List\380,"CountryCode",0x10001,0x0000017c
Alexandre Julliard299d5592004-02-27 22:04:55 +00001385HKLM,%CurrentVersion%\Telephony\Country List\380,"InternationalRule",,"8W10EFG"
1386HKLM,%CurrentVersion%\Telephony\Country List\380,"LongDistanceRule",," 8WFG"
1387HKLM,%CurrentVersion%\Telephony\Country List\380,"Name",,"Ukraine"
1388HKLM,%CurrentVersion%\Telephony\Country List\380,"SameAreaRule",,"G"
1389
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001390HKLM,%CurrentVersion%\Telephony\Country List\381,"CountryCode",0x10001,0x0000017d
Alexandre Julliard299d5592004-02-27 22:04:55 +00001391HKLM,%CurrentVersion%\Telephony\Country List\381,"InternationalRule",,"99EFG"
1392HKLM,%CurrentVersion%\Telephony\Country List\381,"LongDistanceRule",,"0FG"
1393HKLM,%CurrentVersion%\Telephony\Country List\381,"Name",,"Yugoslavia"
1394HKLM,%CurrentVersion%\Telephony\Country List\381,"SameAreaRule",,"G"
1395
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001396HKLM,%CurrentVersion%\Telephony\Country List\385,"CountryCode",0x10001,0x00000181
Alexandre Julliard299d5592004-02-27 22:04:55 +00001397HKLM,%CurrentVersion%\Telephony\Country List\385,"InternationalRule",,"00EFG"
1398HKLM,%CurrentVersion%\Telephony\Country List\385,"LongDistanceRule",,"0FG"
1399HKLM,%CurrentVersion%\Telephony\Country List\385,"Name",,"Croatia"
1400HKLM,%CurrentVersion%\Telephony\Country List\385,"SameAreaRule",,"G"
1401
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001402HKLM,%CurrentVersion%\Telephony\Country List\386,"CountryCode",0x10001,0x00000182
Alexandre Julliard299d5592004-02-27 22:04:55 +00001403HKLM,%CurrentVersion%\Telephony\Country List\386,"InternationalRule",,"00EFG"
1404HKLM,%CurrentVersion%\Telephony\Country List\386,"LongDistanceRule",,"0FG"
1405HKLM,%CurrentVersion%\Telephony\Country List\386,"Name",,"Slovenia"
1406HKLM,%CurrentVersion%\Telephony\Country List\386,"SameAreaRule",,"G"
1407
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001408HKLM,%CurrentVersion%\Telephony\Country List\387,"CountryCode",0x10001,0x00000183
Alexandre Julliard299d5592004-02-27 22:04:55 +00001409HKLM,%CurrentVersion%\Telephony\Country List\387,"InternationalRule",,"00EFG"
1410HKLM,%CurrentVersion%\Telephony\Country List\387,"LongDistanceRule",,"0FG"
1411HKLM,%CurrentVersion%\Telephony\Country List\387,"Name",,"Bosnia and Herzegovina"
1412HKLM,%CurrentVersion%\Telephony\Country List\387,"SameAreaRule",,"G"
1413
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001414HKLM,%CurrentVersion%\Telephony\Country List\389,"CountryCode",0x10001,0x00000185
Alexandre Julliard299d5592004-02-27 22:04:55 +00001415HKLM,%CurrentVersion%\Telephony\Country List\389,"InternationalRule",,"99EFG"
1416HKLM,%CurrentVersion%\Telephony\Country List\389,"LongDistanceRule",,"0FG"
1417HKLM,%CurrentVersion%\Telephony\Country List\389,"Name",,"F.Y.R.O.M. (Former Yugoslav Republic of Macedonia)"
1418HKLM,%CurrentVersion%\Telephony\Country List\389,"SameAreaRule",,"G"
1419
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001420HKLM,%CurrentVersion%\Telephony\Country List\39,"CountryCode",0x10001,0x00000027
Alexandre Julliard299d5592004-02-27 22:04:55 +00001421HKLM,%CurrentVersion%\Telephony\Country List\39,"InternationalRule",,"00EFG"
1422HKLM,%CurrentVersion%\Telephony\Country List\39,"LongDistanceRule",,"IG"
1423HKLM,%CurrentVersion%\Telephony\Country List\39,"Name",,"Italy"
1424HKLM,%CurrentVersion%\Telephony\Country List\39,"SameAreaRule",,"IG"
1425
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001426HKLM,%CurrentVersion%\Telephony\Country List\40,"CountryCode",0x10001,0x00000028
Alexandre Julliard299d5592004-02-27 22:04:55 +00001427HKLM,%CurrentVersion%\Telephony\Country List\40,"InternationalRule",,"00EFG"
1428HKLM,%CurrentVersion%\Telephony\Country List\40,"LongDistanceRule",," 0FG"
1429HKLM,%CurrentVersion%\Telephony\Country List\40,"Name",,"Romania"
1430HKLM,%CurrentVersion%\Telephony\Country List\40,"SameAreaRule",,"G"
1431
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001432HKLM,%CurrentVersion%\Telephony\Country List\41,"CountryCode",0x10001,0x00000029
Alexandre Julliard299d5592004-02-27 22:04:55 +00001433HKLM,%CurrentVersion%\Telephony\Country List\41,"InternationalRule",,"00EFG"
1434HKLM,%CurrentVersion%\Telephony\Country List\41,"LongDistanceRule",,"0FG"
1435HKLM,%CurrentVersion%\Telephony\Country List\41,"Name",,"Switzerland"
1436HKLM,%CurrentVersion%\Telephony\Country List\41,"SameAreaRule",,"G"
1437
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001438HKLM,%CurrentVersion%\Telephony\Country List\420,"CountryCode",0x10001,0x000001a4
Alexandre Julliard299d5592004-02-27 22:04:55 +00001439HKLM,%CurrentVersion%\Telephony\Country List\420,"InternationalRule",,"00EFG"
1440HKLM,%CurrentVersion%\Telephony\Country List\420,"LongDistanceRule",,"0FG"
1441HKLM,%CurrentVersion%\Telephony\Country List\420,"Name",,"Czech Republic"
1442HKLM,%CurrentVersion%\Telephony\Country List\420,"SameAreaRule",,"G"
1443
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001444HKLM,%CurrentVersion%\Telephony\Country List\421,"CountryCode",0x10001,0x000001a5
Alexandre Julliard299d5592004-02-27 22:04:55 +00001445HKLM,%CurrentVersion%\Telephony\Country List\421,"InternationalRule",,"00EFG"
1446HKLM,%CurrentVersion%\Telephony\Country List\421,"LongDistanceRule",,"0FG"
1447HKLM,%CurrentVersion%\Telephony\Country List\421,"Name",,"Slovakia"
1448HKLM,%CurrentVersion%\Telephony\Country List\421,"SameAreaRule",,"G"
1449
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001450HKLM,%CurrentVersion%\Telephony\Country List\423,"CountryCode",0x10001,0x000001a7
Alexandre Julliard299d5592004-02-27 22:04:55 +00001451HKLM,%CurrentVersion%\Telephony\Country List\423,"InternationalRule",,"00EFG"
1452HKLM,%CurrentVersion%\Telephony\Country List\423,"LongDistanceRule",,"G"
1453HKLM,%CurrentVersion%\Telephony\Country List\423,"Name",,"Liechtenstein"
1454HKLM,%CurrentVersion%\Telephony\Country List\423,"SameAreaRule",,"G"
1455
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001456HKLM,%CurrentVersion%\Telephony\Country List\43,"CountryCode",0x10001,0x0000002b
Alexandre Julliard299d5592004-02-27 22:04:55 +00001457HKLM,%CurrentVersion%\Telephony\Country List\43,"InternationalRule",,"00EFG"
1458HKLM,%CurrentVersion%\Telephony\Country List\43,"LongDistanceRule",,"0FG"
1459HKLM,%CurrentVersion%\Telephony\Country List\43,"Name",,"Austria"
1460HKLM,%CurrentVersion%\Telephony\Country List\43,"SameAreaRule",,"G"
1461
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001462HKLM,%CurrentVersion%\Telephony\Country List\44,"CountryCode",0x10001,0x0000002c
Alexandre Julliard299d5592004-02-27 22:04:55 +00001463HKLM,%CurrentVersion%\Telephony\Country List\44,"InternationalRule",,"00EFG"
1464HKLM,%CurrentVersion%\Telephony\Country List\44,"LongDistanceRule",,"0FG"
1465HKLM,%CurrentVersion%\Telephony\Country List\44,"Name",,"United Kingdom"
1466HKLM,%CurrentVersion%\Telephony\Country List\44,"SameAreaRule",,"G"
1467
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001468HKLM,%CurrentVersion%\Telephony\Country List\45,"CountryCode",0x10001,0x0000002d
Alexandre Julliard299d5592004-02-27 22:04:55 +00001469HKLM,%CurrentVersion%\Telephony\Country List\45,"InternationalRule",,"00EFG"
1470HKLM,%CurrentVersion%\Telephony\Country List\45,"LongDistanceRule",,""
1471HKLM,%CurrentVersion%\Telephony\Country List\45,"Name",,"Denmark"
1472HKLM,%CurrentVersion%\Telephony\Country List\45,"SameAreaRule",,"G"
1473
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001474HKLM,%CurrentVersion%\Telephony\Country List\46,"CountryCode",0x10001,0x0000002e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001475HKLM,%CurrentVersion%\Telephony\Country List\46,"InternationalRule",,"00EFG"
1476HKLM,%CurrentVersion%\Telephony\Country List\46,"LongDistanceRule",,"0FG"
1477HKLM,%CurrentVersion%\Telephony\Country List\46,"Name",,"Sweden"
1478HKLM,%CurrentVersion%\Telephony\Country List\46,"SameAreaRule",,"G"
1479
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001480HKLM,%CurrentVersion%\Telephony\Country List\47,"CountryCode",0x10001,0x0000002f
Alexandre Julliard299d5592004-02-27 22:04:55 +00001481HKLM,%CurrentVersion%\Telephony\Country List\47,"InternationalRule",,"00EFG"
1482HKLM,%CurrentVersion%\Telephony\Country List\47,"LongDistanceRule",,""
1483HKLM,%CurrentVersion%\Telephony\Country List\47,"Name",,"Norway"
1484HKLM,%CurrentVersion%\Telephony\Country List\47,"SameAreaRule",,"G"
1485
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001486HKLM,%CurrentVersion%\Telephony\Country List\48,"CountryCode",0x10001,0x00000030
Alexandre Julliard299d5592004-02-27 22:04:55 +00001487HKLM,%CurrentVersion%\Telephony\Country List\48,"InternationalRule",,"00EFG"
1488HKLM,%CurrentVersion%\Telephony\Country List\48,"LongDistanceRule",,"0FG"
1489HKLM,%CurrentVersion%\Telephony\Country List\48,"Name",,"Poland"
1490HKLM,%CurrentVersion%\Telephony\Country List\48,"SameAreaRule",,"G"
1491
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001492HKLM,%CurrentVersion%\Telephony\Country List\49,"CountryCode",0x10001,0x00000031
Alexandre Julliard299d5592004-02-27 22:04:55 +00001493HKLM,%CurrentVersion%\Telephony\Country List\49,"InternationalRule",,"00EFG"
1494HKLM,%CurrentVersion%\Telephony\Country List\49,"LongDistanceRule",,"0FG"
1495HKLM,%CurrentVersion%\Telephony\Country List\49,"Name",,"Germany"
1496HKLM,%CurrentVersion%\Telephony\Country List\49,"SameAreaRule",,"G"
1497
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001498HKLM,%CurrentVersion%\Telephony\Country List\500,"CountryCode",0x10001,0x000001f4
Alexandre Julliard299d5592004-02-27 22:04:55 +00001499HKLM,%CurrentVersion%\Telephony\Country List\500,"InternationalRule",,"0EFG"
1500HKLM,%CurrentVersion%\Telephony\Country List\500,"LongDistanceRule",,""
1501HKLM,%CurrentVersion%\Telephony\Country List\500,"Name",,"Falkland Islands (Islas Malvinas)"
1502HKLM,%CurrentVersion%\Telephony\Country List\500,"SameAreaRule",,"G"
1503
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001504HKLM,%CurrentVersion%\Telephony\Country List\501,"CountryCode",0x10001,0x000001f5
Alexandre Julliard299d5592004-02-27 22:04:55 +00001505HKLM,%CurrentVersion%\Telephony\Country List\501,"InternationalRule",,"00EFG"
1506HKLM,%CurrentVersion%\Telephony\Country List\501,"LongDistanceRule",,"0FG"
1507HKLM,%CurrentVersion%\Telephony\Country List\501,"Name",,"Belize"
1508HKLM,%CurrentVersion%\Telephony\Country List\501,"SameAreaRule",,"G"
1509
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001510HKLM,%CurrentVersion%\Telephony\Country List\502,"CountryCode",0x10001,0x000001f6
Alexandre Julliard299d5592004-02-27 22:04:55 +00001511HKLM,%CurrentVersion%\Telephony\Country List\502,"InternationalRule",,"00EFG"
1512HKLM,%CurrentVersion%\Telephony\Country List\502,"LongDistanceRule",,"0FG"
1513HKLM,%CurrentVersion%\Telephony\Country List\502,"Name",,"Guatemala"
1514HKLM,%CurrentVersion%\Telephony\Country List\502,"SameAreaRule",,"G"
1515
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001516HKLM,%CurrentVersion%\Telephony\Country List\503,"CountryCode",0x10001,0x000001f7
Alexandre Julliard299d5592004-02-27 22:04:55 +00001517HKLM,%CurrentVersion%\Telephony\Country List\503,"InternationalRule",,"0EFG"
1518HKLM,%CurrentVersion%\Telephony\Country List\503,"LongDistanceRule",,""
1519HKLM,%CurrentVersion%\Telephony\Country List\503,"Name",,"El Salvador"
1520HKLM,%CurrentVersion%\Telephony\Country List\503,"SameAreaRule",,"G"
1521
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001522HKLM,%CurrentVersion%\Telephony\Country List\504,"CountryCode",0x10001,0x000001f8
Alexandre Julliard299d5592004-02-27 22:04:55 +00001523HKLM,%CurrentVersion%\Telephony\Country List\504,"InternationalRule",,"00EFG"
1524HKLM,%CurrentVersion%\Telephony\Country List\504,"LongDistanceRule",,""
1525HKLM,%CurrentVersion%\Telephony\Country List\504,"Name",,"Honduras"
1526HKLM,%CurrentVersion%\Telephony\Country List\504,"SameAreaRule",,"G"
1527
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001528HKLM,%CurrentVersion%\Telephony\Country List\505,"CountryCode",0x10001,0x000001f9
Alexandre Julliard299d5592004-02-27 22:04:55 +00001529HKLM,%CurrentVersion%\Telephony\Country List\505,"InternationalRule",,"00EFG"
1530HKLM,%CurrentVersion%\Telephony\Country List\505,"LongDistanceRule",,"0FG"
1531HKLM,%CurrentVersion%\Telephony\Country List\505,"Name",,"Nicaragua"
1532HKLM,%CurrentVersion%\Telephony\Country List\505,"SameAreaRule",,"G"
1533
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001534HKLM,%CurrentVersion%\Telephony\Country List\506,"CountryCode",0x10001,0x000001fa
Alexandre Julliard299d5592004-02-27 22:04:55 +00001535HKLM,%CurrentVersion%\Telephony\Country List\506,"InternationalRule",,"00EFG"
1536HKLM,%CurrentVersion%\Telephony\Country List\506,"LongDistanceRule",,""
1537HKLM,%CurrentVersion%\Telephony\Country List\506,"Name",,"Costa Rica"
1538HKLM,%CurrentVersion%\Telephony\Country List\506,"SameAreaRule",,"G"
1539
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001540HKLM,%CurrentVersion%\Telephony\Country List\507,"CountryCode",0x10001,0x000001fb
Alexandre Julliard299d5592004-02-27 22:04:55 +00001541HKLM,%CurrentVersion%\Telephony\Country List\507,"InternationalRule",,"00EFG"
1542HKLM,%CurrentVersion%\Telephony\Country List\507,"LongDistanceRule",,""
1543HKLM,%CurrentVersion%\Telephony\Country List\507,"Name",,"Panama"
1544HKLM,%CurrentVersion%\Telephony\Country List\507,"SameAreaRule",,"G"
1545
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001546HKLM,%CurrentVersion%\Telephony\Country List\508,"CountryCode",0x10001,0x000001fc
Alexandre Julliard299d5592004-02-27 22:04:55 +00001547HKLM,%CurrentVersion%\Telephony\Country List\508,"InternationalRule",,"00,EFG"
1548HKLM,%CurrentVersion%\Telephony\Country List\508,"LongDistanceRule",,""
1549HKLM,%CurrentVersion%\Telephony\Country List\508,"Name",,"St. Pierre and Miquelon"
1550HKLM,%CurrentVersion%\Telephony\Country List\508,"SameAreaRule",,"G"
1551
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001552HKLM,%CurrentVersion%\Telephony\Country List\509,"CountryCode",0x10001,0x000001fd
Alexandre Julliard299d5592004-02-27 22:04:55 +00001553HKLM,%CurrentVersion%\Telephony\Country List\509,"InternationalRule",,"00EFG"
1554HKLM,%CurrentVersion%\Telephony\Country List\509,"LongDistanceRule",,""
1555HKLM,%CurrentVersion%\Telephony\Country List\509,"Name",,"Haiti"
1556HKLM,%CurrentVersion%\Telephony\Country List\509,"SameAreaRule",,"G"
1557
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001558HKLM,%CurrentVersion%\Telephony\Country List\51,"CountryCode",0x10001,0x00000033
Alexandre Julliard299d5592004-02-27 22:04:55 +00001559HKLM,%CurrentVersion%\Telephony\Country List\51,"InternationalRule",,"00EFG"
1560HKLM,%CurrentVersion%\Telephony\Country List\51,"LongDistanceRule",,"0FG"
1561HKLM,%CurrentVersion%\Telephony\Country List\51,"Name",,"Peru"
1562HKLM,%CurrentVersion%\Telephony\Country List\51,"SameAreaRule",,"G"
1563
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001564HKLM,%CurrentVersion%\Telephony\Country List\52,"CountryCode",0x10001,0x00000034
Alexandre Julliard299d5592004-02-27 22:04:55 +00001565HKLM,%CurrentVersion%\Telephony\Country List\52,"InternationalRule",,"00EFG"
1566HKLM,%CurrentVersion%\Telephony\Country List\52,"LongDistanceRule",," 01FG"
1567HKLM,%CurrentVersion%\Telephony\Country List\52,"Name",,"Mexico"
1568HKLM,%CurrentVersion%\Telephony\Country List\52,"SameAreaRule",,"G"
1569
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001570HKLM,%CurrentVersion%\Telephony\Country List\53,"CountryCode",0x10001,0x00000035
Alexandre Julliard299d5592004-02-27 22:04:55 +00001571HKLM,%CurrentVersion%\Telephony\Country List\53,"InternationalRule",,"119EFG"
1572HKLM,%CurrentVersion%\Telephony\Country List\53,"LongDistanceRule",,"0FG"
1573HKLM,%CurrentVersion%\Telephony\Country List\53,"Name",,"Cuba"
1574HKLM,%CurrentVersion%\Telephony\Country List\53,"SameAreaRule",,"G"
1575
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001576HKLM,%CurrentVersion%\Telephony\Country List\5399,"CountryCode",0x10001,0x00000035
Alexandre Julliard299d5592004-02-27 22:04:55 +00001577HKLM,%CurrentVersion%\Telephony\Country List\5399,"InternationalRule",,"00EFG"
1578HKLM,%CurrentVersion%\Telephony\Country List\5399,"LongDistanceRule",,"0FG"
1579HKLM,%CurrentVersion%\Telephony\Country List\5399,"Name",,"Guantanamo Bay"
1580HKLM,%CurrentVersion%\Telephony\Country List\5399,"SameAreaRule",,"G"
1581
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001582HKLM,%CurrentVersion%\Telephony\Country List\54,"CountryCode",0x10001,0x00000036
Alexandre Julliard299d5592004-02-27 22:04:55 +00001583HKLM,%CurrentVersion%\Telephony\Country List\54,"InternationalRule",,"00EFG"
1584HKLM,%CurrentVersion%\Telephony\Country List\54,"LongDistanceRule",,"0FG"
1585HKLM,%CurrentVersion%\Telephony\Country List\54,"Name",,"Argentina"
1586HKLM,%CurrentVersion%\Telephony\Country List\54,"SameAreaRule",,"G"
1587
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001588HKLM,%CurrentVersion%\Telephony\Country List\55,"CountryCode",0x10001,0x00000037
Alexandre Julliard299d5592004-02-27 22:04:55 +00001589HKLM,%CurrentVersion%\Telephony\Country List\55,"InternationalRule",,"00EFG"
1590HKLM,%CurrentVersion%\Telephony\Country List\55,"LongDistanceRule",,"0FG"
1591HKLM,%CurrentVersion%\Telephony\Country List\55,"Name",,"Brazil"
1592HKLM,%CurrentVersion%\Telephony\Country List\55,"SameAreaRule",,"G"
1593
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001594HKLM,%CurrentVersion%\Telephony\Country List\56,"CountryCode",0x10001,0x00000038
Alexandre Julliard299d5592004-02-27 22:04:55 +00001595HKLM,%CurrentVersion%\Telephony\Country List\56,"InternationalRule",,"00EFG"
1596HKLM,%CurrentVersion%\Telephony\Country List\56,"LongDistanceRule",,"FG"
1597HKLM,%CurrentVersion%\Telephony\Country List\56,"Name",,"Chile"
1598HKLM,%CurrentVersion%\Telephony\Country List\56,"SameAreaRule",,"G"
1599
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001600HKLM,%CurrentVersion%\Telephony\Country List\57,"CountryCode",0x10001,0x00000039
Alexandre Julliard299d5592004-02-27 22:04:55 +00001601HKLM,%CurrentVersion%\Telephony\Country List\57,"InternationalRule",,"009EFG"
1602HKLM,%CurrentVersion%\Telephony\Country List\57,"LongDistanceRule",,"09FG"
1603HKLM,%CurrentVersion%\Telephony\Country List\57,"Name",,"Colombia"
1604HKLM,%CurrentVersion%\Telephony\Country List\57,"SameAreaRule",,"G"
1605
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001606HKLM,%CurrentVersion%\Telephony\Country List\58,"CountryCode",0x10001,0x0000003a
Alexandre Julliard299d5592004-02-27 22:04:55 +00001607HKLM,%CurrentVersion%\Telephony\Country List\58,"InternationalRule",,"00EFG"
1608HKLM,%CurrentVersion%\Telephony\Country List\58,"LongDistanceRule",,"0FG"
1609HKLM,%CurrentVersion%\Telephony\Country List\58,"Name",,"Venezuela"
1610HKLM,%CurrentVersion%\Telephony\Country List\58,"SameAreaRule",,"G"
1611
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001612HKLM,%CurrentVersion%\Telephony\Country List\590,"CountryCode",0x10001,0x0000024e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001613HKLM,%CurrentVersion%\Telephony\Country List\590,"InternationalRule",,"00,EFG"
1614HKLM,%CurrentVersion%\Telephony\Country List\590,"LongDistanceRule",,""
1615HKLM,%CurrentVersion%\Telephony\Country List\590,"Name",,"Guadeloupe"
1616HKLM,%CurrentVersion%\Telephony\Country List\590,"SameAreaRule",,"G"
1617
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001618HKLM,%CurrentVersion%\Telephony\Country List\5901,"CountryCode",0x10001,0x0000024e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001619HKLM,%CurrentVersion%\Telephony\Country List\5901,"InternationalRule",,"00,EFG"
1620HKLM,%CurrentVersion%\Telephony\Country List\5901,"LongDistanceRule",,""
1621HKLM,%CurrentVersion%\Telephony\Country List\5901,"Name",,"French Antilles"
1622HKLM,%CurrentVersion%\Telephony\Country List\5901,"SameAreaRule",,"G"
1623
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001624HKLM,%CurrentVersion%\Telephony\Country List\591,"CountryCode",0x10001,0x0000024f
Alexandre Julliard299d5592004-02-27 22:04:55 +00001625HKLM,%CurrentVersion%\Telephony\Country List\591,"InternationalRule",,"00EFG"
1626HKLM,%CurrentVersion%\Telephony\Country List\591,"LongDistanceRule",,"0FG"
1627HKLM,%CurrentVersion%\Telephony\Country List\591,"Name",,"Bolivia"
1628HKLM,%CurrentVersion%\Telephony\Country List\591,"SameAreaRule",,"G"
1629
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001630HKLM,%CurrentVersion%\Telephony\Country List\592,"CountryCode",0x10001,0x00000250
Alexandre Julliard299d5592004-02-27 22:04:55 +00001631HKLM,%CurrentVersion%\Telephony\Country List\592,"InternationalRule",,"001EFG"
1632HKLM,%CurrentVersion%\Telephony\Country List\592,"LongDistanceRule",,"0FG"
1633HKLM,%CurrentVersion%\Telephony\Country List\592,"Name",,"Guyana"
1634HKLM,%CurrentVersion%\Telephony\Country List\592,"SameAreaRule",,"G"
1635
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001636HKLM,%CurrentVersion%\Telephony\Country List\593,"CountryCode",0x10001,0x00000251
Alexandre Julliard299d5592004-02-27 22:04:55 +00001637HKLM,%CurrentVersion%\Telephony\Country List\593,"InternationalRule",,"00EFG"
1638HKLM,%CurrentVersion%\Telephony\Country List\593,"LongDistanceRule",,"0FG"
1639HKLM,%CurrentVersion%\Telephony\Country List\593,"Name",,"Ecuador"
1640HKLM,%CurrentVersion%\Telephony\Country List\593,"SameAreaRule",,"G"
1641
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001642HKLM,%CurrentVersion%\Telephony\Country List\594,"CountryCode",0x10001,0x00000252
Alexandre Julliard299d5592004-02-27 22:04:55 +00001643HKLM,%CurrentVersion%\Telephony\Country List\594,"InternationalRule",,"00,EFG"
1644HKLM,%CurrentVersion%\Telephony\Country List\594,"LongDistanceRule",,""
1645HKLM,%CurrentVersion%\Telephony\Country List\594,"Name",,"French Guiana"
1646HKLM,%CurrentVersion%\Telephony\Country List\594,"SameAreaRule",,"G"
1647
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001648HKLM,%CurrentVersion%\Telephony\Country List\595,"CountryCode",0x10001,0x00000253
Alexandre Julliard299d5592004-02-27 22:04:55 +00001649HKLM,%CurrentVersion%\Telephony\Country List\595,"InternationalRule",,"00EFG"
1650HKLM,%CurrentVersion%\Telephony\Country List\595,"LongDistanceRule",,"0FG"
1651HKLM,%CurrentVersion%\Telephony\Country List\595,"Name",,"Paraguay"
1652HKLM,%CurrentVersion%\Telephony\Country List\595,"SameAreaRule",,"G"
1653
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001654HKLM,%CurrentVersion%\Telephony\Country List\596,"CountryCode",0x10001,0x00000254
Alexandre Julliard299d5592004-02-27 22:04:55 +00001655HKLM,%CurrentVersion%\Telephony\Country List\596,"InternationalRule",,"00,EFG"
1656HKLM,%CurrentVersion%\Telephony\Country List\596,"LongDistanceRule",,""
1657HKLM,%CurrentVersion%\Telephony\Country List\596,"Name",,"Martinique"
1658HKLM,%CurrentVersion%\Telephony\Country List\596,"SameAreaRule",,"G"
1659
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001660HKLM,%CurrentVersion%\Telephony\Country List\597,"CountryCode",0x10001,0x00000255
Alexandre Julliard299d5592004-02-27 22:04:55 +00001661HKLM,%CurrentVersion%\Telephony\Country List\597,"InternationalRule",,"00EFG"
1662HKLM,%CurrentVersion%\Telephony\Country List\597,"LongDistanceRule",,""
1663HKLM,%CurrentVersion%\Telephony\Country List\597,"Name",,"Suriname"
1664HKLM,%CurrentVersion%\Telephony\Country List\597,"SameAreaRule",,"G"
1665
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001666HKLM,%CurrentVersion%\Telephony\Country List\598,"CountryCode",0x10001,0x00000256
Alexandre Julliard299d5592004-02-27 22:04:55 +00001667HKLM,%CurrentVersion%\Telephony\Country List\598,"InternationalRule",,"00EFG"
1668HKLM,%CurrentVersion%\Telephony\Country List\598,"LongDistanceRule",,"0FG"
1669HKLM,%CurrentVersion%\Telephony\Country List\598,"Name",,"Uruguay"
1670HKLM,%CurrentVersion%\Telephony\Country List\598,"SameAreaRule",,"G"
1671
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001672HKLM,%CurrentVersion%\Telephony\Country List\599,"CountryCode",0x10001,0x00000257
Alexandre Julliard299d5592004-02-27 22:04:55 +00001673HKLM,%CurrentVersion%\Telephony\Country List\599,"InternationalRule",,"00EFG"
1674HKLM,%CurrentVersion%\Telephony\Country List\599,"LongDistanceRule",,"0FG"
1675HKLM,%CurrentVersion%\Telephony\Country List\599,"Name",,"Netherlands Antilles"
1676HKLM,%CurrentVersion%\Telephony\Country List\599,"SameAreaRule",,"G"
1677
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001678HKLM,%CurrentVersion%\Telephony\Country List\60,"CountryCode",0x10001,0x0000003c
Alexandre Julliard299d5592004-02-27 22:04:55 +00001679HKLM,%CurrentVersion%\Telephony\Country List\60,"InternationalRule",,"00EFG"
1680HKLM,%CurrentVersion%\Telephony\Country List\60,"LongDistanceRule",,""
1681HKLM,%CurrentVersion%\Telephony\Country List\60,"Name",,"Malaysia"
1682HKLM,%CurrentVersion%\Telephony\Country List\60,"SameAreaRule",,"G"
1683
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001684HKLM,%CurrentVersion%\Telephony\Country List\61,"CountryCode",0x10001,0x0000003d
Alexandre Julliard299d5592004-02-27 22:04:55 +00001685HKLM,%CurrentVersion%\Telephony\Country List\61,"InternationalRule",,"0011EFG"
1686HKLM,%CurrentVersion%\Telephony\Country List\61,"LongDistanceRule",," 0FG"
1687HKLM,%CurrentVersion%\Telephony\Country List\61,"Name",,"Australia"
1688HKLM,%CurrentVersion%\Telephony\Country List\61,"SameAreaRule",,"G"
1689
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001690HKLM,%CurrentVersion%\Telephony\Country List\6101,"CountryCode",0x10001,0x0000003d
Alexandre Julliard299d5592004-02-27 22:04:55 +00001691HKLM,%CurrentVersion%\Telephony\Country List\6101,"InternationalRule",,"00EFG"
1692HKLM,%CurrentVersion%\Telephony\Country List\6101,"LongDistanceRule",," 0FG"
1693HKLM,%CurrentVersion%\Telephony\Country List\6101,"Name",,"Cocos-Keeling Islands"
1694HKLM,%CurrentVersion%\Telephony\Country List\6101,"SameAreaRule",,"G"
1695
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001696HKLM,%CurrentVersion%\Telephony\Country List\62,"CountryCode",0x10001,0x0000003e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001697HKLM,%CurrentVersion%\Telephony\Country List\62,"InternationalRule",,"001EFG"
1698HKLM,%CurrentVersion%\Telephony\Country List\62,"LongDistanceRule",,"0FG"
1699HKLM,%CurrentVersion%\Telephony\Country List\62,"Name",,"Indonesia"
1700HKLM,%CurrentVersion%\Telephony\Country List\62,"SameAreaRule",,"G"
1701
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001702HKLM,%CurrentVersion%\Telephony\Country List\63,"CountryCode",0x10001,0x0000003f
Alexandre Julliard299d5592004-02-27 22:04:55 +00001703HKLM,%CurrentVersion%\Telephony\Country List\63,"InternationalRule",,"00EFG"
1704HKLM,%CurrentVersion%\Telephony\Country List\63,"LongDistanceRule",,"0FG"
1705HKLM,%CurrentVersion%\Telephony\Country List\63,"Name",,"Philippines"
1706HKLM,%CurrentVersion%\Telephony\Country List\63,"SameAreaRule",,"G"
1707
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001708HKLM,%CurrentVersion%\Telephony\Country List\64,"CountryCode",0x10001,0x00000040
Alexandre Julliard299d5592004-02-27 22:04:55 +00001709HKLM,%CurrentVersion%\Telephony\Country List\64,"InternationalRule",,"00EFG"
1710HKLM,%CurrentVersion%\Telephony\Country List\64,"LongDistanceRule",,"0FG"
1711HKLM,%CurrentVersion%\Telephony\Country List\64,"Name",,"New Zealand"
1712HKLM,%CurrentVersion%\Telephony\Country List\64,"SameAreaRule",,"G"
1713
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001714HKLM,%CurrentVersion%\Telephony\Country List\65,"CountryCode",0x10001,0x00000041
Alexandre Julliard299d5592004-02-27 22:04:55 +00001715HKLM,%CurrentVersion%\Telephony\Country List\65,"InternationalRule",,"001EFG"
1716HKLM,%CurrentVersion%\Telephony\Country List\65,"LongDistanceRule",,""
1717HKLM,%CurrentVersion%\Telephony\Country List\65,"Name",,"Singapore"
1718HKLM,%CurrentVersion%\Telephony\Country List\65,"SameAreaRule",,"G"
1719
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001720HKLM,%CurrentVersion%\Telephony\Country List\66,"CountryCode",0x10001,0x00000042
Alexandre Julliard299d5592004-02-27 22:04:55 +00001721HKLM,%CurrentVersion%\Telephony\Country List\66,"InternationalRule",,"001EFG"
1722HKLM,%CurrentVersion%\Telephony\Country List\66,"LongDistanceRule",,"0FG"
1723HKLM,%CurrentVersion%\Telephony\Country List\66,"Name",,"Thailand"
1724HKLM,%CurrentVersion%\Telephony\Country List\66,"SameAreaRule",,"G"
1725
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001726HKLM,%CurrentVersion%\Telephony\Country List\670,"CountryCode",0x10001,0x0000029e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001727HKLM,%CurrentVersion%\Telephony\Country List\670,"InternationalRule",,"011EFG"
1728HKLM,%CurrentVersion%\Telephony\Country List\670,"LongDistanceRule",," 1FG"
1729HKLM,%CurrentVersion%\Telephony\Country List\670,"Name",,"Saipan Island"
1730HKLM,%CurrentVersion%\Telephony\Country List\670,"SameAreaRule",,"G"
1731
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001732HKLM,%CurrentVersion%\Telephony\Country List\6701,"CountryCode",0x10001,0x0000029e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001733HKLM,%CurrentVersion%\Telephony\Country List\6701,"InternationalRule",,"011EFG"
1734HKLM,%CurrentVersion%\Telephony\Country List\6701,"LongDistanceRule",," 1FG"
1735HKLM,%CurrentVersion%\Telephony\Country List\6701,"Name",,"Rota Island"
1736HKLM,%CurrentVersion%\Telephony\Country List\6701,"SameAreaRule",,"G"
1737
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001738HKLM,%CurrentVersion%\Telephony\Country List\6702,"CountryCode",0x10001,0x0000029e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001739HKLM,%CurrentVersion%\Telephony\Country List\6702,"InternationalRule",,"011EFG"
1740HKLM,%CurrentVersion%\Telephony\Country List\6702,"LongDistanceRule",," 1FG"
1741HKLM,%CurrentVersion%\Telephony\Country List\6702,"Name",,"Tinian Island"
1742HKLM,%CurrentVersion%\Telephony\Country List\6702,"SameAreaRule",,"G"
1743
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001744HKLM,%CurrentVersion%\Telephony\Country List\672,"CountryCode",0x10001,0x000002a0
Alexandre Julliard299d5592004-02-27 22:04:55 +00001745HKLM,%CurrentVersion%\Telephony\Country List\672,"InternationalRule",,"00EFG"
1746HKLM,%CurrentVersion%\Telephony\Country List\672,"LongDistanceRule",,"0FG"
1747HKLM,%CurrentVersion%\Telephony\Country List\672,"Name",,"Christmas Island"
1748HKLM,%CurrentVersion%\Telephony\Country List\672,"SameAreaRule",,"G"
1749
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001750HKLM,%CurrentVersion%\Telephony\Country List\6722,"CountryCode",0x10001,0x000002a0
Alexandre Julliard299d5592004-02-27 22:04:55 +00001751HKLM,%CurrentVersion%\Telephony\Country List\6722,"InternationalRule",,"0101EFG"
1752HKLM,%CurrentVersion%\Telephony\Country List\6722,"LongDistanceRule",,""
1753HKLM,%CurrentVersion%\Telephony\Country List\6722,"Name",,"Norfolk Island"
1754HKLM,%CurrentVersion%\Telephony\Country List\6722,"SameAreaRule",,"G"
1755
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001756HKLM,%CurrentVersion%\Telephony\Country List\673,"CountryCode",0x10001,0x000002a1
Alexandre Julliard299d5592004-02-27 22:04:55 +00001757HKLM,%CurrentVersion%\Telephony\Country List\673,"InternationalRule",,"00EFG"
1758HKLM,%CurrentVersion%\Telephony\Country List\673,"LongDistanceRule",,"0FG"
1759HKLM,%CurrentVersion%\Telephony\Country List\673,"Name",,"Brunei"
1760HKLM,%CurrentVersion%\Telephony\Country List\673,"SameAreaRule",,"G"
1761
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001762HKLM,%CurrentVersion%\Telephony\Country List\674,"CountryCode",0x10001,0x000002a2
Alexandre Julliard299d5592004-02-27 22:04:55 +00001763HKLM,%CurrentVersion%\Telephony\Country List\674,"InternationalRule",,"00EFG"
1764HKLM,%CurrentVersion%\Telephony\Country List\674,"LongDistanceRule",,""
1765HKLM,%CurrentVersion%\Telephony\Country List\674,"Name",,"Nauru"
1766HKLM,%CurrentVersion%\Telephony\Country List\674,"SameAreaRule",,"G"
1767
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001768HKLM,%CurrentVersion%\Telephony\Country List\675,"CountryCode",0x10001,0x000002a3
Alexandre Julliard299d5592004-02-27 22:04:55 +00001769HKLM,%CurrentVersion%\Telephony\Country List\675,"InternationalRule",,"05EFG"
1770HKLM,%CurrentVersion%\Telephony\Country List\675,"LongDistanceRule",,""
1771HKLM,%CurrentVersion%\Telephony\Country List\675,"Name",,"Papua New Guinea"
1772HKLM,%CurrentVersion%\Telephony\Country List\675,"SameAreaRule",,"G"
1773
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001774HKLM,%CurrentVersion%\Telephony\Country List\676,"CountryCode",0x10001,0x000002a4
Alexandre Julliard299d5592004-02-27 22:04:55 +00001775HKLM,%CurrentVersion%\Telephony\Country List\676,"InternationalRule",,"00EFG"
1776HKLM,%CurrentVersion%\Telephony\Country List\676,"LongDistanceRule",,""
1777HKLM,%CurrentVersion%\Telephony\Country List\676,"Name",,"Tonga"
1778HKLM,%CurrentVersion%\Telephony\Country List\676,"SameAreaRule",,"G"
1779
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001780HKLM,%CurrentVersion%\Telephony\Country List\677,"CountryCode",0x10001,0x000002a5
Alexandre Julliard299d5592004-02-27 22:04:55 +00001781HKLM,%CurrentVersion%\Telephony\Country List\677,"InternationalRule",,"00EFG"
1782HKLM,%CurrentVersion%\Telephony\Country List\677,"LongDistanceRule",,""
1783HKLM,%CurrentVersion%\Telephony\Country List\677,"Name",,"Solomon Islands"
1784HKLM,%CurrentVersion%\Telephony\Country List\677,"SameAreaRule",,"G"
1785
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001786HKLM,%CurrentVersion%\Telephony\Country List\678,"CountryCode",0x10001,0x000002a6
Alexandre Julliard299d5592004-02-27 22:04:55 +00001787HKLM,%CurrentVersion%\Telephony\Country List\678,"InternationalRule",,"00EFG"
1788HKLM,%CurrentVersion%\Telephony\Country List\678,"LongDistanceRule",,""
1789HKLM,%CurrentVersion%\Telephony\Country List\678,"Name",,"Vanuatu"
1790HKLM,%CurrentVersion%\Telephony\Country List\678,"SameAreaRule",,"G"
1791
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001792HKLM,%CurrentVersion%\Telephony\Country List\679,"CountryCode",0x10001,0x000002a7
Alexandre Julliard299d5592004-02-27 22:04:55 +00001793HKLM,%CurrentVersion%\Telephony\Country List\679,"InternationalRule",,"05EFG"
1794HKLM,%CurrentVersion%\Telephony\Country List\679,"LongDistanceRule",,""
1795HKLM,%CurrentVersion%\Telephony\Country List\679,"Name",,"Fiji Islands"
1796HKLM,%CurrentVersion%\Telephony\Country List\679,"SameAreaRule",,"G"
1797
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001798HKLM,%CurrentVersion%\Telephony\Country List\680,"CountryCode",0x10001,0x000002a8
Alexandre Julliard299d5592004-02-27 22:04:55 +00001799HKLM,%CurrentVersion%\Telephony\Country List\680,"InternationalRule",,"00EFG"
1800HKLM,%CurrentVersion%\Telephony\Country List\680,"LongDistanceRule",,""
1801HKLM,%CurrentVersion%\Telephony\Country List\680,"Name",,"Palau"
1802HKLM,%CurrentVersion%\Telephony\Country List\680,"SameAreaRule",,"G"
1803
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001804HKLM,%CurrentVersion%\Telephony\Country List\681,"CountryCode",0x10001,0x000002a9
Alexandre Julliard299d5592004-02-27 22:04:55 +00001805HKLM,%CurrentVersion%\Telephony\Country List\681,"InternationalRule",,"00,EFG"
1806HKLM,%CurrentVersion%\Telephony\Country List\681,"LongDistanceRule",,""
1807HKLM,%CurrentVersion%\Telephony\Country List\681,"Name",,"Wallis and Futuna Islands"
1808HKLM,%CurrentVersion%\Telephony\Country List\681,"SameAreaRule",,"G"
1809
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001810HKLM,%CurrentVersion%\Telephony\Country List\682,"CountryCode",0x10001,0x000002aa
Alexandre Julliard299d5592004-02-27 22:04:55 +00001811HKLM,%CurrentVersion%\Telephony\Country List\682,"InternationalRule",,"00EFG"
1812HKLM,%CurrentVersion%\Telephony\Country List\682,"LongDistanceRule",,""
1813HKLM,%CurrentVersion%\Telephony\Country List\682,"Name",,"Cook Islands"
1814HKLM,%CurrentVersion%\Telephony\Country List\682,"SameAreaRule",,"G"
1815
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001816HKLM,%CurrentVersion%\Telephony\Country List\683,"CountryCode",0x10001,0x000002ab
Alexandre Julliard299d5592004-02-27 22:04:55 +00001817HKLM,%CurrentVersion%\Telephony\Country List\683,"InternationalRule",,"00EFG"
1818HKLM,%CurrentVersion%\Telephony\Country List\683,"LongDistanceRule",,""
1819HKLM,%CurrentVersion%\Telephony\Country List\683,"Name",,"Niue"
1820HKLM,%CurrentVersion%\Telephony\Country List\683,"SameAreaRule",,"G"
1821
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001822HKLM,%CurrentVersion%\Telephony\Country List\684,"CountryCode",0x10001,0x000002ac
Alexandre Julliard299d5592004-02-27 22:04:55 +00001823HKLM,%CurrentVersion%\Telephony\Country List\684,"InternationalRule",,"1EFG"
1824HKLM,%CurrentVersion%\Telephony\Country List\684,"LongDistanceRule",,""
1825HKLM,%CurrentVersion%\Telephony\Country List\684,"Name",,"American Samoa"
1826HKLM,%CurrentVersion%\Telephony\Country List\684,"SameAreaRule",,"G"
1827
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001828HKLM,%CurrentVersion%\Telephony\Country List\685,"CountryCode",0x10001,0x000002ad
Alexandre Julliard299d5592004-02-27 22:04:55 +00001829HKLM,%CurrentVersion%\Telephony\Country List\685,"InternationalRule",,"0EFG"
1830HKLM,%CurrentVersion%\Telephony\Country List\685,"LongDistanceRule",,""
1831HKLM,%CurrentVersion%\Telephony\Country List\685,"Name",,"Samoa"
1832HKLM,%CurrentVersion%\Telephony\Country List\685,"SameAreaRule",,"G"
1833
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001834HKLM,%CurrentVersion%\Telephony\Country List\686,"CountryCode",0x10001,0x000002ae
Alexandre Julliard299d5592004-02-27 22:04:55 +00001835HKLM,%CurrentVersion%\Telephony\Country List\686,"InternationalRule",,"00EFG"
1836HKLM,%CurrentVersion%\Telephony\Country List\686,"LongDistanceRule",,""
1837HKLM,%CurrentVersion%\Telephony\Country List\686,"Name",,"Kiribati"
1838HKLM,%CurrentVersion%\Telephony\Country List\686,"SameAreaRule",,"G"
1839
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001840HKLM,%CurrentVersion%\Telephony\Country List\687,"CountryCode",0x10001,0x000002af
Alexandre Julliard299d5592004-02-27 22:04:55 +00001841HKLM,%CurrentVersion%\Telephony\Country List\687,"InternationalRule",,"00EFG"
1842HKLM,%CurrentVersion%\Telephony\Country List\687,"LongDistanceRule",,""
1843HKLM,%CurrentVersion%\Telephony\Country List\687,"Name",,"New Caledonia"
1844HKLM,%CurrentVersion%\Telephony\Country List\687,"SameAreaRule",,"G"
1845
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001846HKLM,%CurrentVersion%\Telephony\Country List\688,"CountryCode",0x10001,0x000002b0
Alexandre Julliard299d5592004-02-27 22:04:55 +00001847HKLM,%CurrentVersion%\Telephony\Country List\688,"InternationalRule",,"00EFG"
1848HKLM,%CurrentVersion%\Telephony\Country List\688,"LongDistanceRule",,""
1849HKLM,%CurrentVersion%\Telephony\Country List\688,"Name",,"Tuvalu"
1850HKLM,%CurrentVersion%\Telephony\Country List\688,"SameAreaRule",,"G"
1851
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001852HKLM,%CurrentVersion%\Telephony\Country List\689,"CountryCode",0x10001,0x000002b1
Alexandre Julliard299d5592004-02-27 22:04:55 +00001853HKLM,%CurrentVersion%\Telephony\Country List\689,"InternationalRule",,"00EFG"
1854HKLM,%CurrentVersion%\Telephony\Country List\689,"LongDistanceRule",,""
1855HKLM,%CurrentVersion%\Telephony\Country List\689,"Name",,"French Polynesia"
1856HKLM,%CurrentVersion%\Telephony\Country List\689,"SameAreaRule",,"G"
1857
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001858HKLM,%CurrentVersion%\Telephony\Country List\690,"CountryCode",0x10001,0x000002b2
Alexandre Julliard299d5592004-02-27 22:04:55 +00001859HKLM,%CurrentVersion%\Telephony\Country List\690,"InternationalRule",,"00EFG"
1860HKLM,%CurrentVersion%\Telephony\Country List\690,"LongDistanceRule",,""
1861HKLM,%CurrentVersion%\Telephony\Country List\690,"Name",,"Tokelau"
1862HKLM,%CurrentVersion%\Telephony\Country List\690,"SameAreaRule",,"G"
1863
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001864HKLM,%CurrentVersion%\Telephony\Country List\691,"CountryCode",0x10001,0x000002b3
Alexandre Julliard299d5592004-02-27 22:04:55 +00001865HKLM,%CurrentVersion%\Telephony\Country List\691,"InternationalRule",,"011EFG"
1866HKLM,%CurrentVersion%\Telephony\Country List\691,"LongDistanceRule",,""
1867HKLM,%CurrentVersion%\Telephony\Country List\691,"Name",,"Micronesia, Federated States of"
1868HKLM,%CurrentVersion%\Telephony\Country List\691,"SameAreaRule",,"G"
1869
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001870HKLM,%CurrentVersion%\Telephony\Country List\692,"CountryCode",0x10001,0x000002b4
Alexandre Julliard299d5592004-02-27 22:04:55 +00001871HKLM,%CurrentVersion%\Telephony\Country List\692,"InternationalRule",,"011EFG"
1872HKLM,%CurrentVersion%\Telephony\Country List\692,"LongDistanceRule",,"1FG"
1873HKLM,%CurrentVersion%\Telephony\Country List\692,"Name",,"Marshall Islands"
1874HKLM,%CurrentVersion%\Telephony\Country List\692,"SameAreaRule",,"G"
1875
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001876HKLM,%CurrentVersion%\Telephony\Country List\7,"CountryCode",0x10001,0x00000007
Alexandre Julliard299d5592004-02-27 22:04:55 +00001877HKLM,%CurrentVersion%\Telephony\Country List\7,"InternationalRule",,"8W10EFG"
1878HKLM,%CurrentVersion%\Telephony\Country List\7,"LongDistanceRule",," 8WFG"
1879HKLM,%CurrentVersion%\Telephony\Country List\7,"Name",,"Russia"
1880HKLM,%CurrentVersion%\Telephony\Country List\7,"SameAreaRule",,"G"
1881
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001882HKLM,%CurrentVersion%\Telephony\Country List\705,"CountryCode",0x10001,0x00000007
Alexandre Julliard299d5592004-02-27 22:04:55 +00001883HKLM,%CurrentVersion%\Telephony\Country List\705,"InternationalRule",,"8W10EFG"
1884HKLM,%CurrentVersion%\Telephony\Country List\705,"LongDistanceRule",," 8WFG"
1885HKLM,%CurrentVersion%\Telephony\Country List\705,"Name",,"Kazakhstan"
1886HKLM,%CurrentVersion%\Telephony\Country List\705,"SameAreaRule",,"G"
1887
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001888HKLM,%CurrentVersion%\Telephony\Country List\708,"CountryCode",0x10001,0x00000007
Alexandre Julliard299d5592004-02-27 22:04:55 +00001889HKLM,%CurrentVersion%\Telephony\Country List\708,"InternationalRule",,"8W10EFG"
1890HKLM,%CurrentVersion%\Telephony\Country List\708,"LongDistanceRule",," 8WFG"
1891HKLM,%CurrentVersion%\Telephony\Country List\708,"Name",,"Tajikistan"
1892HKLM,%CurrentVersion%\Telephony\Country List\708,"SameAreaRule",,"G"
1893
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001894HKLM,%CurrentVersion%\Telephony\Country List\800,"CountryCode",0x10001,0x00000320
Alexandre Julliard299d5592004-02-27 22:04:55 +00001895HKLM,%CurrentVersion%\Telephony\Country List\800,"InternationalRule",,""
1896HKLM,%CurrentVersion%\Telephony\Country List\800,"LongDistanceRule",,""
1897HKLM,%CurrentVersion%\Telephony\Country List\800,"Name",,"International Freephone Service"
1898HKLM,%CurrentVersion%\Telephony\Country List\800,"SameAreaRule",,""
1899
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001900HKLM,%CurrentVersion%\Telephony\Country List\81,"CountryCode",0x10001,0x00000051
Alexandre Julliard299d5592004-02-27 22:04:55 +00001901HKLM,%CurrentVersion%\Telephony\Country List\81,"InternationalRule",,"001EFG"
1902HKLM,%CurrentVersion%\Telephony\Country List\81,"LongDistanceRule",,"0FG"
1903HKLM,%CurrentVersion%\Telephony\Country List\81,"Name",,"Japan"
1904HKLM,%CurrentVersion%\Telephony\Country List\81,"SameAreaRule",,"G"
1905
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001906HKLM,%CurrentVersion%\Telephony\Country List\82,"CountryCode",0x10001,0x00000052
Alexandre Julliard299d5592004-02-27 22:04:55 +00001907HKLM,%CurrentVersion%\Telephony\Country List\82,"InternationalRule",,"001EFG"
1908HKLM,%CurrentVersion%\Telephony\Country List\82,"LongDistanceRule",,"0FG"
1909HKLM,%CurrentVersion%\Telephony\Country List\82,"Name",,"Korea (Republic of)"
1910HKLM,%CurrentVersion%\Telephony\Country List\82,"SameAreaRule",,"G"
1911
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001912HKLM,%CurrentVersion%\Telephony\Country List\84,"CountryCode",0x10001,0x00000054
Alexandre Julliard299d5592004-02-27 22:04:55 +00001913HKLM,%CurrentVersion%\Telephony\Country List\84,"InternationalRule",,"00EFG"
1914HKLM,%CurrentVersion%\Telephony\Country List\84,"LongDistanceRule",,"0FG"
1915HKLM,%CurrentVersion%\Telephony\Country List\84,"Name",,"Vietnam"
1916HKLM,%CurrentVersion%\Telephony\Country List\84,"SameAreaRule",,"G"
1917
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001918HKLM,%CurrentVersion%\Telephony\Country List\850,"CountryCode",0x10001,0x00000352
Alexandre Julliard299d5592004-02-27 22:04:55 +00001919HKLM,%CurrentVersion%\Telephony\Country List\850,"InternationalRule",,"00EFG"
1920HKLM,%CurrentVersion%\Telephony\Country List\850,"LongDistanceRule",,""
1921HKLM,%CurrentVersion%\Telephony\Country List\850,"Name",,"Korea (North)"
1922HKLM,%CurrentVersion%\Telephony\Country List\850,"SameAreaRule",,"G"
1923
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001924HKLM,%CurrentVersion%\Telephony\Country List\852,"CountryCode",0x10001,0x00000354
Alexandre Julliard299d5592004-02-27 22:04:55 +00001925HKLM,%CurrentVersion%\Telephony\Country List\852,"InternationalRule",,"001EFG"
1926HKLM,%CurrentVersion%\Telephony\Country List\852,"LongDistanceRule",,""
1927HKLM,%CurrentVersion%\Telephony\Country List\852,"Name",,"Hong Kong S.A.R."
1928HKLM,%CurrentVersion%\Telephony\Country List\852,"SameAreaRule",,"G"
1929
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001930HKLM,%CurrentVersion%\Telephony\Country List\853,"CountryCode",0x10001,0x00000355
Alexandre Julliard299d5592004-02-27 22:04:55 +00001931HKLM,%CurrentVersion%\Telephony\Country List\853,"InternationalRule",,"00EFG"
1932HKLM,%CurrentVersion%\Telephony\Country List\853,"LongDistanceRule",,""
1933HKLM,%CurrentVersion%\Telephony\Country List\853,"Name",,"Macau S.A.R."
1934HKLM,%CurrentVersion%\Telephony\Country List\853,"SameAreaRule",,"G"
1935
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001936HKLM,%CurrentVersion%\Telephony\Country List\855,"CountryCode",0x10001,0x00000357
Alexandre Julliard299d5592004-02-27 22:04:55 +00001937HKLM,%CurrentVersion%\Telephony\Country List\855,"InternationalRule",,"00EFG"
1938HKLM,%CurrentVersion%\Telephony\Country List\855,"LongDistanceRule",,"0FG"
1939HKLM,%CurrentVersion%\Telephony\Country List\855,"Name",,"Cambodia"
1940HKLM,%CurrentVersion%\Telephony\Country List\855,"SameAreaRule",,"G"
1941
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001942HKLM,%CurrentVersion%\Telephony\Country List\856,"CountryCode",0x10001,0x00000358
Alexandre Julliard299d5592004-02-27 22:04:55 +00001943HKLM,%CurrentVersion%\Telephony\Country List\856,"InternationalRule",,"14EFG"
1944HKLM,%CurrentVersion%\Telephony\Country List\856,"LongDistanceRule",,""
1945HKLM,%CurrentVersion%\Telephony\Country List\856,"Name",,"Laos"
1946HKLM,%CurrentVersion%\Telephony\Country List\856,"SameAreaRule",,"G"
1947
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001948HKLM,%CurrentVersion%\Telephony\Country List\86,"CountryCode",0x10001,0x00000056
Alexandre Julliard299d5592004-02-27 22:04:55 +00001949HKLM,%CurrentVersion%\Telephony\Country List\86,"InternationalRule",,"00EFG"
1950HKLM,%CurrentVersion%\Telephony\Country List\86,"LongDistanceRule",,"0FG"
1951HKLM,%CurrentVersion%\Telephony\Country List\86,"Name",,"China"
1952HKLM,%CurrentVersion%\Telephony\Country List\86,"SameAreaRule",,"G"
1953
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001954HKLM,%CurrentVersion%\Telephony\Country List\870,"CountryCode",0x10001,0x00000366
Alexandre Julliard299d5592004-02-27 22:04:55 +00001955HKLM,%CurrentVersion%\Telephony\Country List\870,"InternationalRule",,"00EFG#"
1956HKLM,%CurrentVersion%\Telephony\Country List\870,"LongDistanceRule",,"00EFG#"
1957HKLM,%CurrentVersion%\Telephony\Country List\870,"Name",,"INMARSAT"
1958HKLM,%CurrentVersion%\Telephony\Country List\870,"SameAreaRule",,"00EFG#"
1959
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001960HKLM,%CurrentVersion%\Telephony\Country List\871,"CountryCode",0x10001,0x00000367
Alexandre Julliard299d5592004-02-27 22:04:55 +00001961HKLM,%CurrentVersion%\Telephony\Country List\871,"InternationalRule",,"00EFG#"
1962HKLM,%CurrentVersion%\Telephony\Country List\871,"LongDistanceRule",,"00EFG#"
1963HKLM,%CurrentVersion%\Telephony\Country List\871,"Name",,"INMARSAT (Atlantic-East)"
1964HKLM,%CurrentVersion%\Telephony\Country List\871,"SameAreaRule",,"00EFG#"
1965
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001966HKLM,%CurrentVersion%\Telephony\Country List\872,"CountryCode",0x10001,0x00000368
Alexandre Julliard299d5592004-02-27 22:04:55 +00001967HKLM,%CurrentVersion%\Telephony\Country List\872,"InternationalRule",,"00EFG#"
1968HKLM,%CurrentVersion%\Telephony\Country List\872,"LongDistanceRule",,"00EFG#"
1969HKLM,%CurrentVersion%\Telephony\Country List\872,"Name",,"INMARSAT (Pacific)"
1970HKLM,%CurrentVersion%\Telephony\Country List\872,"SameAreaRule",,"00EFG#"
1971
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001972HKLM,%CurrentVersion%\Telephony\Country List\873,"CountryCode",0x10001,0x00000369
Alexandre Julliard299d5592004-02-27 22:04:55 +00001973HKLM,%CurrentVersion%\Telephony\Country List\873,"InternationalRule",,"00EFG#"
1974HKLM,%CurrentVersion%\Telephony\Country List\873,"LongDistanceRule",,"00EFG#"
1975HKLM,%CurrentVersion%\Telephony\Country List\873,"Name",,"INMARSAT (Indian)"
1976HKLM,%CurrentVersion%\Telephony\Country List\873,"SameAreaRule",,"00EFG#"
1977
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001978HKLM,%CurrentVersion%\Telephony\Country List\874,"CountryCode",0x10001,0x0000036a
Alexandre Julliard299d5592004-02-27 22:04:55 +00001979HKLM,%CurrentVersion%\Telephony\Country List\874,"InternationalRule",,"00EFG#"
1980HKLM,%CurrentVersion%\Telephony\Country List\874,"LongDistanceRule",,"00EFG#"
1981HKLM,%CurrentVersion%\Telephony\Country List\874,"Name",,"INMARSAT (Atlantic-West)"
1982HKLM,%CurrentVersion%\Telephony\Country List\874,"SameAreaRule",,"00EFG#"
1983
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001984HKLM,%CurrentVersion%\Telephony\Country List\880,"CountryCode",0x10001,0x00000370
Alexandre Julliard299d5592004-02-27 22:04:55 +00001985HKLM,%CurrentVersion%\Telephony\Country List\880,"InternationalRule",,"00EFG"
1986HKLM,%CurrentVersion%\Telephony\Country List\880,"LongDistanceRule",,"0FG"
1987HKLM,%CurrentVersion%\Telephony\Country List\880,"Name",,"Bangladesh"
1988HKLM,%CurrentVersion%\Telephony\Country List\880,"SameAreaRule",,"G"
1989
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001990HKLM,%CurrentVersion%\Telephony\Country List\886,"CountryCode",0x10001,0x00000376
Alexandre Julliard299d5592004-02-27 22:04:55 +00001991HKLM,%CurrentVersion%\Telephony\Country List\886,"InternationalRule",,"002EFG"
1992HKLM,%CurrentVersion%\Telephony\Country List\886,"LongDistanceRule",,"0FG"
1993HKLM,%CurrentVersion%\Telephony\Country List\886,"Name",,"Taiwan"
1994HKLM,%CurrentVersion%\Telephony\Country List\886,"SameAreaRule",,"G"
1995
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001996HKLM,%CurrentVersion%\Telephony\Country List\90,"CountryCode",0x10001,0x0000005a
Alexandre Julliard299d5592004-02-27 22:04:55 +00001997HKLM,%CurrentVersion%\Telephony\Country List\90,"InternationalRule",,"00EFG"
1998HKLM,%CurrentVersion%\Telephony\Country List\90,"LongDistanceRule",,"0FG"
1999HKLM,%CurrentVersion%\Telephony\Country List\90,"Name",,"Turkey"
2000HKLM,%CurrentVersion%\Telephony\Country List\90,"SameAreaRule",,"G"
2001
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002002HKLM,%CurrentVersion%\Telephony\Country List\91,"CountryCode",0x10001,0x0000005b
Alexandre Julliard299d5592004-02-27 22:04:55 +00002003HKLM,%CurrentVersion%\Telephony\Country List\91,"InternationalRule",,"00EFG"
2004HKLM,%CurrentVersion%\Telephony\Country List\91,"LongDistanceRule",,"0FG"
2005HKLM,%CurrentVersion%\Telephony\Country List\91,"Name",,"India"
2006HKLM,%CurrentVersion%\Telephony\Country List\91,"SameAreaRule",,"G"
2007
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002008HKLM,%CurrentVersion%\Telephony\Country List\92,"CountryCode",0x10001,0x0000005c
Alexandre Julliard299d5592004-02-27 22:04:55 +00002009HKLM,%CurrentVersion%\Telephony\Country List\92,"InternationalRule",,"00EFG"
2010HKLM,%CurrentVersion%\Telephony\Country List\92,"LongDistanceRule",,"0FG"
2011HKLM,%CurrentVersion%\Telephony\Country List\92,"Name",,"Pakistan"
2012HKLM,%CurrentVersion%\Telephony\Country List\92,"SameAreaRule",,"G"
2013
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002014HKLM,%CurrentVersion%\Telephony\Country List\93,"CountryCode",0x10001,0x0000005d
Alexandre Julliard299d5592004-02-27 22:04:55 +00002015HKLM,%CurrentVersion%\Telephony\Country List\93,"InternationalRule",,"00EFG"
2016HKLM,%CurrentVersion%\Telephony\Country List\93,"LongDistanceRule",,"0FG"
2017HKLM,%CurrentVersion%\Telephony\Country List\93,"Name",,"Afghanistan"
2018HKLM,%CurrentVersion%\Telephony\Country List\93,"SameAreaRule",,"G"
2019
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002020HKLM,%CurrentVersion%\Telephony\Country List\94,"CountryCode",0x10001,0x0000005e
Alexandre Julliard299d5592004-02-27 22:04:55 +00002021HKLM,%CurrentVersion%\Telephony\Country List\94,"InternationalRule",,"00EFG"
2022HKLM,%CurrentVersion%\Telephony\Country List\94,"LongDistanceRule",,"0FG"
2023HKLM,%CurrentVersion%\Telephony\Country List\94,"Name",,"Sri Lanka"
2024HKLM,%CurrentVersion%\Telephony\Country List\94,"SameAreaRule",,"G"
2025
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002026HKLM,%CurrentVersion%\Telephony\Country List\95,"CountryCode",0x10001,0x0000005f
Alexandre Julliard299d5592004-02-27 22:04:55 +00002027HKLM,%CurrentVersion%\Telephony\Country List\95,"InternationalRule",,"0EFG"
2028HKLM,%CurrentVersion%\Telephony\Country List\95,"LongDistanceRule",,""
2029HKLM,%CurrentVersion%\Telephony\Country List\95,"Name",,"Myanmar"
2030HKLM,%CurrentVersion%\Telephony\Country List\95,"SameAreaRule",,"G"
2031
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002032HKLM,%CurrentVersion%\Telephony\Country List\960,"CountryCode",0x10001,0x000003c0
Alexandre Julliard299d5592004-02-27 22:04:55 +00002033HKLM,%CurrentVersion%\Telephony\Country List\960,"InternationalRule",,"00EFG"
2034HKLM,%CurrentVersion%\Telephony\Country List\960,"LongDistanceRule",,""
2035HKLM,%CurrentVersion%\Telephony\Country List\960,"Name",,"Maldives"
2036HKLM,%CurrentVersion%\Telephony\Country List\960,"SameAreaRule",,"G"
2037
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002038HKLM,%CurrentVersion%\Telephony\Country List\961,"CountryCode",0x10001,0x000003c1
Alexandre Julliard299d5592004-02-27 22:04:55 +00002039HKLM,%CurrentVersion%\Telephony\Country List\961,"InternationalRule",,"00EFG"
2040HKLM,%CurrentVersion%\Telephony\Country List\961,"LongDistanceRule",,"0FG"
2041HKLM,%CurrentVersion%\Telephony\Country List\961,"Name",,"Lebanon"
2042HKLM,%CurrentVersion%\Telephony\Country List\961,"SameAreaRule",,"G"
2043
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002044HKLM,%CurrentVersion%\Telephony\Country List\962,"CountryCode",0x10001,0x000003c2
Alexandre Julliard299d5592004-02-27 22:04:55 +00002045HKLM,%CurrentVersion%\Telephony\Country List\962,"InternationalRule",,"00EFG"
2046HKLM,%CurrentVersion%\Telephony\Country List\962,"LongDistanceRule",,"0FG"
2047HKLM,%CurrentVersion%\Telephony\Country List\962,"Name",,"Jordan"
2048HKLM,%CurrentVersion%\Telephony\Country List\962,"SameAreaRule",,"G"
2049
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002050HKLM,%CurrentVersion%\Telephony\Country List\963,"CountryCode",0x10001,0x000003c3
Alexandre Julliard299d5592004-02-27 22:04:55 +00002051HKLM,%CurrentVersion%\Telephony\Country List\963,"InternationalRule",,"00EFG"
2052HKLM,%CurrentVersion%\Telephony\Country List\963,"LongDistanceRule",,"0FG"
2053HKLM,%CurrentVersion%\Telephony\Country List\963,"Name",,"Syria"
2054HKLM,%CurrentVersion%\Telephony\Country List\963,"SameAreaRule",,"G"
2055
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002056HKLM,%CurrentVersion%\Telephony\Country List\964,"CountryCode",0x10001,0x000003c4
Alexandre Julliard299d5592004-02-27 22:04:55 +00002057HKLM,%CurrentVersion%\Telephony\Country List\964,"InternationalRule",,"00EFG"
2058HKLM,%CurrentVersion%\Telephony\Country List\964,"LongDistanceRule",,"FG"
2059HKLM,%CurrentVersion%\Telephony\Country List\964,"Name",,"Iraq"
2060HKLM,%CurrentVersion%\Telephony\Country List\964,"SameAreaRule",,"G"
2061
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002062HKLM,%CurrentVersion%\Telephony\Country List\965,"CountryCode",0x10001,0x000003c5
Alexandre Julliard299d5592004-02-27 22:04:55 +00002063HKLM,%CurrentVersion%\Telephony\Country List\965,"InternationalRule",,"00EFG"
2064HKLM,%CurrentVersion%\Telephony\Country List\965,"LongDistanceRule",,""
2065HKLM,%CurrentVersion%\Telephony\Country List\965,"Name",,"Kuwait"
2066HKLM,%CurrentVersion%\Telephony\Country List\965,"SameAreaRule",,"G"
2067
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002068HKLM,%CurrentVersion%\Telephony\Country List\966,"CountryCode",0x10001,0x000003c6
Alexandre Julliard299d5592004-02-27 22:04:55 +00002069HKLM,%CurrentVersion%\Telephony\Country List\966,"InternationalRule",,"00EFG"
2070HKLM,%CurrentVersion%\Telephony\Country List\966,"LongDistanceRule",,"0FG"
2071HKLM,%CurrentVersion%\Telephony\Country List\966,"Name",,"Saudi Arabia"
2072HKLM,%CurrentVersion%\Telephony\Country List\966,"SameAreaRule",,"G"
2073
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002074HKLM,%CurrentVersion%\Telephony\Country List\967,"CountryCode",0x10001,0x000003c7
Alexandre Julliard299d5592004-02-27 22:04:55 +00002075HKLM,%CurrentVersion%\Telephony\Country List\967,"InternationalRule",,"00EFG"
2076HKLM,%CurrentVersion%\Telephony\Country List\967,"LongDistanceRule",,"0FG"
2077HKLM,%CurrentVersion%\Telephony\Country List\967,"Name",,"Yemen"
2078HKLM,%CurrentVersion%\Telephony\Country List\967,"SameAreaRule",,"G"
2079
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002080HKLM,%CurrentVersion%\Telephony\Country List\968,"CountryCode",0x10001,0x000003c8
Alexandre Julliard299d5592004-02-27 22:04:55 +00002081HKLM,%CurrentVersion%\Telephony\Country List\968,"InternationalRule",,"00EFG"
2082HKLM,%CurrentVersion%\Telephony\Country List\968,"LongDistanceRule",,""
2083HKLM,%CurrentVersion%\Telephony\Country List\968,"Name",,"Oman"
2084HKLM,%CurrentVersion%\Telephony\Country List\968,"SameAreaRule",,"G"
2085
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002086HKLM,%CurrentVersion%\Telephony\Country List\971,"CountryCode",0x10001,0x000003cb
Alexandre Julliard299d5592004-02-27 22:04:55 +00002087HKLM,%CurrentVersion%\Telephony\Country List\971,"InternationalRule",,"00EFG"
2088HKLM,%CurrentVersion%\Telephony\Country List\971,"LongDistanceRule",,"0FG"
2089HKLM,%CurrentVersion%\Telephony\Country List\971,"Name",,"United Arab Emirates"
2090HKLM,%CurrentVersion%\Telephony\Country List\971,"SameAreaRule",,"G"
2091
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002092HKLM,%CurrentVersion%\Telephony\Country List\972,"CountryCode",0x10001,0x000003cc
Alexandre Julliard299d5592004-02-27 22:04:55 +00002093HKLM,%CurrentVersion%\Telephony\Country List\972,"InternationalRule",,"00EFG"
2094HKLM,%CurrentVersion%\Telephony\Country List\972,"LongDistanceRule",,"0FG"
2095HKLM,%CurrentVersion%\Telephony\Country List\972,"Name",,"Israel"
2096HKLM,%CurrentVersion%\Telephony\Country List\972,"SameAreaRule",,"G"
2097
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002098HKLM,%CurrentVersion%\Telephony\Country List\973,"CountryCode",0x10001,0x000003cd
Alexandre Julliard299d5592004-02-27 22:04:55 +00002099HKLM,%CurrentVersion%\Telephony\Country List\973,"InternationalRule",,"0EFG"
2100HKLM,%CurrentVersion%\Telephony\Country List\973,"LongDistanceRule",,""
2101HKLM,%CurrentVersion%\Telephony\Country List\973,"Name",,"Bahrain"
2102HKLM,%CurrentVersion%\Telephony\Country List\973,"SameAreaRule",,"G"
2103
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002104HKLM,%CurrentVersion%\Telephony\Country List\974,"CountryCode",0x10001,0x000003ce
Alexandre Julliard299d5592004-02-27 22:04:55 +00002105HKLM,%CurrentVersion%\Telephony\Country List\974,"InternationalRule",,"0EFG"
2106HKLM,%CurrentVersion%\Telephony\Country List\974,"LongDistanceRule",,""
2107HKLM,%CurrentVersion%\Telephony\Country List\974,"Name",,"Qatar"
2108HKLM,%CurrentVersion%\Telephony\Country List\974,"SameAreaRule",,"G"
2109
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002110HKLM,%CurrentVersion%\Telephony\Country List\975,"CountryCode",0x10001,0x000003cf
Alexandre Julliard299d5592004-02-27 22:04:55 +00002111HKLM,%CurrentVersion%\Telephony\Country List\975,"InternationalRule",,"00EFG"
2112HKLM,%CurrentVersion%\Telephony\Country List\975,"LongDistanceRule",,""
2113HKLM,%CurrentVersion%\Telephony\Country List\975,"Name",,"Bhutan"
2114HKLM,%CurrentVersion%\Telephony\Country List\975,"SameAreaRule",,"G"
2115
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002116HKLM,%CurrentVersion%\Telephony\Country List\976,"CountryCode",0x10001,0x000003d0
Alexandre Julliard299d5592004-02-27 22:04:55 +00002117HKLM,%CurrentVersion%\Telephony\Country List\976,"InternationalRule",,"00EFG"
2118HKLM,%CurrentVersion%\Telephony\Country List\976,"LongDistanceRule",,"0FG"
2119HKLM,%CurrentVersion%\Telephony\Country List\976,"Name",,"Mongolia"
2120HKLM,%CurrentVersion%\Telephony\Country List\976,"SameAreaRule",,"G"
2121
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002122HKLM,%CurrentVersion%\Telephony\Country List\977,"CountryCode",0x10001,0x000003d1
Alexandre Julliard299d5592004-02-27 22:04:55 +00002123HKLM,%CurrentVersion%\Telephony\Country List\977,"InternationalRule",,"00EFG"
2124HKLM,%CurrentVersion%\Telephony\Country List\977,"LongDistanceRule",,""
2125HKLM,%CurrentVersion%\Telephony\Country List\977,"Name",,"Nepal"
2126HKLM,%CurrentVersion%\Telephony\Country List\977,"SameAreaRule",,"G"
2127
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002128HKLM,%CurrentVersion%\Telephony\Country List\98,"CountryCode",0x10001,0x00000062
Alexandre Julliard299d5592004-02-27 22:04:55 +00002129HKLM,%CurrentVersion%\Telephony\Country List\98,"InternationalRule",,"00EFG"
2130HKLM,%CurrentVersion%\Telephony\Country List\98,"LongDistanceRule",,"FG"
2131HKLM,%CurrentVersion%\Telephony\Country List\98,"Name",,"Iran"
2132HKLM,%CurrentVersion%\Telephony\Country List\98,"SameAreaRule",,"G"
2133
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002134HKLM,%CurrentVersion%\Telephony\Country List\993,"CountryCode",0x10001,0x000003e1
Alexandre Julliard299d5592004-02-27 22:04:55 +00002135HKLM,%CurrentVersion%\Telephony\Country List\993,"InternationalRule",,"8W10EFG"
2136HKLM,%CurrentVersion%\Telephony\Country List\993,"LongDistanceRule",," 8WFG"
2137HKLM,%CurrentVersion%\Telephony\Country List\993,"Name",,"Turkmenistan"
2138HKLM,%CurrentVersion%\Telephony\Country List\993,"SameAreaRule",,"G"
2139
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002140HKLM,%CurrentVersion%\Telephony\Country List\994,"CountryCode",0x10001,0x000003e2
Alexandre Julliard299d5592004-02-27 22:04:55 +00002141HKLM,%CurrentVersion%\Telephony\Country List\994,"InternationalRule",,"8W10EFG"
2142HKLM,%CurrentVersion%\Telephony\Country List\994,"LongDistanceRule",," 8WFG"
2143HKLM,%CurrentVersion%\Telephony\Country List\994,"Name",,"Azerbaijan"
2144HKLM,%CurrentVersion%\Telephony\Country List\994,"SameAreaRule",,"G"
2145
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002146HKLM,%CurrentVersion%\Telephony\Country List\995,"CountryCode",0x10001,0x000003e3
Alexandre Julliard299d5592004-02-27 22:04:55 +00002147HKLM,%CurrentVersion%\Telephony\Country List\995,"InternationalRule",,"8W10EFG"
2148HKLM,%CurrentVersion%\Telephony\Country List\995,"LongDistanceRule",," 8WFG"
2149HKLM,%CurrentVersion%\Telephony\Country List\995,"Name",,"Georgia"
2150HKLM,%CurrentVersion%\Telephony\Country List\995,"SameAreaRule",,"G"
2151
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002152HKLM,%CurrentVersion%\Telephony\Country List\996,"CountryCode",0x10001,0x000003e4
Alexandre Julliard299d5592004-02-27 22:04:55 +00002153HKLM,%CurrentVersion%\Telephony\Country List\996,"InternationalRule",,"00EFG"
2154HKLM,%CurrentVersion%\Telephony\Country List\996,"LongDistanceRule",,"8FG"
2155HKLM,%CurrentVersion%\Telephony\Country List\996,"Name",,"Kyrgyzstan"
2156HKLM,%CurrentVersion%\Telephony\Country List\996,"SameAreaRule",,"G"
2157
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002158HKLM,%CurrentVersion%\Telephony\Country List\998,"CountryCode",0x10001,0x000003e6
Alexandre Julliard299d5592004-02-27 22:04:55 +00002159HKLM,%CurrentVersion%\Telephony\Country List\998,"InternationalRule",,"8W10EFG"
2160HKLM,%CurrentVersion%\Telephony\Country List\998,"LongDistanceRule",," 8WFG"
2161HKLM,%CurrentVersion%\Telephony\Country List\998,"Name",,"Uzbekistan"
2162HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
2163
2164[RegisterDllsSection]
Alexandre Julliard75b7dda2007-11-15 11:30:15 +01002165;;some dlls have to be registered first
216611,,ole32.dll,1
216711,,oleaut32.dll,1
216811,,shell32.dll,1
2169
Rob Shearman121048a2007-12-07 16:04:07 +0000217011,,actxprxy.dll,1
Christian Costa76b77872004-03-09 01:29:56 +0000217111,,amstream.dll,1
Steven Edwardsbe2c0202004-08-13 00:38:59 +0000217211,,atl.dll,1
217311,,avifil32.dll,1
Mikołaj Zalewskiea0361f2007-02-05 17:51:05 +0100217411,,browseui.dll,1
Alexandre Julliard299d5592004-02-27 22:04:55 +0000217511,,comcat.dll,1
Alexandre Julliard6790cdb2007-08-14 12:31:27 +0200217611,,comctl32.dll,2
Juan Lang6974ab52007-10-23 12:54:39 -0700217711,,cryptnet.dll,1
Christian Costa7590fe52004-06-03 00:03:23 +0000217811,,d3dxof.dll,1
Alexandre Julliard299d5592004-02-27 22:04:55 +0000217911,,ddraw.dll,1
Francois Gouget4c93eb2e2007-01-05 18:48:33 +0100218011,,ddrawex.dll,1
Alexandre Julliard299d5592004-02-27 22:04:55 +0000218111,,devenum.dll,1
James Perry4fbafc12004-04-06 20:09:45 +0000218211,,dinput.dll,1
Francois Gouget168b3002007-01-05 18:48:18 +0100218311,,dinput8.dll,1
Alexandre Julliard299d5592004-02-27 22:04:55 +0000218411,,dmband.dll,1
218511,,dmcompos.dll,1
218611,,dmime.dll,1
218711,,dmloader.dll,1
218811,,dmscript.dll,1
218911,,dmstyle.dll,1
219011,,dmsynth.dll,1
219111,,dmusic.dll,1
219211,,dplayx.dll,1
Raphael Junqueira5f3f2142004-04-07 20:39:00 +0000219311,,dpnet.dll,1
Alexandre Julliard299d5592004-02-27 22:04:55 +0000219411,,dsound.dll,1
219511,,dswave.dll,1
Raphael Junqueira033ae922004-04-16 00:26:14 +0000219611,,dxdiagn.dll,1
Stefan Leichter560462a2004-08-23 18:50:54 +0000219711,,hhctrl.ocx,1
Mike McCormackb23b4f52006-06-06 20:42:39 +0900219811,,hlink.dll,1
Jacek Cabane15b6092007-11-02 19:51:53 +0100219911,,iexplore.exe,1
Alexandre Julliarda97d6552007-11-15 11:31:17 +0100220011,,inetcomm.dll,1
Mike McCormack510fc112006-08-10 22:40:39 +0900220111,,infosoft.dll,1
Mike McCormack705178f2006-06-16 19:43:02 +0900220211,,inseng.dll,1
James Hawkinsb0322432005-08-23 18:17:03 +0000220311,,itss.dll,1
Jacek Cabanf460cbf2008-03-21 13:02:10 +0100220411,,jscript.dll,1
Steven Edwardsb1bb7222004-08-30 19:30:17 +0000220511,,mlang.dll,1
Jacek Caban4378e772005-06-25 17:58:58 +0000220611,,mshtml.dll,1
Raphael Junqueira9191a9c2004-03-30 20:42:06 +0000220711,,msi.dll,1
Alexandre Julliard09805612006-09-08 13:41:02 +0200220811,,msiexec.exe,1
Jacek Caban4565b4f2007-10-18 16:16:23 +0200220911,,msimtf.dll,1
Mike McCormack8e5c32a2005-08-12 11:20:26 +0000221011,,msxml3.dll,1
Francois Gougetfa053b72007-01-05 18:47:55 +0100221111,,objsel.dll,1
Maarten Lankhorstbae4a542005-06-16 09:42:54 +0000221211,,qcap.dll,1
Lei Zhangf4f7a5c2008-02-13 14:10:12 -0800221311,,qedit.dll,1
Roy Shea313a9032008-02-11 11:09:02 -0800221411,,qmgr.dll,1
221511,,qmgrprxy.dll,1
Alexandre Julliard299d5592004-02-27 22:04:55 +0000221611,,quartz.dll,1
Michael Jung64dce8a2004-11-04 21:15:32 +0000221711,,rsaenh.dll,1
Alexandre Julliard299d5592004-02-27 22:04:55 +0000221811,,shdocvw.dll,1
Alexandre Julliard299d5592004-02-27 22:04:55 +0000221911,,urlmon.dll,1
Paul Vriens7b75ec22006-09-05 09:00:03 +0200222011,,wintrust.dll,1
Alexandre Julliard299d5592004-02-27 22:04:55 +00002221
Alexandre Julliardd404fb52006-03-21 11:40:11 +01002222[FakeDllsSection]
Alexandre Julliard89d63f02008-04-17 20:37:00 +02002223; create some directories first
222410,inf,
222510,system,
222610,temp,
222711,spool\drivers\color,
Damjan Jovanovicb76a77b2007-05-07 08:28:51 +0200222810,,explorer.exe
James Hawkins26424a02008-02-15 17:38:45 -0600222910,,hh.exe
Alexandre Julliardd404fb52006-03-21 11:40:11 +0100223010,,notepad.exe
223110,,regedit.exe
Lei Zhang8942b782007-08-20 17:46:45 -0700223210,,twain_32.dll
Alexandre Julliardd404fb52006-03-21 11:40:11 +0100223310,,winhelp.exe
Alexandre Julliarda795f362008-05-13 18:43:27 +0200223410,,winhlp32.exe
Alexandre Julliardd404fb52006-03-21 11:40:11 +0100223510,command,start.exe
Rob Shearman121048a2007-12-07 16:04:07 +0000223611,,actxprxy.dll
Vitaly Lipatov94dcabe2006-03-26 15:30:58 +0400223711,,advapi32.dll
Louis. Lenders8cc69972006-06-14 09:58:28 +0100223811,,advpack.dll
Hans Leidekkerfe329a62007-03-19 12:01:33 +0100223911,,cabinet.dll
Dan Kegel39857442006-09-03 21:13:08 -0700224011,,cmd.exe
Saulius Krasuckasb53f84e2006-05-09 12:10:42 +0300224111,,comctl32.dll
Vitaly Lipatov94dcabe2006-03-26 15:30:58 +0400224211,,comdlg32.dll
Alexandre Julliardd404fb52006-03-21 11:40:11 +0100224311,,control.exe
Vitaly Lipatov94dcabe2006-03-26 15:30:58 +0400224411,,crypt32.dll
James Hawkinsce24c2a2006-06-20 01:07:46 -0700224511,,d3d8.dll
Louis. Lenders1bc79832006-10-06 09:19:54 +0100224611,,d3d9.dll
Eric Pouecheb834b32006-04-10 11:39:27 +0200224711,,dbghelp.dll
Marcus Meissner36551e92006-10-03 21:39:15 +0200224811,,ddhelp.exe
Jonathan Ernst1e408c92006-03-28 11:36:30 +0200224911,,ddraw.dll
Justin Chevrier3d707dc2008-03-25 00:14:47 -0400225011,,dosx.exe
Marcus Meissner36551e92006-10-03 21:39:15 +0200225111,,dsound.dll
225211,,dsound.vxd
Vitaly Lipatov94dcabe2006-03-26 15:30:58 +0400225311,,gdi32.dll
Louis Lenders3175fc52008-05-28 17:38:57 +0000225411,,glu32.dll
James Hawkinsefa638f2006-04-03 23:36:46 -0500225511,,hhctrl.ocx
Vitaliy Margolen78c0dd92006-05-20 22:46:13 -0600225611,,imaadp32.acm
225711,,imagehlp.dll
James Hawkins0d2f7322008-02-15 17:40:35 -0600225811,,itircl.dll
225911,,itss.dll
Vitaly Lipatov94dcabe2006-03-26 15:30:58 +0400226011,,kernel32.dll
Vitaliy Margolen78c0dd92006-05-20 22:46:13 -0600226111,,msadp32.acm
226211,,msg711.acm
Dan Kegel374db632007-10-24 20:15:51 -0700226311,,mshtml.dll
Hans Leidekkerac962be2006-07-10 22:18:19 +0200226411,,msi.dll
Alexandre Julliardd404fb52006-03-21 11:40:11 +0100226511,,msiexec.exe
Vitaly Lipatov94dcabe2006-03-26 15:30:58 +0400226611,,msvcrt.dll
Detlef Riekenberg14ac9c92007-12-03 05:19:33 +0100226711,,msxml3.dll
Alexandre Julliardd404fb52006-03-21 11:40:11 +0100226811,,notepad.exe
Vitaly Lipatov94dcabe2006-03-26 15:30:58 +0400226911,,ntdll.dll
Louis Lendersd5a761a2006-08-24 22:06:55 +0100227011,,ole32.dll
227111,,oleaut32.dll
David Hedberg24564732007-09-03 04:30:33 +0200227211,,oledlg.dll
Louis Lendersd5a761a2006-08-24 22:06:55 +0100227311,,olepro32.dll
Dan Kegel39857442006-09-03 21:13:08 -0700227411,,opengl32.dll
Alexandre Julliardd404fb52006-03-21 11:40:11 +0100227511,,progman.exe
Chris Spencer3e760832007-10-01 17:34:55 +0100227611,,psapi.dll
Chris Robinson2d592422007-02-13 14:34:45 -0800227711,,quartz.dll
Alexandre Julliardd404fb52006-03-21 11:40:11 +0100227811,,regsvr32.exe
Louis Lendersd5a761a2006-08-24 22:06:55 +0100227911,,riched20.dll
228011,,riched32.dll
Vitaly Lipatov94dcabe2006-03-26 15:30:58 +0400228111,,rpcrt4.dll
Detlef Riekenberg14ac9c92007-12-03 05:19:33 +0100228211,,rsabase.dll
228311,,rsaenh.dll
Juan Langc6bf5102007-03-19 18:08:53 -0700228411,,rundll32.exe
Detlef Riekenberg14ac9c92007-12-03 05:19:33 +0100228511,,schannel.dll
Austin Englishc154b022008-05-14 10:58:44 -0500228611,,sensapi.dll
Louis Lenders454d5cd2006-11-18 20:32:54 +0000228711,,setupapi.dll
Vitaly Lipatov94dcabe2006-03-26 15:30:58 +0400228811,,shdocvw.dll
228911,,shell32.dll
229011,,shfolder.dll
229111,,shlwapi.dll
Louis Lendersd5a761a2006-08-24 22:06:55 +0100229211,,urlmon.dll
Vitaly Lipatov94dcabe2006-03-26 15:30:58 +0400229311,,user32.dll
229411,,version.dll
Michael Moss4a8d26a2008-04-04 14:08:41 -0700229511,,winebrowser.exe
Alexandre Julliarda795f362008-05-13 18:43:27 +0200229611,,winhlp32.exe
Louis Lendersd5a761a2006-08-24 22:06:55 +0100229711,,wininet.dll
Vitaly Lipatov94dcabe2006-03-26 15:30:58 +0400229811,,winmm.dll
Louis Lendersd5a761a2006-08-24 22:06:55 +0100229911,,winspool.drv
Alexandre Julliardd404fb52006-03-21 11:40:11 +0100230011,,winver.exe
Vitaly Lipatov94dcabe2006-03-26 15:30:58 +0400230111,,ws2_32.dll
230211,,wsock32.dll
Alexandre Julliard84308ff2008-03-28 17:26:09 +0100230312,,mountmgr.sys
Vitaliy Margolen70995ed2007-05-24 07:50:10 -0600230416422,Internet Explorer,iexplore.exe
Alexandre Julliardd404fb52006-03-21 11:40:11 +01002305
Alexandre Julliard299d5592004-02-27 22:04:55 +00002306[SystemIni]
Jeff Zaroykoc6d0d6d2008-04-28 19:21:45 +10002307system.ini, mci,,"MPEGVideo=mciqtz.drv"
2308system.ini, mci,,"MPEGVideo2=mciqtz.drv"
2309system.ini, mci,,"avivideo=mciavi32.dll"
2310system.ini, mci,,"cdaudio=mcicda.dll"
2311system.ini, mci,,"sequencer=mciseq.dll"
2312system.ini, mci,,"vcr=mcivisca.drv"
2313system.ini, mci,,"; videodisc=mcipionr.drv"
2314system.ini, mci,,"waveaudio=mciwave.dll"
Alexandre Julliard299d5592004-02-27 22:04:55 +00002315
Jeff Zaroykoc6d0d6d2008-04-28 19:21:45 +10002316system.ini, drivers32,,"msacm.imaadpcm=imaadp32.acm"
2317system.ini, drivers32,,"msacm.msadpcm=msadp32.acm"
2318system.ini, drivers32,,"msacm.msg711=msg711.acm"
2319system.ini, drivers32,,"msacm.winemp3=winemp3.acm"
2320system.ini, drivers32,,"vidc.mrle=msrle32.dll"
2321system.ini, drivers32,,"vidc.msvc=msvidc32.dll"
2322system.ini, drivers32,,"vidc.cvid=iccvid.dll"
2323system.ini, drivers32,,"; vidc.IV50=ir50_32.dll"
2324system.ini, drivers32,,"; vidc.IV31=ir32_32.dll"
2325system.ini, drivers32,,"; vidc.IV32=ir32_32.dll"
Vitaliy Margolen3a547b02005-11-14 15:11:26 +00002326
Mike McCormack00775822005-11-15 18:18:27 +00002327[Timezones]
Francois Gouget17382dd2007-02-21 17:41:39 +01002328; The timezone information (TZI field) comes from the Olson timezone database
2329; http://www.twinsun.com/tz/tz-link.htm
2330; The mapping of Windows timezone names to Olson Tzids is based on the
2331; Unicode.org CLDR data:
2332; http://unicode.org/cldr/data/diff/supplemental/windows_tzid.html
Dmitry Timoshkov529f25d2008-03-30 18:38:39 +09002333HKLM,%CurrentVersionNT%\Time Zones\Afghanistan Standard Time,"Display",,"Asia/Kabul"
2334HKLM,%CurrentVersionNT%\Time Zones\Afghanistan Standard Time,"Dlt",,"Afghanistan Daylight Time"
2335HKLM,%CurrentVersionNT%\Time Zones\Afghanistan Standard Time,"Std",,"Afghanistan Standard Time"
2336HKLM,%CurrentVersionNT%\Time Zones\Afghanistan Standard Time,"TZI",1,f2,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
Francois Gouget17382dd2007-02-21 17:41:39 +01002337HKLM,%CurrentVersionNT%\Time Zones\Alaskan Standard Time,"Display",,"America/Anchorage"
Mike McCormack00775822005-11-15 18:18:27 +00002338HKLM,%CurrentVersionNT%\Time Zones\Alaskan Standard Time,"Dlt",,"Alaskan Daylight Time"
2339HKLM,%CurrentVersionNT%\Time Zones\Alaskan Standard Time,"Std",,"Alaskan Standard Time"
Francois Gouget17382dd2007-02-21 17:41:39 +01002340HKLM,%CurrentVersionNT%\Time Zones\Alaskan Standard Time,"TZI",1,1c,02,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,00,00,00,01,00,02,00,00,00,00,00,00,00,00,00,03,00,00,00,02,00,02,00,00,00,00,00,00,00
Dmitry Timoshkov529f25d2008-03-30 18:38:39 +09002341HKLM,%CurrentVersionNT%\Time Zones\Arab Standard Time,"Display",,"Asia/Riyadh"
2342HKLM,%CurrentVersionNT%\Time Zones\Arab Standard Time,"Dlt",,"Arab Daylight Time"
2343HKLM,%CurrentVersionNT%\Time Zones\Arab Standard Time,"Std",,"Arab Standard Time"
2344HKLM,%CurrentVersionNT%\Time Zones\Arab Standard Time,"TZI",1,4c,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2345HKLM,%CurrentVersionNT%\Time Zones\Arabian Standard Time,"Display",,"Asia/Muscat"
2346HKLM,%CurrentVersionNT%\Time Zones\Arabian Standard Time,"Dlt",,"Arabian Daylight Time"
2347HKLM,%CurrentVersionNT%\Time Zones\Arabian Standard Time,"Std",,"Arabian Standard Time"
2348HKLM,%CurrentVersionNT%\Time Zones\Arabian Standard Time,"TZI",1,10,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2349HKLM,%CurrentVersionNT%\Time Zones\Arabic Standard Time,"Display",,"Asia/Baghdad"
2350HKLM,%CurrentVersionNT%\Time Zones\Arabic Standard Time,"Dlt",,"Arabic Daylight Time"
2351HKLM,%CurrentVersionNT%\Time Zones\Arabic Standard Time,"Std",,"Arabic Standard Time"
2352HKLM,%CurrentVersionNT%\Time Zones\Arabic Standard Time,"TZI",1,4c,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,03,00,01,00,04,00,00,00,00,00,00,00,00,00,04,00,02,00,01,00,03,00,00,00,00,00,00,00
2353HKLM,%CurrentVersionNT%\Time Zones\Armenian Standard Time,"Display",,"Asia/Yerevan"
2354HKLM,%CurrentVersionNT%\Time Zones\Armenian Standard Time,"Dlt",,"Armenian Daylight Time"
2355HKLM,%CurrentVersionNT%\Time Zones\Armenian Standard Time,"Std",,"Armenian Standard Time"
2356HKLM,%CurrentVersionNT%\Time Zones\Armenian Standard Time,"TZI",1,10,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2357HKLM,%CurrentVersionNT%\Time Zones\Atlantic Standard Time,"Display",,"America/Halifax"
2358HKLM,%CurrentVersionNT%\Time Zones\Atlantic Standard Time,"Dlt",,"Atlantic Daylight Time"
2359HKLM,%CurrentVersionNT%\Time Zones\Atlantic Standard Time,"Std",,"Atlantic Standard Time"
2360HKLM,%CurrentVersionNT%\Time Zones\Atlantic Standard Time,"TZI",1,f0,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,00,00,00,01,00,02,00,00,00,00,00,00,00,00,00,03,00,00,00,02,00,02,00,00,00,00,00,00,00
2361HKLM,%CurrentVersionNT%\Time Zones\AUS Central Standard Time,"Display",,"Australia/Darwin"
2362HKLM,%CurrentVersionNT%\Time Zones\AUS Central Standard Time,"Dlt",,"AUS Central Daylight Time"
2363HKLM,%CurrentVersionNT%\Time Zones\AUS Central Standard Time,"Std",,"AUS Central Standard Time"
2364HKLM,%CurrentVersionNT%\Time Zones\AUS Central Standard Time,"TZI",1,c6,fd,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2365HKLM,%CurrentVersionNT%\Time Zones\AUS Eastern Standard Time,"Display",,"Australia/Sydney"
2366HKLM,%CurrentVersionNT%\Time Zones\AUS Eastern Standard Time,"Dlt",,"AUS Eastern Daylight Time"
2367HKLM,%CurrentVersionNT%\Time Zones\AUS Eastern Standard Time,"Std",,"AUS Eastern Standard Time"
2368HKLM,%CurrentVersionNT%\Time Zones\AUS Eastern Standard Time,"TZI",1,a8,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,04,00,00,00,01,00,03,00,00,00,00,00,00,00,00,00,0a,00,00,00,01,00,02,00,00,00,00,00,00,00
2369HKLM,%CurrentVersionNT%\Time Zones\Azerbaijan Standard Time,"Display",,"Asia/Baku"
2370HKLM,%CurrentVersionNT%\Time Zones\Azerbaijan Standard Time,"Dlt",,"Azerbaijan Daylight Time"
2371HKLM,%CurrentVersionNT%\Time Zones\Azerbaijan Standard Time,"Std",,"Azerbaijan Standard Time"
2372HKLM,%CurrentVersionNT%\Time Zones\Azerbaijan Standard Time,"TZI",1,10,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,05,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,04,00,00,00,00,00,00,00
2373HKLM,%CurrentVersionNT%\Time Zones\Azores Standard Time,"Display",,"Atlantic/Azores"
2374HKLM,%CurrentVersionNT%\Time Zones\Azores Standard Time,"Dlt",,"Azores Daylight Time"
2375HKLM,%CurrentVersionNT%\Time Zones\Azores Standard Time,"Std",,"Azores Standard Time"
2376HKLM,%CurrentVersionNT%\Time Zones\Azores Standard Time,"TZI",1,3c,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,01,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,00,00,00,00,00,00,00,00
2377HKLM,%CurrentVersionNT%\Time Zones\Canada Central Standard Time,"Display",,"America/Regina"
2378HKLM,%CurrentVersionNT%\Time Zones\Canada Central Standard Time,"Dlt",,"Canada Central Daylight Time"
2379HKLM,%CurrentVersionNT%\Time Zones\Canada Central Standard Time,"Std",,"Canada Central Standard Time"
2380HKLM,%CurrentVersionNT%\Time Zones\Canada Central Standard Time,"TZI",1,68,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2381HKLM,%CurrentVersionNT%\Time Zones\Cape Verde Standard Time,"Display",,"Atlantic/Cape_Verde"
2382HKLM,%CurrentVersionNT%\Time Zones\Cape Verde Standard Time,"Dlt",,"Cape Verde Daylight Time"
2383HKLM,%CurrentVersionNT%\Time Zones\Cape Verde Standard Time,"Std",,"Cape Verde Standard Time"
2384HKLM,%CurrentVersionNT%\Time Zones\Cape Verde Standard Time,"TZI",1,3c,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2385HKLM,%CurrentVersionNT%\Time Zones\Caucasus Standard Time,"Display",,"Asia/Yerevan"
2386HKLM,%CurrentVersionNT%\Time Zones\Caucasus Standard Time,"Dlt",,"Caucasus Daylight Time"
2387HKLM,%CurrentVersionNT%\Time Zones\Caucasus Standard Time,"Std",,"Caucasus Standard Time"
2388HKLM,%CurrentVersionNT%\Time Zones\Caucasus Standard Time,"TZI",1,10,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2389HKLM,%CurrentVersionNT%\Time Zones\Cen. Australia Standard Time,"Display",,"Australia/Adelaide"
2390HKLM,%CurrentVersionNT%\Time Zones\Cen. Australia Standard Time,"Dlt",,"Cen. Australia Daylight Time"
2391HKLM,%CurrentVersionNT%\Time Zones\Cen. Australia Standard Time,"Std",,"Cen. Australia Standard Time"
2392HKLM,%CurrentVersionNT%\Time Zones\Cen. Australia Standard Time,"TZI",1,c6,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,04,00,00,00,01,00,03,00,00,00,00,00,00,00,00,00,0a,00,00,00,01,00,02,00,00,00,00,00,00,00
2393HKLM,%CurrentVersionNT%\Time Zones\Central America Standard Time,"Display",,"America/El_Salvador"
2394HKLM,%CurrentVersionNT%\Time Zones\Central America Standard Time,"Dlt",,"Central America Daylight Time"
2395HKLM,%CurrentVersionNT%\Time Zones\Central America Standard Time,"Std",,"Central America Standard Time"
2396HKLM,%CurrentVersionNT%\Time Zones\Central America Standard Time,"TZI",1,68,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2397HKLM,%CurrentVersionNT%\Time Zones\Central Asia Standard Time,"Display",,"Asia/Dhaka"
2398HKLM,%CurrentVersionNT%\Time Zones\Central Asia Standard Time,"Dlt",,"Central Asia Daylight Time"
2399HKLM,%CurrentVersionNT%\Time Zones\Central Asia Standard Time,"Std",,"Central Asia Standard Time"
2400HKLM,%CurrentVersionNT%\Time Zones\Central Asia Standard Time,"TZI",1,98,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2401HKLM,%CurrentVersionNT%\Time Zones\Central Brazilian Standard Time,"Display",,"America/Manaus"
2402HKLM,%CurrentVersionNT%\Time Zones\Central Brazilian Standard Time,"Dlt",,"Central Brazilian Daylight Time"
2403HKLM,%CurrentVersionNT%\Time Zones\Central Brazilian Standard Time,"Std",,"Central Brazilian Standard Time"
2404HKLM,%CurrentVersionNT%\Time Zones\Central Brazilian Standard Time,"TZI",1,f0,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2405HKLM,%CurrentVersionNT%\Time Zones\Central Europe Standard Time,"Display",,"Europe/Belgrade"
2406HKLM,%CurrentVersionNT%\Time Zones\Central Europe Standard Time,"Dlt",,"Central Europe Daylight Time"
2407HKLM,%CurrentVersionNT%\Time Zones\Central Europe Standard Time,"Std",,"Central Europe Standard Time"
2408HKLM,%CurrentVersionNT%\Time Zones\Central Europe Standard Time,"TZI",1,c4,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2409HKLM,%CurrentVersionNT%\Time Zones\Central European Standard Time,"Display",,"Europe/Sarajevo"
2410HKLM,%CurrentVersionNT%\Time Zones\Central European Standard Time,"Dlt",,"Central European Daylight Time"
2411HKLM,%CurrentVersionNT%\Time Zones\Central European Standard Time,"Std",,"Central European Standard Time"
2412HKLM,%CurrentVersionNT%\Time Zones\Central European Standard Time,"TZI",1,c4,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2413HKLM,%CurrentVersionNT%\Time Zones\Central Pacific Standard Time,"Display",,"Pacific/Guadalcanal"
2414HKLM,%CurrentVersionNT%\Time Zones\Central Pacific Standard Time,"Dlt",,"Central Pacific Daylight Time"
2415HKLM,%CurrentVersionNT%\Time Zones\Central Pacific Standard Time,"Std",,"Central Pacific Standard Time"
2416HKLM,%CurrentVersionNT%\Time Zones\Central Pacific Standard Time,"TZI",1,6c,fd,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2417HKLM,%CurrentVersionNT%\Time Zones\Central Standard Time,"Display",,"America/Chicago"
2418HKLM,%CurrentVersionNT%\Time Zones\Central Standard Time,"Dlt",,"Central Daylight Time"
2419HKLM,%CurrentVersionNT%\Time Zones\Central Standard Time,"Std",,"Central Standard Time"
2420HKLM,%CurrentVersionNT%\Time Zones\Central Standard Time,"TZI",1,68,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,00,00,00,01,00,02,00,00,00,00,00,00,00,00,00,03,00,00,00,02,00,02,00,00,00,00,00,00,00
2421HKLM,%CurrentVersionNT%\Time Zones\Central Standard Time (Mexico),"Display",,"America/Mexico_City"
2422HKLM,%CurrentVersionNT%\Time Zones\Central Standard Time (Mexico),"Dlt",,"Central Daylight Time (Mexico)"
2423HKLM,%CurrentVersionNT%\Time Zones\Central Standard Time (Mexico),"Std",,"Central Standard Time (Mexico)"
2424HKLM,%CurrentVersionNT%\Time Zones\Central Standard Time (Mexico),"TZI",1,68,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,02,00,00,00,00,00,00,00,00,00,04,00,00,00,01,00,02,00,00,00,00,00,00,00
2425HKLM,%CurrentVersionNT%\Time Zones\China Standard Time,"Display",,"Asia/Shanghai"
2426HKLM,%CurrentVersionNT%\Time Zones\China Standard Time,"Dlt",,"China Daylight Time"
2427HKLM,%CurrentVersionNT%\Time Zones\China Standard Time,"Std",,"China Standard Time"
2428HKLM,%CurrentVersionNT%\Time Zones\China Standard Time,"TZI",1,20,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2429HKLM,%CurrentVersionNT%\Time Zones\Dateline Standard Time,"Display",,"Pacific/Kwajalein"
2430HKLM,%CurrentVersionNT%\Time Zones\Dateline Standard Time,"Dlt",,"Dateline Daylight Time"
2431HKLM,%CurrentVersionNT%\Time Zones\Dateline Standard Time,"Std",,"Dateline Standard Time"
2432HKLM,%CurrentVersionNT%\Time Zones\Dateline Standard Time,"TZI",1,30,fd,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2433HKLM,%CurrentVersionNT%\Time Zones\E. Africa Standard Time,"Display",,"Africa/Nairobi"
2434HKLM,%CurrentVersionNT%\Time Zones\E. Africa Standard Time,"Dlt",,"E. Africa Daylight Time"
2435HKLM,%CurrentVersionNT%\Time Zones\E. Africa Standard Time,"Std",,"E. Africa Standard Time"
2436HKLM,%CurrentVersionNT%\Time Zones\E. Africa Standard Time,"TZI",1,4c,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2437HKLM,%CurrentVersionNT%\Time Zones\E. Australia Standard Time,"Display",,"Australia/Brisbane"
2438HKLM,%CurrentVersionNT%\Time Zones\E. Australia Standard Time,"Dlt",,"E. Australia Daylight Time"
2439HKLM,%CurrentVersionNT%\Time Zones\E. Australia Standard Time,"Std",,"E. Australia Standard Time"
2440HKLM,%CurrentVersionNT%\Time Zones\E. Australia Standard Time,"TZI",1,a8,fd,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2441HKLM,%CurrentVersionNT%\Time Zones\E. Europe Standard Time,"Display",,"Europe/Minsk"
2442HKLM,%CurrentVersionNT%\Time Zones\E. Europe Standard Time,"Dlt",,"E. Europe Daylight Time"
2443HKLM,%CurrentVersionNT%\Time Zones\E. Europe Standard Time,"Std",,"E. Europe Standard Time"
2444HKLM,%CurrentVersionNT%\Time Zones\E. Europe Standard Time,"TZI",1,88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2445HKLM,%CurrentVersionNT%\Time Zones\E. South America Standard Time,"Display",,"America/Sao_Paulo"
2446HKLM,%CurrentVersionNT%\Time Zones\E. South America Standard Time,"Dlt",,"E. South America Daylight Time"
2447HKLM,%CurrentVersionNT%\Time Zones\E. South America Standard Time,"Std",,"E. South America Standard Time"
2448HKLM,%CurrentVersionNT%\Time Zones\E. South America Standard Time,"TZI",1,b4,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,02,00,00,00,03,00,00,00,00,00,00,00,00,00,00,00,0a,00,00,00,02,00,00,00,00,00,00,00,00,00
2449HKLM,%CurrentVersionNT%\Time Zones\Eastern Standard Time,"Display",,"America/New_York"
2450HKLM,%CurrentVersionNT%\Time Zones\Eastern Standard Time,"Dlt",,"Eastern Daylight Time"
2451HKLM,%CurrentVersionNT%\Time Zones\Eastern Standard Time,"Std",,"Eastern Standard Time"
2452HKLM,%CurrentVersionNT%\Time Zones\Eastern Standard Time,"TZI",1,2c,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,00,00,00,01,00,02,00,00,00,00,00,00,00,00,00,03,00,00,00,02,00,02,00,00,00,00,00,00,00
2453HKLM,%CurrentVersionNT%\Time Zones\Egypt Standard Time,"Display",,"Africa/Cairo"
2454HKLM,%CurrentVersionNT%\Time Zones\Egypt Standard Time,"Dlt",,"Egypt Daylight Time"
2455HKLM,%CurrentVersionNT%\Time Zones\Egypt Standard Time,"Std",,"Egypt Standard Time"
2456HKLM,%CurrentVersionNT%\Time Zones\Egypt Standard Time,"TZI",1,88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,08,00,05,00,05,00,00,00,00,00,00,00,00,00,00,00,04,00,05,00,04,00,00,00,00,00,00,00,00,00
2457HKLM,%CurrentVersionNT%\Time Zones\Ekaterinburg Standard Time,"Display",,"Asia/Yekaterinburg"
2458HKLM,%CurrentVersionNT%\Time Zones\Ekaterinburg Standard Time,"Dlt",,"Ekaterinburg Daylight Time"
2459HKLM,%CurrentVersionNT%\Time Zones\Ekaterinburg Standard Time,"Std",,"Ekaterinburg Standard Time"
2460HKLM,%CurrentVersionNT%\Time Zones\Ekaterinburg Standard Time,"TZI",1,d4,fe,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2461HKLM,%CurrentVersionNT%\Time Zones\Fiji Standard Time,"Display",,"Pacific/Fiji"
2462HKLM,%CurrentVersionNT%\Time Zones\Fiji Standard Time,"Dlt",,"Fiji Daylight Time"
2463HKLM,%CurrentVersionNT%\Time Zones\Fiji Standard Time,"Std",,"Fiji Standard Time"
2464HKLM,%CurrentVersionNT%\Time Zones\Fiji Standard Time,"TZI",1,30,fd,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2465HKLM,%CurrentVersionNT%\Time Zones\FLE Standard Time,"Display",,"Europe/Helsinki"
2466HKLM,%CurrentVersionNT%\Time Zones\FLE Standard Time,"Dlt",,"FLE Daylight Time"
2467HKLM,%CurrentVersionNT%\Time Zones\FLE Standard Time,"Std",,"FLE Standard Time"
2468HKLM,%CurrentVersionNT%\Time Zones\FLE Standard Time,"TZI",1,88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,04,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,03,00,00,00,00,00,00,00
2469HKLM,%CurrentVersionNT%\Time Zones\Georgian Standard Time,"Display",,"Asia/Tbilisi"
2470HKLM,%CurrentVersionNT%\Time Zones\Georgian Standard Time,"Dlt",,"Georgian Daylight Time"
2471HKLM,%CurrentVersionNT%\Time Zones\Georgian Standard Time,"Std",,"Georgian Standard Time"
2472HKLM,%CurrentVersionNT%\Time Zones\Georgian Standard Time,"TZI",1,10,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2473HKLM,%CurrentVersionNT%\Time Zones\GMT Standard Time,"Display",,"Europe/London"
2474HKLM,%CurrentVersionNT%\Time Zones\GMT Standard Time,"Dlt",,"GMT Daylight Time"
2475HKLM,%CurrentVersionNT%\Time Zones\GMT Standard Time,"Std",,"GMT Standard Time"
2476HKLM,%CurrentVersionNT%\Time Zones\GMT Standard Time,"TZI",1,00,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,02,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,01,00,00,00,00,00,00,00
2477HKLM,%CurrentVersionNT%\Time Zones\Greenland Standard Time,"Display",,"America/Godthab"
2478HKLM,%CurrentVersionNT%\Time Zones\Greenland Standard Time,"Dlt",,"Greenland Daylight Time"
2479HKLM,%CurrentVersionNT%\Time Zones\Greenland Standard Time,"Std",,"Greenland Standard Time"
2480HKLM,%CurrentVersionNT%\Time Zones\Greenland Standard Time,"TZI",1,b4,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,06,00,04,00,17,00,00,00,00,00,00,00,00,00,03,00,06,00,05,00,16,00,00,00,00,00,00,00
2481HKLM,%CurrentVersionNT%\Time Zones\Greenwich Standard Time,"Display",,"Greenwich"
2482HKLM,%CurrentVersionNT%\Time Zones\Greenwich Standard Time,"Dlt",,"Greenwich Daylight Time"
2483HKLM,%CurrentVersionNT%\Time Zones\Greenwich Standard Time,"Std",,"Greenwich Standard Time"
2484HKLM,%CurrentVersionNT%\Time Zones\Greenwich Standard Time,"TZI",1,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2485HKLM,%CurrentVersionNT%\Time Zones\GTB Standard Time,"Display",,"Europe/Athens"
2486HKLM,%CurrentVersionNT%\Time Zones\GTB Standard Time,"Dlt",,"GTB Daylight Time"
2487HKLM,%CurrentVersionNT%\Time Zones\GTB Standard Time,"Std",,"GTB Standard Time"
2488HKLM,%CurrentVersionNT%\Time Zones\GTB Standard Time,"TZI",1,88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,04,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,03,00,00,00,00,00,00,00
2489HKLM,%CurrentVersionNT%\Time Zones\Hawaiian Standard Time,"Display",,"Pacific/Honolulu"
2490HKLM,%CurrentVersionNT%\Time Zones\Hawaiian Standard Time,"Dlt",,"Hawaiian Daylight Time"
2491HKLM,%CurrentVersionNT%\Time Zones\Hawaiian Standard Time,"Std",,"Hawaiian Standard Time"
2492HKLM,%CurrentVersionNT%\Time Zones\Hawaiian Standard Time,"TZI",1,58,02,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2493HKLM,%CurrentVersionNT%\Time Zones\India Standard Time,"Display",,"Asia/Calcutta"
2494HKLM,%CurrentVersionNT%\Time Zones\India Standard Time,"Dlt",,"India Daylight Time"
2495HKLM,%CurrentVersionNT%\Time Zones\India Standard Time,"Std",,"India Standard Time"
2496HKLM,%CurrentVersionNT%\Time Zones\India Standard Time,"TZI",1,b6,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2497HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time,"Display",,"Asia/Tehran"
2498HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time,"Dlt",,"Iran Daylight Time"
2499HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time,"Std",,"Iran Standard Time"
2500HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time,"TZI",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,09,00,00,00,04,00,00,00,00,00,00,00,00,00,00,00,03,00,05,00,04,00,00,00,00,00,00,00,00,00
2501HKLM,%CurrentVersionNT%\Time Zones\Israel Standard Time,"Display",,"Asia/Jerusalem"
2502HKLM,%CurrentVersionNT%\Time Zones\Israel Standard Time,"Dlt",,"Israel Daylight Time"
2503HKLM,%CurrentVersionNT%\Time Zones\Israel Standard Time,"Std",,"Israel Standard Time"
2504HKLM,%CurrentVersionNT%\Time Zones\Israel Standard Time,"TZI",1,88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,01,00,02,00,00,00,00,00,00,00,00,00,03,00,05,00,05,00,02,00,00,00,00,00,00,00
2505HKLM,%CurrentVersionNT%\Time Zones\Jordan Standard Time,"Display",,"Asia/Amman"
2506HKLM,%CurrentVersionNT%\Time Zones\Jordan Standard Time,"Dlt",,"Jordan Daylight Time"
2507HKLM,%CurrentVersionNT%\Time Zones\Jordan Standard Time,"Std",,"Jordan Standard Time"
2508HKLM,%CurrentVersionNT%\Time Zones\Jordan Standard Time,"TZI",1,88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,05,00,05,00,01,00,00,00,00,00,00,00,00,00,03,00,04,00,05,00,00,00,00,00,00,00,00,00
2509HKLM,%CurrentVersionNT%\Time Zones\Korea Standard Time,"Display",,"Asia/Seoul"
2510HKLM,%CurrentVersionNT%\Time Zones\Korea Standard Time,"Dlt",,"Korea Daylight Time"
2511HKLM,%CurrentVersionNT%\Time Zones\Korea Standard Time,"Std",,"Korea Standard Time"
2512HKLM,%CurrentVersionNT%\Time Zones\Korea Standard Time,"TZI",1,e4,fd,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2513HKLM,%CurrentVersionNT%\Time Zones\Mexico Standard Time,"Display",,"America/Mexico_City"
2514HKLM,%CurrentVersionNT%\Time Zones\Mexico Standard Time,"Dlt",,"Mexico Daylight Time"
2515HKLM,%CurrentVersionNT%\Time Zones\Mexico Standard Time,"Std",,"Mexico Standard Time"
2516HKLM,%CurrentVersionNT%\Time Zones\Mexico Standard Time,"TZI",1,68,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,02,00,00,00,00,00,00,00,00,00,04,00,00,00,01,00,02,00,00,00,00,00,00,00
Rob Shearmana9947cd2008-03-13 16:13:59 +00002517HKLM,%CurrentVersionNT%\Time Zones\Mexico Standard Time 2,"Display",,"America/Chihuahua"
Mike McCormack00775822005-11-15 18:18:27 +00002518HKLM,%CurrentVersionNT%\Time Zones\Mexico Standard Time 2,"Dlt",,"Mexico Daylight Time 2"
2519HKLM,%CurrentVersionNT%\Time Zones\Mexico Standard Time 2,"Std",,"Mexico Standard Time 2"
2520HKLM,%CurrentVersionNT%\Time Zones\Mexico Standard Time 2,"TZI",1,a4,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,02,00,00,00,00,00,00,00,00,00,04,00,00,00,01,00,02,00,00,00,00,00,00,00
Francois Gouget17382dd2007-02-21 17:41:39 +01002521HKLM,%CurrentVersionNT%\Time Zones\Mid-Atlantic Standard Time,"Display",,"America/Noronha"
2522HKLM,%CurrentVersionNT%\Time Zones\Mid-Atlantic Standard Time,"Dlt",,"Mid-Atlantic Daylight Time"
2523HKLM,%CurrentVersionNT%\Time Zones\Mid-Atlantic Standard Time,"Std",,"Mid-Atlantic Standard Time"
Dmitry Timoshkov529f25d2008-03-30 18:38:39 +09002524HKLM,%CurrentVersionNT%\Time Zones\Mid-Atlantic Standard Time,"TZI",1,78,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
Francois Gouget17382dd2007-02-21 17:41:39 +01002525HKLM,%CurrentVersionNT%\Time Zones\Middle East Standard Time,"Display",,"Asia/Beirut"
2526HKLM,%CurrentVersionNT%\Time Zones\Middle East Standard Time,"Dlt",,"Middle East Daylight Time"
2527HKLM,%CurrentVersionNT%\Time Zones\Middle East Standard Time,"Std",,"Middle East Standard Time"
Dmitry Timoshkov529f25d2008-03-30 18:38:39 +09002528HKLM,%CurrentVersionNT%\Time Zones\Middle East Standard Time,"TZI",1,88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,00,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,00,00,00,00,00,00,00,00
Francois Gouget17382dd2007-02-21 17:41:39 +01002529HKLM,%CurrentVersionNT%\Time Zones\Montevideo Standard Time,"Display",,"America/Montevideo"
2530HKLM,%CurrentVersionNT%\Time Zones\Montevideo Standard Time,"Dlt",,"Montevideo Daylight Time"
2531HKLM,%CurrentVersionNT%\Time Zones\Montevideo Standard Time,"Std",,"Montevideo Standard Time"
2532HKLM,%CurrentVersionNT%\Time Zones\Montevideo Standard Time,"TZI",1,b4,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,03,00,00,00,02,00,02,00,00,00,00,00,00,00,00,00,0a,00,00,00,01,00,02,00,00,00,00,00,00,00
2533HKLM,%CurrentVersionNT%\Time Zones\Mountain Standard Time,"Display",,"America/Denver"
Mike McCormack00775822005-11-15 18:18:27 +00002534HKLM,%CurrentVersionNT%\Time Zones\Mountain Standard Time,"Dlt",,"Mountain Daylight Time"
2535HKLM,%CurrentVersionNT%\Time Zones\Mountain Standard Time,"Std",,"Mountain Standard Time"
Francois Gouget17382dd2007-02-21 17:41:39 +01002536HKLM,%CurrentVersionNT%\Time Zones\Mountain Standard Time,"TZI",1,a4,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,00,00,00,01,00,02,00,00,00,00,00,00,00,00,00,03,00,00,00,02,00,02,00,00,00,00,00,00,00
Rob Shearmana9947cd2008-03-13 16:13:59 +00002537HKLM,%CurrentVersionNT%\Time Zones\Mountain Standard Time (Mexico),"Display",,"America/Chihuahua"
Francois Gouget17382dd2007-02-21 17:41:39 +01002538HKLM,%CurrentVersionNT%\Time Zones\Mountain Standard Time (Mexico),"Dlt",,"Mountain Daylight Time (Mexico)"
2539HKLM,%CurrentVersionNT%\Time Zones\Mountain Standard Time (Mexico),"Std",,"Mountain Standard Time (Mexico)"
Dmitry Timoshkov529f25d2008-03-30 18:38:39 +09002540HKLM,%CurrentVersionNT%\Time Zones\Mountain Standard Time (Mexico),"TZI",1,a4,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,02,00,00,00,00,00,00,00,00,00,04,00,00,00,01,00,02,00,00,00,00,00,00,00
2541HKLM,%CurrentVersionNT%\Time Zones\Myanmar Standard Time,"Display",,"Asia/Rangoon"
2542HKLM,%CurrentVersionNT%\Time Zones\Myanmar Standard Time,"Dlt",,"Myanmar Daylight Time"
2543HKLM,%CurrentVersionNT%\Time Zones\Myanmar Standard Time,"Std",,"Myanmar Standard Time"
2544HKLM,%CurrentVersionNT%\Time Zones\Myanmar Standard Time,"TZI",1,7a,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
Mike McCormack00775822005-11-15 18:18:27 +00002545HKLM,%CurrentVersionNT%\Time Zones\N. Central Asia Standard Time,"Display",,"Asia/Novosibirsk"
2546HKLM,%CurrentVersionNT%\Time Zones\N. Central Asia Standard Time,"Dlt",,"N. Central Asia Daylight Time"
2547HKLM,%CurrentVersionNT%\Time Zones\N. Central Asia Standard Time,"Std",,"N. Central Asia Standard Time"
2548HKLM,%CurrentVersionNT%\Time Zones\N. Central Asia Standard Time,"TZI",1,98,fe,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
Francois Gouget17382dd2007-02-21 17:41:39 +01002549HKLM,%CurrentVersionNT%\Time Zones\Namibia Standard Time,"Display",,"Africa/Windhoek"
2550HKLM,%CurrentVersionNT%\Time Zones\Namibia Standard Time,"Dlt",,"Namibia Daylight Time"
2551HKLM,%CurrentVersionNT%\Time Zones\Namibia Standard Time,"Std",,"Namibia Standard Time"
Dmitry Timoshkov529f25d2008-03-30 18:38:39 +09002552HKLM,%CurrentVersionNT%\Time Zones\Namibia Standard Time,"TZI",1,c4,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,04,00,00,00,01,00,02,00,00,00,00,00,00,00,00,00,09,00,00,00,02,00,02,00,00,00,00,00,00,00
Francois Gouget17382dd2007-02-21 17:41:39 +01002553HKLM,%CurrentVersionNT%\Time Zones\Nepal Standard Time,"Display",,"Asia/Katmandu"
2554HKLM,%CurrentVersionNT%\Time Zones\Nepal Standard Time,"Dlt",,"Nepal Daylight Time"
2555HKLM,%CurrentVersionNT%\Time Zones\Nepal Standard Time,"Std",,"Nepal Standard Time"
Dmitry Timoshkov529f25d2008-03-30 18:38:39 +09002556HKLM,%CurrentVersionNT%\Time Zones\Nepal Standard Time,"TZI",1,a7,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2557HKLM,%CurrentVersionNT%\Time Zones\New Zealand Standard Time,"Display",,"Pacific/Auckland"
2558HKLM,%CurrentVersionNT%\Time Zones\New Zealand Standard Time,"Dlt",,"New Zealand Daylight Time"
2559HKLM,%CurrentVersionNT%\Time Zones\New Zealand Standard Time,"Std",,"New Zealand Standard Time"
2560HKLM,%CurrentVersionNT%\Time Zones\New Zealand Standard Time,"TZI",1,30,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,04,00,00,00,01,00,03,00,00,00,00,00,00,00,00,00,09,00,00,00,05,00,02,00,00,00,00,00,00,00
2561HKLM,%CurrentVersionNT%\Time Zones\Newfoundland Standard Time,"Display",,"America/St_Johns"
2562HKLM,%CurrentVersionNT%\Time Zones\Newfoundland Standard Time,"Dlt",,"Newfoundland Daylight Time"
2563HKLM,%CurrentVersionNT%\Time Zones\Newfoundland Standard Time,"Std",,"Newfoundland Standard Time"
2564HKLM,%CurrentVersionNT%\Time Zones\Newfoundland Standard Time,"TZI",1,d2,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,00,00,00,01,00,00,00,01,00,00,00,00,00,00,00,03,00,00,00,02,00,00,00,01,00,00,00,00,00
2565HKLM,%CurrentVersionNT%\Time Zones\North Asia East Standard Time,"Display",,"Asia/Irkutsk"
2566HKLM,%CurrentVersionNT%\Time Zones\North Asia East Standard Time,"Dlt",,"North Asia East Daylight Time"
2567HKLM,%CurrentVersionNT%\Time Zones\North Asia East Standard Time,"Std",,"North Asia East Standard Time"
2568HKLM,%CurrentVersionNT%\Time Zones\North Asia East Standard Time,"TZI",1,20,fe,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
Mike McCormack00775822005-11-15 18:18:27 +00002569HKLM,%CurrentVersionNT%\Time Zones\North Asia Standard Time,"Display",,"Asia/Krasnoyarsk"
2570HKLM,%CurrentVersionNT%\Time Zones\North Asia Standard Time,"Dlt",,"North Asia Daylight Time"
2571HKLM,%CurrentVersionNT%\Time Zones\North Asia Standard Time,"Std",,"North Asia Standard Time"
2572HKLM,%CurrentVersionNT%\Time Zones\North Asia Standard Time,"TZI",1,5c,fe,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
Dmitry Timoshkov529f25d2008-03-30 18:38:39 +09002573HKLM,%CurrentVersionNT%\Time Zones\Pacific SA Standard Time,"Display",,"America/Santiago"
2574HKLM,%CurrentVersionNT%\Time Zones\Pacific SA Standard Time,"Dlt",,"Pacific SA Daylight Time"
2575HKLM,%CurrentVersionNT%\Time Zones\Pacific SA Standard Time,"Std",,"Pacific SA Standard Time"
2576HKLM,%CurrentVersionNT%\Time Zones\Pacific SA Standard Time,"TZI",1,f0,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,03,00,00,00,02,00,00,00,00,00,00,00,00,00,00,00,0a,00,00,00,02,00,00,00,00,00,00,00,00,00
2577HKLM,%CurrentVersionNT%\Time Zones\Pacific Standard Time,"Display",,"America/Los_Angeles"
2578HKLM,%CurrentVersionNT%\Time Zones\Pacific Standard Time,"Dlt",,"Pacific Daylight Time"
2579HKLM,%CurrentVersionNT%\Time Zones\Pacific Standard Time,"Std",,"Pacific Standard Time"
2580HKLM,%CurrentVersionNT%\Time Zones\Pacific Standard Time,"TZI",1,e0,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,00,00,00,01,00,02,00,00,00,00,00,00,00,00,00,03,00,00,00,02,00,02,00,00,00,00,00,00,00
2581HKLM,%CurrentVersionNT%\Time Zones\Pacific Standard Time (Mexico),"Display",,"America/Tijuana"
2582HKLM,%CurrentVersionNT%\Time Zones\Pacific Standard Time (Mexico),"Dlt",,"Pacific Daylight Time (Mexico)"
2583HKLM,%CurrentVersionNT%\Time Zones\Pacific Standard Time (Mexico),"Std",,"Pacific Standard Time (Mexico)"
2584HKLM,%CurrentVersionNT%\Time Zones\Pacific Standard Time (Mexico),"TZI",1,e0,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,02,00,00,00,00,00,00,00,00,00,04,00,00,00,01,00,02,00,00,00,00,00,00,00
2585HKLM,%CurrentVersionNT%\Time Zones\Romance Standard Time,"Display",,"Europe/Paris"
2586HKLM,%CurrentVersionNT%\Time Zones\Romance Standard Time,"Dlt",,"Romance Daylight Time"
2587HKLM,%CurrentVersionNT%\Time Zones\Romance Standard Time,"Std",,"Romance Standard Time"
2588HKLM,%CurrentVersionNT%\Time Zones\Romance Standard Time,"TZI",1,c4,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2589HKLM,%CurrentVersionNT%\Time Zones\Russian Standard Time,"Display",,"Europe/Moscow"
2590HKLM,%CurrentVersionNT%\Time Zones\Russian Standard Time,"Dlt",,"Russian Daylight Time"
2591HKLM,%CurrentVersionNT%\Time Zones\Russian Standard Time,"Std",,"Russian Standard Time"
2592HKLM,%CurrentVersionNT%\Time Zones\Russian Standard Time,"TZI",1,4c,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2593HKLM,%CurrentVersionNT%\Time Zones\SA Eastern Standard Time,"Display",,"America/Buenos_Aires"
2594HKLM,%CurrentVersionNT%\Time Zones\SA Eastern Standard Time,"Dlt",,"SA Eastern Daylight Time"
2595HKLM,%CurrentVersionNT%\Time Zones\SA Eastern Standard Time,"Std",,"SA Eastern Standard Time"
2596HKLM,%CurrentVersionNT%\Time Zones\SA Eastern Standard Time,"TZI",1,b4,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,03,00,00,00,03,00,00,00,00,00,00,00,00,00,00,00,0a,00,00,00,01,00,00,00,00,00,00,00,00,00
2597HKLM,%CurrentVersionNT%\Time Zones\SA Pacific Standard Time,"Display",,"America/Bogota"
2598HKLM,%CurrentVersionNT%\Time Zones\SA Pacific Standard Time,"Dlt",,"SA Pacific Daylight Time"
2599HKLM,%CurrentVersionNT%\Time Zones\SA Pacific Standard Time,"Std",,"SA Pacific Standard Time"
2600HKLM,%CurrentVersionNT%\Time Zones\SA Pacific Standard Time,"TZI",1,2c,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2601HKLM,%CurrentVersionNT%\Time Zones\SA Western Standard Time,"Display",,"America/La_Paz"
2602HKLM,%CurrentVersionNT%\Time Zones\SA Western Standard Time,"Dlt",,"SA Western Daylight Time"
2603HKLM,%CurrentVersionNT%\Time Zones\SA Western Standard Time,"Std",,"SA Western Standard Time"
2604HKLM,%CurrentVersionNT%\Time Zones\SA Western Standard Time,"TZI",1,f0,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2605HKLM,%CurrentVersionNT%\Time Zones\Samoa Standard Time,"Display",,"Pacific/Samoa"
2606HKLM,%CurrentVersionNT%\Time Zones\Samoa Standard Time,"Dlt",,"Samoa Daylight Time"
2607HKLM,%CurrentVersionNT%\Time Zones\Samoa Standard Time,"Std",,"Samoa Standard Time"
2608HKLM,%CurrentVersionNT%\Time Zones\Samoa Standard Time,"TZI",1,94,02,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2609HKLM,%CurrentVersionNT%\Time Zones\SE Asia Standard Time,"Display",,"Asia/Bangkok"
2610HKLM,%CurrentVersionNT%\Time Zones\SE Asia Standard Time,"Dlt",,"SE Asia Daylight Time"
2611HKLM,%CurrentVersionNT%\Time Zones\SE Asia Standard Time,"Std",,"SE Asia Standard Time"
2612HKLM,%CurrentVersionNT%\Time Zones\SE Asia Standard Time,"TZI",1,5c,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2613HKLM,%CurrentVersionNT%\Time Zones\Singapore Standard Time,"Display",,"Asia/Singapore"
2614HKLM,%CurrentVersionNT%\Time Zones\Singapore Standard Time,"Dlt",,"Singapore Daylight Time"
2615HKLM,%CurrentVersionNT%\Time Zones\Singapore Standard Time,"Std",,"Singapore Standard Time"
2616HKLM,%CurrentVersionNT%\Time Zones\Singapore Standard Time,"TZI",1,20,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2617HKLM,%CurrentVersionNT%\Time Zones\South Africa Standard Time,"Display",,"Africa/Johannesburg"
2618HKLM,%CurrentVersionNT%\Time Zones\South Africa Standard Time,"Dlt",,"South Africa Daylight Time"
2619HKLM,%CurrentVersionNT%\Time Zones\South Africa Standard Time,"Std",,"South Africa Standard Time"
2620HKLM,%CurrentVersionNT%\Time Zones\South Africa Standard Time,"TZI",1,88,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2621HKLM,%CurrentVersionNT%\Time Zones\Sri Lanka Standard Time,"Display",,"Asia/Colombo"
2622HKLM,%CurrentVersionNT%\Time Zones\Sri Lanka Standard Time,"Dlt",,"Sri Lanka Daylight Time"
2623HKLM,%CurrentVersionNT%\Time Zones\Sri Lanka Standard Time,"Std",,"Sri Lanka Standard Time"
2624HKLM,%CurrentVersionNT%\Time Zones\Sri Lanka Standard Time,"TZI",1,b6,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2625HKLM,%CurrentVersionNT%\Time Zones\Taipei Standard Time,"Display",,"Asia/Taipei"
2626HKLM,%CurrentVersionNT%\Time Zones\Taipei Standard Time,"Dlt",,"Taipei Daylight Time"
2627HKLM,%CurrentVersionNT%\Time Zones\Taipei Standard Time,"Std",,"Taipei Standard Time"
2628HKLM,%CurrentVersionNT%\Time Zones\Taipei Standard Time,"TZI",1,20,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2629HKLM,%CurrentVersionNT%\Time Zones\Tasmania Standard Time,"Display",,"Australia/Hobart"
2630HKLM,%CurrentVersionNT%\Time Zones\Tasmania Standard Time,"Dlt",,"Tasmania Daylight Time"
2631HKLM,%CurrentVersionNT%\Time Zones\Tasmania Standard Time,"Std",,"Tasmania Standard Time"
2632HKLM,%CurrentVersionNT%\Time Zones\Tasmania Standard Time,"TZI",1,a8,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,04,00,00,00,01,00,03,00,00,00,00,00,00,00,00,00,0a,00,00,00,01,00,02,00,00,00,00,00,00,00
2633HKLM,%CurrentVersionNT%\Time Zones\Tokyo Standard Time,"Display",,"Asia/Tokyo"
2634HKLM,%CurrentVersionNT%\Time Zones\Tokyo Standard Time,"Dlt",,"Tokyo Daylight Time"
2635HKLM,%CurrentVersionNT%\Time Zones\Tokyo Standard Time,"Std",,"Tokyo Standard Time"
2636HKLM,%CurrentVersionNT%\Time Zones\Tokyo Standard Time,"TZI",1,e4,fd,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2637HKLM,%CurrentVersionNT%\Time Zones\Tonga Standard Time,"Display",,"Pacific/Tongatapu"
2638HKLM,%CurrentVersionNT%\Time Zones\Tonga Standard Time,"Dlt",,"Tonga Daylight Time"
2639HKLM,%CurrentVersionNT%\Time Zones\Tonga Standard Time,"Std",,"Tonga Standard Time"
2640HKLM,%CurrentVersionNT%\Time Zones\Tonga Standard Time,"TZI",1,f4,fc,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2641HKLM,%CurrentVersionNT%\Time Zones\US Eastern Standard Time,"Display",,"America/Indianapolis"
2642HKLM,%CurrentVersionNT%\Time Zones\US Eastern Standard Time,"Dlt",,"US Eastern Daylight Time"
2643HKLM,%CurrentVersionNT%\Time Zones\US Eastern Standard Time,"Std",,"US Eastern Standard Time"
2644HKLM,%CurrentVersionNT%\Time Zones\US Eastern Standard Time,"TZI",1,2c,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,00,00,00,01,00,02,00,00,00,00,00,00,00,00,00,03,00,00,00,02,00,02,00,00,00,00,00,00,00
2645HKLM,%CurrentVersionNT%\Time Zones\US Mountain Standard Time,"Display",,"America/Phoenix"
2646HKLM,%CurrentVersionNT%\Time Zones\US Mountain Standard Time,"Dlt",,"US Mountain Daylight Time"
2647HKLM,%CurrentVersionNT%\Time Zones\US Mountain Standard Time,"Std",,"US Mountain Standard Time"
2648HKLM,%CurrentVersionNT%\Time Zones\US Mountain Standard Time,"TZI",1,a4,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2649HKLM,%CurrentVersionNT%\Time Zones\Venezuela Standard Time,"Display",,"America/Caracas"
2650HKLM,%CurrentVersionNT%\Time Zones\Venezuela Standard Time,"Dlt",,"Venezuela Daylight Time"
2651HKLM,%CurrentVersionNT%\Time Zones\Venezuela Standard Time,"Std",,"Venezuela Standard Time"
2652HKLM,%CurrentVersionNT%\Time Zones\Venezuela Standard Time,"TZI",1,0e,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2653HKLM,%CurrentVersionNT%\Time Zones\Vladivostok Standard Time,"Display",,"Asia/Vladivostok"
2654HKLM,%CurrentVersionNT%\Time Zones\Vladivostok Standard Time,"Dlt",,"Vladivostok Daylight Time"
2655HKLM,%CurrentVersionNT%\Time Zones\Vladivostok Standard Time,"Std",,"Vladivostok Standard Time"
2656HKLM,%CurrentVersionNT%\Time Zones\Vladivostok Standard Time,"TZI",1,a8,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
Mike McCormack00775822005-11-15 18:18:27 +00002657HKLM,%CurrentVersionNT%\Time Zones\W. Australia Standard Time,"Display",,"Australia/Perth"
2658HKLM,%CurrentVersionNT%\Time Zones\W. Australia Standard Time,"Dlt",,"W. Australia Daylight Time"
2659HKLM,%CurrentVersionNT%\Time Zones\W. Australia Standard Time,"Std",,"W. Australia Standard Time"
Francois Gouget17382dd2007-02-21 17:41:39 +01002660HKLM,%CurrentVersionNT%\Time Zones\W. Australia Standard Time,"TZI",1,20,fe,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,03,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,0a,00,00,00,05,00,02,00,00,00,00,00,00,00
2661HKLM,%CurrentVersionNT%\Time Zones\W. Central Africa Standard Time,"Display",,"Africa/Lagos"
2662HKLM,%CurrentVersionNT%\Time Zones\W. Central Africa Standard Time,"Dlt",,"W. Central Africa Daylight Time"
2663HKLM,%CurrentVersionNT%\Time Zones\W. Central Africa Standard Time,"Std",,"W. Central Africa Standard Time"
Dmitry Timoshkov529f25d2008-03-30 18:38:39 +09002664HKLM,%CurrentVersionNT%\Time Zones\W. Central Africa Standard Time,"TZI",1,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
Mike McCormack00775822005-11-15 18:18:27 +00002665HKLM,%CurrentVersionNT%\Time Zones\W. Europe Standard Time,"Display",,"Europe/Berlin"
2666HKLM,%CurrentVersionNT%\Time Zones\W. Europe Standard Time,"Dlt",,"W. Europe Daylight Time"
2667HKLM,%CurrentVersionNT%\Time Zones\W. Europe Standard Time,"Std",,"W. Europe Standard Time"
2668HKLM,%CurrentVersionNT%\Time Zones\W. Europe Standard Time,"TZI",1,c4,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
Dmitry Timoshkov529f25d2008-03-30 18:38:39 +09002669HKLM,%CurrentVersionNT%\Time Zones\West Asia Standard Time,"Display",,"Asia/Karachi"
2670HKLM,%CurrentVersionNT%\Time Zones\West Asia Standard Time,"Dlt",,"West Asia Daylight Time"
2671HKLM,%CurrentVersionNT%\Time Zones\West Asia Standard Time,"Std",,"West Asia Standard Time"
2672HKLM,%CurrentVersionNT%\Time Zones\West Asia Standard Time,"TZI",1,d4,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2673HKLM,%CurrentVersionNT%\Time Zones\West Pacific Standard Time,"Display",,"Pacific/Guam"
2674HKLM,%CurrentVersionNT%\Time Zones\West Pacific Standard Time,"Dlt",,"West Pacific Daylight Time"
2675HKLM,%CurrentVersionNT%\Time Zones\West Pacific Standard Time,"Std",,"West Pacific Standard Time"
2676HKLM,%CurrentVersionNT%\Time Zones\West Pacific Standard Time,"TZI",1,a8,fd,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2677HKLM,%CurrentVersionNT%\Time Zones\Yakutsk Standard Time,"Display",,"Asia/Yakutsk"
2678HKLM,%CurrentVersionNT%\Time Zones\Yakutsk Standard Time,"Dlt",,"Yakutsk Daylight Time"
2679HKLM,%CurrentVersionNT%\Time Zones\Yakutsk Standard Time,"Std",,"Yakutsk Standard Time"
2680HKLM,%CurrentVersionNT%\Time Zones\Yakutsk Standard Time,"TZI",1,e4,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
Mike McCormack00775822005-11-15 18:18:27 +00002681
Alexandre Julliarda0bbf842008-04-16 12:38:41 +02002682[MountMgrService]
2683Description="Device mounting service"
2684DisplayName="Mount Manager"
2685ServiceBinary="%12%\mountmgr.sys"
2686ServiceType=1
2687StartType=2
2688ErrorControl=1
2689
2690[SpoolerService]
2691Description="Loads files to memory for later printing"
2692DisplayName="Print Spooler"
Paul Vriens88f47052008-04-21 08:14:20 +02002693ServiceBinary="%11%\spoolsv.exe"
Alexandre Julliard981f31b2008-04-24 13:53:33 +02002694ServiceType=0x110
Alexandre Julliarda0bbf842008-04-16 12:38:41 +02002695StartType=4
2696ErrorControl=1
2697LoadOrderGroup="SpoolerGroup"
2698
Jacek Caban546de272007-03-19 14:14:32 +01002699[Services]
Alexandre Julliarda0bbf842008-04-16 12:38:41 +02002700HKLM,"System\CurrentControlSet\Services\VxD\MSTCP",,,""
Jacek Caban546de272007-03-19 14:14:32 +01002701
Vitaliy Margolen3a547b02005-11-14 15:11:26 +00002702[VersionInfo]
Maarten Lankhorstf629dc42008-03-17 17:05:11 -07002703HKLM,%CurrentVersionNT%,"CurrentVersion",2,"5.1"
2704HKLM,%CurrentVersionNT%,"CSDVersion",2,"Service Pack 2"
2705HKLM,%CurrentVersionNT%,"CurrentBuildNumber",2,"2600"
Stefan Leichter9f100c12006-02-02 13:20:36 +01002706HKLM,%CurrentVersionNT%,"CurrentType",2,"Uniprocessor Free"
Vitaliy Margolen3a547b02005-11-14 15:11:26 +00002707HKLM,%Control%\ProductOptions,"ProductType",2,"WinNT"
2708HKLM,%Control%\Windows,"CSDVersion",0x10003,0x400
2709HKLM,%Control%\Session Manager\Environment,"OS",2,"Windows_NT"