blob: f39b929bb0d5490770a9430192dee3279e374915 [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 Julliardfc1fca52010-03-27 12:13:10 +010031WineFakeDlls=FakeDllsWin32,FakeDlls
Alexandre Julliard299d5592004-02-27 22:04:55 +000032UpdateInis=SystemIni
Alexandre Julliard5978e4f2010-05-06 21:04:03 +020033CopyFiles=@l_intl.nls
Alexandre Julliard299d5592004-02-27 22:04:55 +000034AddReg=\
35 Classes,\
Mike McCormack510fc112006-08-10 22:40:39 +090036 ContentIndex,\
Juan Lang27712182005-04-11 18:49:28 +000037 ControlClass,\
Alexandre Julliardbd621202012-05-09 12:42:20 +020038 ControlPanel,\
Alexandre Julliard299d5592004-02-27 22:04:55 +000039 CurrentVersion,\
40 Debugger,\
Alexandre Julliard299d5592004-02-27 22:04:55 +000041 DirectX,\
42 Fonts,\
43 MCI,\
44 Misc,\
45 Nls,\
46 OLE,\
Detlef Riekenberg8a8a5482006-02-23 00:20:19 +010047 Printing,\
Jacek Caban546de272007-03-19 14:14:32 +010048 Services, \
Alexandre Julliard4ae9c2fe2010-01-20 20:06:08 +010049 SessionMgr,\
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 Julliardfc1fca52010-03-27 12:13:10 +010055WineFakeDlls=FakeDllsWin32,FakeDlls
Vitaliy Margolen3a547b02005-11-14 15:11:26 +000056UpdateInis=SystemIni
Alexandre Julliard5978e4f2010-05-06 21:04:03 +020057CopyFiles=@l_intl.nls
Vitaliy Margolen3a547b02005-11-14 15:11:26 +000058AddReg=\
59 Classes,\
Mike McCormack510fc112006-08-10 22:40:39 +090060 ContentIndex,\
Vitaliy Margolen3a547b02005-11-14 15:11:26 +000061 ControlClass,\
Alexandre Julliardbd621202012-05-09 12:42:20 +020062 ControlPanel,\
Vitaliy Margolen3a547b02005-11-14 15:11:26 +000063 CurrentVersion,\
64 Debugger,\
Vitaliy Margolen3a547b02005-11-14 15:11:26 +000065 DirectX,\
Vitaliy Margolen3a547b02005-11-14 15:11:26 +000066 Fonts,\
67 MCI,\
68 Misc,\
69 Nls,\
70 OLE,\
Detlef Riekenberg8a8a5482006-02-23 00:20:19 +010071 Printing,\
Jacek Caban546de272007-03-19 14:14:32 +010072 Services, \
Alexandre Julliard4ae9c2fe2010-01-20 20:06:08 +010073 SessionMgr,\
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 Julliard562ba3c2010-03-04 14:17:23 +010078[DefaultInstall.ntamd64]
79RegisterDlls=RegisterDllsSection
Alexandre Julliardfc1fca52010-03-27 12:13:10 +010080WineFakeDlls=FakeDlls
Alexandre Julliard9a6a1122012-05-30 20:25:37 +020081WinePreInstall=Wow64
Alexandre Julliard562ba3c2010-03-04 14:17:23 +010082UpdateInis=SystemIni
Alexandre Julliard5978e4f2010-05-06 21:04:03 +020083CopyFiles=@l_intl.nls
Alexandre Julliard562ba3c2010-03-04 14:17:23 +010084AddReg=\
85 Classes,\
86 ContentIndex,\
87 ControlClass,\
Alexandre Julliardbd621202012-05-09 12:42:20 +020088 ControlPanel,\
Alexandre Julliard562ba3c2010-03-04 14:17:23 +010089 CurrentVersion,\
Hans Leidekker6fd61752010-09-10 17:30:43 +020090 CurrentVersionWow64,\
Alexandre Julliard562ba3c2010-03-04 14:17:23 +010091 Debugger,\
Vincent Povirkc1279a62012-06-04 15:22:08 -050092 Dotnet,\
Alexandre Julliard562ba3c2010-03-04 14:17:23 +010093 DirectX,\
94 Fonts,\
95 MCI,\
96 Misc,\
97 Nls,\
98 OLE,\
99 Printing,\
100 Services, \
101 SessionMgr,\
102 Tapi,\
103 Timezones,\
Alexandre Julliard9a6a1122012-05-30 20:25:37 +0200104 VersionInfo
Alexandre Julliard562ba3c2010-03-04 14:17:23 +0100105
Alexandre Julliard3edc09f2010-03-30 16:44:30 +0200106[Wow64Install]
107RegisterDlls=RegisterDllsSection
108WineFakeDlls=FakeDllsWin32,FakeDllsWow64
Alexandre Julliard5978e4f2010-05-06 21:04:03 +0200109CopyFiles=@l_intl.nls
Alexandre Julliard3edc09f2010-03-30 16:44:30 +0200110AddReg=\
111 CurrentVersion,\
Alexandre Julliard09be7dd2010-09-21 14:13:42 +0200112 CurrentVersionWow64,\
Alexandre Julliard3edc09f2010-03-30 16:44:30 +0200113 Debugger,\
114 DirectX,\
Alexandre Julliard3edc09f2010-03-30 16:44:30 +0200115 MCI,\
116 Misc,\
117 Tapi,\
118 VersionInfo
119
Alexandre Julliarda0bbf842008-04-16 12:38:41 +0200120[DefaultInstall.Services]
Alexandre Julliardc1fce742011-08-02 22:05:06 +0200121AddService=BITS,0,BITSService
Alexandre Julliard27d88982011-08-02 23:24:46 +0200122AddService=MSIServer,0,MSIService
Alexandre Julliarda0bbf842008-04-16 12:38:41 +0200123AddService=MountMgr,0x800,MountMgrService
124AddService=Spooler,0,SpoolerService
Alexandre Julliard49ef4f12011-08-02 21:48:37 +0200125AddService=StiSvc,0,StiService
Hans Leidekker6137b1b2009-04-15 14:58:00 +0200126AddService=TermService,0,TerminalServices
Hans Leidekker2133b6c2011-01-31 15:26:17 +0100127AddService=PlugPlay,0,PlugPlayService
Hans Leidekker89599612011-08-24 10:23:57 +0200128AddService=FontCache3.0.0.0,0,FontCacheService
Alexandre Julliarda0bbf842008-04-16 12:38:41 +0200129
130[DefaultInstall.NT.Services]
Alexandre Julliardc1fce742011-08-02 22:05:06 +0200131AddService=BITS,0,BITSService
Alexandre Julliard27d88982011-08-02 23:24:46 +0200132AddService=MSIServer,0,MSIService
Alexandre Julliarda0bbf842008-04-16 12:38:41 +0200133AddService=MountMgr,0x800,MountMgrService
134AddService=Spooler,0,SpoolerService
Alexandre Julliard49ef4f12011-08-02 21:48:37 +0200135AddService=StiSvc,0,StiService
Hans Leidekker6137b1b2009-04-15 14:58:00 +0200136AddService=TermService,0,TerminalServices
Hans Leidekker2133b6c2011-01-31 15:26:17 +0100137AddService=PlugPlay,0,PlugPlayService
Hans Leidekker89599612011-08-24 10:23:57 +0200138AddService=FontCache3.0.0.0,0,FontCacheService
Alexandre Julliarda0bbf842008-04-16 12:38:41 +0200139
Nicolas Le Cam40680e82010-03-08 22:26:29 +0100140[DefaultInstall.ntamd64.Services]
Alexandre Julliardc1fce742011-08-02 22:05:06 +0200141AddService=BITS,0,BITSService
Alexandre Julliard27d88982011-08-02 23:24:46 +0200142AddService=MSIServer,0,MSIService
Nicolas Le Cam40680e82010-03-08 22:26:29 +0100143AddService=MountMgr,0x800,MountMgrService
144AddService=Spooler,0,SpoolerService
Alexandre Julliard49ef4f12011-08-02 21:48:37 +0200145AddService=StiSvc,0,StiService
Nicolas Le Cam40680e82010-03-08 22:26:29 +0100146AddService=TermService,0,TerminalServices
Hans Leidekker2133b6c2011-01-31 15:26:17 +0100147AddService=PlugPlay,0,PlugPlayService
Hans Leidekker89599612011-08-24 10:23:57 +0200148AddService=FontCache3.0.0.0,0,FontCacheService
Nicolas Le Cam40680e82010-03-08 22:26:29 +0100149
Alexandre Julliard299d5592004-02-27 22:04:55 +0000150[Strings]
Alexandre Julliard299d5592004-02-27 22:04:55 +0000151MciExtStr="Software\Microsoft\Windows NT\CurrentVersion\MCI Extensions"
152Mci32Str="Software\Microsoft\Windows NT\CurrentVersion\MCI32"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000153CurrentVersion="Software\Microsoft\Windows\CurrentVersion"
Vitaliy Margolen3a547b02005-11-14 15:11:26 +0000154CurrentVersionNT="Software\Microsoft\Windows NT\CurrentVersion"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000155FontSubStr="Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes"
Vitaliy Margolen3a547b02005-11-14 15:11:26 +0000156Control="System\CurrentControlSet\Control"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000157
158[Classes]
Louis Lendersafb8f622007-10-07 09:33:33 +0100159HKCR,.chm,,2,"chm.file"
Owen Rudge49d5c7f2008-06-23 18:53:48 +0100160HKCR,.cpl,,2,"cplfile"
Kirill K. Smirnov1b039cc2006-10-30 15:44:21 +0300161HKCR,.hlp,,2,"hlpfile"
Hans Leidekker8530d232007-03-16 13:55:28 +0100162HKCR,.inf,,2,"inffile"
Francois Gougete9106272006-08-05 11:43:30 +0200163HKCR,.ini,,2,"inifile"
Francois Gougete9106272006-08-05 11:43:30 +0200164HKCR,.lnk,,2,"lnkfile"
165HKCR,.msi,,2,"Msi.Package"
Hans Leidekker4222e332011-04-05 12:04:11 +0200166HKCR,.msp,,2,"Msi.Patch"
Hans Leidekker58e5ea22007-03-16 13:55:39 +0100167HKCR,.rtf,,2,"rtffile"
Hans Leidekkerf3425cf2007-02-10 22:55:29 +0100168HKCR,.wri,,2,"wrifile"
Damjan Jovanovic61441042009-05-01 10:11:07 +0200169HKCR,chm.file,,2,"Compiled HTML Help File"
Austin English51922e32009-06-16 18:43:59 -0500170HKCR,chm.file\shell\open\command,,2,"%10%\hh.exe %1"
Damjan Jovanovic61441042009-05-01 10:11:07 +0200171HKCR,cplfile,,2,"Control Panel Item"
Owen Rudge49d5c7f2008-06-23 18:53:48 +0100172HKCR,cplfile\shell\cplopen,,2,"Open with Control Panel"
173HKCR,cplfile\shell\cplopen\command,,2,"rundll32.exe shell32.dll,Control_RunDLL ""%1"",%*"
Alexandre Julliard835895f2010-03-04 20:48:57 +0100174HKCR,DirectShow,,16
Damjan Jovanovic61441042009-05-01 10:11:07 +0200175HKCR,exefile,,2,"Application"
Francois Gougete9106272006-08-05 11:43:30 +0200176HKCR,exefile\DefaultIcon,,2,"%1"
177HKCR,exefile\shell\open\command,,2,"""%1"" %*"
178HKCR,folder\shell\open\ddeexec,,2,"[ViewFolder("%l", %I, %S)]"
179HKCR,folder\shell\open\ddeexec,"NoActivateHandler",2,""
180HKCR,folder\shell\open\ddeexec\application,,2,"Folders"
Damjan Jovanovic61441042009-05-01 10:11:07 +0200181HKCR,hlpfile,,2,"Help File"
Alexandre Julliarda795f362008-05-13 18:43:27 +0200182HKCR,hlpfile\shell\open\command,,2,"%11%\winhlp32.exe %1"
Piotr Caban54833c92011-05-04 13:20:41 +0200183HKCR,htmlfile\shell\open\command,,2,"""%11%\winebrowser.exe"" -nohome"
Misha Koshelevfe07efb2007-06-07 10:33:42 -0500184HKCR,htmlfile\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
185HKCR,htmlfile\shell\open\ddeexec,"NoActivateHandler",2,""
186HKCR,htmlfile\shell\open\ddeexec\Application,,2,"IExplore"
187HKCR,htmlfile\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
Damjan Jovanovic61441042009-05-01 10:11:07 +0200188HKCR,inffile,,2,"Setup Information"
Misha Koshelev1a2e16d2007-06-22 17:38:35 -0500189HKCR,inffile\shell\install\command,,2,"%11%\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %1"
Damjan Jovanovic61441042009-05-01 10:11:07 +0200190HKCR,inifile,,2,"Configuration Settings"
Francois Gougete9106272006-08-05 11:43:30 +0200191HKCR,inifile\shell\open\command,,2,"%11%\notepad.exe %1"
192HKCR,inifile\shell\print\command,,2,"%11%\notepad.exe /p %1"
193HKCR,lnkfile,,2,"Shortcut"
194HKCR,lnkfile,"NeverShowExt",2,""
195HKCR,lnkfile,"IsShortcut",2,"yes"
196HKCR,lnkfile\CLSID,,2,"{00021401-0000-0000-C000-000000000046}"
197HKCR,lnkfile\shellex\IconHandler,,2,"{00021401-0000-0000-C000-000000000046}"
Francois Gougetf1adb692006-08-07 21:18:41 +0200198HKCR,lnkfile\shellex\ContextMenuHandlers\{00021401-0000-0000-C000-000000000046},,0x10,
Alexandre Julliard835895f2010-03-04 20:48:57 +0100199HKCR,MediaFoundation,,16
Damjan Jovanovic61441042009-05-01 10:11:07 +0200200HKCR,Msi.Package,,2,"Windows Installer Package"
Francois Gougete9106272006-08-05 11:43:30 +0200201HKCR,Msi.Package\DefaultIcon,,2,"msiexec.exe"
Misha Koshelev1a65db62007-06-16 16:00:40 -0500202HKCR,Msi.Package\shell\Open\command,,2,"msiexec /i ""%1"""
203HKCR,Msi.Package\shell\Repair\command,,2,"msiexec /f ""%1"""
204HKCR,Msi.Package\shell\Uninstall\command,,2,"msiexec /x ""%1"""
Hans Leidekker4222e332011-04-05 12:04:11 +0200205HKCR,Msi.Patch,,2,"Windows Installer Patch"
206HKCR,Msi.Patch\DefaultIcon,,2,"msiexec.exe"
207HKCR,Msi.Patch\shell\Open\command,,2,"msiexec /p ""%1"""
Damjan Jovanovic61441042009-05-01 10:11:07 +0200208HKCR,rtffile,,2,"Rich Text Document"
Hans Leidekker58e5ea22007-03-16 13:55:39 +0100209HKCR,rtffile\shell\open\command,,2,"%11%\wordpad.exe %1"
210HKCR,rtffile\shell\print\command,,2,"%11%\wordpad.exe /p %1"
Damjan Jovanovic61441042009-05-01 10:11:07 +0200211HKCR,txtfile,,2,"Text Document"
Francois Gougete9106272006-08-05 11:43:30 +0200212HKCR,txtfile\shell\open\command,,2,"%11%\notepad.exe %1"
213HKCR,txtfile\shell\print\command,,2,"%11%\notepad.exe /p %1"
Hans Leidekkerf3425cf2007-02-10 22:55:29 +0100214HKCR,wrifile\shell\open\command,,2,"%11%\wordpad.exe %1"
215HKCR,wrifile\shell\print\command,,2,"%11%\wordpad.exe /p %1"
Damjan Jovanovic61441042009-05-01 10:11:07 +0200216HKCR,xmlfile,,2,"XML Document"
Piotr Caban54833c92011-05-04 13:20:41 +0200217HKCR,xmlfile\shell\open\command,,2,"""%11%\winebrowser.exe"" -nohome"
Lei Zhange63bd4d2008-05-16 17:07:08 -0700218HKCR,xmlfile\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
219HKCR,xmlfile\shell\open\ddeexec,"NoActivateHandler",2,""
220HKCR,xmlfile\shell\open\ddeexec\Application,,2,"IExplore"
221HKCR,xmlfile\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
Piotr Caban54833c92011-05-04 13:20:41 +0200222HKCR,ftp\shell\open\command,,2,"""%11%\winebrowser.exe"" -nohome"
Francois Gouget0c7ead52010-07-28 09:46:13 +0200223HKCR,ftp\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
224HKCR,ftp\shell\open\ddeexec,"NoActivateHandler",2,""
225HKCR,ftp\shell\open\ddeexec\Application,,2,"IExplore"
226HKCR,ftp\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
Piotr Caban54833c92011-05-04 13:20:41 +0200227HKCR,http\shell\open\command,,2,"""%11%\winebrowser.exe"" -nohome"
Misha Koshelevfe07efb2007-06-07 10:33:42 -0500228HKCR,http\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
229HKCR,http\shell\open\ddeexec,"NoActivateHandler",2,""
230HKCR,http\shell\open\ddeexec\Application,,2,"IExplore"
231HKCR,http\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
Piotr Caban54833c92011-05-04 13:20:41 +0200232HKCR,https\shell\open\command,,2,"""%11%\winebrowser.exe"" -nohome"
Misha Koshelevfe07efb2007-06-07 10:33:42 -0500233HKCR,https\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
234HKCR,https\shell\open\ddeexec,"NoActivateHandler",2,""
235HKCR,https\shell\open\ddeexec\Application,,2,"IExplore"
236HKCR,https\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
237HKCR,mailto\shell\open\command,,2,"%11%\winebrowser %1"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000238
Denis Baranov6021a732009-02-24 21:16:26 +0300239HKCR,MIME\Database\Charset\_iso-2022-jp$ESC,"Codepage",0x10003,932
240HKCR,MIME\Database\Charset\_iso-2022-jp$ESC,"InternetEncoding",0x10003,50221
241HKCR,MIME\Database\Charset\_iso-2022-jp$SIO,"Codepage",0x10003,932
242HKCR,MIME\Database\Charset\_iso-2022-jp$SIO,"InternetEncoding",0x10003,50222
243HKCR,MIME\Database\Charset\ASMO-708,"Codepage",0x10003,1256
244HKCR,MIME\Database\Charset\ASMO-708,"InternetEncoding",0x10003,708
245HKCR,MIME\Database\Charset\Big5,"Codepage",0x10003,950
246HKCR,MIME\Database\Charset\Big5,"InternetEncoding",0x10003,950
247HKCR,MIME\Database\Charset\DOS-720,"Codepage",0x10003,1256
248HKCR,MIME\Database\Charset\DOS-720,"InternetEncoding",0x10003,720
249HKCR,MIME\Database\Charset\DOS-862,"Codepage",0x10003,1255
250HKCR,MIME\Database\Charset\DOS-862,"InternetEncoding",0x10003,862
251HKCR,MIME\Database\Charset\DOS-874,"Codepage",0x10003,874
252HKCR,MIME\Database\Charset\DOS-874,"InternetEncoding",0x10003,874
253HKCR,MIME\Database\Charset\euc-jp,"Codepage",0x10003,932
254HKCR,MIME\Database\Charset\euc-jp,"InternetEncoding",0x10003,51932
255HKCR,MIME\Database\Charset\euc-kr,"Codepage",0x10003,949
256HKCR,MIME\Database\Charset\euc-kr,"InternetEncoding",0x10003,949
257HKCR,MIME\Database\Charset\GB2312,"Codepage",0x10003,936
258HKCR,MIME\Database\Charset\GB2312,"InternetEncoding",0x10003,936
259HKCR,MIME\Database\Charset\hz-gb-2312,"Codepage",0x10003,936
260HKCR,MIME\Database\Charset\hz-gb-2312,"InternetEncoding",0x10003,52936
261HKCR,MIME\Database\Charset\ibm852,"Codepage",0x10003,852
262HKCR,MIME\Database\Charset\ibm852,"InternetEncoding",0x10003,852
263HKCR,MIME\Database\Charset\ibm866,"Codepage",0x10003,866
264HKCR,MIME\Database\Charset\ibm866,"InternetEncoding",0x10003,866
265HKCR,MIME\Database\Charset\iso-2022-jp,"Codepage",0x10003,932
266HKCR,MIME\Database\Charset\iso-2022-jp,"InternetEncoding",0x10003,50220
267HKCR,MIME\Database\Charset\iso-2022-kr,"Codepage",0x10003,949
268HKCR,MIME\Database\Charset\iso-2022-kr,"InternetEncoding",0x10003,50225
269HKCR,MIME\Database\Charset\iso-8859-1,"Codepage",0x10003,1252
270HKCR,MIME\Database\Charset\iso-8859-1,"InternetEncoding",0x10003,1252
271HKCR,MIME\Database\Charset\iso-8859-2,"Codepage",0x10003,1250
272HKCR,MIME\Database\Charset\iso-8859-2,"InternetEncoding",0x10003,28592
273HKCR,MIME\Database\Charset\iso-8859-3,"Codepage",0x10003,1254
274HKCR,MIME\Database\Charset\iso-8859-3,"InternetEncoding",0x10003,28593
275HKCR,MIME\Database\Charset\iso-8859-4,"Codepage",0x10003,1257
276HKCR,MIME\Database\Charset\iso-8859-4,"InternetEncoding",0x10003,28594
277HKCR,MIME\Database\Charset\iso-8859-5,"Codepage",0x10003,1251
278HKCR,MIME\Database\Charset\iso-8859-5,"InternetEncoding",0x10003,25595
279HKCR,MIME\Database\Charset\iso-8859-6,"Codepage",0x10003,1256
280HKCR,MIME\Database\Charset\iso-8859-6,"InternetEncoding",0x10003,28596
281HKCR,MIME\Database\Charset\iso-8859-7,"Codepage",0x10003,1253
282HKCR,MIME\Database\Charset\iso-8859-7,"InternetEncoding",0x10003,28597
283HKCR,MIME\Database\Charset\iso-8859-8,"Codepage",0x10003,1255
284HKCR,MIME\Database\Charset\iso-8859-8,"InternetEncoding",0x10003,28598
285HKCR,MIME\Database\Charset\iso-8859-8-i,"Codepage",0x10003,1255
286HKCR,MIME\Database\Charset\iso-8859-8-i,"InternetEncoding",0x10003,38598
287HKCR,MIME\Database\Charset\iso-8859-9,"Codepage",0x10003,1254
288HKCR,MIME\Database\Charset\iso-8859-9,"InternetEncoding",0x10003,1254
289HKCR,MIME\Database\Charset\koi8-r,"Codepage",0x10003,1251
290HKCR,MIME\Database\Charset\koi8-r,"InternetEncoding",0x10003,20866
291HKCR,MIME\Database\Charset\koi8-ru,"Codepage",0x10003,1251
292HKCR,MIME\Database\Charset\koi8-ru,"InternetEncoding",0x10003,21866
293HKCR,MIME\Database\Charset\ks_c_5601-1987,"Codepage",0x10003,949
294HKCR,MIME\Database\Charset\ks_c_5601-1987,"InternetEncoding",0x10003,949
295HKCR,MIME\Database\Charset\shift_jis,"Codepage",0x10003,932
Alexandre Julliard3df2c882009-03-12 11:50:56 +0100296HKCR,MIME\Database\Charset\shift_jis,"InternetEncoding",0x10003,932
Denis Baranov6021a732009-02-24 21:16:26 +0300297HKCR,MIME\Database\Charset\unicode,"Codepage",0x10003,1200
298HKCR,MIME\Database\Charset\unicode,"InternetEncoding",0x10003,1200
299HKCR,MIME\Database\Charset\unicodeFFFE,"Codepage",0x10003,1200
300HKCR,MIME\Database\Charset\unicodeFFFE,"InternetEncoding",0x10003,1201
301HKCR,MIME\Database\Charset\utf-7,"Codepage",0x10003,1200
302HKCR,MIME\Database\Charset\utf-7,"InternetEncoding",0x10003,65000
303HKCR,MIME\Database\Charset\utf-8,"Codepage",0x10003,1200
304HKCR,MIME\Database\Charset\utf-8,"InternetEncoding",0x10003,65001
305HKCR,MIME\Database\Charset\windows-1250,"Codepage",0x10003,1250
306HKCR,MIME\Database\Charset\windows-1250,"InternetEncoding",0x10003,1250
307HKCR,MIME\Database\Charset\windows-1251,"Codepage",0x10003,1251
308HKCR,MIME\Database\Charset\windows-1251,"InternetEncoding",0x10003,1251
309HKCR,MIME\Database\Charset\windows-1252,"Codepage",0x10003,1252
310HKCR,MIME\Database\Charset\windows-1252,"InternetEncoding",0x10003,1252
311HKCR,MIME\Database\Charset\windows-1253,"Codepage",0x10003,1253
312HKCR,MIME\Database\Charset\windows-1253,"InternetEncoding",0x10003,1253
313HKCR,MIME\Database\Charset\windows-1255,"Codepage",0x10003,1255
314HKCR,MIME\Database\Charset\windows-1255,"InternetEncoding",0x10003,1255
315HKCR,MIME\Database\Charset\windows-1256,"Codepage",0x10003,1256
316HKCR,MIME\Database\Charset\windows-1256,"InternetEncoding",0x10003,1256
317HKCR,MIME\Database\Charset\windows-1257,"Codepage",0x10003,1257
318HKCR,MIME\Database\Charset\windows-1257,"InternetEncoding",0x10003,1257
319HKCR,MIME\Database\Charset\windows-1258,"Codepage",0x10003,1258
320HKCR,MIME\Database\Charset\windows-1258,"InternetEncoding",0x10003,1258
321HKCR,MIME\Database\Charset\windows-874,"Codepage",0x10003,874
322HKCR,MIME\Database\Charset\windows-874,"InternetEncoding",0x10003,874
323HKCR,MIME\Database\Charset\ANSI_X3.4-1968,"AliasForCharset",,iso-8859-1
324HKCR,MIME\Database\Charset\ANSI_X3.4-1986,"AliasForCharset",,iso-8859-1
325HKCR,MIME\Database\Charset\arabic,"AliasForCharset",,iso-8859-6
326HKCR,MIME\Database\Charset\ascii,"AliasForCharset",,iso-8859-1
327HKCR,MIME\Database\Charset\chinese,"AliasForCharset",,gb2312
328HKCR,MIME\Database\Charset\CN-GB,"AliasForCharset",,gb2312
329HKCR,MIME\Database\Charset\cp1256,"AliasForCharset",,windows-1256
330HKCR,MIME\Database\Charset\cp367,"AliasForCharset",,iso-8859-1
331HKCR,MIME\Database\Charset\cp819,"AliasForCharset",,iso-8859-1
332HKCR,MIME\Database\Charset\cp852,"AliasForCharset",,ibm852
333HKCR,MIME\Database\Charset\ibm866,"AliasForCharset",,ibm866
334HKCR,MIME\Database\Charset\csASCII,"AliasForCharset",,iso-8859-1
335HKCR,MIME\Database\Charset\csbig5,"AliasForCharset",,big5
336HKCR,MIME\Database\Charset\csEUCKR,"AliasForCharset",,ks_c_5601-1987
337HKCR,MIME\Database\Charset\csEUCPkdFmtJapanese,"AliasForCharset",,euc-jp
338HKCR,MIME\Database\Charset\csGB2312 ,"AliasForCharset",,gb2312
339HKCR,MIME\Database\Charset\csISO2022JP,"AliasForCharset",,_iso-2022-jp$ESC
340HKCR,MIME\Database\Charset\csISO2022KR,"AliasForCharset",,iso-2022-kr
341HKCR,MIME\Database\Charset\csISO58GB231280,"AliasForCharset",,gb2312
342HKCR,MIME\Database\Charset\csISOLatin1,"AliasForCharset",,windows-1252
343HKCR,MIME\Database\Charset\csISOLatin2,"AliasForCharset",,iso-8859-2
344HKCR,MIME\Database\Charset\csISOLatin4,"AliasForCharset",,iso-8859-4
345HKCR,MIME\Database\Charset\csISOLatin5,"AliasForCharset",,iso-8859-9
346HKCR,MIME\Database\Charset\csISOLatinArabic,"AliasForCharset",,iso-8859-6
347HKCR,MIME\Database\Charset\csISOLatinCyrillic,"AliasForCharset",,iso-8859-5
348HKCR,MIME\Database\Charset\csISOLatinGreek,"AliasForCharset",,iso-8859-7
349HKCR,MIME\Database\Charset\csISOLatinHebrew,"AliasForCharset",,iso-8859-8
350HKCR,MIME\Database\Charset\csKOI8R,"AliasForCharset",,koi8-r
351HKCR,MIME\Database\Charset\csKSC56011987,"AliasForCharset",,ks_c_5601-1987
352HKCR,MIME\Database\Charset\csShiftJIS,"AliasForCharset",,shift_jis
353HKCR,MIME\Database\Charset\csUnicode11UTF7,"AliasForCharset",,utf-7
354HKCR,MIME\Database\Charset\csWindows31J,"AliasForCharset",,shift_jis
355HKCR,MIME\Database\Charset\cyrillic,"AliasForCharset",,iso-8859-5
356HKCR,MIME\Database\Charset\ECMA-114,"AliasForCharset",,iso-8859-6
357HKCR,MIME\Database\Charset\ECMA-118,"AliasForCharset",,iso-8859-7
358HKCR,MIME\Database\Charset\ELOT_928,"AliasForCharset",,iso-8859-7
359HKCR,MIME\Database\Charset\Extended_UNIX_Code_Packed_Format_for_Japanese,"AliasForCharset",,euc-jp
360HKCR,MIME\Database\Charset\GB_2312-80,"AliasForCharset",,gb2312
361HKCR,MIME\Database\Charset\GBK,"AliasForCharset",,gb2312
362HKCR,MIME\Database\Charset\greek,"AliasForCharset",,iso-8859-7
363HKCR,MIME\Database\Charset\greek8,"AliasForCharset",,iso-8859-7
364HKCR,MIME\Database\Charset\hebrew,"AliasForCharset",,iso-8859-8
365HKCR,MIME\Database\Charset\IBM367,"AliasForCharset",,iso-8859-1
366HKCR,MIME\Database\Charset\ibm819,"AliasForCharset",,iso-8859-1
367HKCR,MIME\Database\Charset\iso-8859-11,"AliasForCharset",,windows-874
368HKCR,MIME\Database\Charset\ISO-8859-8 Visual,"AliasForCharset",,iso-8859-8
369HKCR,MIME\Database\Charset\iso-ir-100,"AliasForCharset",,iso-8859-1
370HKCR,MIME\Database\Charset\iso-ir-101,"AliasForCharset",,iso-8859-2
371HKCR,MIME\Database\Charset\iso-ir-110,"AliasForCharset",,iso-8859-4
372HKCR,MIME\Database\Charset\iso-ir-111,"AliasForCharset",,iso-8859-4
373HKCR,MIME\Database\Charset\iso-ir-126,"AliasForCharset",,iso-8859-7
374HKCR,MIME\Database\Charset\iso-ir-127,"AliasForCharset",,iso-8859-6
375HKCR,MIME\Database\Charset\iso-ir-138,"AliasForCharset",,iso-8859-8
376HKCR,MIME\Database\Charset\iso-ir-144,"AliasForCharset",,iso-8859-5
377HKCR,MIME\Database\Charset\iso-ir-148,"AliasForCharset",,iso-8859-9
378HKCR,MIME\Database\Charset\iso-ir-149,"AliasForCharset",,ks_c_5601-1987
379HKCR,MIME\Database\Charset\iso-ir-58,"AliasForCharset",,gb2312
380HKCR,MIME\Database\Charset\iso-ir-6,"AliasForCharset",,iso-8859-1
381HKCR,MIME\Database\Charset\ISO646-US,"AliasForCharset",,iso-8859-1
382HKCR,MIME\Database\Charset\iso8859-1,"AliasForCharset",,iso-8859-1
383HKCR,MIME\Database\Charset\iso8859-2,"AliasForCharset",,iso-8859-2
384HKCR,MIME\Database\Charset\ISO_646.irv:1991,"AliasForCharset",,iso-8859-1
385HKCR,MIME\Database\Charset\iso_8859-1,"AliasForCharset",,iso-8859-1
386HKCR,MIME\Database\Charset\iso_8859-1:1987,"AliasForCharset",,iso-8859-1
387HKCR,MIME\Database\Charset\iso_8859-2,"AliasForCharset",,iso-8859-2
388HKCR,MIME\Database\Charset\iso_8859-2:1987,"AliasForCharset",,iso-8859-2
389HKCR,MIME\Database\Charset\ISO_8859-4,"AliasForCharset",,iso-8859-4
390HKCR,MIME\Database\Charset\ISO_8859-4:1988,"AliasForCharset",,iso-8859-4
391HKCR,MIME\Database\Charset\ISO_8859-5,"AliasForCharset",,iso-8859-5
392HKCR,MIME\Database\Charset\ISO_8859-5:1988,"AliasForCharset",,iso-8859-5
393HKCR,MIME\Database\Charset\ISO_8859-6,"AliasForCharset",,iso-8859-6
394HKCR,MIME\Database\Charset\ISO_8859-6:1987,"AliasForCharset",,iso-8859-6
395HKCR,MIME\Database\Charset\ISO_8859-7,"AliasForCharset",,iso-8859-7
396HKCR,MIME\Database\Charset\ISO_8859-7:1987,"AliasForCharset",,iso-8859-7
397HKCR,MIME\Database\Charset\ISO_8859-8,"AliasForCharset",,iso-8859-8
398HKCR,MIME\Database\Charset\ISO_8859-8:1987,"AliasForCharset",,iso-8859-8
399HKCR,MIME\Database\Charset\ISO_8859-9,"AliasForCharset",,iso-8859-9
400HKCR,MIME\Database\Charset\ISO_8859-9:1987,"AliasForCharset",,iso-8859-9
401HKCR,MIME\Database\Charset\koi,"AliasForCharset",,koi8-r
402HKCR,MIME\Database\Charset\korean,"AliasForCharset",,ks_c_5601-1987
403HKCR,MIME\Database\Charset\ks_c_5601,"AliasForCharset",,ks_c_5601-1987
404HKCR,MIME\Database\Charset\ks_c_5601-1989,"AliasForCharset",,ks_c_5601-1987
405HKCR,MIME\Database\Charset\KSC5601,"AliasForCharset",,ks_c_5601-1987
406HKCR,MIME\Database\Charset\KSC_5601,"AliasForCharset",,ks_c_5601-1987
407HKCR,MIME\Database\Charset\l1,"AliasForCharset",,windows-1252
408HKCR,MIME\Database\Charset\l2,"AliasForCharset",,iso-8859-2
409HKCR,MIME\Database\Charset\l4,"AliasForCharset",,iso-8859-4
410HKCR,MIME\Database\Charset\l5,"AliasForCharset",,iso-8859-9
411HKCR,MIME\Database\Charset\latin1,"AliasForCharset",,iso-8859-1
412HKCR,MIME\Database\Charset\latin2,"AliasForCharset",,iso-8859-2
413HKCR,MIME\Database\Charset\latin4,"AliasForCharset",,iso-8859-4
414HKCR,MIME\Database\Charset\latin5,"AliasForCharset",,iso-8859-9
415HKCR,MIME\Database\Charset\logical,"AliasForCharset",,windows-1255
416HKCR,MIME\Database\Charset\ms_Kanji,"AliasForCharset",,shift_jis
417HKCR,MIME\Database\Charset\shift-jis,"AliasForCharset",,shift_jis
418HKCR,MIME\Database\Charset\unicode-1-1-utf-7,"AliasForCharset",,utf-7
419HKCR,MIME\Database\Charset\unicode-1-1-utf-8,"AliasForCharset",,utf-8
420HKCR,MIME\Database\Charset\unicode-2-0-utf-8,"AliasForCharset",,utf-8
421HKCR,MIME\Database\Charset\us,"AliasForCharset",,iso-8859-1
422HKCR,MIME\Database\Charset\us-ascii,"AliasForCharset",,iso-8859-1
423HKCR,MIME\Database\Charset\visual,"AliasForCharset",,iso-8859-8
424HKCR,MIME\Database\Charset\Windows-1254,"AliasForCharset",,iso-8859-9
425
Mike McCormack510fc112006-08-10 22:40:39 +0900426[ContentIndex]
427HKLM,System\CurrentControlSet\Control\ContentIndex\Language\Neutral,"WBreakerClass",,"{369647e0-17b0-11ce-9950-00aa004bbb1f}"
428HKLM,System\CurrentControlSet\Control\ContentIndex\Language\Neutral,"StemmerClass",,""
429HKLM,System\CurrentControlSet\Control\ContentIndex\Language\Neutral,"Locale",0x10003,0
430
Juan Lang27712182005-04-11 18:49:28 +0000431[ControlClass]
Stefan Leichterc0f7eaa2011-12-27 21:57:03 +0100432HKLM,System\CurrentControlSet\Control\Class\{4d36e967-e325-11ce-bfc1-08002be10318},,,"Disk drives"
433HKLM,System\CurrentControlSet\Control\Class\{4d36e967-e325-11ce-bfc1-08002be10318},"Class",,"DiskDrive"
Juan Lang27712182005-04-11 18:49:28 +0000434HKLM,System\CurrentControlSet\Control\Class\{4d36e978-e325-11ce-bfc1-08002be10318},,,"Ports (COM & LPT)"
435HKLM,System\CurrentControlSet\Control\Class\{4d36e978-e325-11ce-bfc1-08002be10318},"Class",,"Ports"
Damjan Jovanovica186fd72009-10-04 11:21:39 +0200436HKLM,System\CurrentControlSet\Control\Class\{6bdd1fc6-810f-11d0-bec7-08002be2092f},,,"Imaging devices"
437HKLM,System\CurrentControlSet\Control\Class\{6bdd1fc6-810f-11d0-bec7-08002be2092f},"Class",,"Image"
Juan Lang27712182005-04-11 18:49:28 +0000438
Alexandre Julliard299d5592004-02-27 22:04:55 +0000439[CurrentVersion]
Alexandre Julliardb33f8502004-05-28 03:54:54 +0000440HKLM,%CurrentVersion%,"CommonFilesDir",,"%16427%"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000441HKLM,%CurrentVersion%,"FirstInstallDateTime",1,21,81,7c,23
442HKLM,%CurrentVersion%,"ProductId",,"12345-oem-0000001-54321"
Alexandre Julliardb33f8502004-05-28 03:54:54 +0000443HKLM,%CurrentVersion%,"ProgramFilesDir",,"%16422%"
James Hawkins463cec62006-10-18 16:23:45 -0700444HKLM,%CurrentVersion%,"ProgramFilesPath",0x20000,"%%ProgramFiles%%"
Alexandre Julliardb258f882008-06-26 13:42:09 +0200445HKLM,%CurrentVersion%,"RegisteredOrganization",2,""
446HKLM,%CurrentVersion%,"RegisteredOwner",2,""
Alexandre Julliard835895f2010-03-04 20:48:57 +0100447HKLM,%CurrentVersion%\App Paths,,16
448HKLM,%CurrentVersion%\Control Panel\Cursors\Schemes,,16
Benjamin Cutler820dce12005-04-18 16:54:44 +0000449HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"DiskSpinDownMax",,"3600"
450HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"DiskSpinDownMin",,"3"
451HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"LastID",,"5"
Alexandre Julliard835895f2010-03-04 20:48:57 +0100452HKLM,%CurrentVersion%\Explorer\AutoplayHandlers,,16
453HKLM,%CurrentVersion%\Explorer\DriveIcons,,16
454HKLM,%CurrentVersion%\Explorer\KindMap,,16
455HKLM,%CurrentVersion%\Group Policy,,16
Alexandre Julliard17e66e02010-12-17 14:59:49 +0100456HKLM,%CurrentVersion%\Installer,"InstallerLocation",,"%11%"
Louis Lendersaf60f4b2010-08-27 00:19:56 +0200457HKLM,%CurrentVersion%\Policies\System,"EnableLUA",0x10003,0
Alexandre Julliard835895f2010-03-04 20:48:57 +0100458HKLM,%CurrentVersion%\PreviewHandlers,,16
Rein Klazesaf927f52004-10-19 21:09:28 +0000459HKLM,%CurrentVersion%\Setup,"BootDir",,"%30%"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000460HKLM,%CurrentVersion%\Setup,"SharedDir",,"%25%"
David Hedberg990a3192010-03-16 01:32:44 +0100461HKLM,%CurrentVersion%\Shell Extensions\Approved,,16
Alexandre Julliardeb7c1442010-02-10 14:29:52 +0100462HKLM,%CurrentVersion%\Uninstall,,16
Louis Lenders864aa612010-07-29 21:06:59 +0200463HKCU,%CurrentVersion%\Run,,16
Austin English3c5f46c2011-02-12 20:27:33 -0800464HKLM,%CurrentVersion%\Run,,16
Louis Lenders6b164a52011-10-06 21:46:35 +0200465HKLM,%CurrentVersionNT%,"InstallDate",0x10003,1273299354
Alexandre Julliardb258f882008-06-26 13:42:09 +0200466HKLM,%CurrentVersionNT%,"RegisteredOrganization",2,""
467HKLM,%CurrentVersionNT%,"RegisteredOwner",2,""
Paul Vriensa589eb22006-03-24 10:01:00 +0100468HKLM,%CurrentVersionNT%,"SystemRoot",,"%10%"
Alexandre Julliard835895f2010-03-04 20:48:57 +0100469HKLM,%CurrentVersionNT%\Console,,16
470HKLM,%CurrentVersionNT%\FontDpi,,16
471HKLM,%CurrentVersionNT%\FontLink,,16
472HKLM,%CurrentVersionNT%\FontMapper,,16
Alexandre Julliardeb7c1442010-02-10 14:29:52 +0100473HKLM,%CurrentVersionNT%\Fonts,,16
Alexandre Julliard835895f2010-03-04 20:48:57 +0100474HKLM,%CurrentVersionNT%\FontSubstitutes,,16
475HKLM,%CurrentVersionNT%\Gre_Initialize,,16
Erik Inge Bolsø2832eab2009-10-23 01:30:48 +0200476HKLM,%CurrentVersionNT%\Hotfix\Q246009,"Installed",,"1"
Alexandre Julliard835895f2010-03-04 20:48:57 +0100477HKLM,%CurrentVersionNT%\Image File Execution Options,,16
478HKLM,%CurrentVersionNT%\Language Pack,,16
479HKLM,%CurrentVersionNT%\NetworkCards,,16
480HKLM,%CurrentVersionNT%\Perflib,,16
481HKLM,%CurrentVersionNT%\Ports,,16
482HKLM,%CurrentVersionNT%\Print,,16
483HKLM,%CurrentVersionNT%\ProfileList,,16
Alexandre Julliard299d5592004-02-27 22:04:55 +0000484
Hans Leidekker6fd61752010-09-10 17:30:43 +0200485[CurrentVersionWow64]
486HKLM,%CurrentVersion%,"ProgramFilesDir (x86)",,"%16426%"
487HKLM,%CurrentVersion%,"CommonFilesDir (x86)",,"%16428%"
488
Alexandre Julliard299d5592004-02-27 22:04:55 +0000489[Debugger]
Francois Gougetdec695f2006-08-07 21:37:34 +0200490HKLM,%CurrentVersionNT%\AeDebug,"Debugger",2,"winedbg --auto %ld %ld"
491HKLM,%CurrentVersionNT%\AeDebug,"Auto",2,"1"
Alexandre Julliardc6a65412010-10-06 11:44:48 +0200492HKCU,Software\Wine\Debug,"RelayExclude",2,"ntdll.RtlEnterCriticalSection;ntdll.RtlLeaveCriticalSection;kernel32.48;kernel32.49;kernel32.94;kernel32.95;kernel32.96;kernel32.97;kernel32.98;kernel32.TlsGetValue;kernel32.TlsSetValue;kernel32.FlsGetValue;kernel32.FlsSetValue;kernel32.SetLastError"
Dmitry Timoshkov1f32d1f2006-10-19 17:33:33 +0900493HKCU,Software\Wine\Debug,"RelayFromExclude",2,"winex11.drv;user32;gdi32;advapi32;kernel32"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000494
Alexandre Julliardbd621202012-05-09 12:42:20 +0200495[ControlPanel]
496HKCU,Control Panel\Desktop,DragFullWindows,2,"0"
497HKCU,Control Panel\Desktop,FontSmoothing,2,"0"
498HKCU,Control Panel\Desktop,LowPowerActive,,"0"
499HKCU,Control Panel\Desktop,MenuShowDelay,2,"400"
500HKCU,Control Panel\Desktop,SmoothScroll,3,00,00,00,00
501HKCU,Control Panel\Desktop,UserPreferenceMask,3,10,00,00,80
502HKCU,Control Panel\Desktop\WindowMetrics,BorderWidth,2,"1"
503HKCU,Control Panel\Desktop\WindowMetrics,CaptionHeight,2,"18"
504HKCU,Control Panel\Desktop\WindowMetrics,CaptionWidth,2,"18"
505HKCU,Control Panel\Desktop\WindowMetrics,MenuHeight,2,"18"
506HKCU,Control Panel\Desktop\WindowMetrics,MenuWidth,2,"18"
507HKCU,Control Panel\Desktop\WindowMetrics,ScrollHeight,2,"16"
508HKCU,Control Panel\Desktop\WindowMetrics,ScrollWidth,2,"16"
509HKCU,Control Panel\Desktop\WindowMetrics,Shell Icon Size,2,"32"
510HKCU,Control Panel\Desktop\WindowMetrics,SmCaptionHeight,2,"15"
511HKCU,Control Panel\Desktop\WindowMetrics,SmCaptionWidth,2,"13"
512HKCU,Control Panel\Mouse,Beep,2,"No"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000513
Vincent Povirkc1279a62012-06-04 15:22:08 -0500514[DotNet]
515HKLM,Software\Microsoft\.NETFramework,"InstallRoot",2,"%10%\Microsoft.NET\Framework\"
516HKLM,Software\Microsoft\.NETFramework\policy\v1.0,,16
517HKLM,Software\Microsoft\.NETFramework\policy\v1.1,,16
518HKLM,Software\Microsoft\.NETFramework\policy\v2.0,"50727",2,"50727-50727"
519HKLM,Software\Microsoft\.NETFramework\policy\v3.0,,16
520HKLM,Software\Microsoft\NET Framework Setup\NDP\v1.1.4322,Install,0x10003,1
521HKLM,Software\Microsoft\NET Framework Setup\NDP\v1.1.4322,SP,0x10003,1
522HKLM,Software\Microsoft\NET Framework Setup\NDP\v2.0.50727,Install,0x10003,1
523HKLM,Software\Microsoft\NET Framework Setup\NDP\v2.0.50727,SP,0x10003,2
524HKLM,Software\Microsoft\NET Framework Setup\NDP\v2.0.50727,Version,2,2.2.30729
525HKLM,Software\Microsoft\NET Framework Setup\NDP\v3.0,Install,0x10003,1
526HKLM,Software\Microsoft\NET Framework Setup\NDP\v3.0,SP,0x10003,2
527HKLM,Software\Microsoft\NET Framework Setup\NDP\v3.0,Version,2,3.2.30729
528HKLM,Software\Microsoft\NET Framework Setup\NDP\v3.0\Setup,InstallSuccess,0x10003,1
529HKLM,Software\Microsoft\NET Framework Setup\NDP\v3.5,Install,0x10003,1
530HKLM,Software\Microsoft\NET Framework Setup\NDP\v3.5,SP,0x10003,1
531HKLM,Software\Microsoft\NET Framework Setup\NDP\v3.5,Version,2,3.5.30729.01
532HKLM,Software\Microsoft\NET Framework Setup\NDP\v3.5\1033,Install,0x10003,1
533HKLM,Software\Microsoft\NET Framework Setup\NDP\v4\Client,Install,0x10003,1
534HKLM,Software\Microsoft\NET Framework Setup\NDP\v4\Client,Version,2,4.0.30319
535HKLM,Software\Microsoft\NET Framework Setup\NDP\v4\Client,TargetVersion,2,4.0.0
536HKLM,Software\Microsoft\NET Framework Setup\NDP\v4\Full,Install,0x10003,1
537HKLM,Software\Microsoft\NET Framework Setup\NDP\v4\Full,Version,2,4.0.30319
538HKLM,Software\Microsoft\NET Framework Setup\NDP\v4\Full,TargetVersion,2,4.0.0
539
540HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{7131646D-CD3C-40F4-97B9-CD9E4E6262EF},,2,".NET Framework"
541HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{7131646D-CD3C-40F4-97B9-CD9E4E6262EF},"ComponentID",2,".NETFramework"
542HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{7131646D-CD3C-40F4-97B9-CD9E4E6262EF},"Locale",2,""
543HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{7131646D-CD3C-40F4-97B9-CD9E4E6262EF},"Version",2,"2,0,50727,0"
544
545HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{CB2F7EDD-9D1F-43C1-90FC-4F52EAE172A1},,2,".NET Framework"
546HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{CB2F7EDD-9D1F-43C1-90FC-4F52EAE172A1},"ComponentID",2,".NETFramework"
547HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{CB2F7EDD-9D1F-43C1-90FC-4F52EAE172A1},"Locale",2,""
548HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{CB2F7EDD-9D1F-43C1-90FC-4F52EAE172A1},"Version",2,"1,0,4322,1"
549
Alexandre Julliard299d5592004-02-27 22:04:55 +0000550[DirectX]
Jan Zerebeckif2c8a532006-03-13 14:06:40 +0100551HKLM,Software\Microsoft\DirectX,"Version",,"4.09.00.0904"
Louis Lenders9c2ca352008-09-03 18:19:47 +0000552HKLM,Software\Microsoft\DirectX,"InstalledVersion",1,00,00,00,09,00,00,00,00
Alexandre Julliard299d5592004-02-27 22:04:55 +0000553HKLM,Software\Microsoft\DirectMusic,GMFilePath,,"%12%\gm.dls"
554HKLM,Software\Microsoft\DirectMusic\Defaults,DefaultOutputPort,,"{58C2B4D0-46E7-11D1-89AC-00A0C9054129}"
555HKLM,Software\Microsoft\DirectMusic\SoftwareSynths\{58C2B4D0-46E7-11D1-89AC-00A0C9054129},Description,,"Microsoft Software Synthesizer"
Lionel Ulmer9da48932005-06-03 11:26:46 +0000556HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"DescriptionA",,"Internet TCP/IP Connection For DirectPlay"
557HKLM,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 +0100558HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"dwReserved1",0x10001,0x000001f4
559HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"dwReserved2",0x10001,0x00000000
Lionel Ulmer9da48932005-06-03 11:26:46 +0000560HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"Guid",,"{36E95EE0-8577-11cf-960C-0080C7534E82}"
561HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"NATHelp",,"dpnhupnp.dll"
562HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"Path",,"dpwsockx.dll"
563HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"DescriptionA",,"IPX Connection For DirectPlay"
564HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"DescriptionW",,"IPX Connection For DirectPlay"
Alexandre Julliardc07da702007-03-06 12:27:32 +0100565HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"dwReserved1",0x10001,0x00000032
566HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"dwReserved2",0x10001,0x00000000
Lionel Ulmer9da48932005-06-03 11:26:46 +0000567HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"Guid",,"{685BC400-9D2C-11cf-A9CD-00AA006886E3}"
568HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"Path",,"dpwsockx.dll"
569HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"DescriptionA",,"Modem Connection For DirectPlay"
570HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"DescriptionW",,"Modem Connection For DirectPlay"
Alexandre Julliardc07da702007-03-06 12:27:32 +0100571HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"dwReserved1",0x10001,0x00000000
572HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"dwReserved2",0x10001,0x00000000
Lionel Ulmer9da48932005-06-03 11:26:46 +0000573HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"Guid",,"{44EAA760-CB68-11cf-9C4E-00A0C905425E}"
574HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"Path",,"dpmodemx.dll"
575HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"DescriptionA",,"Serial Connection For DirectPlay"
576HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"DescriptionW",,"Serial Connection For DirectPlay"
Alexandre Julliardc07da702007-03-06 12:27:32 +0100577HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"dwReserved1",0x10001,0x00000000
578HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"dwReserved2",0x10001,0x00000000
Lionel Ulmer9da48932005-06-03 11:26:46 +0000579HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"Guid",,"{0F1D6860-88D9-11cf-9C4E-00A0C905425E}"
580HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"Path",,"dpmodemx.dll"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000581
Alexandre Julliard4ae9c2fe2010-01-20 20:06:08 +0100582[SessionMgr]
583HKLM,%Control%\Session Manager,CriticalSectionTimeout,0x00040002,0x00278d00
584HKLM,%Control%\Session Manager,GlobalFlag,0x00040002,0
585HKLM,%Control%\Session Manager,HeapDeCommitFreeBlockThreshold,0x00040002,0
586HKLM,%Control%\Session Manager,HeapDeCommitTotalFreeThreshold,0x00040002,0
587HKLM,%Control%\Session Manager,HeapSegmentCommit,0x00040002,0
588HKLM,%Control%\Session Manager,HeapSegmentReserve,0x00040002,0
Alexandre Julliard4ae9c2fe2010-01-20 20:06:08 +0100589HKLM,%Control%\Session Manager\Environment,"ComSpec",0x00020000,"%11%\cmd.exe"
590HKLM,%Control%\Session Manager\Environment,"PATH",0x00020002,"%11%;%10%;%11%\wbem"
591HKLM,%Control%\Session Manager\Environment,"PATHEXT",,".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH"
Alexandre Julliard4ae9c2fe2010-01-20 20:06:08 +0100592HKLM,%Control%\Session Manager\Environment,"SystemDrive",2,"c:"
593HKLM,%Control%\Session Manager\Environment,"SYSTEMROOT",,"%10%"
594HKLM,%Control%\Session Manager\Environment,"TEMP",0x00020002,"%10%\temp"
595HKLM,%Control%\Session Manager\Environment,"TMP",0x00020002,"%10%\temp"
596HKLM,%Control%\Session Manager\Environment,"windir",0x00020000,"%10%"
597HKLM,%Control%\Session Manager\Environment,"winsysdir",,"%11%"
598HKLM,%Control%\Session Manager\Memory Management,WriteWatch,0x00040002,1
Alexandre Julliarde83afa72004-05-14 21:40:48 +0000599
Alexandre Julliard299d5592004-02-27 22:04:55 +0000600[Fonts]
Dmitry Timoshkov4aa98592008-06-22 22:41:03 +0900601HKLM,%FontSubStr%,"Arial Baltic,186",,"Arial,186"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000602HKLM,%FontSubStr%,"Arial CE,238",,"Arial,238"
603HKLM,%FontSubStr%,"Arial CYR,204",,"Arial,204"
604HKLM,%FontSubStr%,"Arial Greek,161",,"Arial,161"
605HKLM,%FontSubStr%,"Arial TUR,162",,"Arial,162"
Dmitry Timoshkov4aa98592008-06-22 22:41:03 +0900606HKLM,%FontSubStr%,"Courier New Baltic,186",,"Courier New,186"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000607HKLM,%FontSubStr%,"Courier New CE,238",,"Courier New,238"
608HKLM,%FontSubStr%,"Courier New CYR,204",,"Courier New,204"
609HKLM,%FontSubStr%,"Courier New Greek,161",,"Courier New,161"
610HKLM,%FontSubStr%,"Courier New TUR,162",,"Courier New,162"
Huw Daviesbd4cee32004-09-13 18:07:20 +0000611HKLM,%FontSubStr%,"Helv",,"MS Sans Serif"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000612HKLM,%FontSubStr%,"Helvetica",,"Arial"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000613HKLM,%FontSubStr%,"MS Shell Dlg 2",,"Tahoma"
614HKLM,%FontSubStr%,"Times",,"Times New Roman"
Dmitry Timoshkov4aa98592008-06-22 22:41:03 +0900615HKLM,%FontSubStr%,"Times New Roman Baltic,186",,"Times New Roman,186"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000616HKLM,%FontSubStr%,"Times New Roman CE,238",,"Times New Roman,238"
617HKLM,%FontSubStr%,"Times New Roman CYR,204",,"Times New Roman,204"
618HKLM,%FontSubStr%,"Times New Roman Greek,161",,"Times New Roman,161"
619HKLM,%FontSubStr%,"Times New Roman TUR,162",,"Times New Roman,162"
Alexandre Julliardf8f34d92006-01-25 13:19:43 +0100620HKLM,System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts,"LogPixels",0x10003,0x00000060
Alexandre Julliard299d5592004-02-27 22:04:55 +0000621
622[MCI]
RĂ©mi Assaillyc6e294d2005-08-23 19:52:30 +0000623HKLM,%Mci32Str%,"AVIVideo",,"mciavi32.dll"
RĂ©mi Assaillydbbd0d52005-07-27 15:42:40 +0000624HKLM,%Mci32Str%,"CDAudio",,"mcicda.dll"
RĂ©mi Assailly5df5e402005-08-17 12:15:35 +0000625HKLM,%Mci32Str%,"Sequencer",,"mciseq.dll"
Alexandre Julliard252398d2006-05-09 11:32:21 +0200626HKLM,%Mci32Str%,"WaveAudio",,"mciwave.dll"
Jörg Höhleac1ad132009-12-03 21:44:50 +0100627HKLM,%Mci32Str%,"MPEGVideo",,"mciqtz32.dll"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000628
629HKLM,%MciExtStr%,"aifc",,"MPEGVideo"
630HKLM,%MciExtStr%,"asf",,"MPEGVideo"
631HKLM,%MciExtStr%,"asx",,"MPEGVideo"
632HKLM,%MciExtStr%,"au",,"MPEGVideo"
633HKLM,%MciExtStr%,"avi",,"AVIVideo"
634HKLM,%MciExtStr%,"cda",,"CDAudio"
635HKLM,%MciExtStr%,"lsf",,"MPEGVideo"
636HKLM,%MciExtStr%,"lsx",,"MPEGVideo"
637HKLM,%MciExtStr%,"m1v",,"MPEGVideo"
638HKLM,%MciExtStr%,"m3u",,"MPEGVideo"
639HKLM,%MciExtStr%,"mid",,"Sequencer"
640HKLM,%MciExtStr%,"midi",,"Sequencer"
641HKLM,%MciExtStr%,"mp2",,"MPEGVideo"
642HKLM,%MciExtStr%,"mp2v",,"MPEGVideo"
643HKLM,%MciExtStr%,"mp3",,"MPEGVideo"
644HKLM,%MciExtStr%,"mpa",,"MPEGVideo"
645HKLM,%MciExtStr%,"mpe",,"MPEGVideo"
646HKLM,%MciExtStr%,"mpeg",,"MPEGVideo"
647HKLM,%MciExtStr%,"mpg",,"MPEGVideo"
648HKLM,%MciExtStr%,"mpv",,"MPEGVideo"
649HKLM,%MciExtStr%,"mpv2",,"MPEGVideo"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000650HKLM,%MciExtStr%,"rmi",,"Sequencer"
651HKLM,%MciExtStr%,"snd",,"MPEGVideo"
652HKLM,%MciExtStr%,"wav",,"WaveAudio"
653HKLM,%MciExtStr%,"wax",,"MPEGVideo"
654HKLM,%MciExtStr%,"wm",,"MPEGVideo"
655HKLM,%MciExtStr%,"wma",,"MPEGVideo"
656HKLM,%MciExtStr%,"wmp",,"MPEGVideo"
657HKLM,%MciExtStr%,"wmv",,"MPEGVideo"
658HKLM,%MciExtStr%,"wmx",,"MPEGVideo"
659HKLM,%MciExtStr%,"wvx",,"MPEGVideo"
660
661[Misc]
662HKLM,Software\Borland\Database Engine\Settings\SYSTEM\INIT,SHAREDMEMLOCATION,,9000
Owen Rudge75f52142009-12-16 10:44:35 -0600663HKLM,Software\Clients\Mail,,2,"Native Mail Client"
664HKLM,Software\Clients\Mail\Native Mail Client,,2,"Native Mail Client"
665HKLM,Software\Clients\Mail\Native Mail Client,"DLLPath",2,"%11%\winemapi.dll"
Alexandre Julliardeb7c1442010-02-10 14:29:52 +0100666HKLM,Software\Microsoft\Advanced INF Setup,,16
Alexandre Julliard835895f2010-03-04 20:48:57 +0100667HKLM,Software\Microsoft\Clients,,16
668HKLM,Software\Microsoft\Cryptography\Calais\Current,,16
669HKLM,Software\Microsoft\Cryptography\Calais\Readers,,16
670HKLM,Software\Microsoft\Cryptography\Services,,16
671HKLM,Software\Microsoft\CTF\SystemShared,,16
672HKLM,Software\Microsoft\CTF\TIP,,16
673HKLM,Software\Microsoft\DFS,,16
674HKLM,Software\Microsoft\Driver Signing,,16
675HKLM,Software\Microsoft\EnterpriseCertificates,,16
676HKLM,Software\Microsoft\EventSystem,,16
677HKLM,Software\Microsoft\MSMQ,,16
678HKLM,Software\Microsoft\Non-Driver Signing,,16
679HKLM,Software\Microsoft\Notepad\DefaultFonts,,16
680HKLM,Software\Microsoft\RAS,,16
Francois Gougetb05783b2006-09-17 12:08:08 +0200681HKLM,Software\Microsoft\Rpc\SecurityService,1,2,"secur32.dll"
682HKLM,Software\Microsoft\Rpc\SecurityService,10,2,"secur32.dll"
683HKLM,Software\Microsoft\Rpc\SecurityService,14,2,"schannel.dll"
684HKLM,Software\Microsoft\Rpc\SecurityService,16,2,"secur32.dll"
685HKLM,Software\Microsoft\Rpc\SecurityService,18,2,"secur32.dll"
686HKLM,Software\Microsoft\Rpc\SecurityService,68,2,"netlogon.dll"
687HKLM,Software\Microsoft\Rpc\SecurityService,9,2,"secur32.dll"
Alexandre Julliard835895f2010-03-04 20:48:57 +0100688HKLM,Software\Microsoft\Shared Tools\MSInfo,,16
689HKLM,Software\Microsoft\SystemCertificates,,16
690HKLM,Software\Microsoft\TermServLicensing,,16
691HKLM,Software\Microsoft\Transaction Server,,16
692HKLM,Software\Policies,,16
693HKLM,Software\Registered Applications,,16
Andrew Nguyen67113662010-03-08 14:40:51 -0600694HKLM,System\CurrentControlSet\Control\Lsa,,16
Austin English1235b012012-02-08 15:23:07 -0800695HKLM,System\CurrentControlSet\Control\VirtualDeviceDrivers,,16
Alexandre Julliardeb7c1442010-02-10 14:29:52 +0100696HKLM,System\CurrentControlSet\Control\VMM32Files,,16
Austin English0bbb9242009-07-28 16:52:51 -0500697HKCU,AppEvents\Schemes\Apps\Explorer\Navigating\.Current,,,""
Alexandre Julliardeb7c1442010-02-10 14:29:52 +0100698HKCU,Software\Microsoft\Protected Storage System Provider,,16
Mikolaj Zalewski74bc7c02007-09-25 14:22:07 -0700699; Some apps requires at least four subkeys of Active Setup\Installed Components
700HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},,2,"DirectDrawEx"
701HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},"ComponentID",2,"DirectDrawEx"
702HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},"IsInstalled",2,1
703HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},"Locale",2,"*"
704HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},"Version",2,"4,71,1113,0"
705
Mikolaj Zalewski74bc7c02007-09-25 14:22:07 -0700706HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},,2,"HTML Help"
707HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"ComponentID",2,"HTMLHelp"
708HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"IsInstalled",2,1
709HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"Locale",2,"*"
710HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"Version",2,"4,74,9273,0"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000711
712[Nls]
713HKLM,System\CurrentControlSet\Control\Nls\Codepage,"37",,""
Alexandre Julliard299d5592004-02-27 22:04:55 +0000714HKLM,System\CurrentControlSet\Control\Nls\Language,"0401",,""
715HKLM,System\CurrentControlSet\Control\Nls\Language,"0402",,""
716HKLM,System\CurrentControlSet\Control\Nls\Language,"0403",,""
717HKLM,System\CurrentControlSet\Control\Nls\Language,"0404",,""
718HKLM,System\CurrentControlSet\Control\Nls\Language,"0405",,""
719HKLM,System\CurrentControlSet\Control\Nls\Language,"0406",,""
720HKLM,System\CurrentControlSet\Control\Nls\Language,"0407",,""
721HKLM,System\CurrentControlSet\Control\Nls\Language,"0408",,""
722HKLM,System\CurrentControlSet\Control\Nls\Language,"0409",,""
723HKLM,System\CurrentControlSet\Control\Nls\Language,"040a",,""
724HKLM,System\CurrentControlSet\Control\Nls\Language,"040b",,""
725HKLM,System\CurrentControlSet\Control\Nls\Language,"040c",,""
726HKLM,System\CurrentControlSet\Control\Nls\Language,"040d",,""
727HKLM,System\CurrentControlSet\Control\Nls\Language,"040e",,""
728HKLM,System\CurrentControlSet\Control\Nls\Language,"040f",,""
729HKLM,System\CurrentControlSet\Control\Nls\Language,"0410",,""
730HKLM,System\CurrentControlSet\Control\Nls\Language,"0411",,""
731HKLM,System\CurrentControlSet\Control\Nls\Language,"0412",,""
732HKLM,System\CurrentControlSet\Control\Nls\Language,"0413",,""
733HKLM,System\CurrentControlSet\Control\Nls\Language,"0414",,""
734HKLM,System\CurrentControlSet\Control\Nls\Language,"0415",,""
735HKLM,System\CurrentControlSet\Control\Nls\Language,"0416",,""
736HKLM,System\CurrentControlSet\Control\Nls\Language,"0418",,""
737HKLM,System\CurrentControlSet\Control\Nls\Language,"0419",,""
738HKLM,System\CurrentControlSet\Control\Nls\Language,"041a",,""
739HKLM,System\CurrentControlSet\Control\Nls\Language,"041b",,""
740HKLM,System\CurrentControlSet\Control\Nls\Language,"041c",,""
741HKLM,System\CurrentControlSet\Control\Nls\Language,"041d",,""
742HKLM,System\CurrentControlSet\Control\Nls\Language,"041e",,""
743HKLM,System\CurrentControlSet\Control\Nls\Language,"041f",,""
744HKLM,System\CurrentControlSet\Control\Nls\Language,"0420",,""
745HKLM,System\CurrentControlSet\Control\Nls\Language,"0421",,""
746HKLM,System\CurrentControlSet\Control\Nls\Language,"0422",,""
747HKLM,System\CurrentControlSet\Control\Nls\Language,"0423",,""
748HKLM,System\CurrentControlSet\Control\Nls\Language,"0424",,""
749HKLM,System\CurrentControlSet\Control\Nls\Language,"0425",,""
750HKLM,System\CurrentControlSet\Control\Nls\Language,"0426",,""
751HKLM,System\CurrentControlSet\Control\Nls\Language,"0427",,""
752HKLM,System\CurrentControlSet\Control\Nls\Language,"0429",,""
753HKLM,System\CurrentControlSet\Control\Nls\Language,"042a",,""
754HKLM,System\CurrentControlSet\Control\Nls\Language,"042b",,""
755HKLM,System\CurrentControlSet\Control\Nls\Language,"042c",,""
756HKLM,System\CurrentControlSet\Control\Nls\Language,"042d",,""
757HKLM,System\CurrentControlSet\Control\Nls\Language,"042f",,""
758HKLM,System\CurrentControlSet\Control\Nls\Language,"0436",,""
759HKLM,System\CurrentControlSet\Control\Nls\Language,"0437",,""
760HKLM,System\CurrentControlSet\Control\Nls\Language,"0438",,""
761HKLM,System\CurrentControlSet\Control\Nls\Language,"0439",,""
Alexandre Julliard299d5592004-02-27 22:04:55 +0000762HKLM,System\CurrentControlSet\Control\Nls\Language,"043e",,""
763HKLM,System\CurrentControlSet\Control\Nls\Language,"043f",,""
764HKLM,System\CurrentControlSet\Control\Nls\Language,"0440",,""
765HKLM,System\CurrentControlSet\Control\Nls\Language,"0441",,""
766HKLM,System\CurrentControlSet\Control\Nls\Language,"0443",,""
767HKLM,System\CurrentControlSet\Control\Nls\Language,"0444",,""
768HKLM,System\CurrentControlSet\Control\Nls\Language,"0446",,""
769HKLM,System\CurrentControlSet\Control\Nls\Language,"0447",,""
770HKLM,System\CurrentControlSet\Control\Nls\Language,"0449",,""
771HKLM,System\CurrentControlSet\Control\Nls\Language,"044a",,""
772HKLM,System\CurrentControlSet\Control\Nls\Language,"044b",,""
773HKLM,System\CurrentControlSet\Control\Nls\Language,"044e",,""
774HKLM,System\CurrentControlSet\Control\Nls\Language,"044f",,""
775HKLM,System\CurrentControlSet\Control\Nls\Language,"0450",,""
Francois Gouget90aaf6b2006-02-14 10:42:12 +0100776HKLM,System\CurrentControlSet\Control\Nls\Language,"0452",,""
Alexandre Julliard299d5592004-02-27 22:04:55 +0000777HKLM,System\CurrentControlSet\Control\Nls\Language,"0456",,""
778HKLM,System\CurrentControlSet\Control\Nls\Language,"0457",,""
779HKLM,System\CurrentControlSet\Control\Nls\Language,"045a",,""
780HKLM,System\CurrentControlSet\Control\Nls\Language,"0465",,""
Francois Gouget90aaf6b2006-02-14 10:42:12 +0100781HKLM,System\CurrentControlSet\Control\Nls\Language,"047e",,""
Alexandre Julliard299d5592004-02-27 22:04:55 +0000782HKLM,System\CurrentControlSet\Control\Nls\Language,"048f",,""
783HKLM,System\CurrentControlSet\Control\Nls\Language,"0490",,""
784HKLM,System\CurrentControlSet\Control\Nls\Language,"0491",,""
Francois Gouget90aaf6b2006-02-14 10:42:12 +0100785HKLM,System\CurrentControlSet\Control\Nls\Language,"0494",,""
Alexandre Julliard299d5592004-02-27 22:04:55 +0000786HKLM,System\CurrentControlSet\Control\Nls\Language,"0801",,""
787HKLM,System\CurrentControlSet\Control\Nls\Language,"0804",,""
788HKLM,System\CurrentControlSet\Control\Nls\Language,"0807",,""
789HKLM,System\CurrentControlSet\Control\Nls\Language,"0809",,""
790HKLM,System\CurrentControlSet\Control\Nls\Language,"080a",,""
791HKLM,System\CurrentControlSet\Control\Nls\Language,"080c",,""
792HKLM,System\CurrentControlSet\Control\Nls\Language,"0810",,""
793HKLM,System\CurrentControlSet\Control\Nls\Language,"0813",,""
794HKLM,System\CurrentControlSet\Control\Nls\Language,"0814",,""
795HKLM,System\CurrentControlSet\Control\Nls\Language,"0816",,""
796HKLM,System\CurrentControlSet\Control\Nls\Language,"081a",,""
797HKLM,System\CurrentControlSet\Control\Nls\Language,"081d",,""
798HKLM,System\CurrentControlSet\Control\Nls\Language,"082c",,""
Alexandre Julliard299d5592004-02-27 22:04:55 +0000799HKLM,System\CurrentControlSet\Control\Nls\Language,"083e",,""
800HKLM,System\CurrentControlSet\Control\Nls\Language,"0843",,""
Francois Gouget90aaf6b2006-02-14 10:42:12 +0100801HKLM,System\CurrentControlSet\Control\Nls\Language,"0894",,""
Alexandre Julliard299d5592004-02-27 22:04:55 +0000802HKLM,System\CurrentControlSet\Control\Nls\Language,"0c01",,""
803HKLM,System\CurrentControlSet\Control\Nls\Language,"0c04",,""
804HKLM,System\CurrentControlSet\Control\Nls\Language,"0c07",,""
805HKLM,System\CurrentControlSet\Control\Nls\Language,"0c09",,""
806HKLM,System\CurrentControlSet\Control\Nls\Language,"0c0a",,""
807HKLM,System\CurrentControlSet\Control\Nls\Language,"0c0c",,""
808HKLM,System\CurrentControlSet\Control\Nls\Language,"0c1a",,""
Francois Gouget90aaf6b2006-02-14 10:42:12 +0100809HKLM,System\CurrentControlSet\Control\Nls\Language,"0c94",,""
Alexandre Julliard299d5592004-02-27 22:04:55 +0000810HKLM,System\CurrentControlSet\Control\Nls\Language,"1001",,""
811HKLM,System\CurrentControlSet\Control\Nls\Language,"1004",,""
812HKLM,System\CurrentControlSet\Control\Nls\Language,"1007",,""
813HKLM,System\CurrentControlSet\Control\Nls\Language,"1009",,""
814HKLM,System\CurrentControlSet\Control\Nls\Language,"100a",,""
815HKLM,System\CurrentControlSet\Control\Nls\Language,"100c",,""
816HKLM,System\CurrentControlSet\Control\Nls\Language,"1401",,""
817HKLM,System\CurrentControlSet\Control\Nls\Language,"1404",,""
818HKLM,System\CurrentControlSet\Control\Nls\Language,"1407",,""
819HKLM,System\CurrentControlSet\Control\Nls\Language,"1409",,""
820HKLM,System\CurrentControlSet\Control\Nls\Language,"140a",,""
821HKLM,System\CurrentControlSet\Control\Nls\Language,"140c",,""
822HKLM,System\CurrentControlSet\Control\Nls\Language,"1801",,""
823HKLM,System\CurrentControlSet\Control\Nls\Language,"1809",,""
824HKLM,System\CurrentControlSet\Control\Nls\Language,"180a",,""
825HKLM,System\CurrentControlSet\Control\Nls\Language,"180c",,""
826HKLM,System\CurrentControlSet\Control\Nls\Language,"1c01",,""
827HKLM,System\CurrentControlSet\Control\Nls\Language,"1c09",,""
828HKLM,System\CurrentControlSet\Control\Nls\Language,"1c0a",,""
829HKLM,System\CurrentControlSet\Control\Nls\Language,"2001",,""
830HKLM,System\CurrentControlSet\Control\Nls\Language,"2009",,""
831HKLM,System\CurrentControlSet\Control\Nls\Language,"200a",,""
832HKLM,System\CurrentControlSet\Control\Nls\Language,"2401",,""
833HKLM,System\CurrentControlSet\Control\Nls\Language,"2409",,""
834HKLM,System\CurrentControlSet\Control\Nls\Language,"240a",,""
835HKLM,System\CurrentControlSet\Control\Nls\Language,"2801",,""
836HKLM,System\CurrentControlSet\Control\Nls\Language,"2809",,""
837HKLM,System\CurrentControlSet\Control\Nls\Language,"280a",,""
838HKLM,System\CurrentControlSet\Control\Nls\Language,"2c01",,""
839HKLM,System\CurrentControlSet\Control\Nls\Language,"2c09",,""
840HKLM,System\CurrentControlSet\Control\Nls\Language,"2c0a",,""
841HKLM,System\CurrentControlSet\Control\Nls\Language,"3001",,""
842HKLM,System\CurrentControlSet\Control\Nls\Language,"3009",,""
843HKLM,System\CurrentControlSet\Control\Nls\Language,"300a",,""
844HKLM,System\CurrentControlSet\Control\Nls\Language,"3401",,""
845HKLM,System\CurrentControlSet\Control\Nls\Language,"3409",,""
846HKLM,System\CurrentControlSet\Control\Nls\Language,"340a",,""
847HKLM,System\CurrentControlSet\Control\Nls\Language,"3801",,""
848HKLM,System\CurrentControlSet\Control\Nls\Language,"380a",,""
849HKLM,System\CurrentControlSet\Control\Nls\Language,"3c01",,""
850HKLM,System\CurrentControlSet\Control\Nls\Language,"3c0a",,""
851HKLM,System\CurrentControlSet\Control\Nls\Language,"4001",,""
852HKLM,System\CurrentControlSet\Control\Nls\Language,"400a",,""
853HKLM,System\CurrentControlSet\Control\Nls\Language,"440a",,""
854HKLM,System\CurrentControlSet\Control\Nls\Language,"480a",,""
855HKLM,System\CurrentControlSet\Control\Nls\Language,"4c0a",,""
856HKLM,System\CurrentControlSet\Control\Nls\Language,"500a",,""
857HKLM,System\CurrentControlSet\Control\Nls\Language,"Default",,"0409"
858HKLM,System\CurrentControlSet\Control\Nls\Language,"InstallLanguage",,"0409"
859
860HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"1",,"1"
861HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"10",,"1"
862HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"11",,"1"
863HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"2",,"1"
864HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"3",,"1"
865HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"4",,"1"
866HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"5",,"1"
867HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"6",,"1"
868HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"7",,"1"
869HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"8",,"1"
870HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"9",,"1"
871HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"a",,"1"
872HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"b",,"1"
873HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"c",,"1"
874HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"d",,"1"
875HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"e",,"1"
876HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"f",,"1"
877
878HKLM,System\CurrentControlSet\Control\Nls\Locale,,,"00000409"
879HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000401",,"d"
880HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000402",,"5"
881HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000403",,"1"
882HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000404",,"9"
883HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000405",,"2"
884HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000406",,"1"
885HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000407",,"1"
886HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000408",,"4"
887HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000409",,"1"
888HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000040a",,"1"
889HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000040b",,"1"
890HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000040c",,"1"
891HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000040d",,"c"
892HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000040e",,"2"
893HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000040f",,"1"
894HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000410",,"1"
895HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000411",,"7"
896HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000412",,"8"
897HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000413",,"1"
898HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000414",,"1"
899HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000415",,"2"
900HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000416",,"1"
901HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000418",,"2"
902HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000419",,"5"
903HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000041a",,"2"
904HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000041b",,"2"
905HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000041c",,"2"
906HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000041d",,"1"
907HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000041e",,"b"
908HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000041f",,"6"
909HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000420",,"d"
910HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000421",,"1"
911HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000422",,"5"
912HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000423",,"5"
913HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000424",,"2"
914HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000425",,"3"
915HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000426",,"3"
916HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000427",,"3"
917HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000429",,"d"
918HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000042a",,"e"
919HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000042b",,"11"
920HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000042c",,"6"
921HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000042d",,"1"
922HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000042f",,"5"
923HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000436",,"1"
924HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000437",,"10"
925HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000438",,"1"
926HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000439",,"f"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000927HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000043e",,"1"
928HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000043f",,"5"
929HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000440",,"5"
930HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000441",,"1"
931HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000443",,"6"
932HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000444",,"5"
933HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000446",,"f"
934HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000447",,"f"
935HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000449",,"f"
936HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000044a",,"f"
937HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000044b",,"f"
938HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000044e",,"f"
939HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000044f",,"f"
940HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000450",,"5"
Francois Gouget90aaf6b2006-02-14 10:42:12 +0100941HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000452",,"1"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000942HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000456",,"1"
943HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000457",,"f"
944HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000045a",,"d"
945HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000465",,"d"
Francois Gouget90aaf6b2006-02-14 10:42:12 +0100946HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000047e",,"1"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000947HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000048f",,"1"
948HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000490",,"1"
949HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000491",,"1"
Francois Gouget90aaf6b2006-02-14 10:42:12 +0100950HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000494",,"1"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000951HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000801",,"d"
952HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000804",,"a"
953HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000807",,"1"
954HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000809",,"1"
955HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000080a",,"1"
956HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000080c",,"1"
957HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000810",,"1"
958HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000813",,"1"
959HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000814",,"1"
960HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000816",,"1"
961HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000081a",,"2"
962HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000081d",,"1"
963HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000082c",,"5"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000964HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000083e",,"1"
965HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000843",,"5"
Francois Gouget90aaf6b2006-02-14 10:42:12 +0100966HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000894",,"1"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000967HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c01",,"d"
968HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c04",,"9"
969HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c07",,"1"
970HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c09",,"1"
971HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c0a",,"1"
972HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c0c",,"1"
973HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c1a",,"5"
Francois Gouget90aaf6b2006-02-14 10:42:12 +0100974HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c94",,"1"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000975HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001001",,"d"
976HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001004",,"a"
977HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001007",,"1"
978HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001009",,"1"
979HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000100a",,"1"
980HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000100c",,"1"
981HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001401",,"d"
982HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001404",,"9"
983HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001407",,"1"
984HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001409",,"1"
985HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000140a",,"1"
986HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000140c",,"1"
987HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001801",,"d"
988HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001809",,"1"
989HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000180a",,"1"
990HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000180c",,"1"
991HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001c01",,"d"
992HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001c09",,"1"
993HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001c0a",,"1"
994HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002001",,"d"
995HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002009",,"1"
996HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000200a",,"1"
997HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002401",,"d"
998HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002409",,"1"
999HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000240a",,"1"
1000HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002801",,"d"
1001HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002809",,"1"
1002HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000280a",,"1"
1003HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002c01",,"d"
1004HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002c09",,"1"
1005HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002c0a",,"1"
1006HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003001",,"d"
1007HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003009",,"1"
1008HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000300a",,"1"
1009HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003401",,"d"
1010HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003409",,"1"
1011HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000340a",,"1"
1012HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003801",,"d"
1013HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000380a",,"1"
1014HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003c01",,"d"
1015HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003c0a",,"1"
1016HKLM,System\CurrentControlSet\Control\Nls\Locale,"00004001",,"d"
1017HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000400a",,"1"
1018HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000440a",,"1"
1019HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000480a",,"1"
1020HKLM,System\CurrentControlSet\Control\Nls\Locale,"00004c0a",,"1"
1021HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000500a",,"1"
1022
1023HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00010407",,"1"
1024HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"0001040e",,"2"
1025HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00010437",,"10"
1026HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00020804",,"a"
1027HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00021004",,"a"
1028HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00021404",,"9"
1029HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00030404",,"9"
1030
1031[OLE]
1032HKLM,"Software\Microsoft\OLE","EnableDCOM",,"Y"
1033HKLM,"Software\Microsoft\OLE","EnableRemoteConnect",,"N"
1034
Detlef Riekenberg8a8a5482006-02-23 00:20:19 +01001035[Printing]
1036HKLM,%Control%\Print\Monitors\Local Port,"Driver",2,"localspl.dll"
Detlef Riekenbergce51d9d2010-06-15 17:25:16 +02001037HKLM,%Control%\Print\Printers,"DefaultSpoolDirectory",2,"%11%\spool\printers"
Detlef Riekenberg832398f2006-10-26 18:32:07 +02001038HKLM,%CurrentVersionNT%\Ports,"FILE:",,""
1039HKLM,%CurrentVersionNT%\Ports,"LPT1:",,""
1040HKLM,%CurrentVersionNT%\Ports,"LPT2:",,""
1041HKLM,%CurrentVersionNT%\Ports,"LPT3:",,""
1042HKLM,%CurrentVersionNT%\Ports,"COM1:",2,"9600,n,8,1"
1043HKLM,%CurrentVersionNT%\Ports,"COM2:",2,"9600,n,8,1"
1044HKLM,%CurrentVersionNT%\Ports,"COM3:",2,"9600,n,8,1"
1045HKLM,%CurrentVersionNT%\Ports,"COM4:",2,"9600,n,8,1"
Detlef Riekenberg8a8a5482006-02-23 00:20:19 +01001046
Alexandre Julliard299d5592004-02-27 22:04:55 +00001047[Tapi]
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001048HKLM,%CurrentVersion%\Telephony,"Perf1",0x10001,0x5045524a
1049HKLM,%CurrentVersion%\Telephony,"Perf2",0x10001,0x50455246
Alexandre Julliard835895f2010-03-04 20:48:57 +01001050HKLM,%CurrentVersion%\Telephony\Locations,,16
Alexandre Julliard299d5592004-02-27 22:04:55 +00001051
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001052HKLM,%CurrentVersion%\Telephony\Country List,"CountryListVersion",0x10001,0x00000019
Alexandre Julliard299d5592004-02-27 22:04:55 +00001053
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001054HKLM,%CurrentVersion%\Telephony\Country List\1,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +00001055HKLM,%CurrentVersion%\Telephony\Country List\1,"InternationalRule",,"011EFG"
1056HKLM,%CurrentVersion%\Telephony\Country List\1,"LongDistanceRule",," 1FG"
1057HKLM,%CurrentVersion%\Telephony\Country List\1,"Name",,"United States of America"
1058HKLM,%CurrentVersion%\Telephony\Country List\1,"SameAreaRule",,"G"
1059
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001060HKLM,%CurrentVersion%\Telephony\Country List\101,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +00001061HKLM,%CurrentVersion%\Telephony\Country List\101,"InternationalRule",,"011EFG"
1062HKLM,%CurrentVersion%\Telephony\Country List\101,"LongDistanceRule",," 1FG"
1063HKLM,%CurrentVersion%\Telephony\Country List\101,"Name",,"Anguilla"
1064HKLM,%CurrentVersion%\Telephony\Country List\101,"SameAreaRule",,"G"
1065
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001066HKLM,%CurrentVersion%\Telephony\Country List\102,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +00001067HKLM,%CurrentVersion%\Telephony\Country List\102,"InternationalRule",,"011EFG"
1068HKLM,%CurrentVersion%\Telephony\Country List\102,"LongDistanceRule",," 1FG"
1069HKLM,%CurrentVersion%\Telephony\Country List\102,"Name",,"Antigua"
1070HKLM,%CurrentVersion%\Telephony\Country List\102,"SameAreaRule",,"G"
1071
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001072HKLM,%CurrentVersion%\Telephony\Country List\103,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +00001073HKLM,%CurrentVersion%\Telephony\Country List\103,"InternationalRule",,"011EFG"
1074HKLM,%CurrentVersion%\Telephony\Country List\103,"LongDistanceRule",," 1FG"
1075HKLM,%CurrentVersion%\Telephony\Country List\103,"Name",,"Bahamas"
1076HKLM,%CurrentVersion%\Telephony\Country List\103,"SameAreaRule",,"G"
1077
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001078HKLM,%CurrentVersion%\Telephony\Country List\104,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +00001079HKLM,%CurrentVersion%\Telephony\Country List\104,"InternationalRule",,"011EFG"
1080HKLM,%CurrentVersion%\Telephony\Country List\104,"LongDistanceRule",," 1FG"
1081HKLM,%CurrentVersion%\Telephony\Country List\104,"Name",,"Barbados"
1082HKLM,%CurrentVersion%\Telephony\Country List\104,"SameAreaRule",,"G"
1083
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001084HKLM,%CurrentVersion%\Telephony\Country List\105,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +00001085HKLM,%CurrentVersion%\Telephony\Country List\105,"InternationalRule",,"011EFG"
1086HKLM,%CurrentVersion%\Telephony\Country List\105,"LongDistanceRule",," 1FG"
1087HKLM,%CurrentVersion%\Telephony\Country List\105,"Name",,"Bermuda"
1088HKLM,%CurrentVersion%\Telephony\Country List\105,"SameAreaRule",,"G"
1089
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001090HKLM,%CurrentVersion%\Telephony\Country List\106,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +00001091HKLM,%CurrentVersion%\Telephony\Country List\106,"InternationalRule",,"011EFG"
1092HKLM,%CurrentVersion%\Telephony\Country List\106,"LongDistanceRule",," 1FG"
1093HKLM,%CurrentVersion%\Telephony\Country List\106,"Name",,"British Virgin Islands"
1094HKLM,%CurrentVersion%\Telephony\Country List\106,"SameAreaRule",,"G"
1095
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001096HKLM,%CurrentVersion%\Telephony\Country List\107,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +00001097HKLM,%CurrentVersion%\Telephony\Country List\107,"InternationalRule",,"011EFG"
1098HKLM,%CurrentVersion%\Telephony\Country List\107,"LongDistanceRule",," 1FG"
1099HKLM,%CurrentVersion%\Telephony\Country List\107,"Name",,"Canada"
1100HKLM,%CurrentVersion%\Telephony\Country List\107,"SameAreaRule",,"G"
1101
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001102HKLM,%CurrentVersion%\Telephony\Country List\108,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +00001103HKLM,%CurrentVersion%\Telephony\Country List\108,"InternationalRule",,"011EFG"
1104HKLM,%CurrentVersion%\Telephony\Country List\108,"LongDistanceRule",," 1FG"
1105HKLM,%CurrentVersion%\Telephony\Country List\108,"Name",,"Cayman Islands"
1106HKLM,%CurrentVersion%\Telephony\Country List\108,"SameAreaRule",,"G"
1107
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001108HKLM,%CurrentVersion%\Telephony\Country List\109,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +00001109HKLM,%CurrentVersion%\Telephony\Country List\109,"InternationalRule",,"011EFG"
1110HKLM,%CurrentVersion%\Telephony\Country List\109,"LongDistanceRule",," 1FG"
1111HKLM,%CurrentVersion%\Telephony\Country List\109,"Name",,"Dominica"
1112HKLM,%CurrentVersion%\Telephony\Country List\109,"SameAreaRule",,"G"
1113
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001114HKLM,%CurrentVersion%\Telephony\Country List\110,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +00001115HKLM,%CurrentVersion%\Telephony\Country List\110,"InternationalRule",,"011EFG"
1116HKLM,%CurrentVersion%\Telephony\Country List\110,"LongDistanceRule",," 1FG"
1117HKLM,%CurrentVersion%\Telephony\Country List\110,"Name",,"Dominican Republic"
1118HKLM,%CurrentVersion%\Telephony\Country List\110,"SameAreaRule",,"G"
1119
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001120HKLM,%CurrentVersion%\Telephony\Country List\111,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +00001121HKLM,%CurrentVersion%\Telephony\Country List\111,"InternationalRule",,"011EFG"
1122HKLM,%CurrentVersion%\Telephony\Country List\111,"LongDistanceRule",," 1FG"
1123HKLM,%CurrentVersion%\Telephony\Country List\111,"Name",,"Grenada"
1124HKLM,%CurrentVersion%\Telephony\Country List\111,"SameAreaRule",,"G"
1125
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001126HKLM,%CurrentVersion%\Telephony\Country List\112,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +00001127HKLM,%CurrentVersion%\Telephony\Country List\112,"InternationalRule",,"011EFG"
1128HKLM,%CurrentVersion%\Telephony\Country List\112,"LongDistanceRule",," 1FG"
1129HKLM,%CurrentVersion%\Telephony\Country List\112,"Name",,"Jamaica"
1130HKLM,%CurrentVersion%\Telephony\Country List\112,"SameAreaRule",,"G"
1131
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001132HKLM,%CurrentVersion%\Telephony\Country List\113,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +00001133HKLM,%CurrentVersion%\Telephony\Country List\113,"InternationalRule",,"011EFG"
1134HKLM,%CurrentVersion%\Telephony\Country List\113,"LongDistanceRule",," 1FG"
1135HKLM,%CurrentVersion%\Telephony\Country List\113,"Name",,"Montserrat"
1136HKLM,%CurrentVersion%\Telephony\Country List\113,"SameAreaRule",,"G"
1137
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001138HKLM,%CurrentVersion%\Telephony\Country List\115,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +00001139HKLM,%CurrentVersion%\Telephony\Country List\115,"InternationalRule",,"011EFG"
1140HKLM,%CurrentVersion%\Telephony\Country List\115,"LongDistanceRule",," 1FG"
1141HKLM,%CurrentVersion%\Telephony\Country List\115,"Name",,"St. Kitts and Nevis"
1142HKLM,%CurrentVersion%\Telephony\Country List\115,"SameAreaRule",,"G"
1143
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001144HKLM,%CurrentVersion%\Telephony\Country List\116,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +00001145HKLM,%CurrentVersion%\Telephony\Country List\116,"InternationalRule",,"0EFG"
1146HKLM,%CurrentVersion%\Telephony\Country List\116,"LongDistanceRule",," 1FG"
1147HKLM,%CurrentVersion%\Telephony\Country List\116,"Name",,"St. Vincent and the Grenadines"
1148HKLM,%CurrentVersion%\Telephony\Country List\116,"SameAreaRule",,"G"
1149
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001150HKLM,%CurrentVersion%\Telephony\Country List\117,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +00001151HKLM,%CurrentVersion%\Telephony\Country List\117,"InternationalRule",,"011EFG"
1152HKLM,%CurrentVersion%\Telephony\Country List\117,"LongDistanceRule",," 1FG"
1153HKLM,%CurrentVersion%\Telephony\Country List\117,"Name",,"Trinidad and Tobago"
1154HKLM,%CurrentVersion%\Telephony\Country List\117,"SameAreaRule",,"G"
1155
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001156HKLM,%CurrentVersion%\Telephony\Country List\118,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +00001157HKLM,%CurrentVersion%\Telephony\Country List\118,"InternationalRule",,"0EFG"
1158HKLM,%CurrentVersion%\Telephony\Country List\118,"LongDistanceRule",," 1FG"
1159HKLM,%CurrentVersion%\Telephony\Country List\118,"Name",,"Turks and Caicos Islands"
1160HKLM,%CurrentVersion%\Telephony\Country List\118,"SameAreaRule",,"G"
1161
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001162HKLM,%CurrentVersion%\Telephony\Country List\120,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +00001163HKLM,%CurrentVersion%\Telephony\Country List\120,"InternationalRule",,"011EFG"
1164HKLM,%CurrentVersion%\Telephony\Country List\120,"LongDistanceRule",," 1FG"
1165HKLM,%CurrentVersion%\Telephony\Country List\120,"Name",,"Barbuda"
1166HKLM,%CurrentVersion%\Telephony\Country List\120,"SameAreaRule",,"G"
1167
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001168HKLM,%CurrentVersion%\Telephony\Country List\121,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +00001169HKLM,%CurrentVersion%\Telephony\Country List\121,"InternationalRule",,"011EFG"
1170HKLM,%CurrentVersion%\Telephony\Country List\121,"LongDistanceRule",," 1FG"
1171HKLM,%CurrentVersion%\Telephony\Country List\121,"Name",,"Puerto Rico"
1172HKLM,%CurrentVersion%\Telephony\Country List\121,"SameAreaRule",,"G"
1173
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001174HKLM,%CurrentVersion%\Telephony\Country List\122,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +00001175HKLM,%CurrentVersion%\Telephony\Country List\122,"InternationalRule",,"011EFG"
1176HKLM,%CurrentVersion%\Telephony\Country List\122,"LongDistanceRule",," 1FG"
1177HKLM,%CurrentVersion%\Telephony\Country List\122,"Name",,"Saint Lucia"
1178HKLM,%CurrentVersion%\Telephony\Country List\122,"SameAreaRule",,"G"
1179
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001180HKLM,%CurrentVersion%\Telephony\Country List\123,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +00001181HKLM,%CurrentVersion%\Telephony\Country List\123,"InternationalRule",,"011EFG"
1182HKLM,%CurrentVersion%\Telephony\Country List\123,"LongDistanceRule",," 1FG"
1183HKLM,%CurrentVersion%\Telephony\Country List\123,"Name",,"United States Virgin Islands"
1184HKLM,%CurrentVersion%\Telephony\Country List\123,"SameAreaRule",,"G"
1185
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001186HKLM,%CurrentVersion%\Telephony\Country List\124,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +00001187HKLM,%CurrentVersion%\Telephony\Country List\124,"InternationalRule",,"011EFG"
1188HKLM,%CurrentVersion%\Telephony\Country List\124,"LongDistanceRule",," 1FG"
1189HKLM,%CurrentVersion%\Telephony\Country List\124,"Name",,"Guam"
1190HKLM,%CurrentVersion%\Telephony\Country List\124,"SameAreaRule",,"G"
1191
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001192HKLM,%CurrentVersion%\Telephony\Country List\20,"CountryCode",0x10001,0x00000014
Alexandre Julliard299d5592004-02-27 22:04:55 +00001193HKLM,%CurrentVersion%\Telephony\Country List\20,"InternationalRule",,"00EFG"
1194HKLM,%CurrentVersion%\Telephony\Country List\20,"LongDistanceRule",,"0FG"
1195HKLM,%CurrentVersion%\Telephony\Country List\20,"Name",,"Egypt"
1196HKLM,%CurrentVersion%\Telephony\Country List\20,"SameAreaRule",,"G"
1197
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001198HKLM,%CurrentVersion%\Telephony\Country List\212,"CountryCode",0x10001,0x000000d4
Alexandre Julliard299d5592004-02-27 22:04:55 +00001199HKLM,%CurrentVersion%\Telephony\Country List\212,"InternationalRule",,"00EFG"
1200HKLM,%CurrentVersion%\Telephony\Country List\212,"LongDistanceRule",,"0FG"
1201HKLM,%CurrentVersion%\Telephony\Country List\212,"Name",,"Morocco"
1202HKLM,%CurrentVersion%\Telephony\Country List\212,"SameAreaRule",,"G"
1203
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001204HKLM,%CurrentVersion%\Telephony\Country List\213,"CountryCode",0x10001,0x000000d5
Alexandre Julliard299d5592004-02-27 22:04:55 +00001205HKLM,%CurrentVersion%\Telephony\Country List\213,"InternationalRule",,"00,EFG"
1206HKLM,%CurrentVersion%\Telephony\Country List\213,"LongDistanceRule",,"0FG"
1207HKLM,%CurrentVersion%\Telephony\Country List\213,"Name",,"Algeria"
1208HKLM,%CurrentVersion%\Telephony\Country List\213,"SameAreaRule",,"G"
1209
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001210HKLM,%CurrentVersion%\Telephony\Country List\216,"CountryCode",0x10001,0x000000d8
Alexandre Julliard299d5592004-02-27 22:04:55 +00001211HKLM,%CurrentVersion%\Telephony\Country List\216,"InternationalRule",,"00EFG"
1212HKLM,%CurrentVersion%\Telephony\Country List\216,"LongDistanceRule",,"0FG"
1213HKLM,%CurrentVersion%\Telephony\Country List\216,"Name",,"Tunisia"
1214HKLM,%CurrentVersion%\Telephony\Country List\216,"SameAreaRule",,"G"
1215
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001216HKLM,%CurrentVersion%\Telephony\Country List\218,"CountryCode",0x10001,0x000000da
Alexandre Julliard299d5592004-02-27 22:04:55 +00001217HKLM,%CurrentVersion%\Telephony\Country List\218,"InternationalRule",,"00EFG"
1218HKLM,%CurrentVersion%\Telephony\Country List\218,"LongDistanceRule",,"0FG"
1219HKLM,%CurrentVersion%\Telephony\Country List\218,"Name",,"Libya"
1220HKLM,%CurrentVersion%\Telephony\Country List\218,"SameAreaRule",,"G"
1221
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001222HKLM,%CurrentVersion%\Telephony\Country List\220,"CountryCode",0x10001,0x000000dc
Alexandre Julliard299d5592004-02-27 22:04:55 +00001223HKLM,%CurrentVersion%\Telephony\Country List\220,"InternationalRule",,"00EFG"
1224HKLM,%CurrentVersion%\Telephony\Country List\220,"LongDistanceRule",,""
1225HKLM,%CurrentVersion%\Telephony\Country List\220,"Name",,"Gambia"
1226HKLM,%CurrentVersion%\Telephony\Country List\220,"SameAreaRule",,"G"
1227
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001228HKLM,%CurrentVersion%\Telephony\Country List\221,"CountryCode",0x10001,0x000000dd
Alexandre Julliard299d5592004-02-27 22:04:55 +00001229HKLM,%CurrentVersion%\Telephony\Country List\221,"InternationalRule",,"00EFG"
1230HKLM,%CurrentVersion%\Telephony\Country List\221,"LongDistanceRule",,""
1231HKLM,%CurrentVersion%\Telephony\Country List\221,"Name",,"Senegal Republic"
1232HKLM,%CurrentVersion%\Telephony\Country List\221,"SameAreaRule",,"G"
1233
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001234HKLM,%CurrentVersion%\Telephony\Country List\222,"CountryCode",0x10001,0x000000de
Alexandre Julliard299d5592004-02-27 22:04:55 +00001235HKLM,%CurrentVersion%\Telephony\Country List\222,"InternationalRule",,"00EFG"
1236HKLM,%CurrentVersion%\Telephony\Country List\222,"LongDistanceRule",,""
1237HKLM,%CurrentVersion%\Telephony\Country List\222,"Name",,"Mauritania"
1238HKLM,%CurrentVersion%\Telephony\Country List\222,"SameAreaRule",,"G"
1239
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001240HKLM,%CurrentVersion%\Telephony\Country List\223,"CountryCode",0x10001,0x000000df
Alexandre Julliard299d5592004-02-27 22:04:55 +00001241HKLM,%CurrentVersion%\Telephony\Country List\223,"InternationalRule",,"00EFG"
1242HKLM,%CurrentVersion%\Telephony\Country List\223,"LongDistanceRule",,""
1243HKLM,%CurrentVersion%\Telephony\Country List\223,"Name",,"Mali"
1244HKLM,%CurrentVersion%\Telephony\Country List\223,"SameAreaRule",,"G"
1245
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001246HKLM,%CurrentVersion%\Telephony\Country List\224,"CountryCode",0x10001,0x000000e0
Alexandre Julliard299d5592004-02-27 22:04:55 +00001247HKLM,%CurrentVersion%\Telephony\Country List\224,"InternationalRule",,"00EFG"
1248HKLM,%CurrentVersion%\Telephony\Country List\224,"LongDistanceRule",,""
1249HKLM,%CurrentVersion%\Telephony\Country List\224,"Name",,"Guinea"
1250HKLM,%CurrentVersion%\Telephony\Country List\224,"SameAreaRule",,"G"
1251
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001252HKLM,%CurrentVersion%\Telephony\Country List\225,"CountryCode",0x10001,0x000000e1
Alexandre Julliard299d5592004-02-27 22:04:55 +00001253HKLM,%CurrentVersion%\Telephony\Country List\225,"InternationalRule",,"00EFG"
1254HKLM,%CurrentVersion%\Telephony\Country List\225,"LongDistanceRule",,""
1255HKLM,%CurrentVersion%\Telephony\Country List\225,"Name",,"Cote d'Ivoire"
1256HKLM,%CurrentVersion%\Telephony\Country List\225,"SameAreaRule",,"G"
1257
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001258HKLM,%CurrentVersion%\Telephony\Country List\226,"CountryCode",0x10001,0x000000e2
Alexandre Julliard299d5592004-02-27 22:04:55 +00001259HKLM,%CurrentVersion%\Telephony\Country List\226,"InternationalRule",,"00EFG"
1260HKLM,%CurrentVersion%\Telephony\Country List\226,"LongDistanceRule",,""
1261HKLM,%CurrentVersion%\Telephony\Country List\226,"Name",,"Burkina Faso"
1262HKLM,%CurrentVersion%\Telephony\Country List\226,"SameAreaRule",,"G"
1263
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001264HKLM,%CurrentVersion%\Telephony\Country List\227,"CountryCode",0x10001,0x000000e3
Alexandre Julliard299d5592004-02-27 22:04:55 +00001265HKLM,%CurrentVersion%\Telephony\Country List\227,"InternationalRule",,"00EFG"
1266HKLM,%CurrentVersion%\Telephony\Country List\227,"LongDistanceRule",,""
1267HKLM,%CurrentVersion%\Telephony\Country List\227,"Name",,"Niger"
1268HKLM,%CurrentVersion%\Telephony\Country List\227,"SameAreaRule",,"G"
1269
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001270HKLM,%CurrentVersion%\Telephony\Country List\228,"CountryCode",0x10001,0x000000e4
Alexandre Julliard299d5592004-02-27 22:04:55 +00001271HKLM,%CurrentVersion%\Telephony\Country List\228,"InternationalRule",,"00EFG"
1272HKLM,%CurrentVersion%\Telephony\Country List\228,"LongDistanceRule",,""
1273HKLM,%CurrentVersion%\Telephony\Country List\228,"Name",,"Togo"
1274HKLM,%CurrentVersion%\Telephony\Country List\228,"SameAreaRule",,"G"
1275
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001276HKLM,%CurrentVersion%\Telephony\Country List\229,"CountryCode",0x10001,0x000000e5
Alexandre Julliard299d5592004-02-27 22:04:55 +00001277HKLM,%CurrentVersion%\Telephony\Country List\229,"InternationalRule",,"00EFG"
1278HKLM,%CurrentVersion%\Telephony\Country List\229,"LongDistanceRule",,""
1279HKLM,%CurrentVersion%\Telephony\Country List\229,"Name",,"Benin"
1280HKLM,%CurrentVersion%\Telephony\Country List\229,"SameAreaRule",,"G"
1281
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001282HKLM,%CurrentVersion%\Telephony\Country List\230,"CountryCode",0x10001,0x000000e6
Alexandre Julliard299d5592004-02-27 22:04:55 +00001283HKLM,%CurrentVersion%\Telephony\Country List\230,"InternationalRule",,"00EFG"
1284HKLM,%CurrentVersion%\Telephony\Country List\230,"LongDistanceRule",,""
1285HKLM,%CurrentVersion%\Telephony\Country List\230,"Name",,"Mauritius"
1286HKLM,%CurrentVersion%\Telephony\Country List\230,"SameAreaRule",,"G"
1287
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001288HKLM,%CurrentVersion%\Telephony\Country List\231,"CountryCode",0x10001,0x000000e7
Alexandre Julliard299d5592004-02-27 22:04:55 +00001289HKLM,%CurrentVersion%\Telephony\Country List\231,"InternationalRule",,"0EFG"
1290HKLM,%CurrentVersion%\Telephony\Country List\231,"LongDistanceRule",,""
1291HKLM,%CurrentVersion%\Telephony\Country List\231,"Name",,"Liberia"
1292HKLM,%CurrentVersion%\Telephony\Country List\231,"SameAreaRule",,"G"
1293
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001294HKLM,%CurrentVersion%\Telephony\Country List\232,"CountryCode",0x10001,0x000000e8
Alexandre Julliard299d5592004-02-27 22:04:55 +00001295HKLM,%CurrentVersion%\Telephony\Country List\232,"InternationalRule",,"00EFG"
1296HKLM,%CurrentVersion%\Telephony\Country List\232,"LongDistanceRule",,"IG"
1297HKLM,%CurrentVersion%\Telephony\Country List\232,"Name",,"Sierra Leone"
1298HKLM,%CurrentVersion%\Telephony\Country List\232,"SameAreaRule",,"G"
1299
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001300HKLM,%CurrentVersion%\Telephony\Country List\233,"CountryCode",0x10001,0x000000e9
Alexandre Julliard299d5592004-02-27 22:04:55 +00001301HKLM,%CurrentVersion%\Telephony\Country List\233,"InternationalRule",,"00EFG"
1302HKLM,%CurrentVersion%\Telephony\Country List\233,"LongDistanceRule",,""
1303HKLM,%CurrentVersion%\Telephony\Country List\233,"Name",,"Ghana"
1304HKLM,%CurrentVersion%\Telephony\Country List\233,"SameAreaRule",,"G"
1305
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001306HKLM,%CurrentVersion%\Telephony\Country List\234,"CountryCode",0x10001,0x000000ea
Alexandre Julliard299d5592004-02-27 22:04:55 +00001307HKLM,%CurrentVersion%\Telephony\Country List\234,"InternationalRule",,"009EFG"
1308HKLM,%CurrentVersion%\Telephony\Country List\234,"LongDistanceRule",,"0FG"
1309HKLM,%CurrentVersion%\Telephony\Country List\234,"Name",,"Nigeria"
1310HKLM,%CurrentVersion%\Telephony\Country List\234,"SameAreaRule",,"G"
1311
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001312HKLM,%CurrentVersion%\Telephony\Country List\235,"CountryCode",0x10001,0x000000eb
Alexandre Julliard299d5592004-02-27 22:04:55 +00001313HKLM,%CurrentVersion%\Telephony\Country List\235,"InternationalRule",,"15EFG"
1314HKLM,%CurrentVersion%\Telephony\Country List\235,"LongDistanceRule",,""
1315HKLM,%CurrentVersion%\Telephony\Country List\235,"Name",,"Chad"
1316HKLM,%CurrentVersion%\Telephony\Country List\235,"SameAreaRule",,"G"
1317
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001318HKLM,%CurrentVersion%\Telephony\Country List\236,"CountryCode",0x10001,0x000000ec
Alexandre Julliard299d5592004-02-27 22:04:55 +00001319HKLM,%CurrentVersion%\Telephony\Country List\236,"InternationalRule",,"19EFG"
1320HKLM,%CurrentVersion%\Telephony\Country List\236,"LongDistanceRule",,""
1321HKLM,%CurrentVersion%\Telephony\Country List\236,"Name",,"Central African Republic"
1322HKLM,%CurrentVersion%\Telephony\Country List\236,"SameAreaRule",,"G"
1323
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001324HKLM,%CurrentVersion%\Telephony\Country List\237,"CountryCode",0x10001,0x000000ed
Alexandre Julliard299d5592004-02-27 22:04:55 +00001325HKLM,%CurrentVersion%\Telephony\Country List\237,"InternationalRule",,"00EFG"
1326HKLM,%CurrentVersion%\Telephony\Country List\237,"LongDistanceRule",,""
1327HKLM,%CurrentVersion%\Telephony\Country List\237,"Name",,"Cameroon"
1328HKLM,%CurrentVersion%\Telephony\Country List\237,"SameAreaRule",,"G"
1329
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001330HKLM,%CurrentVersion%\Telephony\Country List\238,"CountryCode",0x10001,0x000000ee
Alexandre Julliard299d5592004-02-27 22:04:55 +00001331HKLM,%CurrentVersion%\Telephony\Country List\238,"InternationalRule",,"0EFG"
1332HKLM,%CurrentVersion%\Telephony\Country List\238,"LongDistanceRule",,""
1333HKLM,%CurrentVersion%\Telephony\Country List\238,"Name",,"Cape Verde Islands"
1334HKLM,%CurrentVersion%\Telephony\Country List\238,"SameAreaRule",,"G"
1335
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001336HKLM,%CurrentVersion%\Telephony\Country List\239,"CountryCode",0x10001,0x000000ef
Alexandre Julliard299d5592004-02-27 22:04:55 +00001337HKLM,%CurrentVersion%\Telephony\Country List\239,"InternationalRule",,"00EFG"
1338HKLM,%CurrentVersion%\Telephony\Country List\239,"LongDistanceRule",,""
1339HKLM,%CurrentVersion%\Telephony\Country List\239,"Name",,"Sao Tome and Principe"
1340HKLM,%CurrentVersion%\Telephony\Country List\239,"SameAreaRule",,"G"
1341
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001342HKLM,%CurrentVersion%\Telephony\Country List\240,"CountryCode",0x10001,0x000000f0
Alexandre Julliard299d5592004-02-27 22:04:55 +00001343HKLM,%CurrentVersion%\Telephony\Country List\240,"InternationalRule",,"00EFG"
1344HKLM,%CurrentVersion%\Telephony\Country List\240,"LongDistanceRule",,""
1345HKLM,%CurrentVersion%\Telephony\Country List\240,"Name",,"Equatorial Guinea"
1346HKLM,%CurrentVersion%\Telephony\Country List\240,"SameAreaRule",,"G"
1347
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001348HKLM,%CurrentVersion%\Telephony\Country List\241,"CountryCode",0x10001,0x000000f1
Alexandre Julliard299d5592004-02-27 22:04:55 +00001349HKLM,%CurrentVersion%\Telephony\Country List\241,"InternationalRule",,"00EFG"
1350HKLM,%CurrentVersion%\Telephony\Country List\241,"LongDistanceRule",,""
1351HKLM,%CurrentVersion%\Telephony\Country List\241,"Name",,"Gabon"
1352HKLM,%CurrentVersion%\Telephony\Country List\241,"SameAreaRule",,"G"
1353
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001354HKLM,%CurrentVersion%\Telephony\Country List\242,"CountryCode",0x10001,0x000000f2
Alexandre Julliard299d5592004-02-27 22:04:55 +00001355HKLM,%CurrentVersion%\Telephony\Country List\242,"InternationalRule",,"00EFG"
1356HKLM,%CurrentVersion%\Telephony\Country List\242,"LongDistanceRule",,""
1357HKLM,%CurrentVersion%\Telephony\Country List\242,"Name",,"Congo"
1358HKLM,%CurrentVersion%\Telephony\Country List\242,"SameAreaRule",,"G"
1359
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001360HKLM,%CurrentVersion%\Telephony\Country List\243,"CountryCode",0x10001,0x000000f3
Alexandre Julliard299d5592004-02-27 22:04:55 +00001361HKLM,%CurrentVersion%\Telephony\Country List\243,"InternationalRule",,"00EFG"
1362HKLM,%CurrentVersion%\Telephony\Country List\243,"LongDistanceRule",,""
1363HKLM,%CurrentVersion%\Telephony\Country List\243,"Name",,"Congo, Democratic Republic of the"
1364HKLM,%CurrentVersion%\Telephony\Country List\243,"SameAreaRule",,"G"
1365
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001366HKLM,%CurrentVersion%\Telephony\Country List\244,"CountryCode",0x10001,0x000000f4
Alexandre Julliard299d5592004-02-27 22:04:55 +00001367HKLM,%CurrentVersion%\Telephony\Country List\244,"InternationalRule",,"00EFG"
1368HKLM,%CurrentVersion%\Telephony\Country List\244,"LongDistanceRule",,"0FG"
1369HKLM,%CurrentVersion%\Telephony\Country List\244,"Name",,"Angola"
1370HKLM,%CurrentVersion%\Telephony\Country List\244,"SameAreaRule",,"G"
1371
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001372HKLM,%CurrentVersion%\Telephony\Country List\245,"CountryCode",0x10001,0x000000f5
Alexandre Julliard299d5592004-02-27 22:04:55 +00001373HKLM,%CurrentVersion%\Telephony\Country List\245,"InternationalRule",,"099EFG"
1374HKLM,%CurrentVersion%\Telephony\Country List\245,"LongDistanceRule",,""
1375HKLM,%CurrentVersion%\Telephony\Country List\245,"Name",,"Guinea-Bissau"
1376HKLM,%CurrentVersion%\Telephony\Country List\245,"SameAreaRule",,"G"
1377
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001378HKLM,%CurrentVersion%\Telephony\Country List\246,"CountryCode",0x10001,0x000000f6
Alexandre Julliard299d5592004-02-27 22:04:55 +00001379HKLM,%CurrentVersion%\Telephony\Country List\246,"InternationalRule",,"00EFG"
1380HKLM,%CurrentVersion%\Telephony\Country List\246,"LongDistanceRule",,""
1381HKLM,%CurrentVersion%\Telephony\Country List\246,"Name",,"Diego Garcia"
1382HKLM,%CurrentVersion%\Telephony\Country List\246,"SameAreaRule",,"G"
1383
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001384HKLM,%CurrentVersion%\Telephony\Country List\247,"CountryCode",0x10001,0x000000f7
Alexandre Julliard299d5592004-02-27 22:04:55 +00001385HKLM,%CurrentVersion%\Telephony\Country List\247,"InternationalRule",,"01EFG"
1386HKLM,%CurrentVersion%\Telephony\Country List\247,"LongDistanceRule",,""
1387HKLM,%CurrentVersion%\Telephony\Country List\247,"Name",,"Ascension Island"
1388HKLM,%CurrentVersion%\Telephony\Country List\247,"SameAreaRule",,"G"
1389
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001390HKLM,%CurrentVersion%\Telephony\Country List\248,"CountryCode",0x10001,0x000000f8
Alexandre Julliard299d5592004-02-27 22:04:55 +00001391HKLM,%CurrentVersion%\Telephony\Country List\248,"InternationalRule",,"00EFG"
1392HKLM,%CurrentVersion%\Telephony\Country List\248,"LongDistanceRule",,""
1393HKLM,%CurrentVersion%\Telephony\Country List\248,"Name",,"Seychelles"
1394HKLM,%CurrentVersion%\Telephony\Country List\248,"SameAreaRule",,"G"
1395
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001396HKLM,%CurrentVersion%\Telephony\Country List\249,"CountryCode",0x10001,0x000000f9
Alexandre Julliard299d5592004-02-27 22:04:55 +00001397HKLM,%CurrentVersion%\Telephony\Country List\249,"InternationalRule",,"00EFG"
1398HKLM,%CurrentVersion%\Telephony\Country List\249,"LongDistanceRule",,"0FG"
1399HKLM,%CurrentVersion%\Telephony\Country List\249,"Name",,"Sudan"
1400HKLM,%CurrentVersion%\Telephony\Country List\249,"SameAreaRule",,"G"
1401
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001402HKLM,%CurrentVersion%\Telephony\Country List\250,"CountryCode",0x10001,0x000000fa
Alexandre Julliard299d5592004-02-27 22:04:55 +00001403HKLM,%CurrentVersion%\Telephony\Country List\250,"InternationalRule",,"00EFG"
1404HKLM,%CurrentVersion%\Telephony\Country List\250,"LongDistanceRule",,""
1405HKLM,%CurrentVersion%\Telephony\Country List\250,"Name",,"Rwanda"
1406HKLM,%CurrentVersion%\Telephony\Country List\250,"SameAreaRule",,"G"
1407
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001408HKLM,%CurrentVersion%\Telephony\Country List\251,"CountryCode",0x10001,0x000000fb
Alexandre Julliard299d5592004-02-27 22:04:55 +00001409HKLM,%CurrentVersion%\Telephony\Country List\251,"InternationalRule",,"00EFG"
1410HKLM,%CurrentVersion%\Telephony\Country List\251,"LongDistanceRule",,"0FG"
1411HKLM,%CurrentVersion%\Telephony\Country List\251,"Name",,"Ethiopia"
1412HKLM,%CurrentVersion%\Telephony\Country List\251,"SameAreaRule",,"G"
1413
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001414HKLM,%CurrentVersion%\Telephony\Country List\252,"CountryCode",0x10001,0x000000fc
Alexandre Julliard299d5592004-02-27 22:04:55 +00001415HKLM,%CurrentVersion%\Telephony\Country List\252,"InternationalRule",,"19,EFG"
1416HKLM,%CurrentVersion%\Telephony\Country List\252,"LongDistanceRule",,""
1417HKLM,%CurrentVersion%\Telephony\Country List\252,"Name",,"Somalia"
1418HKLM,%CurrentVersion%\Telephony\Country List\252,"SameAreaRule",,"G"
1419
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001420HKLM,%CurrentVersion%\Telephony\Country List\253,"CountryCode",0x10001,0x000000fd
Alexandre Julliard299d5592004-02-27 22:04:55 +00001421HKLM,%CurrentVersion%\Telephony\Country List\253,"InternationalRule",,"00EFG"
1422HKLM,%CurrentVersion%\Telephony\Country List\253,"LongDistanceRule",,""
1423HKLM,%CurrentVersion%\Telephony\Country List\253,"Name",,"Djibouti"
1424HKLM,%CurrentVersion%\Telephony\Country List\253,"SameAreaRule",,"G"
1425
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001426HKLM,%CurrentVersion%\Telephony\Country List\254,"CountryCode",0x10001,0x000000fe
Alexandre Julliard299d5592004-02-27 22:04:55 +00001427HKLM,%CurrentVersion%\Telephony\Country List\254,"InternationalRule",,"000EFG"
1428HKLM,%CurrentVersion%\Telephony\Country List\254,"LongDistanceRule",,"0FG"
1429HKLM,%CurrentVersion%\Telephony\Country List\254,"Name",,"Kenya"
1430HKLM,%CurrentVersion%\Telephony\Country List\254,"SameAreaRule",,"G"
1431
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001432HKLM,%CurrentVersion%\Telephony\Country List\255,"CountryCode",0x10001,0x000000ff
Alexandre Julliard299d5592004-02-27 22:04:55 +00001433HKLM,%CurrentVersion%\Telephony\Country List\255,"InternationalRule",,"0900EFG"
1434HKLM,%CurrentVersion%\Telephony\Country List\255,"LongDistanceRule",,"0FG"
1435HKLM,%CurrentVersion%\Telephony\Country List\255,"Name",,"Tanzania"
1436HKLM,%CurrentVersion%\Telephony\Country List\255,"SameAreaRule",,"G"
1437
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001438HKLM,%CurrentVersion%\Telephony\Country List\256,"CountryCode",0x10001,0x00000100
Alexandre Julliard299d5592004-02-27 22:04:55 +00001439HKLM,%CurrentVersion%\Telephony\Country List\256,"InternationalRule",,"00EFG"
1440HKLM,%CurrentVersion%\Telephony\Country List\256,"LongDistanceRule",,"0FG"
1441HKLM,%CurrentVersion%\Telephony\Country List\256,"Name",,"Uganda"
1442HKLM,%CurrentVersion%\Telephony\Country List\256,"SameAreaRule",,"G"
1443
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001444HKLM,%CurrentVersion%\Telephony\Country List\257,"CountryCode",0x10001,0x00000101
Alexandre Julliard299d5592004-02-27 22:04:55 +00001445HKLM,%CurrentVersion%\Telephony\Country List\257,"InternationalRule",,"90EFG"
1446HKLM,%CurrentVersion%\Telephony\Country List\257,"LongDistanceRule",,""
1447HKLM,%CurrentVersion%\Telephony\Country List\257,"Name",,"Burundi"
1448HKLM,%CurrentVersion%\Telephony\Country List\257,"SameAreaRule",,"G"
1449
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001450HKLM,%CurrentVersion%\Telephony\Country List\258,"CountryCode",0x10001,0x00000102
Alexandre Julliard299d5592004-02-27 22:04:55 +00001451HKLM,%CurrentVersion%\Telephony\Country List\258,"InternationalRule",,"00EFG"
1452HKLM,%CurrentVersion%\Telephony\Country List\258,"LongDistanceRule",,""
1453HKLM,%CurrentVersion%\Telephony\Country List\258,"Name",,"Mozambique"
1454HKLM,%CurrentVersion%\Telephony\Country List\258,"SameAreaRule",,"G"
1455
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001456HKLM,%CurrentVersion%\Telephony\Country List\260,"CountryCode",0x10001,0x00000104
Alexandre Julliard299d5592004-02-27 22:04:55 +00001457HKLM,%CurrentVersion%\Telephony\Country List\260,"InternationalRule",,"00EFG"
1458HKLM,%CurrentVersion%\Telephony\Country List\260,"LongDistanceRule",,"0FG"
1459HKLM,%CurrentVersion%\Telephony\Country List\260,"Name",,"Zambia"
1460HKLM,%CurrentVersion%\Telephony\Country List\260,"SameAreaRule",,"G"
1461
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001462HKLM,%CurrentVersion%\Telephony\Country List\261,"CountryCode",0x10001,0x00000105
Alexandre Julliard299d5592004-02-27 22:04:55 +00001463HKLM,%CurrentVersion%\Telephony\Country List\261,"InternationalRule",,"00EFG"
1464HKLM,%CurrentVersion%\Telephony\Country List\261,"LongDistanceRule",,""
1465HKLM,%CurrentVersion%\Telephony\Country List\261,"Name",,"Madagascar"
1466HKLM,%CurrentVersion%\Telephony\Country List\261,"SameAreaRule",,"G"
1467
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001468HKLM,%CurrentVersion%\Telephony\Country List\262,"CountryCode",0x10001,0x00000106
Alexandre Julliard299d5592004-02-27 22:04:55 +00001469HKLM,%CurrentVersion%\Telephony\Country List\262,"InternationalRule",,"00EFG"
1470HKLM,%CurrentVersion%\Telephony\Country List\262,"LongDistanceRule",,""
1471HKLM,%CurrentVersion%\Telephony\Country List\262,"Name",,"Reunion Island"
1472HKLM,%CurrentVersion%\Telephony\Country List\262,"SameAreaRule",,"G"
1473
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001474HKLM,%CurrentVersion%\Telephony\Country List\263,"CountryCode",0x10001,0x00000107
Alexandre Julliard299d5592004-02-27 22:04:55 +00001475HKLM,%CurrentVersion%\Telephony\Country List\263,"InternationalRule",,"00EFG"
1476HKLM,%CurrentVersion%\Telephony\Country List\263,"LongDistanceRule",,"0FG"
1477HKLM,%CurrentVersion%\Telephony\Country List\263,"Name",,"Zimbabwe"
1478HKLM,%CurrentVersion%\Telephony\Country List\263,"SameAreaRule",,"G"
1479
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001480HKLM,%CurrentVersion%\Telephony\Country List\264,"CountryCode",0x10001,0x00000108
Alexandre Julliard299d5592004-02-27 22:04:55 +00001481HKLM,%CurrentVersion%\Telephony\Country List\264,"InternationalRule",,"00EFG"
1482HKLM,%CurrentVersion%\Telephony\Country List\264,"LongDistanceRule",,"0FG"
1483HKLM,%CurrentVersion%\Telephony\Country List\264,"Name",,"Namibia"
1484HKLM,%CurrentVersion%\Telephony\Country List\264,"SameAreaRule",,"G"
1485
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001486HKLM,%CurrentVersion%\Telephony\Country List\265,"CountryCode",0x10001,0x00000109
Alexandre Julliard299d5592004-02-27 22:04:55 +00001487HKLM,%CurrentVersion%\Telephony\Country List\265,"InternationalRule",,"101EFG"
1488HKLM,%CurrentVersion%\Telephony\Country List\265,"LongDistanceRule",,""
1489HKLM,%CurrentVersion%\Telephony\Country List\265,"Name",,"Malawi"
1490HKLM,%CurrentVersion%\Telephony\Country List\265,"SameAreaRule",,"G"
1491
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001492HKLM,%CurrentVersion%\Telephony\Country List\266,"CountryCode",0x10001,0x0000010a
Alexandre Julliard299d5592004-02-27 22:04:55 +00001493HKLM,%CurrentVersion%\Telephony\Country List\266,"InternationalRule",,"00EFG"
1494HKLM,%CurrentVersion%\Telephony\Country List\266,"LongDistanceRule",,""
1495HKLM,%CurrentVersion%\Telephony\Country List\266,"Name",,"Lesotho"
1496HKLM,%CurrentVersion%\Telephony\Country List\266,"SameAreaRule",,"G"
1497
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001498HKLM,%CurrentVersion%\Telephony\Country List\267,"CountryCode",0x10001,0x0000010b
Alexandre Julliard299d5592004-02-27 22:04:55 +00001499HKLM,%CurrentVersion%\Telephony\Country List\267,"InternationalRule",,"00EFG"
1500HKLM,%CurrentVersion%\Telephony\Country List\267,"LongDistanceRule",,"0FG"
1501HKLM,%CurrentVersion%\Telephony\Country List\267,"Name",,"Botswana"
1502HKLM,%CurrentVersion%\Telephony\Country List\267,"SameAreaRule",,"G"
1503
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001504HKLM,%CurrentVersion%\Telephony\Country List\268,"CountryCode",0x10001,0x0000010c
Alexandre Julliard299d5592004-02-27 22:04:55 +00001505HKLM,%CurrentVersion%\Telephony\Country List\268,"InternationalRule",,"00EFG"
1506HKLM,%CurrentVersion%\Telephony\Country List\268,"LongDistanceRule",,""
1507HKLM,%CurrentVersion%\Telephony\Country List\268,"Name",,"Swaziland"
1508HKLM,%CurrentVersion%\Telephony\Country List\268,"SameAreaRule",,"G"
1509
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001510HKLM,%CurrentVersion%\Telephony\Country List\269,"CountryCode",0x10001,0x0000010d
Alexandre Julliard299d5592004-02-27 22:04:55 +00001511HKLM,%CurrentVersion%\Telephony\Country List\269,"InternationalRule",,"00EFG"
1512HKLM,%CurrentVersion%\Telephony\Country List\269,"LongDistanceRule",,""
1513HKLM,%CurrentVersion%\Telephony\Country List\269,"Name",,"Mayotte Island"
1514HKLM,%CurrentVersion%\Telephony\Country List\269,"SameAreaRule",,"G"
1515
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001516HKLM,%CurrentVersion%\Telephony\Country List\2691,"CountryCode",0x10001,0x0000010d
Alexandre Julliard299d5592004-02-27 22:04:55 +00001517HKLM,%CurrentVersion%\Telephony\Country List\2691,"InternationalRule",,"10EFG"
1518HKLM,%CurrentVersion%\Telephony\Country List\2691,"LongDistanceRule",,""
1519HKLM,%CurrentVersion%\Telephony\Country List\2691,"Name",,"Comoros"
1520HKLM,%CurrentVersion%\Telephony\Country List\2691,"SameAreaRule",,"G"
1521
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001522HKLM,%CurrentVersion%\Telephony\Country List\27,"CountryCode",0x10001,0x0000001b
Alexandre Julliard299d5592004-02-27 22:04:55 +00001523HKLM,%CurrentVersion%\Telephony\Country List\27,"InternationalRule",,"09EFG"
1524HKLM,%CurrentVersion%\Telephony\Country List\27,"LongDistanceRule",,"0FG"
1525HKLM,%CurrentVersion%\Telephony\Country List\27,"Name",,"South Africa"
1526HKLM,%CurrentVersion%\Telephony\Country List\27,"SameAreaRule",,"G"
1527
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001528HKLM,%CurrentVersion%\Telephony\Country List\290,"CountryCode",0x10001,0x00000122
Alexandre Julliard299d5592004-02-27 22:04:55 +00001529HKLM,%CurrentVersion%\Telephony\Country List\290,"InternationalRule",,"01EFG"
1530HKLM,%CurrentVersion%\Telephony\Country List\290,"LongDistanceRule",,""
1531HKLM,%CurrentVersion%\Telephony\Country List\290,"Name",,"St. Helena"
1532HKLM,%CurrentVersion%\Telephony\Country List\290,"SameAreaRule",,"G"
1533
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001534HKLM,%CurrentVersion%\Telephony\Country List\291,"CountryCode",0x10001,0x00000123
Alexandre Julliard299d5592004-02-27 22:04:55 +00001535HKLM,%CurrentVersion%\Telephony\Country List\291,"InternationalRule",,"00EFG"
1536HKLM,%CurrentVersion%\Telephony\Country List\291,"LongDistanceRule",,"0FG"
1537HKLM,%CurrentVersion%\Telephony\Country List\291,"Name",,"Eritrea"
1538HKLM,%CurrentVersion%\Telephony\Country List\291,"SameAreaRule",,"G"
1539
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001540HKLM,%CurrentVersion%\Telephony\Country List\297,"CountryCode",0x10001,0x00000129
Alexandre Julliard299d5592004-02-27 22:04:55 +00001541HKLM,%CurrentVersion%\Telephony\Country List\297,"InternationalRule",,"00EFG"
1542HKLM,%CurrentVersion%\Telephony\Country List\297,"LongDistanceRule",,""
1543HKLM,%CurrentVersion%\Telephony\Country List\297,"Name",,"Aruba"
1544HKLM,%CurrentVersion%\Telephony\Country List\297,"SameAreaRule",,"G"
1545
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001546HKLM,%CurrentVersion%\Telephony\Country List\298,"CountryCode",0x10001,0x0000012a
Alexandre Julliard299d5592004-02-27 22:04:55 +00001547HKLM,%CurrentVersion%\Telephony\Country List\298,"InternationalRule",,"009EFG"
1548HKLM,%CurrentVersion%\Telephony\Country List\298,"LongDistanceRule",,""
1549HKLM,%CurrentVersion%\Telephony\Country List\298,"Name",,"Faroe Islands"
1550HKLM,%CurrentVersion%\Telephony\Country List\298,"SameAreaRule",,"G"
1551
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001552HKLM,%CurrentVersion%\Telephony\Country List\299,"CountryCode",0x10001,0x0000012b
Alexandre Julliard299d5592004-02-27 22:04:55 +00001553HKLM,%CurrentVersion%\Telephony\Country List\299,"InternationalRule",,"009EFG"
1554HKLM,%CurrentVersion%\Telephony\Country List\299,"LongDistanceRule",,""
1555HKLM,%CurrentVersion%\Telephony\Country List\299,"Name",,"Greenland"
1556HKLM,%CurrentVersion%\Telephony\Country List\299,"SameAreaRule",,"G"
1557
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001558HKLM,%CurrentVersion%\Telephony\Country List\30,"CountryCode",0x10001,0x0000001e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001559HKLM,%CurrentVersion%\Telephony\Country List\30,"InternationalRule",,"00EFG"
1560HKLM,%CurrentVersion%\Telephony\Country List\30,"LongDistanceRule",,"0FG"
1561HKLM,%CurrentVersion%\Telephony\Country List\30,"Name",,"Greece"
1562HKLM,%CurrentVersion%\Telephony\Country List\30,"SameAreaRule",,"G"
1563
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001564HKLM,%CurrentVersion%\Telephony\Country List\31,"CountryCode",0x10001,0x0000001f
Alexandre Julliard299d5592004-02-27 22:04:55 +00001565HKLM,%CurrentVersion%\Telephony\Country List\31,"InternationalRule",,"00EFG"
1566HKLM,%CurrentVersion%\Telephony\Country List\31,"LongDistanceRule",,"0FG"
1567HKLM,%CurrentVersion%\Telephony\Country List\31,"Name",,"Netherlands"
1568HKLM,%CurrentVersion%\Telephony\Country List\31,"SameAreaRule",,"G"
1569
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001570HKLM,%CurrentVersion%\Telephony\Country List\32,"CountryCode",0x10001,0x00000020
Alexandre Julliard299d5592004-02-27 22:04:55 +00001571HKLM,%CurrentVersion%\Telephony\Country List\32,"InternationalRule",,"00EFG"
1572HKLM,%CurrentVersion%\Telephony\Country List\32,"LongDistanceRule",,"0FG"
1573HKLM,%CurrentVersion%\Telephony\Country List\32,"Name",,"Belgium"
1574HKLM,%CurrentVersion%\Telephony\Country List\32,"SameAreaRule",,"G"
1575
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001576HKLM,%CurrentVersion%\Telephony\Country List\33,"CountryCode",0x10001,0x00000021
Alexandre Julliard299d5592004-02-27 22:04:55 +00001577HKLM,%CurrentVersion%\Telephony\Country List\33,"InternationalRule",,"00EFG"
1578HKLM,%CurrentVersion%\Telephony\Country List\33,"LongDistanceRule",,"0FG"
1579HKLM,%CurrentVersion%\Telephony\Country List\33,"Name",,"France"
1580HKLM,%CurrentVersion%\Telephony\Country List\33,"SameAreaRule",,"0FG"
1581
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001582HKLM,%CurrentVersion%\Telephony\Country List\34,"CountryCode",0x10001,0x00000022
Alexandre Julliard299d5592004-02-27 22:04:55 +00001583HKLM,%CurrentVersion%\Telephony\Country List\34,"InternationalRule",,"00,EFG"
1584HKLM,%CurrentVersion%\Telephony\Country List\34,"LongDistanceRule",,"IG"
1585HKLM,%CurrentVersion%\Telephony\Country List\34,"Name",,"Spain"
1586HKLM,%CurrentVersion%\Telephony\Country List\34,"SameAreaRule",,"IG"
1587
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001588HKLM,%CurrentVersion%\Telephony\Country List\350,"CountryCode",0x10001,0x0000015e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001589HKLM,%CurrentVersion%\Telephony\Country List\350,"InternationalRule",,"00EFG"
1590HKLM,%CurrentVersion%\Telephony\Country List\350,"LongDistanceRule",,""
1591HKLM,%CurrentVersion%\Telephony\Country List\350,"Name",,"Gibraltar"
1592HKLM,%CurrentVersion%\Telephony\Country List\350,"SameAreaRule",,"G"
1593
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001594HKLM,%CurrentVersion%\Telephony\Country List\351,"CountryCode",0x10001,0x0000015f
Alexandre Julliard299d5592004-02-27 22:04:55 +00001595HKLM,%CurrentVersion%\Telephony\Country List\351,"InternationalRule",,"00EFG"
1596HKLM,%CurrentVersion%\Telephony\Country List\351,"LongDistanceRule",,"IG"
1597HKLM,%CurrentVersion%\Telephony\Country List\351,"Name",,"Portugal"
1598HKLM,%CurrentVersion%\Telephony\Country List\351,"SameAreaRule",,"IG"
1599
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001600HKLM,%CurrentVersion%\Telephony\Country List\352,"CountryCode",0x10001,0x00000160
Alexandre Julliard299d5592004-02-27 22:04:55 +00001601HKLM,%CurrentVersion%\Telephony\Country List\352,"InternationalRule",,"00EFG"
1602HKLM,%CurrentVersion%\Telephony\Country List\352,"LongDistanceRule",,""
1603HKLM,%CurrentVersion%\Telephony\Country List\352,"Name",,"Luxembourg"
1604HKLM,%CurrentVersion%\Telephony\Country List\352,"SameAreaRule",,"G"
1605
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001606HKLM,%CurrentVersion%\Telephony\Country List\353,"CountryCode",0x10001,0x00000161
Alexandre Julliard299d5592004-02-27 22:04:55 +00001607HKLM,%CurrentVersion%\Telephony\Country List\353,"InternationalRule",,"00EFG"
1608HKLM,%CurrentVersion%\Telephony\Country List\353,"LongDistanceRule",,"0FG"
1609HKLM,%CurrentVersion%\Telephony\Country List\353,"Name",,"Ireland"
1610HKLM,%CurrentVersion%\Telephony\Country List\353,"SameAreaRule",,"G"
1611
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001612HKLM,%CurrentVersion%\Telephony\Country List\354,"CountryCode",0x10001,0x00000162
Alexandre Julliard299d5592004-02-27 22:04:55 +00001613HKLM,%CurrentVersion%\Telephony\Country List\354,"InternationalRule",,"00EFG"
1614HKLM,%CurrentVersion%\Telephony\Country List\354,"LongDistanceRule",,"0FG"
1615HKLM,%CurrentVersion%\Telephony\Country List\354,"Name",,"Iceland"
1616HKLM,%CurrentVersion%\Telephony\Country List\354,"SameAreaRule",,"G"
1617
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001618HKLM,%CurrentVersion%\Telephony\Country List\355,"CountryCode",0x10001,0x00000163
Alexandre Julliard299d5592004-02-27 22:04:55 +00001619HKLM,%CurrentVersion%\Telephony\Country List\355,"InternationalRule",,"00EFG"
1620HKLM,%CurrentVersion%\Telephony\Country List\355,"LongDistanceRule",,"0FG"
1621HKLM,%CurrentVersion%\Telephony\Country List\355,"Name",,"Albania"
1622HKLM,%CurrentVersion%\Telephony\Country List\355,"SameAreaRule",,"G"
1623
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001624HKLM,%CurrentVersion%\Telephony\Country List\356,"CountryCode",0x10001,0x00000164
Alexandre Julliard299d5592004-02-27 22:04:55 +00001625HKLM,%CurrentVersion%\Telephony\Country List\356,"InternationalRule",,"00EFG"
1626HKLM,%CurrentVersion%\Telephony\Country List\356,"LongDistanceRule",,""
1627HKLM,%CurrentVersion%\Telephony\Country List\356,"Name",,"Malta"
1628HKLM,%CurrentVersion%\Telephony\Country List\356,"SameAreaRule",,"G"
1629
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001630HKLM,%CurrentVersion%\Telephony\Country List\357,"CountryCode",0x10001,0x00000165
Alexandre Julliard299d5592004-02-27 22:04:55 +00001631HKLM,%CurrentVersion%\Telephony\Country List\357,"InternationalRule",,"00EFG"
1632HKLM,%CurrentVersion%\Telephony\Country List\357,"LongDistanceRule",,"0FG"
1633HKLM,%CurrentVersion%\Telephony\Country List\357,"Name",,"Cyprus"
1634HKLM,%CurrentVersion%\Telephony\Country List\357,"SameAreaRule",,"G"
1635
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001636HKLM,%CurrentVersion%\Telephony\Country List\358,"CountryCode",0x10001,0x00000166
Alexandre Julliard299d5592004-02-27 22:04:55 +00001637HKLM,%CurrentVersion%\Telephony\Country List\358,"InternationalRule",,"00EFG"
1638HKLM,%CurrentVersion%\Telephony\Country List\358,"LongDistanceRule",,"0FG"
1639HKLM,%CurrentVersion%\Telephony\Country List\358,"Name",,"Finland"
1640HKLM,%CurrentVersion%\Telephony\Country List\358,"SameAreaRule",,"G"
1641
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001642HKLM,%CurrentVersion%\Telephony\Country List\359,"CountryCode",0x10001,0x00000167
Alexandre Julliard299d5592004-02-27 22:04:55 +00001643HKLM,%CurrentVersion%\Telephony\Country List\359,"InternationalRule",,"00EFG"
1644HKLM,%CurrentVersion%\Telephony\Country List\359,"LongDistanceRule",,"0FG"
1645HKLM,%CurrentVersion%\Telephony\Country List\359,"Name",,"Bulgaria"
1646HKLM,%CurrentVersion%\Telephony\Country List\359,"SameAreaRule",,"G"
1647
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001648HKLM,%CurrentVersion%\Telephony\Country List\36,"CountryCode",0x10001,0x00000024
Alexandre Julliard299d5592004-02-27 22:04:55 +00001649HKLM,%CurrentVersion%\Telephony\Country List\36,"InternationalRule",,"00EFG"
1650HKLM,%CurrentVersion%\Telephony\Country List\36,"LongDistanceRule",," 06,FG"
1651HKLM,%CurrentVersion%\Telephony\Country List\36,"Name",,"Hungary"
1652HKLM,%CurrentVersion%\Telephony\Country List\36,"SameAreaRule",,"G"
1653
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001654HKLM,%CurrentVersion%\Telephony\Country List\370,"CountryCode",0x10001,0x00000172
Alexandre Julliard299d5592004-02-27 22:04:55 +00001655HKLM,%CurrentVersion%\Telephony\Country List\370,"InternationalRule",,"8W10EFG"
1656HKLM,%CurrentVersion%\Telephony\Country List\370,"LongDistanceRule",," 8WFG"
1657HKLM,%CurrentVersion%\Telephony\Country List\370,"Name",,"Lithuania"
1658HKLM,%CurrentVersion%\Telephony\Country List\370,"SameAreaRule",,"G"
1659
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001660HKLM,%CurrentVersion%\Telephony\Country List\371,"CountryCode",0x10001,0x00000173
Alexandre Julliard299d5592004-02-27 22:04:55 +00001661HKLM,%CurrentVersion%\Telephony\Country List\371,"InternationalRule",,"00EFG"
1662HKLM,%CurrentVersion%\Telephony\Country List\371,"LongDistanceRule",," 8,FG"
1663HKLM,%CurrentVersion%\Telephony\Country List\371,"Name",,"Latvia"
1664HKLM,%CurrentVersion%\Telephony\Country List\371,"SameAreaRule",,"G"
1665
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001666HKLM,%CurrentVersion%\Telephony\Country List\372,"CountryCode",0x10001,0x00000174
Alexandre Julliard299d5592004-02-27 22:04:55 +00001667HKLM,%CurrentVersion%\Telephony\Country List\372,"InternationalRule",,"8,00EFG"
1668HKLM,%CurrentVersion%\Telephony\Country List\372,"LongDistanceRule",," 8,2IG"
1669HKLM,%CurrentVersion%\Telephony\Country List\372,"Name",,"Estonia"
1670HKLM,%CurrentVersion%\Telephony\Country List\372,"SameAreaRule",,"G"
1671
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001672HKLM,%CurrentVersion%\Telephony\Country List\373,"CountryCode",0x10001,0x00000175
Alexandre Julliard299d5592004-02-27 22:04:55 +00001673HKLM,%CurrentVersion%\Telephony\Country List\373,"InternationalRule",,"8W10EFG"
1674HKLM,%CurrentVersion%\Telephony\Country List\373,"LongDistanceRule",," 8WFG"
1675HKLM,%CurrentVersion%\Telephony\Country List\373,"Name",,"Moldova"
1676HKLM,%CurrentVersion%\Telephony\Country List\373,"SameAreaRule",,"G"
1677
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001678HKLM,%CurrentVersion%\Telephony\Country List\374,"CountryCode",0x10001,0x00000176
Alexandre Julliard299d5592004-02-27 22:04:55 +00001679HKLM,%CurrentVersion%\Telephony\Country List\374,"InternationalRule",,"8,10EFG"
1680HKLM,%CurrentVersion%\Telephony\Country List\374,"LongDistanceRule",," 8,IG"
1681HKLM,%CurrentVersion%\Telephony\Country List\374,"Name",,"Armenia"
1682HKLM,%CurrentVersion%\Telephony\Country List\374,"SameAreaRule",,"G"
1683
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001684HKLM,%CurrentVersion%\Telephony\Country List\375,"CountryCode",0x10001,0x00000177
Alexandre Julliard299d5592004-02-27 22:04:55 +00001685HKLM,%CurrentVersion%\Telephony\Country List\375,"InternationalRule",,"8W10EFG"
1686HKLM,%CurrentVersion%\Telephony\Country List\375,"LongDistanceRule",," 8WFG"
1687HKLM,%CurrentVersion%\Telephony\Country List\375,"Name",,"Belarus"
1688HKLM,%CurrentVersion%\Telephony\Country List\375,"SameAreaRule",,"G"
1689
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001690HKLM,%CurrentVersion%\Telephony\Country List\376,"CountryCode",0x10001,0x00000178
Alexandre Julliard299d5592004-02-27 22:04:55 +00001691HKLM,%CurrentVersion%\Telephony\Country List\376,"InternationalRule",,"00EFG"
1692HKLM,%CurrentVersion%\Telephony\Country List\376,"LongDistanceRule",,""
1693HKLM,%CurrentVersion%\Telephony\Country List\376,"Name",,"Andorra"
1694HKLM,%CurrentVersion%\Telephony\Country List\376,"SameAreaRule",,"G"
1695
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001696HKLM,%CurrentVersion%\Telephony\Country List\377,"CountryCode",0x10001,0x00000179
Alexandre Julliard299d5592004-02-27 22:04:55 +00001697HKLM,%CurrentVersion%\Telephony\Country List\377,"InternationalRule",,"00EFG"
1698HKLM,%CurrentVersion%\Telephony\Country List\377,"LongDistanceRule",,""
1699HKLM,%CurrentVersion%\Telephony\Country List\377,"Name",,"Monaco"
1700HKLM,%CurrentVersion%\Telephony\Country List\377,"SameAreaRule",,"G"
1701
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001702HKLM,%CurrentVersion%\Telephony\Country List\378,"CountryCode",0x10001,0x0000017a
Alexandre Julliard299d5592004-02-27 22:04:55 +00001703HKLM,%CurrentVersion%\Telephony\Country List\378,"InternationalRule",,"00EFG"
1704HKLM,%CurrentVersion%\Telephony\Country List\378,"LongDistanceRule",,"IG"
1705HKLM,%CurrentVersion%\Telephony\Country List\378,"Name",,"San Marino"
1706HKLM,%CurrentVersion%\Telephony\Country List\378,"SameAreaRule",,"IG"
1707
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001708HKLM,%CurrentVersion%\Telephony\Country List\379,"CountryCode",0x10001,0x00000027
Alexandre Julliard299d5592004-02-27 22:04:55 +00001709HKLM,%CurrentVersion%\Telephony\Country List\379,"InternationalRule",,"00EFG"
1710HKLM,%CurrentVersion%\Telephony\Country List\379,"LongDistanceRule",,"IG"
1711HKLM,%CurrentVersion%\Telephony\Country List\379,"Name",,"Vatican City"
1712HKLM,%CurrentVersion%\Telephony\Country List\379,"SameAreaRule",,"IG"
1713
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001714HKLM,%CurrentVersion%\Telephony\Country List\380,"CountryCode",0x10001,0x0000017c
Alexandre Julliard299d5592004-02-27 22:04:55 +00001715HKLM,%CurrentVersion%\Telephony\Country List\380,"InternationalRule",,"8W10EFG"
1716HKLM,%CurrentVersion%\Telephony\Country List\380,"LongDistanceRule",," 8WFG"
1717HKLM,%CurrentVersion%\Telephony\Country List\380,"Name",,"Ukraine"
1718HKLM,%CurrentVersion%\Telephony\Country List\380,"SameAreaRule",,"G"
1719
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001720HKLM,%CurrentVersion%\Telephony\Country List\381,"CountryCode",0x10001,0x0000017d
Alexandre Julliard299d5592004-02-27 22:04:55 +00001721HKLM,%CurrentVersion%\Telephony\Country List\381,"InternationalRule",,"99EFG"
1722HKLM,%CurrentVersion%\Telephony\Country List\381,"LongDistanceRule",,"0FG"
1723HKLM,%CurrentVersion%\Telephony\Country List\381,"Name",,"Yugoslavia"
1724HKLM,%CurrentVersion%\Telephony\Country List\381,"SameAreaRule",,"G"
1725
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001726HKLM,%CurrentVersion%\Telephony\Country List\385,"CountryCode",0x10001,0x00000181
Alexandre Julliard299d5592004-02-27 22:04:55 +00001727HKLM,%CurrentVersion%\Telephony\Country List\385,"InternationalRule",,"00EFG"
1728HKLM,%CurrentVersion%\Telephony\Country List\385,"LongDistanceRule",,"0FG"
1729HKLM,%CurrentVersion%\Telephony\Country List\385,"Name",,"Croatia"
1730HKLM,%CurrentVersion%\Telephony\Country List\385,"SameAreaRule",,"G"
1731
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001732HKLM,%CurrentVersion%\Telephony\Country List\386,"CountryCode",0x10001,0x00000182
Alexandre Julliard299d5592004-02-27 22:04:55 +00001733HKLM,%CurrentVersion%\Telephony\Country List\386,"InternationalRule",,"00EFG"
1734HKLM,%CurrentVersion%\Telephony\Country List\386,"LongDistanceRule",,"0FG"
1735HKLM,%CurrentVersion%\Telephony\Country List\386,"Name",,"Slovenia"
1736HKLM,%CurrentVersion%\Telephony\Country List\386,"SameAreaRule",,"G"
1737
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001738HKLM,%CurrentVersion%\Telephony\Country List\387,"CountryCode",0x10001,0x00000183
Alexandre Julliard299d5592004-02-27 22:04:55 +00001739HKLM,%CurrentVersion%\Telephony\Country List\387,"InternationalRule",,"00EFG"
1740HKLM,%CurrentVersion%\Telephony\Country List\387,"LongDistanceRule",,"0FG"
1741HKLM,%CurrentVersion%\Telephony\Country List\387,"Name",,"Bosnia and Herzegovina"
1742HKLM,%CurrentVersion%\Telephony\Country List\387,"SameAreaRule",,"G"
1743
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001744HKLM,%CurrentVersion%\Telephony\Country List\389,"CountryCode",0x10001,0x00000185
Alexandre Julliard299d5592004-02-27 22:04:55 +00001745HKLM,%CurrentVersion%\Telephony\Country List\389,"InternationalRule",,"99EFG"
1746HKLM,%CurrentVersion%\Telephony\Country List\389,"LongDistanceRule",,"0FG"
1747HKLM,%CurrentVersion%\Telephony\Country List\389,"Name",,"F.Y.R.O.M. (Former Yugoslav Republic of Macedonia)"
1748HKLM,%CurrentVersion%\Telephony\Country List\389,"SameAreaRule",,"G"
1749
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001750HKLM,%CurrentVersion%\Telephony\Country List\39,"CountryCode",0x10001,0x00000027
Alexandre Julliard299d5592004-02-27 22:04:55 +00001751HKLM,%CurrentVersion%\Telephony\Country List\39,"InternationalRule",,"00EFG"
1752HKLM,%CurrentVersion%\Telephony\Country List\39,"LongDistanceRule",,"IG"
1753HKLM,%CurrentVersion%\Telephony\Country List\39,"Name",,"Italy"
1754HKLM,%CurrentVersion%\Telephony\Country List\39,"SameAreaRule",,"IG"
1755
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001756HKLM,%CurrentVersion%\Telephony\Country List\40,"CountryCode",0x10001,0x00000028
Alexandre Julliard299d5592004-02-27 22:04:55 +00001757HKLM,%CurrentVersion%\Telephony\Country List\40,"InternationalRule",,"00EFG"
1758HKLM,%CurrentVersion%\Telephony\Country List\40,"LongDistanceRule",," 0FG"
1759HKLM,%CurrentVersion%\Telephony\Country List\40,"Name",,"Romania"
1760HKLM,%CurrentVersion%\Telephony\Country List\40,"SameAreaRule",,"G"
1761
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001762HKLM,%CurrentVersion%\Telephony\Country List\41,"CountryCode",0x10001,0x00000029
Alexandre Julliard299d5592004-02-27 22:04:55 +00001763HKLM,%CurrentVersion%\Telephony\Country List\41,"InternationalRule",,"00EFG"
1764HKLM,%CurrentVersion%\Telephony\Country List\41,"LongDistanceRule",,"0FG"
1765HKLM,%CurrentVersion%\Telephony\Country List\41,"Name",,"Switzerland"
1766HKLM,%CurrentVersion%\Telephony\Country List\41,"SameAreaRule",,"G"
1767
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001768HKLM,%CurrentVersion%\Telephony\Country List\420,"CountryCode",0x10001,0x000001a4
Alexandre Julliard299d5592004-02-27 22:04:55 +00001769HKLM,%CurrentVersion%\Telephony\Country List\420,"InternationalRule",,"00EFG"
1770HKLM,%CurrentVersion%\Telephony\Country List\420,"LongDistanceRule",,"0FG"
1771HKLM,%CurrentVersion%\Telephony\Country List\420,"Name",,"Czech Republic"
1772HKLM,%CurrentVersion%\Telephony\Country List\420,"SameAreaRule",,"G"
1773
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001774HKLM,%CurrentVersion%\Telephony\Country List\421,"CountryCode",0x10001,0x000001a5
Alexandre Julliard299d5592004-02-27 22:04:55 +00001775HKLM,%CurrentVersion%\Telephony\Country List\421,"InternationalRule",,"00EFG"
1776HKLM,%CurrentVersion%\Telephony\Country List\421,"LongDistanceRule",,"0FG"
1777HKLM,%CurrentVersion%\Telephony\Country List\421,"Name",,"Slovakia"
1778HKLM,%CurrentVersion%\Telephony\Country List\421,"SameAreaRule",,"G"
1779
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001780HKLM,%CurrentVersion%\Telephony\Country List\423,"CountryCode",0x10001,0x000001a7
Alexandre Julliard299d5592004-02-27 22:04:55 +00001781HKLM,%CurrentVersion%\Telephony\Country List\423,"InternationalRule",,"00EFG"
1782HKLM,%CurrentVersion%\Telephony\Country List\423,"LongDistanceRule",,"G"
1783HKLM,%CurrentVersion%\Telephony\Country List\423,"Name",,"Liechtenstein"
1784HKLM,%CurrentVersion%\Telephony\Country List\423,"SameAreaRule",,"G"
1785
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001786HKLM,%CurrentVersion%\Telephony\Country List\43,"CountryCode",0x10001,0x0000002b
Alexandre Julliard299d5592004-02-27 22:04:55 +00001787HKLM,%CurrentVersion%\Telephony\Country List\43,"InternationalRule",,"00EFG"
1788HKLM,%CurrentVersion%\Telephony\Country List\43,"LongDistanceRule",,"0FG"
1789HKLM,%CurrentVersion%\Telephony\Country List\43,"Name",,"Austria"
1790HKLM,%CurrentVersion%\Telephony\Country List\43,"SameAreaRule",,"G"
1791
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001792HKLM,%CurrentVersion%\Telephony\Country List\44,"CountryCode",0x10001,0x0000002c
Alexandre Julliard299d5592004-02-27 22:04:55 +00001793HKLM,%CurrentVersion%\Telephony\Country List\44,"InternationalRule",,"00EFG"
1794HKLM,%CurrentVersion%\Telephony\Country List\44,"LongDistanceRule",,"0FG"
1795HKLM,%CurrentVersion%\Telephony\Country List\44,"Name",,"United Kingdom"
1796HKLM,%CurrentVersion%\Telephony\Country List\44,"SameAreaRule",,"G"
1797
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001798HKLM,%CurrentVersion%\Telephony\Country List\45,"CountryCode",0x10001,0x0000002d
Alexandre Julliard299d5592004-02-27 22:04:55 +00001799HKLM,%CurrentVersion%\Telephony\Country List\45,"InternationalRule",,"00EFG"
1800HKLM,%CurrentVersion%\Telephony\Country List\45,"LongDistanceRule",,""
1801HKLM,%CurrentVersion%\Telephony\Country List\45,"Name",,"Denmark"
1802HKLM,%CurrentVersion%\Telephony\Country List\45,"SameAreaRule",,"G"
1803
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001804HKLM,%CurrentVersion%\Telephony\Country List\46,"CountryCode",0x10001,0x0000002e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001805HKLM,%CurrentVersion%\Telephony\Country List\46,"InternationalRule",,"00EFG"
1806HKLM,%CurrentVersion%\Telephony\Country List\46,"LongDistanceRule",,"0FG"
1807HKLM,%CurrentVersion%\Telephony\Country List\46,"Name",,"Sweden"
1808HKLM,%CurrentVersion%\Telephony\Country List\46,"SameAreaRule",,"G"
1809
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001810HKLM,%CurrentVersion%\Telephony\Country List\47,"CountryCode",0x10001,0x0000002f
Alexandre Julliard299d5592004-02-27 22:04:55 +00001811HKLM,%CurrentVersion%\Telephony\Country List\47,"InternationalRule",,"00EFG"
1812HKLM,%CurrentVersion%\Telephony\Country List\47,"LongDistanceRule",,""
1813HKLM,%CurrentVersion%\Telephony\Country List\47,"Name",,"Norway"
1814HKLM,%CurrentVersion%\Telephony\Country List\47,"SameAreaRule",,"G"
1815
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001816HKLM,%CurrentVersion%\Telephony\Country List\48,"CountryCode",0x10001,0x00000030
Alexandre Julliard299d5592004-02-27 22:04:55 +00001817HKLM,%CurrentVersion%\Telephony\Country List\48,"InternationalRule",,"00EFG"
1818HKLM,%CurrentVersion%\Telephony\Country List\48,"LongDistanceRule",,"0FG"
1819HKLM,%CurrentVersion%\Telephony\Country List\48,"Name",,"Poland"
1820HKLM,%CurrentVersion%\Telephony\Country List\48,"SameAreaRule",,"G"
1821
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001822HKLM,%CurrentVersion%\Telephony\Country List\49,"CountryCode",0x10001,0x00000031
Alexandre Julliard299d5592004-02-27 22:04:55 +00001823HKLM,%CurrentVersion%\Telephony\Country List\49,"InternationalRule",,"00EFG"
1824HKLM,%CurrentVersion%\Telephony\Country List\49,"LongDistanceRule",,"0FG"
1825HKLM,%CurrentVersion%\Telephony\Country List\49,"Name",,"Germany"
1826HKLM,%CurrentVersion%\Telephony\Country List\49,"SameAreaRule",,"G"
1827
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001828HKLM,%CurrentVersion%\Telephony\Country List\500,"CountryCode",0x10001,0x000001f4
Alexandre Julliard299d5592004-02-27 22:04:55 +00001829HKLM,%CurrentVersion%\Telephony\Country List\500,"InternationalRule",,"0EFG"
1830HKLM,%CurrentVersion%\Telephony\Country List\500,"LongDistanceRule",,""
1831HKLM,%CurrentVersion%\Telephony\Country List\500,"Name",,"Falkland Islands (Islas Malvinas)"
1832HKLM,%CurrentVersion%\Telephony\Country List\500,"SameAreaRule",,"G"
1833
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001834HKLM,%CurrentVersion%\Telephony\Country List\501,"CountryCode",0x10001,0x000001f5
Alexandre Julliard299d5592004-02-27 22:04:55 +00001835HKLM,%CurrentVersion%\Telephony\Country List\501,"InternationalRule",,"00EFG"
1836HKLM,%CurrentVersion%\Telephony\Country List\501,"LongDistanceRule",,"0FG"
1837HKLM,%CurrentVersion%\Telephony\Country List\501,"Name",,"Belize"
1838HKLM,%CurrentVersion%\Telephony\Country List\501,"SameAreaRule",,"G"
1839
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001840HKLM,%CurrentVersion%\Telephony\Country List\502,"CountryCode",0x10001,0x000001f6
Alexandre Julliard299d5592004-02-27 22:04:55 +00001841HKLM,%CurrentVersion%\Telephony\Country List\502,"InternationalRule",,"00EFG"
1842HKLM,%CurrentVersion%\Telephony\Country List\502,"LongDistanceRule",,"0FG"
1843HKLM,%CurrentVersion%\Telephony\Country List\502,"Name",,"Guatemala"
1844HKLM,%CurrentVersion%\Telephony\Country List\502,"SameAreaRule",,"G"
1845
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001846HKLM,%CurrentVersion%\Telephony\Country List\503,"CountryCode",0x10001,0x000001f7
Alexandre Julliard299d5592004-02-27 22:04:55 +00001847HKLM,%CurrentVersion%\Telephony\Country List\503,"InternationalRule",,"0EFG"
1848HKLM,%CurrentVersion%\Telephony\Country List\503,"LongDistanceRule",,""
1849HKLM,%CurrentVersion%\Telephony\Country List\503,"Name",,"El Salvador"
1850HKLM,%CurrentVersion%\Telephony\Country List\503,"SameAreaRule",,"G"
1851
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001852HKLM,%CurrentVersion%\Telephony\Country List\504,"CountryCode",0x10001,0x000001f8
Alexandre Julliard299d5592004-02-27 22:04:55 +00001853HKLM,%CurrentVersion%\Telephony\Country List\504,"InternationalRule",,"00EFG"
1854HKLM,%CurrentVersion%\Telephony\Country List\504,"LongDistanceRule",,""
1855HKLM,%CurrentVersion%\Telephony\Country List\504,"Name",,"Honduras"
1856HKLM,%CurrentVersion%\Telephony\Country List\504,"SameAreaRule",,"G"
1857
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001858HKLM,%CurrentVersion%\Telephony\Country List\505,"CountryCode",0x10001,0x000001f9
Alexandre Julliard299d5592004-02-27 22:04:55 +00001859HKLM,%CurrentVersion%\Telephony\Country List\505,"InternationalRule",,"00EFG"
1860HKLM,%CurrentVersion%\Telephony\Country List\505,"LongDistanceRule",,"0FG"
1861HKLM,%CurrentVersion%\Telephony\Country List\505,"Name",,"Nicaragua"
1862HKLM,%CurrentVersion%\Telephony\Country List\505,"SameAreaRule",,"G"
1863
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001864HKLM,%CurrentVersion%\Telephony\Country List\506,"CountryCode",0x10001,0x000001fa
Alexandre Julliard299d5592004-02-27 22:04:55 +00001865HKLM,%CurrentVersion%\Telephony\Country List\506,"InternationalRule",,"00EFG"
1866HKLM,%CurrentVersion%\Telephony\Country List\506,"LongDistanceRule",,""
1867HKLM,%CurrentVersion%\Telephony\Country List\506,"Name",,"Costa Rica"
1868HKLM,%CurrentVersion%\Telephony\Country List\506,"SameAreaRule",,"G"
1869
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001870HKLM,%CurrentVersion%\Telephony\Country List\507,"CountryCode",0x10001,0x000001fb
Alexandre Julliard299d5592004-02-27 22:04:55 +00001871HKLM,%CurrentVersion%\Telephony\Country List\507,"InternationalRule",,"00EFG"
1872HKLM,%CurrentVersion%\Telephony\Country List\507,"LongDistanceRule",,""
1873HKLM,%CurrentVersion%\Telephony\Country List\507,"Name",,"Panama"
1874HKLM,%CurrentVersion%\Telephony\Country List\507,"SameAreaRule",,"G"
1875
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001876HKLM,%CurrentVersion%\Telephony\Country List\508,"CountryCode",0x10001,0x000001fc
Alexandre Julliard299d5592004-02-27 22:04:55 +00001877HKLM,%CurrentVersion%\Telephony\Country List\508,"InternationalRule",,"00,EFG"
1878HKLM,%CurrentVersion%\Telephony\Country List\508,"LongDistanceRule",,""
1879HKLM,%CurrentVersion%\Telephony\Country List\508,"Name",,"St. Pierre and Miquelon"
1880HKLM,%CurrentVersion%\Telephony\Country List\508,"SameAreaRule",,"G"
1881
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001882HKLM,%CurrentVersion%\Telephony\Country List\509,"CountryCode",0x10001,0x000001fd
Alexandre Julliard299d5592004-02-27 22:04:55 +00001883HKLM,%CurrentVersion%\Telephony\Country List\509,"InternationalRule",,"00EFG"
1884HKLM,%CurrentVersion%\Telephony\Country List\509,"LongDistanceRule",,""
1885HKLM,%CurrentVersion%\Telephony\Country List\509,"Name",,"Haiti"
1886HKLM,%CurrentVersion%\Telephony\Country List\509,"SameAreaRule",,"G"
1887
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001888HKLM,%CurrentVersion%\Telephony\Country List\51,"CountryCode",0x10001,0x00000033
Alexandre Julliard299d5592004-02-27 22:04:55 +00001889HKLM,%CurrentVersion%\Telephony\Country List\51,"InternationalRule",,"00EFG"
1890HKLM,%CurrentVersion%\Telephony\Country List\51,"LongDistanceRule",,"0FG"
1891HKLM,%CurrentVersion%\Telephony\Country List\51,"Name",,"Peru"
1892HKLM,%CurrentVersion%\Telephony\Country List\51,"SameAreaRule",,"G"
1893
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001894HKLM,%CurrentVersion%\Telephony\Country List\52,"CountryCode",0x10001,0x00000034
Alexandre Julliard299d5592004-02-27 22:04:55 +00001895HKLM,%CurrentVersion%\Telephony\Country List\52,"InternationalRule",,"00EFG"
1896HKLM,%CurrentVersion%\Telephony\Country List\52,"LongDistanceRule",," 01FG"
1897HKLM,%CurrentVersion%\Telephony\Country List\52,"Name",,"Mexico"
1898HKLM,%CurrentVersion%\Telephony\Country List\52,"SameAreaRule",,"G"
1899
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001900HKLM,%CurrentVersion%\Telephony\Country List\53,"CountryCode",0x10001,0x00000035
Alexandre Julliard299d5592004-02-27 22:04:55 +00001901HKLM,%CurrentVersion%\Telephony\Country List\53,"InternationalRule",,"119EFG"
1902HKLM,%CurrentVersion%\Telephony\Country List\53,"LongDistanceRule",,"0FG"
1903HKLM,%CurrentVersion%\Telephony\Country List\53,"Name",,"Cuba"
1904HKLM,%CurrentVersion%\Telephony\Country List\53,"SameAreaRule",,"G"
1905
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001906HKLM,%CurrentVersion%\Telephony\Country List\5399,"CountryCode",0x10001,0x00000035
Alexandre Julliard299d5592004-02-27 22:04:55 +00001907HKLM,%CurrentVersion%\Telephony\Country List\5399,"InternationalRule",,"00EFG"
1908HKLM,%CurrentVersion%\Telephony\Country List\5399,"LongDistanceRule",,"0FG"
1909HKLM,%CurrentVersion%\Telephony\Country List\5399,"Name",,"Guantanamo Bay"
1910HKLM,%CurrentVersion%\Telephony\Country List\5399,"SameAreaRule",,"G"
1911
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001912HKLM,%CurrentVersion%\Telephony\Country List\54,"CountryCode",0x10001,0x00000036
Alexandre Julliard299d5592004-02-27 22:04:55 +00001913HKLM,%CurrentVersion%\Telephony\Country List\54,"InternationalRule",,"00EFG"
1914HKLM,%CurrentVersion%\Telephony\Country List\54,"LongDistanceRule",,"0FG"
1915HKLM,%CurrentVersion%\Telephony\Country List\54,"Name",,"Argentina"
1916HKLM,%CurrentVersion%\Telephony\Country List\54,"SameAreaRule",,"G"
1917
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001918HKLM,%CurrentVersion%\Telephony\Country List\55,"CountryCode",0x10001,0x00000037
Alexandre Julliard299d5592004-02-27 22:04:55 +00001919HKLM,%CurrentVersion%\Telephony\Country List\55,"InternationalRule",,"00EFG"
1920HKLM,%CurrentVersion%\Telephony\Country List\55,"LongDistanceRule",,"0FG"
1921HKLM,%CurrentVersion%\Telephony\Country List\55,"Name",,"Brazil"
1922HKLM,%CurrentVersion%\Telephony\Country List\55,"SameAreaRule",,"G"
1923
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001924HKLM,%CurrentVersion%\Telephony\Country List\56,"CountryCode",0x10001,0x00000038
Alexandre Julliard299d5592004-02-27 22:04:55 +00001925HKLM,%CurrentVersion%\Telephony\Country List\56,"InternationalRule",,"00EFG"
1926HKLM,%CurrentVersion%\Telephony\Country List\56,"LongDistanceRule",,"FG"
1927HKLM,%CurrentVersion%\Telephony\Country List\56,"Name",,"Chile"
1928HKLM,%CurrentVersion%\Telephony\Country List\56,"SameAreaRule",,"G"
1929
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001930HKLM,%CurrentVersion%\Telephony\Country List\57,"CountryCode",0x10001,0x00000039
Alexandre Julliard299d5592004-02-27 22:04:55 +00001931HKLM,%CurrentVersion%\Telephony\Country List\57,"InternationalRule",,"009EFG"
1932HKLM,%CurrentVersion%\Telephony\Country List\57,"LongDistanceRule",,"09FG"
1933HKLM,%CurrentVersion%\Telephony\Country List\57,"Name",,"Colombia"
1934HKLM,%CurrentVersion%\Telephony\Country List\57,"SameAreaRule",,"G"
1935
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001936HKLM,%CurrentVersion%\Telephony\Country List\58,"CountryCode",0x10001,0x0000003a
Alexandre Julliard299d5592004-02-27 22:04:55 +00001937HKLM,%CurrentVersion%\Telephony\Country List\58,"InternationalRule",,"00EFG"
1938HKLM,%CurrentVersion%\Telephony\Country List\58,"LongDistanceRule",,"0FG"
1939HKLM,%CurrentVersion%\Telephony\Country List\58,"Name",,"Venezuela"
1940HKLM,%CurrentVersion%\Telephony\Country List\58,"SameAreaRule",,"G"
1941
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001942HKLM,%CurrentVersion%\Telephony\Country List\590,"CountryCode",0x10001,0x0000024e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001943HKLM,%CurrentVersion%\Telephony\Country List\590,"InternationalRule",,"00,EFG"
1944HKLM,%CurrentVersion%\Telephony\Country List\590,"LongDistanceRule",,""
1945HKLM,%CurrentVersion%\Telephony\Country List\590,"Name",,"Guadeloupe"
1946HKLM,%CurrentVersion%\Telephony\Country List\590,"SameAreaRule",,"G"
1947
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001948HKLM,%CurrentVersion%\Telephony\Country List\5901,"CountryCode",0x10001,0x0000024e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001949HKLM,%CurrentVersion%\Telephony\Country List\5901,"InternationalRule",,"00,EFG"
1950HKLM,%CurrentVersion%\Telephony\Country List\5901,"LongDistanceRule",,""
1951HKLM,%CurrentVersion%\Telephony\Country List\5901,"Name",,"French Antilles"
1952HKLM,%CurrentVersion%\Telephony\Country List\5901,"SameAreaRule",,"G"
1953
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001954HKLM,%CurrentVersion%\Telephony\Country List\591,"CountryCode",0x10001,0x0000024f
Alexandre Julliard299d5592004-02-27 22:04:55 +00001955HKLM,%CurrentVersion%\Telephony\Country List\591,"InternationalRule",,"00EFG"
1956HKLM,%CurrentVersion%\Telephony\Country List\591,"LongDistanceRule",,"0FG"
1957HKLM,%CurrentVersion%\Telephony\Country List\591,"Name",,"Bolivia"
1958HKLM,%CurrentVersion%\Telephony\Country List\591,"SameAreaRule",,"G"
1959
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001960HKLM,%CurrentVersion%\Telephony\Country List\592,"CountryCode",0x10001,0x00000250
Alexandre Julliard299d5592004-02-27 22:04:55 +00001961HKLM,%CurrentVersion%\Telephony\Country List\592,"InternationalRule",,"001EFG"
1962HKLM,%CurrentVersion%\Telephony\Country List\592,"LongDistanceRule",,"0FG"
1963HKLM,%CurrentVersion%\Telephony\Country List\592,"Name",,"Guyana"
1964HKLM,%CurrentVersion%\Telephony\Country List\592,"SameAreaRule",,"G"
1965
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001966HKLM,%CurrentVersion%\Telephony\Country List\593,"CountryCode",0x10001,0x00000251
Alexandre Julliard299d5592004-02-27 22:04:55 +00001967HKLM,%CurrentVersion%\Telephony\Country List\593,"InternationalRule",,"00EFG"
1968HKLM,%CurrentVersion%\Telephony\Country List\593,"LongDistanceRule",,"0FG"
1969HKLM,%CurrentVersion%\Telephony\Country List\593,"Name",,"Ecuador"
1970HKLM,%CurrentVersion%\Telephony\Country List\593,"SameAreaRule",,"G"
1971
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001972HKLM,%CurrentVersion%\Telephony\Country List\594,"CountryCode",0x10001,0x00000252
Alexandre Julliard299d5592004-02-27 22:04:55 +00001973HKLM,%CurrentVersion%\Telephony\Country List\594,"InternationalRule",,"00,EFG"
1974HKLM,%CurrentVersion%\Telephony\Country List\594,"LongDistanceRule",,""
1975HKLM,%CurrentVersion%\Telephony\Country List\594,"Name",,"French Guiana"
1976HKLM,%CurrentVersion%\Telephony\Country List\594,"SameAreaRule",,"G"
1977
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001978HKLM,%CurrentVersion%\Telephony\Country List\595,"CountryCode",0x10001,0x00000253
Alexandre Julliard299d5592004-02-27 22:04:55 +00001979HKLM,%CurrentVersion%\Telephony\Country List\595,"InternationalRule",,"00EFG"
1980HKLM,%CurrentVersion%\Telephony\Country List\595,"LongDistanceRule",,"0FG"
1981HKLM,%CurrentVersion%\Telephony\Country List\595,"Name",,"Paraguay"
1982HKLM,%CurrentVersion%\Telephony\Country List\595,"SameAreaRule",,"G"
1983
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001984HKLM,%CurrentVersion%\Telephony\Country List\596,"CountryCode",0x10001,0x00000254
Alexandre Julliard299d5592004-02-27 22:04:55 +00001985HKLM,%CurrentVersion%\Telephony\Country List\596,"InternationalRule",,"00,EFG"
1986HKLM,%CurrentVersion%\Telephony\Country List\596,"LongDistanceRule",,""
1987HKLM,%CurrentVersion%\Telephony\Country List\596,"Name",,"Martinique"
1988HKLM,%CurrentVersion%\Telephony\Country List\596,"SameAreaRule",,"G"
1989
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001990HKLM,%CurrentVersion%\Telephony\Country List\597,"CountryCode",0x10001,0x00000255
Alexandre Julliard299d5592004-02-27 22:04:55 +00001991HKLM,%CurrentVersion%\Telephony\Country List\597,"InternationalRule",,"00EFG"
1992HKLM,%CurrentVersion%\Telephony\Country List\597,"LongDistanceRule",,""
1993HKLM,%CurrentVersion%\Telephony\Country List\597,"Name",,"Suriname"
1994HKLM,%CurrentVersion%\Telephony\Country List\597,"SameAreaRule",,"G"
1995
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001996HKLM,%CurrentVersion%\Telephony\Country List\598,"CountryCode",0x10001,0x00000256
Alexandre Julliard299d5592004-02-27 22:04:55 +00001997HKLM,%CurrentVersion%\Telephony\Country List\598,"InternationalRule",,"00EFG"
1998HKLM,%CurrentVersion%\Telephony\Country List\598,"LongDistanceRule",,"0FG"
1999HKLM,%CurrentVersion%\Telephony\Country List\598,"Name",,"Uruguay"
2000HKLM,%CurrentVersion%\Telephony\Country List\598,"SameAreaRule",,"G"
2001
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002002HKLM,%CurrentVersion%\Telephony\Country List\599,"CountryCode",0x10001,0x00000257
Alexandre Julliard299d5592004-02-27 22:04:55 +00002003HKLM,%CurrentVersion%\Telephony\Country List\599,"InternationalRule",,"00EFG"
2004HKLM,%CurrentVersion%\Telephony\Country List\599,"LongDistanceRule",,"0FG"
2005HKLM,%CurrentVersion%\Telephony\Country List\599,"Name",,"Netherlands Antilles"
2006HKLM,%CurrentVersion%\Telephony\Country List\599,"SameAreaRule",,"G"
2007
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002008HKLM,%CurrentVersion%\Telephony\Country List\60,"CountryCode",0x10001,0x0000003c
Alexandre Julliard299d5592004-02-27 22:04:55 +00002009HKLM,%CurrentVersion%\Telephony\Country List\60,"InternationalRule",,"00EFG"
2010HKLM,%CurrentVersion%\Telephony\Country List\60,"LongDistanceRule",,""
2011HKLM,%CurrentVersion%\Telephony\Country List\60,"Name",,"Malaysia"
2012HKLM,%CurrentVersion%\Telephony\Country List\60,"SameAreaRule",,"G"
2013
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002014HKLM,%CurrentVersion%\Telephony\Country List\61,"CountryCode",0x10001,0x0000003d
Alexandre Julliard299d5592004-02-27 22:04:55 +00002015HKLM,%CurrentVersion%\Telephony\Country List\61,"InternationalRule",,"0011EFG"
2016HKLM,%CurrentVersion%\Telephony\Country List\61,"LongDistanceRule",," 0FG"
2017HKLM,%CurrentVersion%\Telephony\Country List\61,"Name",,"Australia"
2018HKLM,%CurrentVersion%\Telephony\Country List\61,"SameAreaRule",,"G"
2019
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002020HKLM,%CurrentVersion%\Telephony\Country List\6101,"CountryCode",0x10001,0x0000003d
Alexandre Julliard299d5592004-02-27 22:04:55 +00002021HKLM,%CurrentVersion%\Telephony\Country List\6101,"InternationalRule",,"00EFG"
2022HKLM,%CurrentVersion%\Telephony\Country List\6101,"LongDistanceRule",," 0FG"
2023HKLM,%CurrentVersion%\Telephony\Country List\6101,"Name",,"Cocos-Keeling Islands"
2024HKLM,%CurrentVersion%\Telephony\Country List\6101,"SameAreaRule",,"G"
2025
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002026HKLM,%CurrentVersion%\Telephony\Country List\62,"CountryCode",0x10001,0x0000003e
Alexandre Julliard299d5592004-02-27 22:04:55 +00002027HKLM,%CurrentVersion%\Telephony\Country List\62,"InternationalRule",,"001EFG"
2028HKLM,%CurrentVersion%\Telephony\Country List\62,"LongDistanceRule",,"0FG"
2029HKLM,%CurrentVersion%\Telephony\Country List\62,"Name",,"Indonesia"
2030HKLM,%CurrentVersion%\Telephony\Country List\62,"SameAreaRule",,"G"
2031
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002032HKLM,%CurrentVersion%\Telephony\Country List\63,"CountryCode",0x10001,0x0000003f
Alexandre Julliard299d5592004-02-27 22:04:55 +00002033HKLM,%CurrentVersion%\Telephony\Country List\63,"InternationalRule",,"00EFG"
2034HKLM,%CurrentVersion%\Telephony\Country List\63,"LongDistanceRule",,"0FG"
2035HKLM,%CurrentVersion%\Telephony\Country List\63,"Name",,"Philippines"
2036HKLM,%CurrentVersion%\Telephony\Country List\63,"SameAreaRule",,"G"
2037
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002038HKLM,%CurrentVersion%\Telephony\Country List\64,"CountryCode",0x10001,0x00000040
Alexandre Julliard299d5592004-02-27 22:04:55 +00002039HKLM,%CurrentVersion%\Telephony\Country List\64,"InternationalRule",,"00EFG"
2040HKLM,%CurrentVersion%\Telephony\Country List\64,"LongDistanceRule",,"0FG"
2041HKLM,%CurrentVersion%\Telephony\Country List\64,"Name",,"New Zealand"
2042HKLM,%CurrentVersion%\Telephony\Country List\64,"SameAreaRule",,"G"
2043
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002044HKLM,%CurrentVersion%\Telephony\Country List\65,"CountryCode",0x10001,0x00000041
Alexandre Julliard299d5592004-02-27 22:04:55 +00002045HKLM,%CurrentVersion%\Telephony\Country List\65,"InternationalRule",,"001EFG"
2046HKLM,%CurrentVersion%\Telephony\Country List\65,"LongDistanceRule",,""
2047HKLM,%CurrentVersion%\Telephony\Country List\65,"Name",,"Singapore"
2048HKLM,%CurrentVersion%\Telephony\Country List\65,"SameAreaRule",,"G"
2049
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002050HKLM,%CurrentVersion%\Telephony\Country List\66,"CountryCode",0x10001,0x00000042
Alexandre Julliard299d5592004-02-27 22:04:55 +00002051HKLM,%CurrentVersion%\Telephony\Country List\66,"InternationalRule",,"001EFG"
2052HKLM,%CurrentVersion%\Telephony\Country List\66,"LongDistanceRule",,"0FG"
2053HKLM,%CurrentVersion%\Telephony\Country List\66,"Name",,"Thailand"
2054HKLM,%CurrentVersion%\Telephony\Country List\66,"SameAreaRule",,"G"
2055
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002056HKLM,%CurrentVersion%\Telephony\Country List\670,"CountryCode",0x10001,0x0000029e
Alexandre Julliard299d5592004-02-27 22:04:55 +00002057HKLM,%CurrentVersion%\Telephony\Country List\670,"InternationalRule",,"011EFG"
2058HKLM,%CurrentVersion%\Telephony\Country List\670,"LongDistanceRule",," 1FG"
2059HKLM,%CurrentVersion%\Telephony\Country List\670,"Name",,"Saipan Island"
2060HKLM,%CurrentVersion%\Telephony\Country List\670,"SameAreaRule",,"G"
2061
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002062HKLM,%CurrentVersion%\Telephony\Country List\6701,"CountryCode",0x10001,0x0000029e
Alexandre Julliard299d5592004-02-27 22:04:55 +00002063HKLM,%CurrentVersion%\Telephony\Country List\6701,"InternationalRule",,"011EFG"
2064HKLM,%CurrentVersion%\Telephony\Country List\6701,"LongDistanceRule",," 1FG"
2065HKLM,%CurrentVersion%\Telephony\Country List\6701,"Name",,"Rota Island"
2066HKLM,%CurrentVersion%\Telephony\Country List\6701,"SameAreaRule",,"G"
2067
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002068HKLM,%CurrentVersion%\Telephony\Country List\6702,"CountryCode",0x10001,0x0000029e
Alexandre Julliard299d5592004-02-27 22:04:55 +00002069HKLM,%CurrentVersion%\Telephony\Country List\6702,"InternationalRule",,"011EFG"
2070HKLM,%CurrentVersion%\Telephony\Country List\6702,"LongDistanceRule",," 1FG"
2071HKLM,%CurrentVersion%\Telephony\Country List\6702,"Name",,"Tinian Island"
2072HKLM,%CurrentVersion%\Telephony\Country List\6702,"SameAreaRule",,"G"
2073
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002074HKLM,%CurrentVersion%\Telephony\Country List\672,"CountryCode",0x10001,0x000002a0
Alexandre Julliard299d5592004-02-27 22:04:55 +00002075HKLM,%CurrentVersion%\Telephony\Country List\672,"InternationalRule",,"00EFG"
2076HKLM,%CurrentVersion%\Telephony\Country List\672,"LongDistanceRule",,"0FG"
2077HKLM,%CurrentVersion%\Telephony\Country List\672,"Name",,"Christmas Island"
2078HKLM,%CurrentVersion%\Telephony\Country List\672,"SameAreaRule",,"G"
2079
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002080HKLM,%CurrentVersion%\Telephony\Country List\6722,"CountryCode",0x10001,0x000002a0
Alexandre Julliard299d5592004-02-27 22:04:55 +00002081HKLM,%CurrentVersion%\Telephony\Country List\6722,"InternationalRule",,"0101EFG"
2082HKLM,%CurrentVersion%\Telephony\Country List\6722,"LongDistanceRule",,""
2083HKLM,%CurrentVersion%\Telephony\Country List\6722,"Name",,"Norfolk Island"
2084HKLM,%CurrentVersion%\Telephony\Country List\6722,"SameAreaRule",,"G"
2085
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002086HKLM,%CurrentVersion%\Telephony\Country List\673,"CountryCode",0x10001,0x000002a1
Alexandre Julliard299d5592004-02-27 22:04:55 +00002087HKLM,%CurrentVersion%\Telephony\Country List\673,"InternationalRule",,"00EFG"
2088HKLM,%CurrentVersion%\Telephony\Country List\673,"LongDistanceRule",,"0FG"
2089HKLM,%CurrentVersion%\Telephony\Country List\673,"Name",,"Brunei"
2090HKLM,%CurrentVersion%\Telephony\Country List\673,"SameAreaRule",,"G"
2091
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002092HKLM,%CurrentVersion%\Telephony\Country List\674,"CountryCode",0x10001,0x000002a2
Alexandre Julliard299d5592004-02-27 22:04:55 +00002093HKLM,%CurrentVersion%\Telephony\Country List\674,"InternationalRule",,"00EFG"
2094HKLM,%CurrentVersion%\Telephony\Country List\674,"LongDistanceRule",,""
2095HKLM,%CurrentVersion%\Telephony\Country List\674,"Name",,"Nauru"
2096HKLM,%CurrentVersion%\Telephony\Country List\674,"SameAreaRule",,"G"
2097
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002098HKLM,%CurrentVersion%\Telephony\Country List\675,"CountryCode",0x10001,0x000002a3
Alexandre Julliard299d5592004-02-27 22:04:55 +00002099HKLM,%CurrentVersion%\Telephony\Country List\675,"InternationalRule",,"05EFG"
2100HKLM,%CurrentVersion%\Telephony\Country List\675,"LongDistanceRule",,""
2101HKLM,%CurrentVersion%\Telephony\Country List\675,"Name",,"Papua New Guinea"
2102HKLM,%CurrentVersion%\Telephony\Country List\675,"SameAreaRule",,"G"
2103
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002104HKLM,%CurrentVersion%\Telephony\Country List\676,"CountryCode",0x10001,0x000002a4
Alexandre Julliard299d5592004-02-27 22:04:55 +00002105HKLM,%CurrentVersion%\Telephony\Country List\676,"InternationalRule",,"00EFG"
2106HKLM,%CurrentVersion%\Telephony\Country List\676,"LongDistanceRule",,""
2107HKLM,%CurrentVersion%\Telephony\Country List\676,"Name",,"Tonga"
2108HKLM,%CurrentVersion%\Telephony\Country List\676,"SameAreaRule",,"G"
2109
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002110HKLM,%CurrentVersion%\Telephony\Country List\677,"CountryCode",0x10001,0x000002a5
Alexandre Julliard299d5592004-02-27 22:04:55 +00002111HKLM,%CurrentVersion%\Telephony\Country List\677,"InternationalRule",,"00EFG"
2112HKLM,%CurrentVersion%\Telephony\Country List\677,"LongDistanceRule",,""
2113HKLM,%CurrentVersion%\Telephony\Country List\677,"Name",,"Solomon Islands"
2114HKLM,%CurrentVersion%\Telephony\Country List\677,"SameAreaRule",,"G"
2115
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002116HKLM,%CurrentVersion%\Telephony\Country List\678,"CountryCode",0x10001,0x000002a6
Alexandre Julliard299d5592004-02-27 22:04:55 +00002117HKLM,%CurrentVersion%\Telephony\Country List\678,"InternationalRule",,"00EFG"
2118HKLM,%CurrentVersion%\Telephony\Country List\678,"LongDistanceRule",,""
2119HKLM,%CurrentVersion%\Telephony\Country List\678,"Name",,"Vanuatu"
2120HKLM,%CurrentVersion%\Telephony\Country List\678,"SameAreaRule",,"G"
2121
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002122HKLM,%CurrentVersion%\Telephony\Country List\679,"CountryCode",0x10001,0x000002a7
Alexandre Julliard299d5592004-02-27 22:04:55 +00002123HKLM,%CurrentVersion%\Telephony\Country List\679,"InternationalRule",,"05EFG"
2124HKLM,%CurrentVersion%\Telephony\Country List\679,"LongDistanceRule",,""
2125HKLM,%CurrentVersion%\Telephony\Country List\679,"Name",,"Fiji Islands"
2126HKLM,%CurrentVersion%\Telephony\Country List\679,"SameAreaRule",,"G"
2127
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002128HKLM,%CurrentVersion%\Telephony\Country List\680,"CountryCode",0x10001,0x000002a8
Alexandre Julliard299d5592004-02-27 22:04:55 +00002129HKLM,%CurrentVersion%\Telephony\Country List\680,"InternationalRule",,"00EFG"
2130HKLM,%CurrentVersion%\Telephony\Country List\680,"LongDistanceRule",,""
2131HKLM,%CurrentVersion%\Telephony\Country List\680,"Name",,"Palau"
2132HKLM,%CurrentVersion%\Telephony\Country List\680,"SameAreaRule",,"G"
2133
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002134HKLM,%CurrentVersion%\Telephony\Country List\681,"CountryCode",0x10001,0x000002a9
Alexandre Julliard299d5592004-02-27 22:04:55 +00002135HKLM,%CurrentVersion%\Telephony\Country List\681,"InternationalRule",,"00,EFG"
2136HKLM,%CurrentVersion%\Telephony\Country List\681,"LongDistanceRule",,""
2137HKLM,%CurrentVersion%\Telephony\Country List\681,"Name",,"Wallis and Futuna Islands"
2138HKLM,%CurrentVersion%\Telephony\Country List\681,"SameAreaRule",,"G"
2139
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002140HKLM,%CurrentVersion%\Telephony\Country List\682,"CountryCode",0x10001,0x000002aa
Alexandre Julliard299d5592004-02-27 22:04:55 +00002141HKLM,%CurrentVersion%\Telephony\Country List\682,"InternationalRule",,"00EFG"
2142HKLM,%CurrentVersion%\Telephony\Country List\682,"LongDistanceRule",,""
2143HKLM,%CurrentVersion%\Telephony\Country List\682,"Name",,"Cook Islands"
2144HKLM,%CurrentVersion%\Telephony\Country List\682,"SameAreaRule",,"G"
2145
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002146HKLM,%CurrentVersion%\Telephony\Country List\683,"CountryCode",0x10001,0x000002ab
Alexandre Julliard299d5592004-02-27 22:04:55 +00002147HKLM,%CurrentVersion%\Telephony\Country List\683,"InternationalRule",,"00EFG"
2148HKLM,%CurrentVersion%\Telephony\Country List\683,"LongDistanceRule",,""
2149HKLM,%CurrentVersion%\Telephony\Country List\683,"Name",,"Niue"
2150HKLM,%CurrentVersion%\Telephony\Country List\683,"SameAreaRule",,"G"
2151
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002152HKLM,%CurrentVersion%\Telephony\Country List\684,"CountryCode",0x10001,0x000002ac
Alexandre Julliard299d5592004-02-27 22:04:55 +00002153HKLM,%CurrentVersion%\Telephony\Country List\684,"InternationalRule",,"1EFG"
2154HKLM,%CurrentVersion%\Telephony\Country List\684,"LongDistanceRule",,""
2155HKLM,%CurrentVersion%\Telephony\Country List\684,"Name",,"American Samoa"
2156HKLM,%CurrentVersion%\Telephony\Country List\684,"SameAreaRule",,"G"
2157
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002158HKLM,%CurrentVersion%\Telephony\Country List\685,"CountryCode",0x10001,0x000002ad
Alexandre Julliard299d5592004-02-27 22:04:55 +00002159HKLM,%CurrentVersion%\Telephony\Country List\685,"InternationalRule",,"0EFG"
2160HKLM,%CurrentVersion%\Telephony\Country List\685,"LongDistanceRule",,""
2161HKLM,%CurrentVersion%\Telephony\Country List\685,"Name",,"Samoa"
2162HKLM,%CurrentVersion%\Telephony\Country List\685,"SameAreaRule",,"G"
2163
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002164HKLM,%CurrentVersion%\Telephony\Country List\686,"CountryCode",0x10001,0x000002ae
Alexandre Julliard299d5592004-02-27 22:04:55 +00002165HKLM,%CurrentVersion%\Telephony\Country List\686,"InternationalRule",,"00EFG"
2166HKLM,%CurrentVersion%\Telephony\Country List\686,"LongDistanceRule",,""
2167HKLM,%CurrentVersion%\Telephony\Country List\686,"Name",,"Kiribati"
2168HKLM,%CurrentVersion%\Telephony\Country List\686,"SameAreaRule",,"G"
2169
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002170HKLM,%CurrentVersion%\Telephony\Country List\687,"CountryCode",0x10001,0x000002af
Alexandre Julliard299d5592004-02-27 22:04:55 +00002171HKLM,%CurrentVersion%\Telephony\Country List\687,"InternationalRule",,"00EFG"
2172HKLM,%CurrentVersion%\Telephony\Country List\687,"LongDistanceRule",,""
2173HKLM,%CurrentVersion%\Telephony\Country List\687,"Name",,"New Caledonia"
2174HKLM,%CurrentVersion%\Telephony\Country List\687,"SameAreaRule",,"G"
2175
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002176HKLM,%CurrentVersion%\Telephony\Country List\688,"CountryCode",0x10001,0x000002b0
Alexandre Julliard299d5592004-02-27 22:04:55 +00002177HKLM,%CurrentVersion%\Telephony\Country List\688,"InternationalRule",,"00EFG"
2178HKLM,%CurrentVersion%\Telephony\Country List\688,"LongDistanceRule",,""
2179HKLM,%CurrentVersion%\Telephony\Country List\688,"Name",,"Tuvalu"
2180HKLM,%CurrentVersion%\Telephony\Country List\688,"SameAreaRule",,"G"
2181
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002182HKLM,%CurrentVersion%\Telephony\Country List\689,"CountryCode",0x10001,0x000002b1
Alexandre Julliard299d5592004-02-27 22:04:55 +00002183HKLM,%CurrentVersion%\Telephony\Country List\689,"InternationalRule",,"00EFG"
2184HKLM,%CurrentVersion%\Telephony\Country List\689,"LongDistanceRule",,""
2185HKLM,%CurrentVersion%\Telephony\Country List\689,"Name",,"French Polynesia"
2186HKLM,%CurrentVersion%\Telephony\Country List\689,"SameAreaRule",,"G"
2187
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002188HKLM,%CurrentVersion%\Telephony\Country List\690,"CountryCode",0x10001,0x000002b2
Alexandre Julliard299d5592004-02-27 22:04:55 +00002189HKLM,%CurrentVersion%\Telephony\Country List\690,"InternationalRule",,"00EFG"
2190HKLM,%CurrentVersion%\Telephony\Country List\690,"LongDistanceRule",,""
2191HKLM,%CurrentVersion%\Telephony\Country List\690,"Name",,"Tokelau"
2192HKLM,%CurrentVersion%\Telephony\Country List\690,"SameAreaRule",,"G"
2193
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002194HKLM,%CurrentVersion%\Telephony\Country List\691,"CountryCode",0x10001,0x000002b3
Alexandre Julliard299d5592004-02-27 22:04:55 +00002195HKLM,%CurrentVersion%\Telephony\Country List\691,"InternationalRule",,"011EFG"
2196HKLM,%CurrentVersion%\Telephony\Country List\691,"LongDistanceRule",,""
2197HKLM,%CurrentVersion%\Telephony\Country List\691,"Name",,"Micronesia, Federated States of"
2198HKLM,%CurrentVersion%\Telephony\Country List\691,"SameAreaRule",,"G"
2199
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002200HKLM,%CurrentVersion%\Telephony\Country List\692,"CountryCode",0x10001,0x000002b4
Alexandre Julliard299d5592004-02-27 22:04:55 +00002201HKLM,%CurrentVersion%\Telephony\Country List\692,"InternationalRule",,"011EFG"
2202HKLM,%CurrentVersion%\Telephony\Country List\692,"LongDistanceRule",,"1FG"
2203HKLM,%CurrentVersion%\Telephony\Country List\692,"Name",,"Marshall Islands"
2204HKLM,%CurrentVersion%\Telephony\Country List\692,"SameAreaRule",,"G"
2205
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002206HKLM,%CurrentVersion%\Telephony\Country List\7,"CountryCode",0x10001,0x00000007
Alexandre Julliard299d5592004-02-27 22:04:55 +00002207HKLM,%CurrentVersion%\Telephony\Country List\7,"InternationalRule",,"8W10EFG"
2208HKLM,%CurrentVersion%\Telephony\Country List\7,"LongDistanceRule",," 8WFG"
2209HKLM,%CurrentVersion%\Telephony\Country List\7,"Name",,"Russia"
2210HKLM,%CurrentVersion%\Telephony\Country List\7,"SameAreaRule",,"G"
2211
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002212HKLM,%CurrentVersion%\Telephony\Country List\705,"CountryCode",0x10001,0x00000007
Alexandre Julliard299d5592004-02-27 22:04:55 +00002213HKLM,%CurrentVersion%\Telephony\Country List\705,"InternationalRule",,"8W10EFG"
2214HKLM,%CurrentVersion%\Telephony\Country List\705,"LongDistanceRule",," 8WFG"
2215HKLM,%CurrentVersion%\Telephony\Country List\705,"Name",,"Kazakhstan"
2216HKLM,%CurrentVersion%\Telephony\Country List\705,"SameAreaRule",,"G"
2217
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002218HKLM,%CurrentVersion%\Telephony\Country List\708,"CountryCode",0x10001,0x00000007
Alexandre Julliard299d5592004-02-27 22:04:55 +00002219HKLM,%CurrentVersion%\Telephony\Country List\708,"InternationalRule",,"8W10EFG"
2220HKLM,%CurrentVersion%\Telephony\Country List\708,"LongDistanceRule",," 8WFG"
2221HKLM,%CurrentVersion%\Telephony\Country List\708,"Name",,"Tajikistan"
2222HKLM,%CurrentVersion%\Telephony\Country List\708,"SameAreaRule",,"G"
2223
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002224HKLM,%CurrentVersion%\Telephony\Country List\800,"CountryCode",0x10001,0x00000320
Alexandre Julliard299d5592004-02-27 22:04:55 +00002225HKLM,%CurrentVersion%\Telephony\Country List\800,"InternationalRule",,""
2226HKLM,%CurrentVersion%\Telephony\Country List\800,"LongDistanceRule",,""
2227HKLM,%CurrentVersion%\Telephony\Country List\800,"Name",,"International Freephone Service"
2228HKLM,%CurrentVersion%\Telephony\Country List\800,"SameAreaRule",,""
2229
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002230HKLM,%CurrentVersion%\Telephony\Country List\81,"CountryCode",0x10001,0x00000051
Alexandre Julliard299d5592004-02-27 22:04:55 +00002231HKLM,%CurrentVersion%\Telephony\Country List\81,"InternationalRule",,"001EFG"
2232HKLM,%CurrentVersion%\Telephony\Country List\81,"LongDistanceRule",,"0FG"
2233HKLM,%CurrentVersion%\Telephony\Country List\81,"Name",,"Japan"
2234HKLM,%CurrentVersion%\Telephony\Country List\81,"SameAreaRule",,"G"
2235
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002236HKLM,%CurrentVersion%\Telephony\Country List\82,"CountryCode",0x10001,0x00000052
Alexandre Julliard299d5592004-02-27 22:04:55 +00002237HKLM,%CurrentVersion%\Telephony\Country List\82,"InternationalRule",,"001EFG"
2238HKLM,%CurrentVersion%\Telephony\Country List\82,"LongDistanceRule",,"0FG"
2239HKLM,%CurrentVersion%\Telephony\Country List\82,"Name",,"Korea (Republic of)"
2240HKLM,%CurrentVersion%\Telephony\Country List\82,"SameAreaRule",,"G"
2241
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002242HKLM,%CurrentVersion%\Telephony\Country List\84,"CountryCode",0x10001,0x00000054
Alexandre Julliard299d5592004-02-27 22:04:55 +00002243HKLM,%CurrentVersion%\Telephony\Country List\84,"InternationalRule",,"00EFG"
2244HKLM,%CurrentVersion%\Telephony\Country List\84,"LongDistanceRule",,"0FG"
2245HKLM,%CurrentVersion%\Telephony\Country List\84,"Name",,"Vietnam"
2246HKLM,%CurrentVersion%\Telephony\Country List\84,"SameAreaRule",,"G"
2247
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002248HKLM,%CurrentVersion%\Telephony\Country List\850,"CountryCode",0x10001,0x00000352
Alexandre Julliard299d5592004-02-27 22:04:55 +00002249HKLM,%CurrentVersion%\Telephony\Country List\850,"InternationalRule",,"00EFG"
2250HKLM,%CurrentVersion%\Telephony\Country List\850,"LongDistanceRule",,""
2251HKLM,%CurrentVersion%\Telephony\Country List\850,"Name",,"Korea (North)"
2252HKLM,%CurrentVersion%\Telephony\Country List\850,"SameAreaRule",,"G"
2253
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002254HKLM,%CurrentVersion%\Telephony\Country List\852,"CountryCode",0x10001,0x00000354
Alexandre Julliard299d5592004-02-27 22:04:55 +00002255HKLM,%CurrentVersion%\Telephony\Country List\852,"InternationalRule",,"001EFG"
2256HKLM,%CurrentVersion%\Telephony\Country List\852,"LongDistanceRule",,""
2257HKLM,%CurrentVersion%\Telephony\Country List\852,"Name",,"Hong Kong S.A.R."
2258HKLM,%CurrentVersion%\Telephony\Country List\852,"SameAreaRule",,"G"
2259
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002260HKLM,%CurrentVersion%\Telephony\Country List\853,"CountryCode",0x10001,0x00000355
Alexandre Julliard299d5592004-02-27 22:04:55 +00002261HKLM,%CurrentVersion%\Telephony\Country List\853,"InternationalRule",,"00EFG"
2262HKLM,%CurrentVersion%\Telephony\Country List\853,"LongDistanceRule",,""
2263HKLM,%CurrentVersion%\Telephony\Country List\853,"Name",,"Macau S.A.R."
2264HKLM,%CurrentVersion%\Telephony\Country List\853,"SameAreaRule",,"G"
2265
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002266HKLM,%CurrentVersion%\Telephony\Country List\855,"CountryCode",0x10001,0x00000357
Alexandre Julliard299d5592004-02-27 22:04:55 +00002267HKLM,%CurrentVersion%\Telephony\Country List\855,"InternationalRule",,"00EFG"
2268HKLM,%CurrentVersion%\Telephony\Country List\855,"LongDistanceRule",,"0FG"
2269HKLM,%CurrentVersion%\Telephony\Country List\855,"Name",,"Cambodia"
2270HKLM,%CurrentVersion%\Telephony\Country List\855,"SameAreaRule",,"G"
2271
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002272HKLM,%CurrentVersion%\Telephony\Country List\856,"CountryCode",0x10001,0x00000358
Alexandre Julliard299d5592004-02-27 22:04:55 +00002273HKLM,%CurrentVersion%\Telephony\Country List\856,"InternationalRule",,"14EFG"
2274HKLM,%CurrentVersion%\Telephony\Country List\856,"LongDistanceRule",,""
2275HKLM,%CurrentVersion%\Telephony\Country List\856,"Name",,"Laos"
2276HKLM,%CurrentVersion%\Telephony\Country List\856,"SameAreaRule",,"G"
2277
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002278HKLM,%CurrentVersion%\Telephony\Country List\86,"CountryCode",0x10001,0x00000056
Alexandre Julliard299d5592004-02-27 22:04:55 +00002279HKLM,%CurrentVersion%\Telephony\Country List\86,"InternationalRule",,"00EFG"
2280HKLM,%CurrentVersion%\Telephony\Country List\86,"LongDistanceRule",,"0FG"
2281HKLM,%CurrentVersion%\Telephony\Country List\86,"Name",,"China"
2282HKLM,%CurrentVersion%\Telephony\Country List\86,"SameAreaRule",,"G"
2283
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002284HKLM,%CurrentVersion%\Telephony\Country List\870,"CountryCode",0x10001,0x00000366
Alexandre Julliard299d5592004-02-27 22:04:55 +00002285HKLM,%CurrentVersion%\Telephony\Country List\870,"InternationalRule",,"00EFG#"
2286HKLM,%CurrentVersion%\Telephony\Country List\870,"LongDistanceRule",,"00EFG#"
2287HKLM,%CurrentVersion%\Telephony\Country List\870,"Name",,"INMARSAT"
2288HKLM,%CurrentVersion%\Telephony\Country List\870,"SameAreaRule",,"00EFG#"
2289
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002290HKLM,%CurrentVersion%\Telephony\Country List\871,"CountryCode",0x10001,0x00000367
Alexandre Julliard299d5592004-02-27 22:04:55 +00002291HKLM,%CurrentVersion%\Telephony\Country List\871,"InternationalRule",,"00EFG#"
2292HKLM,%CurrentVersion%\Telephony\Country List\871,"LongDistanceRule",,"00EFG#"
2293HKLM,%CurrentVersion%\Telephony\Country List\871,"Name",,"INMARSAT (Atlantic-East)"
2294HKLM,%CurrentVersion%\Telephony\Country List\871,"SameAreaRule",,"00EFG#"
2295
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002296HKLM,%CurrentVersion%\Telephony\Country List\872,"CountryCode",0x10001,0x00000368
Alexandre Julliard299d5592004-02-27 22:04:55 +00002297HKLM,%CurrentVersion%\Telephony\Country List\872,"InternationalRule",,"00EFG#"
2298HKLM,%CurrentVersion%\Telephony\Country List\872,"LongDistanceRule",,"00EFG#"
2299HKLM,%CurrentVersion%\Telephony\Country List\872,"Name",,"INMARSAT (Pacific)"
2300HKLM,%CurrentVersion%\Telephony\Country List\872,"SameAreaRule",,"00EFG#"
2301
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002302HKLM,%CurrentVersion%\Telephony\Country List\873,"CountryCode",0x10001,0x00000369
Alexandre Julliard299d5592004-02-27 22:04:55 +00002303HKLM,%CurrentVersion%\Telephony\Country List\873,"InternationalRule",,"00EFG#"
2304HKLM,%CurrentVersion%\Telephony\Country List\873,"LongDistanceRule",,"00EFG#"
2305HKLM,%CurrentVersion%\Telephony\Country List\873,"Name",,"INMARSAT (Indian)"
2306HKLM,%CurrentVersion%\Telephony\Country List\873,"SameAreaRule",,"00EFG#"
2307
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002308HKLM,%CurrentVersion%\Telephony\Country List\874,"CountryCode",0x10001,0x0000036a
Alexandre Julliard299d5592004-02-27 22:04:55 +00002309HKLM,%CurrentVersion%\Telephony\Country List\874,"InternationalRule",,"00EFG#"
2310HKLM,%CurrentVersion%\Telephony\Country List\874,"LongDistanceRule",,"00EFG#"
2311HKLM,%CurrentVersion%\Telephony\Country List\874,"Name",,"INMARSAT (Atlantic-West)"
2312HKLM,%CurrentVersion%\Telephony\Country List\874,"SameAreaRule",,"00EFG#"
2313
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002314HKLM,%CurrentVersion%\Telephony\Country List\880,"CountryCode",0x10001,0x00000370
Alexandre Julliard299d5592004-02-27 22:04:55 +00002315HKLM,%CurrentVersion%\Telephony\Country List\880,"InternationalRule",,"00EFG"
2316HKLM,%CurrentVersion%\Telephony\Country List\880,"LongDistanceRule",,"0FG"
2317HKLM,%CurrentVersion%\Telephony\Country List\880,"Name",,"Bangladesh"
2318HKLM,%CurrentVersion%\Telephony\Country List\880,"SameAreaRule",,"G"
2319
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002320HKLM,%CurrentVersion%\Telephony\Country List\886,"CountryCode",0x10001,0x00000376
Alexandre Julliard299d5592004-02-27 22:04:55 +00002321HKLM,%CurrentVersion%\Telephony\Country List\886,"InternationalRule",,"002EFG"
2322HKLM,%CurrentVersion%\Telephony\Country List\886,"LongDistanceRule",,"0FG"
2323HKLM,%CurrentVersion%\Telephony\Country List\886,"Name",,"Taiwan"
2324HKLM,%CurrentVersion%\Telephony\Country List\886,"SameAreaRule",,"G"
2325
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002326HKLM,%CurrentVersion%\Telephony\Country List\90,"CountryCode",0x10001,0x0000005a
Alexandre Julliard299d5592004-02-27 22:04:55 +00002327HKLM,%CurrentVersion%\Telephony\Country List\90,"InternationalRule",,"00EFG"
2328HKLM,%CurrentVersion%\Telephony\Country List\90,"LongDistanceRule",,"0FG"
2329HKLM,%CurrentVersion%\Telephony\Country List\90,"Name",,"Turkey"
2330HKLM,%CurrentVersion%\Telephony\Country List\90,"SameAreaRule",,"G"
2331
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002332HKLM,%CurrentVersion%\Telephony\Country List\91,"CountryCode",0x10001,0x0000005b
Alexandre Julliard299d5592004-02-27 22:04:55 +00002333HKLM,%CurrentVersion%\Telephony\Country List\91,"InternationalRule",,"00EFG"
2334HKLM,%CurrentVersion%\Telephony\Country List\91,"LongDistanceRule",,"0FG"
2335HKLM,%CurrentVersion%\Telephony\Country List\91,"Name",,"India"
2336HKLM,%CurrentVersion%\Telephony\Country List\91,"SameAreaRule",,"G"
2337
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002338HKLM,%CurrentVersion%\Telephony\Country List\92,"CountryCode",0x10001,0x0000005c
Alexandre Julliard299d5592004-02-27 22:04:55 +00002339HKLM,%CurrentVersion%\Telephony\Country List\92,"InternationalRule",,"00EFG"
2340HKLM,%CurrentVersion%\Telephony\Country List\92,"LongDistanceRule",,"0FG"
2341HKLM,%CurrentVersion%\Telephony\Country List\92,"Name",,"Pakistan"
2342HKLM,%CurrentVersion%\Telephony\Country List\92,"SameAreaRule",,"G"
2343
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002344HKLM,%CurrentVersion%\Telephony\Country List\93,"CountryCode",0x10001,0x0000005d
Alexandre Julliard299d5592004-02-27 22:04:55 +00002345HKLM,%CurrentVersion%\Telephony\Country List\93,"InternationalRule",,"00EFG"
2346HKLM,%CurrentVersion%\Telephony\Country List\93,"LongDistanceRule",,"0FG"
2347HKLM,%CurrentVersion%\Telephony\Country List\93,"Name",,"Afghanistan"
2348HKLM,%CurrentVersion%\Telephony\Country List\93,"SameAreaRule",,"G"
2349
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002350HKLM,%CurrentVersion%\Telephony\Country List\94,"CountryCode",0x10001,0x0000005e
Alexandre Julliard299d5592004-02-27 22:04:55 +00002351HKLM,%CurrentVersion%\Telephony\Country List\94,"InternationalRule",,"00EFG"
2352HKLM,%CurrentVersion%\Telephony\Country List\94,"LongDistanceRule",,"0FG"
2353HKLM,%CurrentVersion%\Telephony\Country List\94,"Name",,"Sri Lanka"
2354HKLM,%CurrentVersion%\Telephony\Country List\94,"SameAreaRule",,"G"
2355
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002356HKLM,%CurrentVersion%\Telephony\Country List\95,"CountryCode",0x10001,0x0000005f
Alexandre Julliard299d5592004-02-27 22:04:55 +00002357HKLM,%CurrentVersion%\Telephony\Country List\95,"InternationalRule",,"0EFG"
2358HKLM,%CurrentVersion%\Telephony\Country List\95,"LongDistanceRule",,""
2359HKLM,%CurrentVersion%\Telephony\Country List\95,"Name",,"Myanmar"
2360HKLM,%CurrentVersion%\Telephony\Country List\95,"SameAreaRule",,"G"
2361
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002362HKLM,%CurrentVersion%\Telephony\Country List\960,"CountryCode",0x10001,0x000003c0
Alexandre Julliard299d5592004-02-27 22:04:55 +00002363HKLM,%CurrentVersion%\Telephony\Country List\960,"InternationalRule",,"00EFG"
2364HKLM,%CurrentVersion%\Telephony\Country List\960,"LongDistanceRule",,""
2365HKLM,%CurrentVersion%\Telephony\Country List\960,"Name",,"Maldives"
2366HKLM,%CurrentVersion%\Telephony\Country List\960,"SameAreaRule",,"G"
2367
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002368HKLM,%CurrentVersion%\Telephony\Country List\961,"CountryCode",0x10001,0x000003c1
Alexandre Julliard299d5592004-02-27 22:04:55 +00002369HKLM,%CurrentVersion%\Telephony\Country List\961,"InternationalRule",,"00EFG"
2370HKLM,%CurrentVersion%\Telephony\Country List\961,"LongDistanceRule",,"0FG"
2371HKLM,%CurrentVersion%\Telephony\Country List\961,"Name",,"Lebanon"
2372HKLM,%CurrentVersion%\Telephony\Country List\961,"SameAreaRule",,"G"
2373
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002374HKLM,%CurrentVersion%\Telephony\Country List\962,"CountryCode",0x10001,0x000003c2
Alexandre Julliard299d5592004-02-27 22:04:55 +00002375HKLM,%CurrentVersion%\Telephony\Country List\962,"InternationalRule",,"00EFG"
2376HKLM,%CurrentVersion%\Telephony\Country List\962,"LongDistanceRule",,"0FG"
2377HKLM,%CurrentVersion%\Telephony\Country List\962,"Name",,"Jordan"
2378HKLM,%CurrentVersion%\Telephony\Country List\962,"SameAreaRule",,"G"
2379
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002380HKLM,%CurrentVersion%\Telephony\Country List\963,"CountryCode",0x10001,0x000003c3
Alexandre Julliard299d5592004-02-27 22:04:55 +00002381HKLM,%CurrentVersion%\Telephony\Country List\963,"InternationalRule",,"00EFG"
2382HKLM,%CurrentVersion%\Telephony\Country List\963,"LongDistanceRule",,"0FG"
2383HKLM,%CurrentVersion%\Telephony\Country List\963,"Name",,"Syria"
2384HKLM,%CurrentVersion%\Telephony\Country List\963,"SameAreaRule",,"G"
2385
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002386HKLM,%CurrentVersion%\Telephony\Country List\964,"CountryCode",0x10001,0x000003c4
Alexandre Julliard299d5592004-02-27 22:04:55 +00002387HKLM,%CurrentVersion%\Telephony\Country List\964,"InternationalRule",,"00EFG"
2388HKLM,%CurrentVersion%\Telephony\Country List\964,"LongDistanceRule",,"FG"
2389HKLM,%CurrentVersion%\Telephony\Country List\964,"Name",,"Iraq"
2390HKLM,%CurrentVersion%\Telephony\Country List\964,"SameAreaRule",,"G"
2391
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002392HKLM,%CurrentVersion%\Telephony\Country List\965,"CountryCode",0x10001,0x000003c5
Alexandre Julliard299d5592004-02-27 22:04:55 +00002393HKLM,%CurrentVersion%\Telephony\Country List\965,"InternationalRule",,"00EFG"
2394HKLM,%CurrentVersion%\Telephony\Country List\965,"LongDistanceRule",,""
2395HKLM,%CurrentVersion%\Telephony\Country List\965,"Name",,"Kuwait"
2396HKLM,%CurrentVersion%\Telephony\Country List\965,"SameAreaRule",,"G"
2397
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002398HKLM,%CurrentVersion%\Telephony\Country List\966,"CountryCode",0x10001,0x000003c6
Alexandre Julliard299d5592004-02-27 22:04:55 +00002399HKLM,%CurrentVersion%\Telephony\Country List\966,"InternationalRule",,"00EFG"
2400HKLM,%CurrentVersion%\Telephony\Country List\966,"LongDistanceRule",,"0FG"
2401HKLM,%CurrentVersion%\Telephony\Country List\966,"Name",,"Saudi Arabia"
2402HKLM,%CurrentVersion%\Telephony\Country List\966,"SameAreaRule",,"G"
2403
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002404HKLM,%CurrentVersion%\Telephony\Country List\967,"CountryCode",0x10001,0x000003c7
Alexandre Julliard299d5592004-02-27 22:04:55 +00002405HKLM,%CurrentVersion%\Telephony\Country List\967,"InternationalRule",,"00EFG"
2406HKLM,%CurrentVersion%\Telephony\Country List\967,"LongDistanceRule",,"0FG"
2407HKLM,%CurrentVersion%\Telephony\Country List\967,"Name",,"Yemen"
2408HKLM,%CurrentVersion%\Telephony\Country List\967,"SameAreaRule",,"G"
2409
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002410HKLM,%CurrentVersion%\Telephony\Country List\968,"CountryCode",0x10001,0x000003c8
Alexandre Julliard299d5592004-02-27 22:04:55 +00002411HKLM,%CurrentVersion%\Telephony\Country List\968,"InternationalRule",,"00EFG"
2412HKLM,%CurrentVersion%\Telephony\Country List\968,"LongDistanceRule",,""
2413HKLM,%CurrentVersion%\Telephony\Country List\968,"Name",,"Oman"
2414HKLM,%CurrentVersion%\Telephony\Country List\968,"SameAreaRule",,"G"
2415
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002416HKLM,%CurrentVersion%\Telephony\Country List\971,"CountryCode",0x10001,0x000003cb
Alexandre Julliard299d5592004-02-27 22:04:55 +00002417HKLM,%CurrentVersion%\Telephony\Country List\971,"InternationalRule",,"00EFG"
2418HKLM,%CurrentVersion%\Telephony\Country List\971,"LongDistanceRule",,"0FG"
2419HKLM,%CurrentVersion%\Telephony\Country List\971,"Name",,"United Arab Emirates"
2420HKLM,%CurrentVersion%\Telephony\Country List\971,"SameAreaRule",,"G"
2421
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002422HKLM,%CurrentVersion%\Telephony\Country List\972,"CountryCode",0x10001,0x000003cc
Alexandre Julliard299d5592004-02-27 22:04:55 +00002423HKLM,%CurrentVersion%\Telephony\Country List\972,"InternationalRule",,"00EFG"
2424HKLM,%CurrentVersion%\Telephony\Country List\972,"LongDistanceRule",,"0FG"
2425HKLM,%CurrentVersion%\Telephony\Country List\972,"Name",,"Israel"
2426HKLM,%CurrentVersion%\Telephony\Country List\972,"SameAreaRule",,"G"
2427
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002428HKLM,%CurrentVersion%\Telephony\Country List\973,"CountryCode",0x10001,0x000003cd
Alexandre Julliard299d5592004-02-27 22:04:55 +00002429HKLM,%CurrentVersion%\Telephony\Country List\973,"InternationalRule",,"0EFG"
2430HKLM,%CurrentVersion%\Telephony\Country List\973,"LongDistanceRule",,""
2431HKLM,%CurrentVersion%\Telephony\Country List\973,"Name",,"Bahrain"
2432HKLM,%CurrentVersion%\Telephony\Country List\973,"SameAreaRule",,"G"
2433
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002434HKLM,%CurrentVersion%\Telephony\Country List\974,"CountryCode",0x10001,0x000003ce
Alexandre Julliard299d5592004-02-27 22:04:55 +00002435HKLM,%CurrentVersion%\Telephony\Country List\974,"InternationalRule",,"0EFG"
2436HKLM,%CurrentVersion%\Telephony\Country List\974,"LongDistanceRule",,""
2437HKLM,%CurrentVersion%\Telephony\Country List\974,"Name",,"Qatar"
2438HKLM,%CurrentVersion%\Telephony\Country List\974,"SameAreaRule",,"G"
2439
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002440HKLM,%CurrentVersion%\Telephony\Country List\975,"CountryCode",0x10001,0x000003cf
Alexandre Julliard299d5592004-02-27 22:04:55 +00002441HKLM,%CurrentVersion%\Telephony\Country List\975,"InternationalRule",,"00EFG"
2442HKLM,%CurrentVersion%\Telephony\Country List\975,"LongDistanceRule",,""
2443HKLM,%CurrentVersion%\Telephony\Country List\975,"Name",,"Bhutan"
2444HKLM,%CurrentVersion%\Telephony\Country List\975,"SameAreaRule",,"G"
2445
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002446HKLM,%CurrentVersion%\Telephony\Country List\976,"CountryCode",0x10001,0x000003d0
Alexandre Julliard299d5592004-02-27 22:04:55 +00002447HKLM,%CurrentVersion%\Telephony\Country List\976,"InternationalRule",,"00EFG"
2448HKLM,%CurrentVersion%\Telephony\Country List\976,"LongDistanceRule",,"0FG"
2449HKLM,%CurrentVersion%\Telephony\Country List\976,"Name",,"Mongolia"
2450HKLM,%CurrentVersion%\Telephony\Country List\976,"SameAreaRule",,"G"
2451
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002452HKLM,%CurrentVersion%\Telephony\Country List\977,"CountryCode",0x10001,0x000003d1
Alexandre Julliard299d5592004-02-27 22:04:55 +00002453HKLM,%CurrentVersion%\Telephony\Country List\977,"InternationalRule",,"00EFG"
2454HKLM,%CurrentVersion%\Telephony\Country List\977,"LongDistanceRule",,""
2455HKLM,%CurrentVersion%\Telephony\Country List\977,"Name",,"Nepal"
2456HKLM,%CurrentVersion%\Telephony\Country List\977,"SameAreaRule",,"G"
2457
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002458HKLM,%CurrentVersion%\Telephony\Country List\98,"CountryCode",0x10001,0x00000062
Alexandre Julliard299d5592004-02-27 22:04:55 +00002459HKLM,%CurrentVersion%\Telephony\Country List\98,"InternationalRule",,"00EFG"
2460HKLM,%CurrentVersion%\Telephony\Country List\98,"LongDistanceRule",,"FG"
2461HKLM,%CurrentVersion%\Telephony\Country List\98,"Name",,"Iran"
2462HKLM,%CurrentVersion%\Telephony\Country List\98,"SameAreaRule",,"G"
2463
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002464HKLM,%CurrentVersion%\Telephony\Country List\993,"CountryCode",0x10001,0x000003e1
Alexandre Julliard299d5592004-02-27 22:04:55 +00002465HKLM,%CurrentVersion%\Telephony\Country List\993,"InternationalRule",,"8W10EFG"
2466HKLM,%CurrentVersion%\Telephony\Country List\993,"LongDistanceRule",," 8WFG"
2467HKLM,%CurrentVersion%\Telephony\Country List\993,"Name",,"Turkmenistan"
2468HKLM,%CurrentVersion%\Telephony\Country List\993,"SameAreaRule",,"G"
2469
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002470HKLM,%CurrentVersion%\Telephony\Country List\994,"CountryCode",0x10001,0x000003e2
Alexandre Julliard299d5592004-02-27 22:04:55 +00002471HKLM,%CurrentVersion%\Telephony\Country List\994,"InternationalRule",,"8W10EFG"
2472HKLM,%CurrentVersion%\Telephony\Country List\994,"LongDistanceRule",," 8WFG"
2473HKLM,%CurrentVersion%\Telephony\Country List\994,"Name",,"Azerbaijan"
2474HKLM,%CurrentVersion%\Telephony\Country List\994,"SameAreaRule",,"G"
2475
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002476HKLM,%CurrentVersion%\Telephony\Country List\995,"CountryCode",0x10001,0x000003e3
Alexandre Julliard299d5592004-02-27 22:04:55 +00002477HKLM,%CurrentVersion%\Telephony\Country List\995,"InternationalRule",,"8W10EFG"
2478HKLM,%CurrentVersion%\Telephony\Country List\995,"LongDistanceRule",," 8WFG"
2479HKLM,%CurrentVersion%\Telephony\Country List\995,"Name",,"Georgia"
2480HKLM,%CurrentVersion%\Telephony\Country List\995,"SameAreaRule",,"G"
2481
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002482HKLM,%CurrentVersion%\Telephony\Country List\996,"CountryCode",0x10001,0x000003e4
Alexandre Julliard299d5592004-02-27 22:04:55 +00002483HKLM,%CurrentVersion%\Telephony\Country List\996,"InternationalRule",,"00EFG"
2484HKLM,%CurrentVersion%\Telephony\Country List\996,"LongDistanceRule",,"8FG"
2485HKLM,%CurrentVersion%\Telephony\Country List\996,"Name",,"Kyrgyzstan"
2486HKLM,%CurrentVersion%\Telephony\Country List\996,"SameAreaRule",,"G"
2487
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002488HKLM,%CurrentVersion%\Telephony\Country List\998,"CountryCode",0x10001,0x000003e6
Alexandre Julliard299d5592004-02-27 22:04:55 +00002489HKLM,%CurrentVersion%\Telephony\Country List\998,"InternationalRule",,"8W10EFG"
2490HKLM,%CurrentVersion%\Telephony\Country List\998,"LongDistanceRule",," 8WFG"
2491HKLM,%CurrentVersion%\Telephony\Country List\998,"Name",,"Uzbekistan"
2492HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
2493
2494[RegisterDllsSection]
Alexandre Julliard75b7dda2007-11-15 11:30:15 +01002495;;some dlls have to be registered first
Alexandre Julliard75b7dda2007-11-15 11:30:15 +0100249611,,shell32.dll,1
Alexandre Julliarddc1dad62011-08-02 22:53:40 +0200249711,,quartz.dll,1
Alexandre Julliard75b7dda2007-11-15 11:30:15 +01002498
Juan Langf5bdc722008-09-18 16:34:41 -0700249911,,cryptdlg.dll,1
Juan Lang6974ab52007-10-23 12:54:39 -0700250011,,cryptnet.dll,1
Alexandre Julliard299d5592004-02-27 22:04:55 +0000250111,,devenum.dll,1
Vincent Povirk1e721a42012-05-29 10:35:36 -0500250211,,mscoree.dll,1
Jacek Caban4378e772005-06-25 17:58:58 +0000250311,,mshtml.dll,1
Juan Lang1eb0d922008-07-31 10:22:01 -0700250411,,msisip.dll,1
Maarten Lankhorstbae4a542005-06-16 09:42:54 +0000250511,,qcap.dll,1
Alexandre Julliard299d5592004-02-27 22:04:55 +0000250611,,urlmon.dll,1
Vincent Povirkb01c6522009-06-01 13:32:41 -0500250711,,windowscodecs.dll,1
Aric Stewart2914d652010-10-20 13:55:16 -0500250811,,winegstreamer.dll,1
Aric Stewart14efad52011-05-03 08:33:45 -0500250911,,wineqtdecoder.dll,1
Paul Vriens7b75ec22006-09-05 09:00:03 +0200251011,,wintrust.dll,1
Alexandre Julliard53dfaf02010-04-15 22:52:54 +0200251111,,iexplore.exe,1
Alexandre Julliard299d5592004-02-27 22:04:55 +00002512
Alexandre Julliardfc1fca52010-03-27 12:13:10 +01002513; 32bit-only fake dlls
2514[FakeDllsWin32]
Detlef Riekenbergdf898ea2010-07-18 19:15:57 +0200251510,,rundll.exe,rundll.exe16
Alexandre Julliardfc1fca52010-03-27 12:13:10 +0100251610,,twain.dll,twain.dll16
251710,,twain_32.dll
251810,,winhelp.exe,winhelp.exe16
251910,,winhlp32.exe
252010,command,start.exe
252110,system,ddeml.dll,ddeml.dll16
Andrew Nguyen2b92e552011-04-16 03:37:34 -0500252210,system,mmsystem.dll,mmsystem.dll16
Alexandre Julliardfc1fca52010-03-27 12:13:10 +0100252311,,ddhelp.exe
252411,,dosx.exe
252511,,dsound.vxd
Damjan Jovanovic950919e2010-06-08 21:42:24 +0200252611,,winhlp32.exe
Alexandre Julliardfc1fca52010-03-27 12:13:10 +01002527
Alexandre Julliard3edc09f2010-03-30 16:44:30 +02002528; Wow64-only fake dlls
2529[FakeDllsWow64]
2530; create some directories first
253111,mui,
Alexandre Julliard7a704992011-02-21 18:05:28 +0100253211,gecko\plugin,npmshtml.dll
253311,wbem,mofcomp.exe
Alexandre Julliardf5956f12011-12-14 18:01:25 +0100253411,,iexplore.exe
Alexandre Julliard3edc09f2010-03-30 16:44:30 +0200253511,,winetest.exe,-
253612,,mountmgr.sys,-
Vincent Povirk7b549172012-05-29 11:05:15 -05002537; skip .NET fake dlls in Wine Mono package
253811,,aspnet_regiis.exe,-
253911,,ngen.exe,-
254011,,fusion.dll,-
254111,,regsvcs.exe,-
254211,,regasm.exe,-
254311,,servicemodelreg.exe,-
254411,,presentationfontcache.exe,-
Alexandre Julliard5ec4e8f2011-08-02 13:47:43 +02002545; registration order matters for these
254611,,msxml.dll
254711,,msxml2.dll
254811,,msxml3.dll
254911,,msxml4.dll
255011,,msxml6.dll
255111,,shdocvw.dll
Alexandre Julliardc8d91232011-09-09 12:55:43 +0200255216422,Internet Explorer,iexplore.exe
Alexandre Julliard3edc09f2010-03-30 16:44:30 +0200255311,,*
2554
Alexandre Julliardfc1fca52010-03-27 12:13:10 +01002555[FakeDlls]
Alexandre Julliard89d63f02008-04-17 20:37:00 +02002556; create some directories first
Louis Lenderscd172df2010-03-02 22:07:50 +0100255710,help,
Alexandre Julliard89d63f02008-04-17 20:37:00 +0200255810,inf,
Austin English2a708ee2011-07-16 12:10:22 -0500255910,logs,
Alexandre Julliard89d63f02008-04-17 20:37:00 +0200256010,temp,
Henri Verbeetf225f112009-11-12 17:38:36 +0100256111,mui,
Alexandre Julliard89d63f02008-04-17 20:37:00 +0200256211,spool\drivers\color,
Vitaly Lipatov9dc3ecb2008-05-29 21:15:24 +0400256311,spool\printers,
Damjan Jovanovicb76a77b2007-05-07 08:28:51 +0200256410,,explorer.exe
James Hawkins26424a02008-02-15 17:38:45 -0600256510,,hh.exe
Alexandre Julliardd404fb52006-03-21 11:40:11 +0100256610,,notepad.exe
256710,,regedit.exe
Alexandre Julliardfc1fca52010-03-27 12:13:10 +0100256811,,explorer.exe
Alexandre Julliardf5956f12011-12-14 18:01:25 +0100256911,,iexplore.exe
Alexandre Julliardd404fb52006-03-21 11:40:11 +0100257011,,notepad.exe
Alexandre Julliard777a30b2009-10-15 14:05:46 +0200257111,,winetest.exe,-
Alexandre Julliard84308ff2008-03-28 17:26:09 +0100257212,,mountmgr.sys
Vincent Povirk7b549172012-05-29 11:05:15 -05002573; skip .NET fake dlls in Wine Mono package
257411,,aspnet_regiis.exe,-
257511,,ngen.exe,-
257611,,fusion.dll,-
257711,,regsvcs.exe,-
257811,,regasm.exe,-
257911,,servicemodelreg.exe,-
258011,,presentationfontcache.exe,-
Alexandre Julliard5ec4e8f2011-08-02 13:47:43 +02002581; registration order matters for these
258211,,msxml.dll
258311,,msxml2.dll
258411,,msxml3.dll
258511,,msxml4.dll
258611,,msxml6.dll
258711,,shdocvw.dll
Jacek Caban4a912652010-12-02 19:15:28 +0100258811,gecko\plugin,npmshtml.dll
Hans Leidekkerf15aea22010-09-29 09:57:34 +0200258911,wbem,mofcomp.exe
Vitaliy Margolen70995ed2007-05-24 07:50:10 -0600259016422,Internet Explorer,iexplore.exe
Alexandre Julliard7acd74e2009-10-15 13:53:14 +0200259111,,*
Alexandre Julliardd404fb52006-03-21 11:40:11 +01002592
Alexandre Julliard299d5592004-02-27 22:04:55 +00002593[SystemIni]
Christian Costa0faa6ab2009-03-03 20:54:36 +01002594system.ini, mci,,"MPEGVideo=mciqtz32.dll"
2595system.ini, mci,,"MPEGVideo2=mciqtz32.dll"
Jeff Zaroykoc6d0d6d2008-04-28 19:21:45 +10002596system.ini, mci,,"avivideo=mciavi32.dll"
2597system.ini, mci,,"cdaudio=mcicda.dll"
2598system.ini, mci,,"sequencer=mciseq.dll"
2599system.ini, mci,,"vcr=mcivisca.drv"
2600system.ini, mci,,"; videodisc=mcipionr.drv"
2601system.ini, mci,,"waveaudio=mciwave.dll"
Alexandre Julliard299d5592004-02-27 22:04:55 +00002602
Jeff Zaroykoc6d0d6d2008-04-28 19:21:45 +10002603system.ini, drivers32,,"msacm.imaadpcm=imaadp32.acm"
2604system.ini, drivers32,,"msacm.msadpcm=msadp32.acm"
2605system.ini, drivers32,,"msacm.msg711=msg711.acm"
2606system.ini, drivers32,,"msacm.winemp3=winemp3.acm"
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +02002607system.ini, drivers32,,"msacm.msgsm610=msgsm32.acm"
Jeff Zaroykoc6d0d6d2008-04-28 19:21:45 +10002608system.ini, drivers32,,"vidc.mrle=msrle32.dll"
2609system.ini, drivers32,,"vidc.msvc=msvidc32.dll"
2610system.ini, drivers32,,"vidc.cvid=iccvid.dll"
2611system.ini, drivers32,,"; vidc.IV50=ir50_32.dll"
2612system.ini, drivers32,,"; vidc.IV31=ir32_32.dll"
2613system.ini, drivers32,,"; vidc.IV32=ir32_32.dll"
Vitaliy Margolen3a547b02005-11-14 15:11:26 +00002614
Mike McCormack00775822005-11-15 18:18:27 +00002615[Timezones]
Francois Gouget17382dd2007-02-21 17:41:39 +01002616; The timezone information (TZI field) comes from the Olson timezone database
2617; http://www.twinsun.com/tz/tz-link.htm
2618; The mapping of Windows timezone names to Olson Tzids is based on the
2619; Unicode.org CLDR data:
2620; http://unicode.org/cldr/data/diff/supplemental/windows_tzid.html
Dmitry Timoshkov529f25d2008-03-30 18:38:39 +09002621HKLM,%CurrentVersionNT%\Time Zones\Afghanistan Standard Time,"Display",,"Asia/Kabul"
2622HKLM,%CurrentVersionNT%\Time Zones\Afghanistan Standard Time,"Dlt",,"Afghanistan Daylight Time"
2623HKLM,%CurrentVersionNT%\Time Zones\Afghanistan Standard Time,"Std",,"Afghanistan Standard Time"
2624HKLM,%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 +01002625HKLM,%CurrentVersionNT%\Time Zones\Alaskan Standard Time,"Display",,"America/Anchorage"
Mike McCormack00775822005-11-15 18:18:27 +00002626HKLM,%CurrentVersionNT%\Time Zones\Alaskan Standard Time,"Dlt",,"Alaskan Daylight Time"
2627HKLM,%CurrentVersionNT%\Time Zones\Alaskan Standard Time,"Std",,"Alaskan Standard Time"
Francois Gouget17382dd2007-02-21 17:41:39 +01002628HKLM,%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 +09002629HKLM,%CurrentVersionNT%\Time Zones\Arab Standard Time,"Display",,"Asia/Riyadh"
2630HKLM,%CurrentVersionNT%\Time Zones\Arab Standard Time,"Dlt",,"Arab Daylight Time"
2631HKLM,%CurrentVersionNT%\Time Zones\Arab Standard Time,"Std",,"Arab Standard Time"
2632HKLM,%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
2633HKLM,%CurrentVersionNT%\Time Zones\Arabian Standard Time,"Display",,"Asia/Muscat"
2634HKLM,%CurrentVersionNT%\Time Zones\Arabian Standard Time,"Dlt",,"Arabian Daylight Time"
2635HKLM,%CurrentVersionNT%\Time Zones\Arabian Standard Time,"Std",,"Arabian Standard Time"
2636HKLM,%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
2637HKLM,%CurrentVersionNT%\Time Zones\Arabic Standard Time,"Display",,"Asia/Baghdad"
2638HKLM,%CurrentVersionNT%\Time Zones\Arabic Standard Time,"Dlt",,"Arabic Daylight Time"
2639HKLM,%CurrentVersionNT%\Time Zones\Arabic Standard Time,"Std",,"Arabic Standard Time"
2640HKLM,%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
2641HKLM,%CurrentVersionNT%\Time Zones\Armenian Standard Time,"Display",,"Asia/Yerevan"
2642HKLM,%CurrentVersionNT%\Time Zones\Armenian Standard Time,"Dlt",,"Armenian Daylight Time"
2643HKLM,%CurrentVersionNT%\Time Zones\Armenian Standard Time,"Std",,"Armenian Standard Time"
2644HKLM,%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
2645HKLM,%CurrentVersionNT%\Time Zones\Atlantic Standard Time,"Display",,"America/Halifax"
2646HKLM,%CurrentVersionNT%\Time Zones\Atlantic Standard Time,"Dlt",,"Atlantic Daylight Time"
2647HKLM,%CurrentVersionNT%\Time Zones\Atlantic Standard Time,"Std",,"Atlantic Standard Time"
2648HKLM,%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
2649HKLM,%CurrentVersionNT%\Time Zones\AUS Central Standard Time,"Display",,"Australia/Darwin"
2650HKLM,%CurrentVersionNT%\Time Zones\AUS Central Standard Time,"Dlt",,"AUS Central Daylight Time"
2651HKLM,%CurrentVersionNT%\Time Zones\AUS Central Standard Time,"Std",,"AUS Central Standard Time"
2652HKLM,%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
2653HKLM,%CurrentVersionNT%\Time Zones\AUS Eastern Standard Time,"Display",,"Australia/Sydney"
2654HKLM,%CurrentVersionNT%\Time Zones\AUS Eastern Standard Time,"Dlt",,"AUS Eastern Daylight Time"
2655HKLM,%CurrentVersionNT%\Time Zones\AUS Eastern Standard Time,"Std",,"AUS Eastern Standard Time"
2656HKLM,%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
2657HKLM,%CurrentVersionNT%\Time Zones\Azerbaijan Standard Time,"Display",,"Asia/Baku"
2658HKLM,%CurrentVersionNT%\Time Zones\Azerbaijan Standard Time,"Dlt",,"Azerbaijan Daylight Time"
2659HKLM,%CurrentVersionNT%\Time Zones\Azerbaijan Standard Time,"Std",,"Azerbaijan Standard Time"
2660HKLM,%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
2661HKLM,%CurrentVersionNT%\Time Zones\Azores Standard Time,"Display",,"Atlantic/Azores"
2662HKLM,%CurrentVersionNT%\Time Zones\Azores Standard Time,"Dlt",,"Azores Daylight Time"
2663HKLM,%CurrentVersionNT%\Time Zones\Azores Standard Time,"Std",,"Azores Standard Time"
2664HKLM,%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
2665HKLM,%CurrentVersionNT%\Time Zones\Canada Central Standard Time,"Display",,"America/Regina"
2666HKLM,%CurrentVersionNT%\Time Zones\Canada Central Standard Time,"Dlt",,"Canada Central Daylight Time"
2667HKLM,%CurrentVersionNT%\Time Zones\Canada Central Standard Time,"Std",,"Canada Central Standard Time"
2668HKLM,%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
2669HKLM,%CurrentVersionNT%\Time Zones\Cape Verde Standard Time,"Display",,"Atlantic/Cape_Verde"
2670HKLM,%CurrentVersionNT%\Time Zones\Cape Verde Standard Time,"Dlt",,"Cape Verde Daylight Time"
2671HKLM,%CurrentVersionNT%\Time Zones\Cape Verde Standard Time,"Std",,"Cape Verde Standard Time"
2672HKLM,%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
2673HKLM,%CurrentVersionNT%\Time Zones\Caucasus Standard Time,"Display",,"Asia/Yerevan"
2674HKLM,%CurrentVersionNT%\Time Zones\Caucasus Standard Time,"Dlt",,"Caucasus Daylight Time"
2675HKLM,%CurrentVersionNT%\Time Zones\Caucasus Standard Time,"Std",,"Caucasus Standard Time"
2676HKLM,%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
2677HKLM,%CurrentVersionNT%\Time Zones\Cen. Australia Standard Time,"Display",,"Australia/Adelaide"
2678HKLM,%CurrentVersionNT%\Time Zones\Cen. Australia Standard Time,"Dlt",,"Cen. Australia Daylight Time"
2679HKLM,%CurrentVersionNT%\Time Zones\Cen. Australia Standard Time,"Std",,"Cen. Australia Standard Time"
2680HKLM,%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
2681HKLM,%CurrentVersionNT%\Time Zones\Central America Standard Time,"Display",,"America/El_Salvador"
2682HKLM,%CurrentVersionNT%\Time Zones\Central America Standard Time,"Dlt",,"Central America Daylight Time"
2683HKLM,%CurrentVersionNT%\Time Zones\Central America Standard Time,"Std",,"Central America Standard Time"
2684HKLM,%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
2685HKLM,%CurrentVersionNT%\Time Zones\Central Asia Standard Time,"Display",,"Asia/Dhaka"
2686HKLM,%CurrentVersionNT%\Time Zones\Central Asia Standard Time,"Dlt",,"Central Asia Daylight Time"
2687HKLM,%CurrentVersionNT%\Time Zones\Central Asia Standard Time,"Std",,"Central Asia Standard Time"
2688HKLM,%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
2689HKLM,%CurrentVersionNT%\Time Zones\Central Brazilian Standard Time,"Display",,"America/Manaus"
2690HKLM,%CurrentVersionNT%\Time Zones\Central Brazilian Standard Time,"Dlt",,"Central Brazilian Daylight Time"
2691HKLM,%CurrentVersionNT%\Time Zones\Central Brazilian Standard Time,"Std",,"Central Brazilian Standard Time"
2692HKLM,%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
2693HKLM,%CurrentVersionNT%\Time Zones\Central Europe Standard Time,"Display",,"Europe/Belgrade"
2694HKLM,%CurrentVersionNT%\Time Zones\Central Europe Standard Time,"Dlt",,"Central Europe Daylight Time"
2695HKLM,%CurrentVersionNT%\Time Zones\Central Europe Standard Time,"Std",,"Central Europe Standard Time"
2696HKLM,%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
2697HKLM,%CurrentVersionNT%\Time Zones\Central European Standard Time,"Display",,"Europe/Sarajevo"
2698HKLM,%CurrentVersionNT%\Time Zones\Central European Standard Time,"Dlt",,"Central European Daylight Time"
2699HKLM,%CurrentVersionNT%\Time Zones\Central European Standard Time,"Std",,"Central European Standard Time"
2700HKLM,%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
2701HKLM,%CurrentVersionNT%\Time Zones\Central Pacific Standard Time,"Display",,"Pacific/Guadalcanal"
2702HKLM,%CurrentVersionNT%\Time Zones\Central Pacific Standard Time,"Dlt",,"Central Pacific Daylight Time"
2703HKLM,%CurrentVersionNT%\Time Zones\Central Pacific Standard Time,"Std",,"Central Pacific Standard Time"
2704HKLM,%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
2705HKLM,%CurrentVersionNT%\Time Zones\Central Standard Time,"Display",,"America/Chicago"
2706HKLM,%CurrentVersionNT%\Time Zones\Central Standard Time,"Dlt",,"Central Daylight Time"
2707HKLM,%CurrentVersionNT%\Time Zones\Central Standard Time,"Std",,"Central Standard Time"
2708HKLM,%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
2709HKLM,%CurrentVersionNT%\Time Zones\Central Standard Time (Mexico),"Display",,"America/Mexico_City"
2710HKLM,%CurrentVersionNT%\Time Zones\Central Standard Time (Mexico),"Dlt",,"Central Daylight Time (Mexico)"
2711HKLM,%CurrentVersionNT%\Time Zones\Central Standard Time (Mexico),"Std",,"Central Standard Time (Mexico)"
2712HKLM,%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
2713HKLM,%CurrentVersionNT%\Time Zones\China Standard Time,"Display",,"Asia/Shanghai"
2714HKLM,%CurrentVersionNT%\Time Zones\China Standard Time,"Dlt",,"China Daylight Time"
2715HKLM,%CurrentVersionNT%\Time Zones\China Standard Time,"Std",,"China Standard Time"
2716HKLM,%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
2717HKLM,%CurrentVersionNT%\Time Zones\Dateline Standard Time,"Display",,"Pacific/Kwajalein"
2718HKLM,%CurrentVersionNT%\Time Zones\Dateline Standard Time,"Dlt",,"Dateline Daylight Time"
2719HKLM,%CurrentVersionNT%\Time Zones\Dateline Standard Time,"Std",,"Dateline Standard Time"
2720HKLM,%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
2721HKLM,%CurrentVersionNT%\Time Zones\E. Africa Standard Time,"Display",,"Africa/Nairobi"
2722HKLM,%CurrentVersionNT%\Time Zones\E. Africa Standard Time,"Dlt",,"E. Africa Daylight Time"
2723HKLM,%CurrentVersionNT%\Time Zones\E. Africa Standard Time,"Std",,"E. Africa Standard Time"
2724HKLM,%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
2725HKLM,%CurrentVersionNT%\Time Zones\E. Australia Standard Time,"Display",,"Australia/Brisbane"
2726HKLM,%CurrentVersionNT%\Time Zones\E. Australia Standard Time,"Dlt",,"E. Australia Daylight Time"
2727HKLM,%CurrentVersionNT%\Time Zones\E. Australia Standard Time,"Std",,"E. Australia Standard Time"
2728HKLM,%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
2729HKLM,%CurrentVersionNT%\Time Zones\E. Europe Standard Time,"Display",,"Europe/Minsk"
2730HKLM,%CurrentVersionNT%\Time Zones\E. Europe Standard Time,"Dlt",,"E. Europe Daylight Time"
2731HKLM,%CurrentVersionNT%\Time Zones\E. Europe Standard Time,"Std",,"E. Europe Standard Time"
2732HKLM,%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
2733HKLM,%CurrentVersionNT%\Time Zones\E. South America Standard Time,"Display",,"America/Sao_Paulo"
2734HKLM,%CurrentVersionNT%\Time Zones\E. South America Standard Time,"Dlt",,"E. South America Daylight Time"
2735HKLM,%CurrentVersionNT%\Time Zones\E. South America Standard Time,"Std",,"E. South America Standard Time"
2736HKLM,%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
2737HKLM,%CurrentVersionNT%\Time Zones\Eastern Standard Time,"Display",,"America/New_York"
2738HKLM,%CurrentVersionNT%\Time Zones\Eastern Standard Time,"Dlt",,"Eastern Daylight Time"
2739HKLM,%CurrentVersionNT%\Time Zones\Eastern Standard Time,"Std",,"Eastern Standard Time"
2740HKLM,%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
2741HKLM,%CurrentVersionNT%\Time Zones\Egypt Standard Time,"Display",,"Africa/Cairo"
2742HKLM,%CurrentVersionNT%\Time Zones\Egypt Standard Time,"Dlt",,"Egypt Daylight Time"
2743HKLM,%CurrentVersionNT%\Time Zones\Egypt Standard Time,"Std",,"Egypt Standard Time"
2744HKLM,%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
2745HKLM,%CurrentVersionNT%\Time Zones\Ekaterinburg Standard Time,"Display",,"Asia/Yekaterinburg"
2746HKLM,%CurrentVersionNT%\Time Zones\Ekaterinburg Standard Time,"Dlt",,"Ekaterinburg Daylight Time"
2747HKLM,%CurrentVersionNT%\Time Zones\Ekaterinburg Standard Time,"Std",,"Ekaterinburg Standard Time"
2748HKLM,%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
2749HKLM,%CurrentVersionNT%\Time Zones\Fiji Standard Time,"Display",,"Pacific/Fiji"
2750HKLM,%CurrentVersionNT%\Time Zones\Fiji Standard Time,"Dlt",,"Fiji Daylight Time"
2751HKLM,%CurrentVersionNT%\Time Zones\Fiji Standard Time,"Std",,"Fiji Standard Time"
2752HKLM,%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
2753HKLM,%CurrentVersionNT%\Time Zones\FLE Standard Time,"Display",,"Europe/Helsinki"
2754HKLM,%CurrentVersionNT%\Time Zones\FLE Standard Time,"Dlt",,"FLE Daylight Time"
2755HKLM,%CurrentVersionNT%\Time Zones\FLE Standard Time,"Std",,"FLE Standard Time"
2756HKLM,%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
2757HKLM,%CurrentVersionNT%\Time Zones\Georgian Standard Time,"Display",,"Asia/Tbilisi"
2758HKLM,%CurrentVersionNT%\Time Zones\Georgian Standard Time,"Dlt",,"Georgian Daylight Time"
2759HKLM,%CurrentVersionNT%\Time Zones\Georgian Standard Time,"Std",,"Georgian Standard Time"
2760HKLM,%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
2761HKLM,%CurrentVersionNT%\Time Zones\GMT Standard Time,"Display",,"Europe/London"
2762HKLM,%CurrentVersionNT%\Time Zones\GMT Standard Time,"Dlt",,"GMT Daylight Time"
2763HKLM,%CurrentVersionNT%\Time Zones\GMT Standard Time,"Std",,"GMT Standard Time"
2764HKLM,%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
2765HKLM,%CurrentVersionNT%\Time Zones\Greenland Standard Time,"Display",,"America/Godthab"
2766HKLM,%CurrentVersionNT%\Time Zones\Greenland Standard Time,"Dlt",,"Greenland Daylight Time"
2767HKLM,%CurrentVersionNT%\Time Zones\Greenland Standard Time,"Std",,"Greenland Standard Time"
2768HKLM,%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
2769HKLM,%CurrentVersionNT%\Time Zones\Greenwich Standard Time,"Display",,"Greenwich"
2770HKLM,%CurrentVersionNT%\Time Zones\Greenwich Standard Time,"Dlt",,"Greenwich Daylight Time"
2771HKLM,%CurrentVersionNT%\Time Zones\Greenwich Standard Time,"Std",,"Greenwich Standard Time"
2772HKLM,%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
2773HKLM,%CurrentVersionNT%\Time Zones\GTB Standard Time,"Display",,"Europe/Athens"
2774HKLM,%CurrentVersionNT%\Time Zones\GTB Standard Time,"Dlt",,"GTB Daylight Time"
2775HKLM,%CurrentVersionNT%\Time Zones\GTB Standard Time,"Std",,"GTB Standard Time"
2776HKLM,%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
2777HKLM,%CurrentVersionNT%\Time Zones\Hawaiian Standard Time,"Display",,"Pacific/Honolulu"
2778HKLM,%CurrentVersionNT%\Time Zones\Hawaiian Standard Time,"Dlt",,"Hawaiian Daylight Time"
2779HKLM,%CurrentVersionNT%\Time Zones\Hawaiian Standard Time,"Std",,"Hawaiian Standard Time"
2780HKLM,%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
2781HKLM,%CurrentVersionNT%\Time Zones\India Standard Time,"Display",,"Asia/Calcutta"
2782HKLM,%CurrentVersionNT%\Time Zones\India Standard Time,"Dlt",,"India Daylight Time"
2783HKLM,%CurrentVersionNT%\Time Zones\India Standard Time,"Std",,"India Standard Time"
2784HKLM,%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
2785HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time,"Display",,"Asia/Tehran"
2786HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time,"Dlt",,"Iran Daylight Time"
2787HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time,"Std",,"Iran Standard Time"
2788HKLM,%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
2789HKLM,%CurrentVersionNT%\Time Zones\Israel Standard Time,"Display",,"Asia/Jerusalem"
2790HKLM,%CurrentVersionNT%\Time Zones\Israel Standard Time,"Dlt",,"Israel Daylight Time"
2791HKLM,%CurrentVersionNT%\Time Zones\Israel Standard Time,"Std",,"Israel Standard Time"
2792HKLM,%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
2793HKLM,%CurrentVersionNT%\Time Zones\Jordan Standard Time,"Display",,"Asia/Amman"
2794HKLM,%CurrentVersionNT%\Time Zones\Jordan Standard Time,"Dlt",,"Jordan Daylight Time"
2795HKLM,%CurrentVersionNT%\Time Zones\Jordan Standard Time,"Std",,"Jordan Standard Time"
2796HKLM,%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
2797HKLM,%CurrentVersionNT%\Time Zones\Korea Standard Time,"Display",,"Asia/Seoul"
2798HKLM,%CurrentVersionNT%\Time Zones\Korea Standard Time,"Dlt",,"Korea Daylight Time"
2799HKLM,%CurrentVersionNT%\Time Zones\Korea Standard Time,"Std",,"Korea Standard Time"
2800HKLM,%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
2801HKLM,%CurrentVersionNT%\Time Zones\Mexico Standard Time,"Display",,"America/Mexico_City"
2802HKLM,%CurrentVersionNT%\Time Zones\Mexico Standard Time,"Dlt",,"Mexico Daylight Time"
2803HKLM,%CurrentVersionNT%\Time Zones\Mexico Standard Time,"Std",,"Mexico Standard Time"
2804HKLM,%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 +00002805HKLM,%CurrentVersionNT%\Time Zones\Mexico Standard Time 2,"Display",,"America/Chihuahua"
Mike McCormack00775822005-11-15 18:18:27 +00002806HKLM,%CurrentVersionNT%\Time Zones\Mexico Standard Time 2,"Dlt",,"Mexico Daylight Time 2"
2807HKLM,%CurrentVersionNT%\Time Zones\Mexico Standard Time 2,"Std",,"Mexico Standard Time 2"
2808HKLM,%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 +01002809HKLM,%CurrentVersionNT%\Time Zones\Mid-Atlantic Standard Time,"Display",,"America/Noronha"
2810HKLM,%CurrentVersionNT%\Time Zones\Mid-Atlantic Standard Time,"Dlt",,"Mid-Atlantic Daylight Time"
2811HKLM,%CurrentVersionNT%\Time Zones\Mid-Atlantic Standard Time,"Std",,"Mid-Atlantic Standard Time"
Dmitry Timoshkov529f25d2008-03-30 18:38:39 +09002812HKLM,%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 +01002813HKLM,%CurrentVersionNT%\Time Zones\Middle East Standard Time,"Display",,"Asia/Beirut"
2814HKLM,%CurrentVersionNT%\Time Zones\Middle East Standard Time,"Dlt",,"Middle East Daylight Time"
2815HKLM,%CurrentVersionNT%\Time Zones\Middle East Standard Time,"Std",,"Middle East Standard Time"
Dmitry Timoshkov529f25d2008-03-30 18:38:39 +09002816HKLM,%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 +01002817HKLM,%CurrentVersionNT%\Time Zones\Montevideo Standard Time,"Display",,"America/Montevideo"
2818HKLM,%CurrentVersionNT%\Time Zones\Montevideo Standard Time,"Dlt",,"Montevideo Daylight Time"
2819HKLM,%CurrentVersionNT%\Time Zones\Montevideo Standard Time,"Std",,"Montevideo Standard Time"
2820HKLM,%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
2821HKLM,%CurrentVersionNT%\Time Zones\Mountain Standard Time,"Display",,"America/Denver"
Mike McCormack00775822005-11-15 18:18:27 +00002822HKLM,%CurrentVersionNT%\Time Zones\Mountain Standard Time,"Dlt",,"Mountain Daylight Time"
2823HKLM,%CurrentVersionNT%\Time Zones\Mountain Standard Time,"Std",,"Mountain Standard Time"
Francois Gouget17382dd2007-02-21 17:41:39 +01002824HKLM,%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 +00002825HKLM,%CurrentVersionNT%\Time Zones\Mountain Standard Time (Mexico),"Display",,"America/Chihuahua"
Francois Gouget17382dd2007-02-21 17:41:39 +01002826HKLM,%CurrentVersionNT%\Time Zones\Mountain Standard Time (Mexico),"Dlt",,"Mountain Daylight Time (Mexico)"
2827HKLM,%CurrentVersionNT%\Time Zones\Mountain Standard Time (Mexico),"Std",,"Mountain Standard Time (Mexico)"
Dmitry Timoshkov529f25d2008-03-30 18:38:39 +09002828HKLM,%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
2829HKLM,%CurrentVersionNT%\Time Zones\Myanmar Standard Time,"Display",,"Asia/Rangoon"
2830HKLM,%CurrentVersionNT%\Time Zones\Myanmar Standard Time,"Dlt",,"Myanmar Daylight Time"
2831HKLM,%CurrentVersionNT%\Time Zones\Myanmar Standard Time,"Std",,"Myanmar Standard Time"
2832HKLM,%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 +00002833HKLM,%CurrentVersionNT%\Time Zones\N. Central Asia Standard Time,"Display",,"Asia/Novosibirsk"
2834HKLM,%CurrentVersionNT%\Time Zones\N. Central Asia Standard Time,"Dlt",,"N. Central Asia Daylight Time"
2835HKLM,%CurrentVersionNT%\Time Zones\N. Central Asia Standard Time,"Std",,"N. Central Asia Standard Time"
2836HKLM,%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 +01002837HKLM,%CurrentVersionNT%\Time Zones\Namibia Standard Time,"Display",,"Africa/Windhoek"
2838HKLM,%CurrentVersionNT%\Time Zones\Namibia Standard Time,"Dlt",,"Namibia Daylight Time"
2839HKLM,%CurrentVersionNT%\Time Zones\Namibia Standard Time,"Std",,"Namibia Standard Time"
Dmitry Timoshkov529f25d2008-03-30 18:38:39 +09002840HKLM,%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 +01002841HKLM,%CurrentVersionNT%\Time Zones\Nepal Standard Time,"Display",,"Asia/Katmandu"
2842HKLM,%CurrentVersionNT%\Time Zones\Nepal Standard Time,"Dlt",,"Nepal Daylight Time"
2843HKLM,%CurrentVersionNT%\Time Zones\Nepal Standard Time,"Std",,"Nepal Standard Time"
Dmitry Timoshkov529f25d2008-03-30 18:38:39 +09002844HKLM,%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
2845HKLM,%CurrentVersionNT%\Time Zones\New Zealand Standard Time,"Display",,"Pacific/Auckland"
2846HKLM,%CurrentVersionNT%\Time Zones\New Zealand Standard Time,"Dlt",,"New Zealand Daylight Time"
2847HKLM,%CurrentVersionNT%\Time Zones\New Zealand Standard Time,"Std",,"New Zealand Standard Time"
2848HKLM,%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
2849HKLM,%CurrentVersionNT%\Time Zones\Newfoundland Standard Time,"Display",,"America/St_Johns"
2850HKLM,%CurrentVersionNT%\Time Zones\Newfoundland Standard Time,"Dlt",,"Newfoundland Daylight Time"
2851HKLM,%CurrentVersionNT%\Time Zones\Newfoundland Standard Time,"Std",,"Newfoundland Standard Time"
2852HKLM,%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
2853HKLM,%CurrentVersionNT%\Time Zones\North Asia East Standard Time,"Display",,"Asia/Irkutsk"
2854HKLM,%CurrentVersionNT%\Time Zones\North Asia East Standard Time,"Dlt",,"North Asia East Daylight Time"
2855HKLM,%CurrentVersionNT%\Time Zones\North Asia East Standard Time,"Std",,"North Asia East Standard Time"
2856HKLM,%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 +00002857HKLM,%CurrentVersionNT%\Time Zones\North Asia Standard Time,"Display",,"Asia/Krasnoyarsk"
2858HKLM,%CurrentVersionNT%\Time Zones\North Asia Standard Time,"Dlt",,"North Asia Daylight Time"
2859HKLM,%CurrentVersionNT%\Time Zones\North Asia Standard Time,"Std",,"North Asia Standard Time"
2860HKLM,%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 +09002861HKLM,%CurrentVersionNT%\Time Zones\Pacific SA Standard Time,"Display",,"America/Santiago"
2862HKLM,%CurrentVersionNT%\Time Zones\Pacific SA Standard Time,"Dlt",,"Pacific SA Daylight Time"
2863HKLM,%CurrentVersionNT%\Time Zones\Pacific SA Standard Time,"Std",,"Pacific SA Standard Time"
Dmitry Timoshkov47ecb482008-10-02 04:48:44 +09002864HKLM,%CurrentVersionNT%\Time Zones\Pacific SA Standard Time,"TZI",1,f0,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,03,00,00,00,05,00,00,00,00,00,00,00,00,00,00,00,0a,00,00,00,02,00,00,00,00,00,00,00,00,00
Dmitry Timoshkov529f25d2008-03-30 18:38:39 +09002865HKLM,%CurrentVersionNT%\Time Zones\Pacific Standard Time,"Display",,"America/Los_Angeles"
2866HKLM,%CurrentVersionNT%\Time Zones\Pacific Standard Time,"Dlt",,"Pacific Daylight Time"
2867HKLM,%CurrentVersionNT%\Time Zones\Pacific Standard Time,"Std",,"Pacific Standard Time"
2868HKLM,%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
2869HKLM,%CurrentVersionNT%\Time Zones\Pacific Standard Time (Mexico),"Display",,"America/Tijuana"
2870HKLM,%CurrentVersionNT%\Time Zones\Pacific Standard Time (Mexico),"Dlt",,"Pacific Daylight Time (Mexico)"
2871HKLM,%CurrentVersionNT%\Time Zones\Pacific Standard Time (Mexico),"Std",,"Pacific Standard Time (Mexico)"
2872HKLM,%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
2873HKLM,%CurrentVersionNT%\Time Zones\Romance Standard Time,"Display",,"Europe/Paris"
2874HKLM,%CurrentVersionNT%\Time Zones\Romance Standard Time,"Dlt",,"Romance Daylight Time"
2875HKLM,%CurrentVersionNT%\Time Zones\Romance Standard Time,"Std",,"Romance Standard Time"
2876HKLM,%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
2877HKLM,%CurrentVersionNT%\Time Zones\Russian Standard Time,"Display",,"Europe/Moscow"
2878HKLM,%CurrentVersionNT%\Time Zones\Russian Standard Time,"Dlt",,"Russian Daylight Time"
2879HKLM,%CurrentVersionNT%\Time Zones\Russian Standard Time,"Std",,"Russian Standard Time"
2880HKLM,%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
2881HKLM,%CurrentVersionNT%\Time Zones\SA Eastern Standard Time,"Display",,"America/Buenos_Aires"
2882HKLM,%CurrentVersionNT%\Time Zones\SA Eastern Standard Time,"Dlt",,"SA Eastern Daylight Time"
2883HKLM,%CurrentVersionNT%\Time Zones\SA Eastern Standard Time,"Std",,"SA Eastern Standard Time"
2884HKLM,%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
2885HKLM,%CurrentVersionNT%\Time Zones\SA Pacific Standard Time,"Display",,"America/Bogota"
2886HKLM,%CurrentVersionNT%\Time Zones\SA Pacific Standard Time,"Dlt",,"SA Pacific Daylight Time"
2887HKLM,%CurrentVersionNT%\Time Zones\SA Pacific Standard Time,"Std",,"SA Pacific Standard Time"
2888HKLM,%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
2889HKLM,%CurrentVersionNT%\Time Zones\SA Western Standard Time,"Display",,"America/La_Paz"
2890HKLM,%CurrentVersionNT%\Time Zones\SA Western Standard Time,"Dlt",,"SA Western Daylight Time"
2891HKLM,%CurrentVersionNT%\Time Zones\SA Western Standard Time,"Std",,"SA Western Standard Time"
2892HKLM,%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
2893HKLM,%CurrentVersionNT%\Time Zones\Samoa Standard Time,"Display",,"Pacific/Samoa"
2894HKLM,%CurrentVersionNT%\Time Zones\Samoa Standard Time,"Dlt",,"Samoa Daylight Time"
2895HKLM,%CurrentVersionNT%\Time Zones\Samoa Standard Time,"Std",,"Samoa Standard Time"
2896HKLM,%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
2897HKLM,%CurrentVersionNT%\Time Zones\SE Asia Standard Time,"Display",,"Asia/Bangkok"
2898HKLM,%CurrentVersionNT%\Time Zones\SE Asia Standard Time,"Dlt",,"SE Asia Daylight Time"
2899HKLM,%CurrentVersionNT%\Time Zones\SE Asia Standard Time,"Std",,"SE Asia Standard Time"
2900HKLM,%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
2901HKLM,%CurrentVersionNT%\Time Zones\Singapore Standard Time,"Display",,"Asia/Singapore"
2902HKLM,%CurrentVersionNT%\Time Zones\Singapore Standard Time,"Dlt",,"Singapore Daylight Time"
2903HKLM,%CurrentVersionNT%\Time Zones\Singapore Standard Time,"Std",,"Singapore Standard Time"
2904HKLM,%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
2905HKLM,%CurrentVersionNT%\Time Zones\South Africa Standard Time,"Display",,"Africa/Johannesburg"
2906HKLM,%CurrentVersionNT%\Time Zones\South Africa Standard Time,"Dlt",,"South Africa Daylight Time"
2907HKLM,%CurrentVersionNT%\Time Zones\South Africa Standard Time,"Std",,"South Africa Standard Time"
2908HKLM,%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
2909HKLM,%CurrentVersionNT%\Time Zones\Sri Lanka Standard Time,"Display",,"Asia/Colombo"
2910HKLM,%CurrentVersionNT%\Time Zones\Sri Lanka Standard Time,"Dlt",,"Sri Lanka Daylight Time"
2911HKLM,%CurrentVersionNT%\Time Zones\Sri Lanka Standard Time,"Std",,"Sri Lanka Standard Time"
2912HKLM,%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
2913HKLM,%CurrentVersionNT%\Time Zones\Taipei Standard Time,"Display",,"Asia/Taipei"
2914HKLM,%CurrentVersionNT%\Time Zones\Taipei Standard Time,"Dlt",,"Taipei Daylight Time"
2915HKLM,%CurrentVersionNT%\Time Zones\Taipei Standard Time,"Std",,"Taipei Standard Time"
2916HKLM,%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
2917HKLM,%CurrentVersionNT%\Time Zones\Tasmania Standard Time,"Display",,"Australia/Hobart"
2918HKLM,%CurrentVersionNT%\Time Zones\Tasmania Standard Time,"Dlt",,"Tasmania Daylight Time"
2919HKLM,%CurrentVersionNT%\Time Zones\Tasmania Standard Time,"Std",,"Tasmania Standard Time"
2920HKLM,%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
2921HKLM,%CurrentVersionNT%\Time Zones\Tokyo Standard Time,"Display",,"Asia/Tokyo"
2922HKLM,%CurrentVersionNT%\Time Zones\Tokyo Standard Time,"Dlt",,"Tokyo Daylight Time"
2923HKLM,%CurrentVersionNT%\Time Zones\Tokyo Standard Time,"Std",,"Tokyo Standard Time"
2924HKLM,%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
2925HKLM,%CurrentVersionNT%\Time Zones\Tonga Standard Time,"Display",,"Pacific/Tongatapu"
2926HKLM,%CurrentVersionNT%\Time Zones\Tonga Standard Time,"Dlt",,"Tonga Daylight Time"
2927HKLM,%CurrentVersionNT%\Time Zones\Tonga Standard Time,"Std",,"Tonga Standard Time"
2928HKLM,%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
2929HKLM,%CurrentVersionNT%\Time Zones\US Eastern Standard Time,"Display",,"America/Indianapolis"
2930HKLM,%CurrentVersionNT%\Time Zones\US Eastern Standard Time,"Dlt",,"US Eastern Daylight Time"
2931HKLM,%CurrentVersionNT%\Time Zones\US Eastern Standard Time,"Std",,"US Eastern Standard Time"
2932HKLM,%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
2933HKLM,%CurrentVersionNT%\Time Zones\US Mountain Standard Time,"Display",,"America/Phoenix"
2934HKLM,%CurrentVersionNT%\Time Zones\US Mountain Standard Time,"Dlt",,"US Mountain Daylight Time"
2935HKLM,%CurrentVersionNT%\Time Zones\US Mountain Standard Time,"Std",,"US Mountain Standard Time"
2936HKLM,%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
2937HKLM,%CurrentVersionNT%\Time Zones\Venezuela Standard Time,"Display",,"America/Caracas"
2938HKLM,%CurrentVersionNT%\Time Zones\Venezuela Standard Time,"Dlt",,"Venezuela Daylight Time"
2939HKLM,%CurrentVersionNT%\Time Zones\Venezuela Standard Time,"Std",,"Venezuela Standard Time"
2940HKLM,%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
2941HKLM,%CurrentVersionNT%\Time Zones\Vladivostok Standard Time,"Display",,"Asia/Vladivostok"
2942HKLM,%CurrentVersionNT%\Time Zones\Vladivostok Standard Time,"Dlt",,"Vladivostok Daylight Time"
2943HKLM,%CurrentVersionNT%\Time Zones\Vladivostok Standard Time,"Std",,"Vladivostok Standard Time"
2944HKLM,%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 +00002945HKLM,%CurrentVersionNT%\Time Zones\W. Australia Standard Time,"Display",,"Australia/Perth"
2946HKLM,%CurrentVersionNT%\Time Zones\W. Australia Standard Time,"Dlt",,"W. Australia Daylight Time"
2947HKLM,%CurrentVersionNT%\Time Zones\W. Australia Standard Time,"Std",,"W. Australia Standard Time"
Francois Gouget17382dd2007-02-21 17:41:39 +01002948HKLM,%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
2949HKLM,%CurrentVersionNT%\Time Zones\W. Central Africa Standard Time,"Display",,"Africa/Lagos"
2950HKLM,%CurrentVersionNT%\Time Zones\W. Central Africa Standard Time,"Dlt",,"W. Central Africa Daylight Time"
2951HKLM,%CurrentVersionNT%\Time Zones\W. Central Africa Standard Time,"Std",,"W. Central Africa Standard Time"
Dmitry Timoshkov529f25d2008-03-30 18:38:39 +09002952HKLM,%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 +00002953HKLM,%CurrentVersionNT%\Time Zones\W. Europe Standard Time,"Display",,"Europe/Berlin"
2954HKLM,%CurrentVersionNT%\Time Zones\W. Europe Standard Time,"Dlt",,"W. Europe Daylight Time"
2955HKLM,%CurrentVersionNT%\Time Zones\W. Europe Standard Time,"Std",,"W. Europe Standard Time"
2956HKLM,%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 +09002957HKLM,%CurrentVersionNT%\Time Zones\West Asia Standard Time,"Display",,"Asia/Karachi"
2958HKLM,%CurrentVersionNT%\Time Zones\West Asia Standard Time,"Dlt",,"West Asia Daylight Time"
2959HKLM,%CurrentVersionNT%\Time Zones\West Asia Standard Time,"Std",,"West Asia Standard Time"
2960HKLM,%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
2961HKLM,%CurrentVersionNT%\Time Zones\West Pacific Standard Time,"Display",,"Pacific/Guam"
2962HKLM,%CurrentVersionNT%\Time Zones\West Pacific Standard Time,"Dlt",,"West Pacific Daylight Time"
2963HKLM,%CurrentVersionNT%\Time Zones\West Pacific Standard Time,"Std",,"West Pacific Standard Time"
2964HKLM,%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
2965HKLM,%CurrentVersionNT%\Time Zones\Yakutsk Standard Time,"Display",,"Asia/Yakutsk"
2966HKLM,%CurrentVersionNT%\Time Zones\Yakutsk Standard Time,"Dlt",,"Yakutsk Daylight Time"
2967HKLM,%CurrentVersionNT%\Time Zones\Yakutsk Standard Time,"Std",,"Yakutsk Standard Time"
2968HKLM,%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
Alexandre Julliardd3aa5142010-02-16 12:18:18 +01002969HKLM,%CurrentVersion%\Time Zones,"SymbolicLinkValue",0x60000,"\Registry\Machine\%CurrentVersionNT%\Time Zones"
Mike McCormack00775822005-11-15 18:18:27 +00002970
Alexandre Julliardc1fce742011-08-02 22:05:06 +02002971[BITSService]
2972AddReg=BITSServiceKeys
2973Description="BITS Service"
2974DisplayName="BITS Service"
2975ServiceBinary="%11%\svchost.exe -k netsvcs"
2976ServiceType=16
2977StartType=3
2978ErrorControl=1
2979
Alexandre Julliard27d88982011-08-02 23:24:46 +02002980[MSIService]
2981Description="MSI Installer Server"
2982DisplayName="MSIServer"
2983ServiceBinary="%11%\msiexec.exe /V"
2984ServiceType=32
2985StartType=3
2986ErrorControl=1
2987
Alexandre Julliarda0bbf842008-04-16 12:38:41 +02002988[MountMgrService]
2989Description="Device mounting service"
2990DisplayName="Mount Manager"
2991ServiceBinary="%12%\mountmgr.sys"
2992ServiceType=1
2993StartType=2
2994ErrorControl=1
2995
2996[SpoolerService]
2997Description="Loads files to memory for later printing"
2998DisplayName="Print Spooler"
Paul Vriens88f47052008-04-21 08:14:20 +02002999ServiceBinary="%11%\spoolsv.exe"
Alexandre Julliard981f31b2008-04-24 13:53:33 +02003000ServiceType=0x110
André Hentschelf9d91a72012-04-27 19:18:06 +02003001StartType=3
Alexandre Julliarda0bbf842008-04-16 12:38:41 +02003002ErrorControl=1
3003LoadOrderGroup="SpoolerGroup"
3004
Hans Leidekker6137b1b2009-04-15 14:58:00 +02003005[TerminalServices]
3006Description="Remote desktop access"
3007DisplayName="Terminal Services"
3008ServiceBinary="%11%\termsv.exe"
3009ServiceType=32
3010StartType=3
3011ErrorControl=1
3012
Alexandre Julliard49ef4f12011-08-02 21:48:37 +02003013[StiService]
3014AddReg=StiServiceKeys
3015Description="WIA Service"
3016DisplayName="WIA Service"
3017ServiceBinary="%11%\svchost.exe -k imgsvc"
3018ServiceType=16
3019StartType=3
3020ErrorControl=1
3021
Alexandre Julliardc1fce742011-08-02 22:05:06 +02003022[BITSServiceKeys]
3023HKR,Parameters,"ServiceDll",,"%11%\qmgr.dll"
3024HKLM,%CurrentVersionNT%\SvcHost,"netsvcs",0x00010000,"BITS"
3025
Alexandre Julliard49ef4f12011-08-02 21:48:37 +02003026[StiServiceKeys]
3027HKR,Parameters,"ServiceDll",,"%11%\wiaservc.dll"
3028HKLM,%CurrentVersionNT%\SvcHost,"imgsvc",0x00010000,"StiSvc"
3029
Hans Leidekker2133b6c2011-01-31 15:26:17 +01003030[PlugPlayService]
3031Description="Enables automatic configuration of devices"
3032DisplayName="Plug and Play Service"
3033ServiceBinary="%11%\plugplay.exe"
3034ServiceType=32
3035StartType=2
3036ErrorControl=1
3037
Hans Leidekker89599612011-08-24 10:23:57 +02003038[FontCacheService]
3039Description="Windows Presentation Foundation font cache service"
3040DisplayName="Windows Presentation Foundation Font Cache 3.0.0.0"
3041ServiceBinary="%10%\Microsoft.Net\Framework\v3.0\wpf\presentationfontcache.exe"
3042ServiceType=16
3043StartType=3
3044ErrorControl=1
3045
Jacek Caban546de272007-03-19 14:14:32 +01003046[Services]
Alexandre Julliard3edc09f2010-03-30 16:44:30 +02003047HKLM,%CurrentVersion%\RunServices,"winemenubuilder",2,"%11%\winemenubuilder.exe -a -r"
Alexandre Julliardeb7c1442010-02-10 14:29:52 +01003048HKLM,"System\CurrentControlSet\Services\VxD\MSTCP",,16
Alexandre Julliard7fb42982012-03-09 11:36:54 +01003049HKLM,"System\CurrentControlSet\Services\Tcpip\Parameters",,16
3050HKLM,"System\CurrentControlSet\Services\Winsock\Parameters",,16
Austin English29cac722012-05-29 11:39:46 -07003051HKLM,"System\CurrentControlSet\Services\Winsock2\Parameters\Protocol_Catalog9\Catalog_Entries",,16
Jacek Caban546de272007-03-19 14:14:32 +01003052
Vitaliy Margolen3a547b02005-11-14 15:11:26 +00003053[VersionInfo]
Maarten Lankhorstf629dc42008-03-17 17:05:11 -07003054HKLM,%CurrentVersionNT%,"CurrentVersion",2,"5.1"
Vitaliy Margolen1e4b4012009-05-31 15:21:00 -06003055HKLM,%CurrentVersionNT%,"CSDVersion",2,"Service Pack 3"
Maarten Lankhorstf629dc42008-03-17 17:05:11 -07003056HKLM,%CurrentVersionNT%,"CurrentBuildNumber",2,"2600"
Stefan Leichter9f100c12006-02-02 13:20:36 +01003057HKLM,%CurrentVersionNT%,"CurrentType",2,"Uniprocessor Free"
Louis Lenderse3edf082011-08-15 21:11:36 +02003058HKLM,%CurrentVersionNT%,"ProductName",2,"Microsoft Windows XP"
Vitaliy Margolen3a547b02005-11-14 15:11:26 +00003059HKLM,%Control%\ProductOptions,"ProductType",2,"WinNT"
Vitaliy Margolen1e4b4012009-05-31 15:21:00 -06003060HKLM,%Control%\Windows,"CSDVersion",0x10003,0x300
Vitaliy Margolen3a547b02005-11-14 15:11:26 +00003061HKLM,%Control%\Session Manager\Environment,"OS",2,"Windows_NT"
Alexandre Julliard562ba3c2010-03-04 14:17:23 +01003062
3063[Wow64]
Alexandre Julliardb3d39032010-03-04 20:49:34 +01003064; Wow6432Node symlinks
Alexandre Julliard562ba3c2010-03-04 14:17:23 +01003065HKLM,Software\Classes\Wow6432Node\AppId,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Classes\AppId"
3066HKLM,Software\Classes\Wow6432Node\Protocols,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Classes\Protocols"
3067HKLM,Software\Classes\Wow6432Node\TypeLib,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Classes\TypeLib"
3068HKLM,Software\Wow6432Node\Classes,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Classes\Wow6432Node"
Alexandre Julliardb3d39032010-03-04 20:49:34 +01003069; 32-bit redirected keys under HKLM\Software\Classes
3070HKLM,Software\Classes\Wow6432Node\CLSID,,16
3071HKLM,Software\Classes\Wow6432Node\DirectShow,,16
3072HKLM,Software\Classes\Wow6432Node\Interface,,16
3073HKLM,Software\Classes\Wow6432Node\Media Type,,16
3074HKLM,Software\Classes\Wow6432Node\MediaFoundation,,16
3075; symlinks for shared keys under HKLM\Software
3076HKLM,Software\Wow6432Node\Microsoft\Clients,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Clients"
3077HKLM,Software\Wow6432Node\Microsoft\Cryptography\Calais\Current,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Cryptography\Calais\Current"
3078HKLM,Software\Wow6432Node\Microsoft\Cryptography\Calais\Readers,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Cryptography\Calais\Readers"
3079HKLM,Software\Wow6432Node\Microsoft\Cryptography\Services,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Cryptography\Services"
3080HKLM,Software\Wow6432Node\Microsoft\CTF\SystemShared,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\CTF\SystemShared"
3081HKLM,Software\Wow6432Node\Microsoft\CTF\TIP,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\CTF\TIP"
3082HKLM,Software\Wow6432Node\Microsoft\DFS,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\DFS"
3083HKLM,Software\Wow6432Node\Microsoft\Driver Signing,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Driver Signing"
3084HKLM,Software\Wow6432Node\Microsoft\EnterpriseCertificates,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\EnterpriseCertificates"
3085HKLM,Software\Wow6432Node\Microsoft\EventSystem,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\EventSystem"
3086HKLM,Software\Wow6432Node\Microsoft\MSMQ,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\MSMQ"
3087HKLM,Software\Wow6432Node\Microsoft\Non-Driver Signing,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Non-Driver Signing"
3088HKLM,Software\Wow6432Node\Microsoft\Notepad\DefaultFonts,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Notepad\DefaultFonts"
3089HKLM,Software\Wow6432Node\Microsoft\OLE,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\OLE"
3090HKLM,Software\Wow6432Node\Microsoft\RAS,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\RAS"
3091HKLM,Software\Wow6432Node\Microsoft\RPC,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\RPC"
3092HKLM,Software\Wow6432Node\Microsoft\Software\Microsoft\Shared Tools\MSInfo,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Software\Microsoft\Shared Tools\MSInfo"
3093HKLM,Software\Wow6432Node\Microsoft\SystemCertificates,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\SystemCertificates"
3094HKLM,Software\Wow6432Node\Microsoft\TermServLicensing,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\TermServLicensing"
3095HKLM,Software\Wow6432Node\Microsoft\Transaction Server,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Transaction Server"
3096HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\App Paths,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\App Paths"
3097HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Control Panel\Cursors\Schemes,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Control Panel\Cursors\Schemes"
3098HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers"
3099HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons"
3100HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\KindMap,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Explorer\KindMap"
3101HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Group Policy,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Group Policy"
3102HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Policies,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Policies"
3103HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\PreviewHandlers,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\PreviewHandlers"
3104HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Setup,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Setup"
3105HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Telephony\Locations,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Telephony\Locations"
3106HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Console,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Console"
3107HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\FontDpi,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\FontDpi"
3108HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\FontLink,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\FontLink"
3109HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\FontMapper,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\FontMapper"
3110HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Fonts,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Fonts"
3111HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\FontSubstitutes,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes"
3112HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Gre_Initialize,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Gre_Initialize"
3113HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Image File Execution Options,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options"
3114HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Language Pack,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Language Pack"
3115HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\NetworkCards,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\NetworkCards"
3116HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Perflib,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Perflib"
3117HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Ports,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Ports"
3118HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Print,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Print"
3119HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\ProfileList,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\ProfileList"
3120HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Time Zones,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Time Zones"
Alexandre Julliard3edc09f2010-03-30 16:44:30 +02003121HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Time Zones,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Time Zones"
Alexandre Julliardb3d39032010-03-04 20:49:34 +01003122HKLM,Software\Wow6432Node\Policies,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Policies"
3123HKLM,Software\Wow6432Node\Registered Applications,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Registered Applications"