Back to home page

Wine source

 
 

    


Warning, /loader/wine.inf.in is written in an unsupported language. File is not indexed.

299d5594c Alex*0001 ;; .INF script for the basic Wine configuration
f0c9e9845 Alex*0002 ;; Version: @PACKAGE_STRING@
299d5594c Alex*0003 ;;
                0004 ;; This should be run through setupapi:
                0005 ;;   rundll32 setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf
                0006 ;;
                0007 ;; Copyright (C) 2004 Chris Morgan
                0008 ;; Copyright (C) 2004 Brian Vincent
                0009 ;; Copyright (C) 2004 Alexandre Julliard
                0010 ;;
                0011 ;; This library is free software; you can redistribute it and/or
                0012 ;; modify it under the terms of the GNU Lesser General Public
                0013 ;; License as published by the Free Software Foundation; either
                0014 ;; version 2.1 of the License, or (at your option) any later version.
                0015 ;;
                0016 ;; This library is distributed in the hope that it will be useful,
                0017 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
                0018 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
                0019 ;; Lesser General Public License for more details.
                0020 ;;
                0021 ;; You should have received a copy of the GNU Lesser General Public
                0022 ;; License along with this library; if not, write to the Free Software
360a3f914 Jona*0023 ;; Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
299d5594c Alex*0024 ;;
                0025 
                0026 [version]
                0027 signature="$CHICAGO$"
                0028 
cd3786383 Alex*0029 [PreInstall]
                0030 WineFakeDlls=FakeDllsPreInstall
                0031 
0f284520e Alex*0032 [PreInstall.ntamd64]
cd3786383 Alex*0033 WineFakeDlls=FakeDllsPreInstall
0f284520e Alex*0034 AddReg=Wow64
                0035 
                0036 [PreInstall.ntarm64]
cd3786383 Alex*0037 WineFakeDlls=FakeDllsPreInstall
0f284520e Alex*0038 AddReg=Wow64
                0039 
cd3786383 Alex*0040 [PreInstall.Services]
                0041 AddService=MountMgr,0x800,MountMgrService
                0042 
                0043 [PreInstall.ntamd64.Services]
                0044 AddService=MountMgr,0x800,MountMgrService
                0045 
                0046 [PreInstall.ntarm64.Services]
                0047 AddService=MountMgr,0x800,MountMgrService
                0048 
                0049 [FakeDllsPreInstall]
                0050 11,,winedevice.exe
                0051 12,,mountmgr.sys
                0052 
299d5594c Alex*0053 [DefaultInstall]
                0054 RegisterDlls=RegisterDllsSection
fc1fca5fb Alex*0055 WineFakeDlls=FakeDllsWin32,FakeDlls
299d5594c Alex*0056 UpdateInis=SystemIni
50c40b913 Alex*0057 CopyFiles=ColorFiles,EtcFiles,InfFiles,NlsFiles,SortFiles
299d5594c Alex*0058 AddReg=\
                0059     Classes,\
510fc118d Mike*0060     ContentIndex,\
277121878 Juan*0061     ControlClass,\
299d5594c Alex*0062     CurrentVersion,\
                0063     Debugger,\
                0064     DirectX,\
                0065     Fonts,\
                0066     MCI,\
                0067     Misc,\
                0068     OLE,\
8a8a54877 Detl*0069     Printing,\
546de27f1 Jace*0070     Services, \
4ae9c2fe1 Alex*0071     SessionMgr,\
007758293 Mike*0072     Tapi,\
ccc2c6c61 Zhiy*0073     ThemeManager,\
dc0f544d6 Seba*0074     LicenseInformation
299d5594c Alex*0075 
3a547b08b Vita*0076 [DefaultInstall.NT]
                0077 RegisterDlls=RegisterDllsSection
fc1fca5fb Alex*0078 WineFakeDlls=FakeDllsWin32,FakeDlls
3a547b08b Vita*0079 UpdateInis=SystemIni
50c40b913 Alex*0080 CopyFiles=ColorFiles,EtcFiles,InfFiles,NlsFiles,SortFiles
3a547b08b Vita*0081 AddReg=\
                0082     Classes,\
510fc118d Mike*0083     ContentIndex,\
3a547b08b Vita*0084     ControlClass,\
                0085     CurrentVersion,\
                0086     Debugger,\
                0087     DirectX,\
                0088     Fonts,\
                0089     MCI,\
                0090     Misc,\
                0091     OLE,\
8a8a54877 Detl*0092     Printing,\
546de27f1 Jace*0093     Services, \
4ae9c2fe1 Alex*0094     SessionMgr,\
3a547b08b Vita*0095     Tapi,\
ccc2c6c61 Zhiy*0096     ThemeManager,\
dc0f544d6 Seba*0097     VersionInfo,\
                0098     LicenseInformation
3a547b08b Vita*0099 
562ba3c91 Alex*0100 [DefaultInstall.ntamd64]
                0101 RegisterDlls=RegisterDllsSection
02c35582f Vinc*0102 WineFakeDlls=FakeDllsWin64,FakeDlls
562ba3c91 Alex*0103 UpdateInis=SystemIni
50c40b913 Alex*0104 CopyFiles=ColorFiles,EtcFiles,InfFiles,NlsFiles,SortFiles
562ba3c91 Alex*0105 AddReg=\
                0106     Classes,\
                0107     ContentIndex,\
                0108     ControlClass,\
                0109     CurrentVersion,\
aebc819ab Alex*0110     CurrentVersionWow64.ntamd64,\
562ba3c91 Alex*0111     Debugger,\
                0112     DirectX,\
                0113     Fonts,\
                0114     MCI,\
                0115     Misc,\
                0116     OLE,\
                0117     Printing,\
                0118     Services, \
                0119     SessionMgr,\
                0120     Tapi,\
ccc2c6c61 Zhiy*0121     ThemeManager,\
863858da2 Alex*0122     VersionInfo,\
dc0f544d6 Seba*0123     LicenseInformation
562ba3c91 Alex*0124 
0ce5c82a3 Alex*0125 [DefaultInstall.ntarm64]
                0126 RegisterDlls=RegisterDllsSection
                0127 WineFakeDlls=FakeDllsWin64,FakeDlls
                0128 UpdateInis=SystemIni
50c40b913 Alex*0129 CopyFiles=ColorFiles,EtcFiles,InfFiles,NlsFiles,SortFiles
0ce5c82a3 Alex*0130 AddReg=\
                0131     Classes,\
                0132     ContentIndex,\
                0133     ControlClass,\
                0134     CurrentVersion,\
aebc819ab Alex*0135     CurrentVersionWow64.ntarm64,\
0ce5c82a3 Alex*0136     Debugger,\
                0137     DirectX,\
                0138     Fonts,\
                0139     MCI,\
                0140     Misc,\
                0141     OLE,\
                0142     Printing,\
                0143     Services, \
                0144     SessionMgr,\
                0145     Tapi,\
ccc2c6c61 Zhiy*0146     ThemeManager,\
863858da2 Alex*0147     VersionInfo,\
0ce5c82a3 Alex*0148     LicenseInformation
                0149 
aebc819ab Alex*0150 [Wow64Install.ntx86]
3edc09fa6 Alex*0151 RegisterDlls=RegisterDllsSection
                0152 WineFakeDlls=FakeDllsWin32,FakeDllsWow64
42a30a693 Alex*0153 CopyFiles=NlsFiles
3edc09fa6 Alex*0154 AddReg=\
                0155     CurrentVersion,\
aebc819ab Alex*0156     CurrentVersionWow64.ntx86,\
3edc09fa6 Alex*0157     Debugger,\
                0158     DirectX,\
                0159     MCI,\
                0160     Misc,\
                0161     Tapi,\
863858da2 Alex*0162     VersionInfo,\
dc0f544d6 Seba*0163     LicenseInformation
3edc09fa6 Alex*0164 
aebc819ab Alex*0165 [Wow64Install.ntarm]
                0166 RegisterDlls=RegisterDllsSection
                0167 WineFakeDlls=FakeDllsWin32,FakeDllsWow64
                0168 CopyFiles=NlsFiles
                0169 AddReg=\
                0170     CurrentVersion,\
                0171     CurrentVersionWow64.ntarm,\
                0172     Debugger,\
                0173     DirectX,\
                0174     MCI,\
                0175     Misc,\
                0176     Tapi,\
                0177     VersionInfo,\
                0178     LicenseInformation
0ce5c82a3 Alex*0179 
a0bbf8477 Alex*0180 [DefaultInstall.Services]
c1fce7458 Alex*0181 AddService=BITS,0,BITSService
0c88a5244 Rémi*0182 AddService=EventLog,0x800,EventLogService
128dd3be7 Zebe*0183 AddService=HTTP,0,HTTPService
27d88987c Alex*0184 AddService=MSIServer,0,MSIService
8df5add2d Alex*0185 AddService=RpcSs,0,RpcSsService
aff181e6d Zebe*0186 AddService=scardsvr,0,ScardSvrService
a0bbf8477 Alex*0187 AddService=Spooler,0,SpoolerService
49ef4f1c7 Alex*0188 AddService=StiSvc,0,StiService
6137b1ba2 Hans*0189 AddService=TermService,0,TerminalServices
b0ca06efd Rémi*0190 AddService=PlugPlay,0x800,PlugPlayService
ee9c7dc0b Niko*0191 AddService=FontCache3.0.0.0,0,WPFFontCacheService
ba4de80ee Dani*0192 AddService=LanmanServer,0,LanmanServerService
ee9c7dc0b Niko*0193 AddService=FontCache,0,FontCacheService
88df36886 Dmit*0194 AddService=Schedule,0,TaskSchedulerService
623543bed Hans*0195 AddService=Winmgmt,0,WinmgmtService
451f96663 Mich*0196 AddService=wuauserv,0,wuauService
7c1dd57b4 Isab*0197 AddService=NDIS,0x800,NDISService
393e953b3 Huw *0198 AddService=nsiproxy,0x800,NsiProxyService
a0bbf8477 Alex*0199 
                0200 [DefaultInstall.NT.Services]
c1fce7458 Alex*0201 AddService=BITS,0,BITSService
0c88a5244 Rémi*0202 AddService=EventLog,0x800,EventLogService
128dd3be7 Zebe*0203 AddService=HTTP,0,HTTPService
27d88987c Alex*0204 AddService=MSIServer,0,MSIService
8df5add2d Alex*0205 AddService=RpcSs,0,RpcSsService
aff181e6d Zebe*0206 AddService=scardsvr,0,ScardSvrService
a0bbf8477 Alex*0207 AddService=Spooler,0,SpoolerService
49ef4f1c7 Alex*0208 AddService=StiSvc,0,StiService
6137b1ba2 Hans*0209 AddService=TermService,0,TerminalServices
b0ca06efd Rémi*0210 AddService=PlugPlay,0x800,PlugPlayService
ee9c7dc0b Niko*0211 AddService=FontCache3.0.0.0,0,WPFFontCacheService
ba4de80ee Dani*0212 AddService=LanmanServer,0,LanmanServerService
ee9c7dc0b Niko*0213 AddService=FontCache,0,FontCacheService
88df36886 Dmit*0214 AddService=Schedule,0,TaskSchedulerService
623543bed Hans*0215 AddService=Winmgmt,0,WinmgmtService
451f96663 Mich*0216 AddService=wuauserv,0,wuauService
7c1dd57b4 Isab*0217 AddService=NDIS,0x800,NDISService
393e953b3 Huw *0218 AddService=nsiproxy,0x800,NsiProxyService
a0bbf8477 Alex*0219 
40680e8af Nico*0220 [DefaultInstall.ntamd64.Services]
c1fce7458 Alex*0221 AddService=BITS,0,BITSService
0c88a5244 Rémi*0222 AddService=EventLog,0x800,EventLogService
128dd3be7 Zebe*0223 AddService=HTTP,0,HTTPService
27d88987c Alex*0224 AddService=MSIServer,0,MSIService
8df5add2d Alex*0225 AddService=RpcSs,0,RpcSsService
aff181e6d Zebe*0226 AddService=scardsvr,0,ScardSvrService
40680e8af Nico*0227 AddService=Spooler,0,SpoolerService
49ef4f1c7 Alex*0228 AddService=StiSvc,0,StiService
40680e8af Nico*0229 AddService=TermService,0,TerminalServices
b0ca06efd Rémi*0230 AddService=PlugPlay,0x800,PlugPlayService
0ce5c82a3 Alex*0231 AddService=FontCache3.0.0.0,0,WPFFontCacheService
                0232 AddService=LanmanServer,0,LanmanServerService
                0233 AddService=FontCache,0,FontCacheService
                0234 AddService=Schedule,0,TaskSchedulerService
                0235 AddService=Winmgmt,0,WinmgmtService
                0236 AddService=wuauserv,0,wuauService
7c1dd57b4 Isab*0237 AddService=NDIS,0x800,NDISService
393e953b3 Huw *0238 AddService=nsiproxy,0x800,NsiProxyService
0ce5c82a3 Alex*0239 
                0240 [DefaultInstall.ntarm64.Services]
                0241 AddService=BITS,0,BITSService
0c88a5244 Rémi*0242 AddService=EventLog,0x800,EventLogService
0ce5c82a3 Alex*0243 AddService=HTTP,0,HTTPService
                0244 AddService=MSIServer,0,MSIService
                0245 AddService=RpcSs,0,RpcSsService
aff181e6d Zebe*0246 AddService=scardsvr,0,ScardSvrService
0ce5c82a3 Alex*0247 AddService=Spooler,0,SpoolerService
                0248 AddService=StiSvc,0,StiService
                0249 AddService=TermService,0,TerminalServices
b0ca06efd Rémi*0250 AddService=PlugPlay,0x800,PlugPlayService
ee9c7dc0b Niko*0251 AddService=FontCache3.0.0.0,0,WPFFontCacheService
ba4de80ee Dani*0252 AddService=LanmanServer,0,LanmanServerService
ee9c7dc0b Niko*0253 AddService=FontCache,0,FontCacheService
88df36886 Dmit*0254 AddService=Schedule,0,TaskSchedulerService
623543bed Hans*0255 AddService=Winmgmt,0,WinmgmtService
451f96663 Mich*0256 AddService=wuauserv,0,wuauService
7c1dd57b4 Isab*0257 AddService=NDIS,0x800,NDISService
393e953b3 Huw *0258 AddService=nsiproxy,0x800,NsiProxyService
40680e8af Nico*0259 
299d5594c Alex*0260 [Strings]
                0261 MciExtStr="Software\Microsoft\Windows NT\CurrentVersion\MCI Extensions"
                0262 Mci32Str="Software\Microsoft\Windows NT\CurrentVersion\MCI32"
                0263 CurrentVersion="Software\Microsoft\Windows\CurrentVersion"
3a547b08b Vita*0264 CurrentVersionNT="Software\Microsoft\Windows NT\CurrentVersion"
299d5594c Alex*0265 FontSubStr="Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes"
3a547b08b Vita*0266 Control="System\CurrentControlSet\Control"
299d5594c Alex*0267 
                0268 [Classes]
afb8f6257 Loui*0269 HKCR,.chm,,2,"chm.file"
49d5c7fbe Owen*0270 HKCR,.cpl,,2,"cplfile"
1b039cc3b Kiri*0271 HKCR,.hlp,,2,"hlpfile"
8530d2375 Hans*0272 HKCR,.inf,,2,"inffile"
e9106273d Fran*0273 HKCR,.ini,,2,"inifile"
                0274 HKCR,.lnk,,2,"lnkfile"
2292b0628 Alex*0275 HKCR,.msi,,2,"Msi.Package"
4222e3398 Hans*0276 HKCR,.msp,,2,"Msi.Patch"
3e997a75d Andr*0277 HKCR,.pdf,,2,"pdffile"
58e5ea2cf Hans*0278 HKCR,.rtf,,2,"rtffile"
f3425cfe4 Hans*0279 HKCR,.wri,,2,"wrifile"
c23b6f5a9 Aust*0280 HKCR,*\shellex\ContextMenuHandlers,,16
6144104f2 Damj*0281 HKCR,chm.file,,2,"Compiled HTML Help File"
20938661d Fran*0282 HKCR,chm.file\DefaultIcon,,2,"%10%\hh.exe,0"
23d2d0c5a Rémi*0283 HKCR,chm.file\shell\open\command,,2,"""%10%\hh.exe"" ""%1"""
6144104f2 Damj*0284 HKCR,cplfile,,2,"Control Panel Item"
49d5c7fbe Owen*0285 HKCR,cplfile\shell\cplopen,,2,"Open with Control Panel"
                0286 HKCR,cplfile\shell\cplopen\command,,2,"rundll32.exe shell32.dll,Control_RunDLL ""%1"",%*"
cfab11e16 Mich*0287 HKCR,Directory\Background\shellex\ContextMenuHandlers\New,,,"{d969a300-e7ff-11d0-a93b-00a0c90f2719}"
835895f28 Alex*0288 HKCR,DirectShow,,16
6144104f2 Damj*0289 HKCR,exefile,,2,"Application"
e9106273d Fran*0290 HKCR,exefile\DefaultIcon,,2,"%1"
                0291 HKCR,exefile\shell\open\command,,2,"""%1"" %*"
e0d8bd3f5 Paul*0292 HKCR,exefile\shell\runas\command,,2,"""%1"" %*"
e9106273d Fran*0293 HKCR,folder\shell\open\ddeexec,,2,"[ViewFolder("%l", %I, %S)]"
                0294 HKCR,folder\shell\open\ddeexec,"NoActivateHandler",2,""
                0295 HKCR,folder\shell\open\ddeexec\application,,2,"Folders"
c23b6f5a9 Aust*0296 HKCR,folder\shellex\ContextMenuHandlers,,16
227408c4f Zebe*0297 HKCR,folder\shellnew,"Directory",,""
                0298 HKCR,folder\shellnew,"ItemName",,"@%11%\shell32.dll,-142"
                0299 HKCR,folder\shellnew,"MenuText",,"@%11%\shell32.dll,-180"
6144104f2 Damj*0300 HKCR,hlpfile,,2,"Help File"
23d2d0c5a Rémi*0301 HKCR,hlpfile\shell\open\command,,2,"""%11%\winhlp32.exe"" ""%1"""
                0302 HKCR,htmlfile\shell\open\command,,2,"""%11%\winebrowser.exe"" ""%1"""
6144104f2 Damj*0303 HKCR,inffile,,2,"Setup Information"
1a2e16de0 Mish*0304 HKCR,inffile\shell\install\command,,2,"%11%\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %1"
6144104f2 Damj*0305 HKCR,inifile,,2,"Configuration Settings"
23d2d0c5a Rémi*0306 HKCR,inifile\shell\open\command,,2,"""%11%\notepad.exe"" ""%1"""
                0307 HKCR,inifile\shell\print\command,,2,"""%11%\notepad.exe"" /p ""%1"""
e9106273d Fran*0308 HKCR,lnkfile,,2,"Shortcut"
                0309 HKCR,lnkfile,"NeverShowExt",2,""
                0310 HKCR,lnkfile,"IsShortcut",2,"yes"
                0311 HKCR,lnkfile\CLSID,,2,"{00021401-0000-0000-C000-000000000046}"
                0312 HKCR,lnkfile\shellex\IconHandler,,2,"{00021401-0000-0000-C000-000000000046}"
f1adb69c2 Fran*0313 HKCR,lnkfile\shellex\ContextMenuHandlers\{00021401-0000-0000-C000-000000000046},,0x10,
835895f28 Alex*0314 HKCR,MediaFoundation,,16
6144104f2 Damj*0315 HKCR,Msi.Package,,2,"Windows Installer Package"
e9106273d Fran*0316 HKCR,Msi.Package\DefaultIcon,,2,"msiexec.exe"
8bf602630 Aust*0317 HKCR,Msi.Package\shell\Open\command,,2,"%11%\msiexec.exe /i ""%1"""
                0318 HKCR,Msi.Package\shell\Repair\command,,2,"%11%\msiexec.exe /f ""%1"""
                0319 HKCR,Msi.Package\shell\Uninstall\command,,2,"%11%\msiexec.exe /x ""%1"""
4222e3398 Hans*0320 HKCR,Msi.Patch,,2,"Windows Installer Patch"
                0321 HKCR,Msi.Patch\DefaultIcon,,2,"msiexec.exe"
8bf602630 Aust*0322 HKCR,Msi.Patch\shell\Open\command,,2,"%11%\msiexec.exe /p ""%1"""
3e997a75d Andr*0323 HKCR,pdffile,,2,"PDF Document"
23d2d0c5a Rémi*0324 HKCR,pdffile\shell\open\command,,2,"""%11%\winebrowser.exe"" ""%1"""
6144104f2 Damj*0325 HKCR,rtffile,,2,"Rich Text Document"
23d2d0c5a Rémi*0326 HKCR,rtffile\shell\open\command,,2,"""%16422%\Windows NT\Accessories\wordpad.exe"" ""%1"""
                0327 HKCR,rtffile\shell\print\command,,2,"""%16422%\Windows NT\Accessories\wordpad.exe"" /p ""%1"""
6144104f2 Damj*0328 HKCR,txtfile,,2,"Text Document"
23d2d0c5a Rémi*0329 HKCR,txtfile\shell\open\command,,2,"""%11%\notepad.exe"" ""%1"""
                0330 HKCR,txtfile\shell\print\command,,2,"""%11%\notepad.exe"" /p ""%1"""
                0331 HKCR,wrifile\shell\open\command,,2,"""%16422%\Windows NT\Accessories\wordpad.exe"" ""%1"""
                0332 HKCR,wrifile\shell\print\command,,2,"""%16422%\Windows NT\Accessories\wordpad.exe"" /p ""%1"""
6144104f2 Damj*0333 HKCR,xmlfile,,2,"XML Document"
23d2d0c5a Rémi*0334 HKCR,xmlfile\shell\open\command,,2,"""%11%\winebrowser.exe"" ""%1"""
                0335 HKCR,ftp\shell\open\command,,2,"""%11%\winebrowser.exe"" ""%1"""
                0336 HKCR,http\shell\open\command,,2,"""%11%\winebrowser.exe"" ""%1"""
                0337 HKCR,https\shell\open\command,,2,"""%11%\winebrowser.exe"" ""%1"""
                0338 HKCR,mailto\shell\open\command,,2,"""%11%\winebrowser.exe"" ""%1"""
299d5594c Alex*0339 
510fc118d Mike*0340 [ContentIndex]
                0341 HKLM,System\CurrentControlSet\Control\ContentIndex\Language\Neutral,"WBreakerClass",,"{369647e0-17b0-11ce-9950-00aa004bbb1f}"
                0342 HKLM,System\CurrentControlSet\Control\ContentIndex\Language\Neutral,"StemmerClass",,""
                0343 HKLM,System\CurrentControlSet\Control\ContentIndex\Language\Neutral,"Locale",0x10003,0
                0344 
277121878 Juan*0345 [ControlClass]
c0f7eaa8f Stef*0346 HKLM,System\CurrentControlSet\Control\Class\{4d36e967-e325-11ce-bfc1-08002be10318},,,"Disk drives"
                0347 HKLM,System\CurrentControlSet\Control\Class\{4d36e967-e325-11ce-bfc1-08002be10318},"Class",,"DiskDrive"
014f61539 Zhiy*0348 HKLM,System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318},,,"Display adapters"
                0349 HKLM,System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318},"Class",,"Display"
                0350 HKLM,System\CurrentControlSet\Control\Class\{4d36e96e-e325-11ce-bfc1-08002be10318},,,"Monitors"
                0351 HKLM,System\CurrentControlSet\Control\Class\{4d36e96e-e325-11ce-bfc1-08002be10318},"Class",,"Monitor"
277121878 Juan*0352 HKLM,System\CurrentControlSet\Control\Class\{4d36e978-e325-11ce-bfc1-08002be10318},,,"Ports (COM & LPT)"
                0353 HKLM,System\CurrentControlSet\Control\Class\{4d36e978-e325-11ce-bfc1-08002be10318},"Class",,"Ports"
f79da3991 Zebe*0354 HKLM,System\CurrentControlSet\Control\Class\{4d36e97d-e325-11ce-bfc1-08002be10318},,,"System devices"
                0355 HKLM,System\CurrentControlSet\Control\Class\{4d36e97d-e325-11ce-bfc1-08002be10318},"Class",,"System"
a186fd776 Damj*0356 HKLM,System\CurrentControlSet\Control\Class\{6bdd1fc6-810f-11d0-bec7-08002be2092f},,,"Imaging devices"
                0357 HKLM,System\CurrentControlSet\Control\Class\{6bdd1fc6-810f-11d0-bec7-08002be2092f},"Class",,"Image"
c77c68599 Aric*0358 HKLM,System\CurrentControlSet\Control\Class\{745a17a0-74d3-11d0-b6fe-00a0c90f57da},,,"Human Interface Devices"
                0359 HKLM,System\CurrentControlSet\Control\Class\{745a17a0-74d3-11d0-b6fe-00a0c90f57da},"Class",,"HIDClass"
277121878 Juan*0360 
299d5594c Alex*0361 [CurrentVersion]
27926d3a8 Aust*0362 HKCU,%CurrentVersion%\Run,,16
27d1ef75c Alex*0363 HKCU,%CurrentVersionNT%\Winlogon,,16
b33f85082 Alex*0364 HKLM,%CurrentVersion%,"CommonFilesDir",,"%16427%"
299d5594c Alex*0365 HKLM,%CurrentVersion%,"FirstInstallDateTime",1,21,81,7c,23
                0366 HKLM,%CurrentVersion%,"ProductId",,"12345-oem-0000001-54321"
b33f85082 Alex*0367 HKLM,%CurrentVersion%,"ProgramFilesDir",,"%16422%"
463cec6af Jame*0368 HKLM,%CurrentVersion%,"ProgramFilesPath",0x20000,"%%ProgramFiles%%"
b258f880a Alex*0369 HKLM,%CurrentVersion%,"RegisteredOrganization",2,""
                0370 HKLM,%CurrentVersion%,"RegisteredOwner",2,""
835895f28 Alex*0371 HKLM,%CurrentVersion%\App Paths,,16
                0372 HKLM,%CurrentVersion%\Control Panel\Cursors\Schemes,,16
820dce129 Benj*0373 HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"DiskSpinDownMax",,"3600"
                0374 HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"DiskSpinDownMin",,"3"
                0375 HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"LastID",,"5"
835895f28 Alex*0376 HKLM,%CurrentVersion%\Explorer\AutoplayHandlers,,16
                0377 HKLM,%CurrentVersion%\Explorer\DriveIcons,,16
                0378 HKLM,%CurrentVersion%\Explorer\KindMap,,16
                0379 HKLM,%CurrentVersion%\Group Policy,,16
17e66e06d Alex*0380 HKLM,%CurrentVersion%\Installer,"InstallerLocation",,"%11%"
b381f9d09 Zebe*0381 HKLM,%CurrentVersion%\Policies\System,"EnableLUA",0x10001,1
835895f28 Alex*0382 HKLM,%CurrentVersion%\PreviewHandlers,,16
27926d3a8 Aust*0383 HKLM,%CurrentVersion%\Run,,16
af927f504 Rein*0384 HKLM,%CurrentVersion%\Setup,"BootDir",,"%30%"
299d5594c Alex*0385 HKLM,%CurrentVersion%\Setup,"SharedDir",,"%25%"
acd5358f5 Mich*0386 HKLM,%CurrentVersion%\Setup\WindowsFeatures\WindowsMediaVersion,,,"12.0.7601.18840"
990a31975 Davi*0387 HKLM,%CurrentVersion%\Shell Extensions\Approved,,16
3ec7c467c Alex*0388 HKLM,%CurrentVersion%\Time Zones,"SymbolicLinkValue",0x60000,"\Registry\Machine\%CurrentVersionNT%\Time Zones"
eb7c14458 Alex*0389 HKLM,%CurrentVersion%\Uninstall,,16
6b164a52e Loui*0390 HKLM,%CurrentVersionNT%,"InstallDate",0x10003,1273299354
5069cb7b0 Jani*0391 HKLM,%CurrentVersionNT%,"ProductId",,"12345-oem-0000001-54321"
b258f880a Alex*0392 HKLM,%CurrentVersionNT%,"RegisteredOrganization",2,""
                0393 HKLM,%CurrentVersionNT%,"RegisteredOwner",2,""
a589eb27a Paul*0394 HKLM,%CurrentVersionNT%,"SystemRoot",,"%10%"
835895f28 Alex*0395 HKLM,%CurrentVersionNT%\Console,,16
a5d9d2972 Loui*0396 HKLM,%CurrentVersionNT%\Drivers32,,16
835895f28 Alex*0397 HKLM,%CurrentVersionNT%\FontDpi,,16
                0398 HKLM,%CurrentVersionNT%\FontLink,,16
                0399 HKLM,%CurrentVersionNT%\FontMapper,,16
eb7c14458 Alex*0400 HKLM,%CurrentVersionNT%\Fonts,,16
835895f28 Alex*0401 HKLM,%CurrentVersionNT%\FontSubstitutes,,16
                0402 HKLM,%CurrentVersionNT%\Gre_Initialize,,16
2832eab22 Erik*0403 HKLM,%CurrentVersionNT%\Hotfix\Q246009,"Installed",,"1"
835895f28 Alex*0404 HKLM,%CurrentVersionNT%\Image File Execution Options,,16
13adddc07 Zebe*0405 HKLM,%CurrentVersionNT%\IniFileMapping\win.ini,"desktop",,"USR:Control Panel\Desktop"
96115da05 Zebe*0406 HKLM,%CurrentVersionNT%\IniFileMapping\win.ini,"devices",,"USR:Software\Microsoft\Windows NT\CurrentVersion\Devices"
73cd65fe8 Zebe*0407 HKLM,%CurrentVersionNT%\IniFileMapping\win.ini,"extensions",,"USR:Software\Microsoft\Windows NT\CurrentVersion\Extensions"
f3a38b88d Fabi*0408 HKLM,%CurrentVersionNT%\IniFileMapping\win.ini,"intl",,"USR:Control Panel\International"
d6a6d6a60 Zebe*0409 HKLM,%CurrentVersionNT%\IniFileMapping\win.ini,"printerports",,"USR:Software\Microsoft\Windows NT\CurrentVersion\PrinterPorts"
90ed63618 Zebe*0410 HKLM,%CurrentVersionNT%\IniFileMapping\win.ini,"sounds",,"USR:Control Panel\Sounds"
f8be6935c Zebe*0411 HKLM,%CurrentVersionNT%\IniFileMapping\win.ini\windows,,,"USR:Software\Microsoft\Windows NT\CurrentVersion\Windows"
c3b35a44a Zebe*0412 HKLM,%CurrentVersionNT%\IniFileMapping\win.ini\windows,"CursorBlinkRate",,"USR:Control Panel\Desktop"
0bb7b65a3 Andr*0413 HKLM,%CurrentVersionNT%\LanguagePack,,16
835895f28 Alex*0414 HKLM,%CurrentVersionNT%\NetworkCards,,16
25247c5a3 Aust*0415 HKLM,%CurrentVersionNT%\OpenGLDrivers,,16
835895f28 Alex*0416 HKLM,%CurrentVersionNT%\Perflib,,16
                0417 HKLM,%CurrentVersionNT%\Ports,,16
                0418 HKLM,%CurrentVersionNT%\Print,,16
                0419 HKLM,%CurrentVersionNT%\ProfileList,,16
27d1ef75c Alex*0420 HKLM,%CurrentVersionNT%\Winlogon,"Shell",,"explorer.exe"
299d5594c Alex*0421 
aebc819ab Alex*0422 [CurrentVersionWow64.ntamd64]
                0423 HKLM,%CurrentVersion%,"ProgramFilesDir (x86)",,"%16426%"
                0424 HKLM,%CurrentVersion%,"CommonFilesDir (x86)",,"%16428%"
7611492dd Alex*0425 HKLM,Software\Microsoft\Wow64\x86,,2,"wow64cpu.dll"
aebc819ab Alex*0426 
                0427 [CurrentVersionWow64.ntarm64]
6fd6175df Hans*0428 HKLM,%CurrentVersion%,"ProgramFilesDir (x86)",,"%16426%"
                0429 HKLM,%CurrentVersion%,"CommonFilesDir (x86)",,"%16428%"
aebc819ab Alex*0430 HKLM,%CurrentVersion%,"ProgramFilesDir (Arm)",,"C:\Program Files (Arm)"
                0431 HKLM,%CurrentVersion%,"CommonFilesDir (Arm)",,"C:\Program Files (Arm)\Common Files"
7611492dd Alex*0432 HKLM,Software\Microsoft\Wow64\arm,,2,"wowarmhw.dll"
                0433 HKLM,Software\Microsoft\Wow64\x86,,2,"xtajit.dll"
aebc819ab Alex*0434 
                0435 [CurrentVersionWow64.ntx86]
                0436 HKLM,%CurrentVersion%,"ProgramFilesDir (x86)",,"%16422%"
                0437 HKLM,%CurrentVersion%,"CommonFilesDir (x86)",,"%16427%"
                0438 
                0439 [CurrentVersionWow64.ntarm]
                0440 HKLM,%CurrentVersion%,"ProgramFilesDir (Arm)",,"%16422%"
                0441 HKLM,%CurrentVersion%,"CommonFilesDir (Arm)",,"%16427%"
6fd6175df Hans*0442 
299d5594c Alex*0443 [Debugger]
dec695f6c Fran*0444 HKLM,%CurrentVersionNT%\AeDebug,"Debugger",2,"winedbg --auto %ld %ld"
                0445 HKLM,%CurrentVersionNT%\AeDebug,"Auto",2,"1"
c5bfbefac Brun*0446 HKCU,Software\Wine\Debug,"RelayExclude",2,"ntdll.RtlEnterCriticalSection;ntdll.RtlTryEnterCriticalSection;ntdll.RtlLeaveCriticalSection;kernel32.48;kernel32.49;kernel32.94;kernel32.95;kernel32.96;kernel32.97;kernel32.98;kernel32.TlsGetValue;kernel32.TlsSetValue;kernel32.FlsGetValue;kernel32.FlsSetValue;kernel32.SetLastError"
7c0c050aa Andr*0447 HKCU,Software\Wine\Debug,"RelayFromExclude",2,"winex11.drv;winemac.drv;user32;gdi32;advapi32;kernel32"
299d5594c Alex*0448 
                0449 [DirectX]
f2c8a537d Jan *0450 HKLM,Software\Microsoft\DirectX,"Version",,"4.09.00.0904"
9c2ca354c Loui*0451 HKLM,Software\Microsoft\DirectX,"InstalledVersion",1,00,00,00,09,00,00,00,00
299d5594c Alex*0452 HKLM,Software\Microsoft\DirectMusic,GMFilePath,,"%12%\gm.dls"
                0453 HKLM,Software\Microsoft\DirectMusic\Defaults,DefaultOutputPort,,"{58C2B4D0-46E7-11D1-89AC-00A0C9054129}"
                0454 HKLM,Software\Microsoft\DirectMusic\SoftwareSynths\{58C2B4D0-46E7-11D1-89AC-00A0C9054129},Description,,"Microsoft Software Synthesizer"
9da489332 Lion*0455 HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"DescriptionA",,"Internet TCP/IP Connection For DirectPlay"
                0456 HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"DescriptionW",,"Internet TCP/IP Connection For DirectPlay"
c07da7067 Alex*0457 HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"dwReserved1",0x10001,0x000001f4
                0458 HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"dwReserved2",0x10001,0x00000000
9da489332 Lion*0459 HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"Guid",,"{36E95EE0-8577-11cf-960C-0080C7534E82}"
                0460 HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"NATHelp",,"dpnhupnp.dll"
                0461 HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"Path",,"dpwsockx.dll"
                0462 HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"DescriptionA",,"IPX Connection For DirectPlay"
                0463 HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"DescriptionW",,"IPX Connection For DirectPlay"
c07da7067 Alex*0464 HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"dwReserved1",0x10001,0x00000032
                0465 HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"dwReserved2",0x10001,0x00000000
9da489332 Lion*0466 HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"Guid",,"{685BC400-9D2C-11cf-A9CD-00AA006886E3}"
                0467 HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"Path",,"dpwsockx.dll"
                0468 HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"DescriptionA",,"Modem Connection For DirectPlay"
                0469 HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"DescriptionW",,"Modem Connection For DirectPlay"
c07da7067 Alex*0470 HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"dwReserved1",0x10001,0x00000000
                0471 HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"dwReserved2",0x10001,0x00000000
9da489332 Lion*0472 HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"Guid",,"{44EAA760-CB68-11cf-9C4E-00A0C905425E}"
                0473 HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"Path",,"dpmodemx.dll"
                0474 HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"DescriptionA",,"Serial Connection For DirectPlay"
                0475 HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"DescriptionW",,"Serial Connection For DirectPlay"
c07da7067 Alex*0476 HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"dwReserved1",0x10001,0x00000000
                0477 HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"dwReserved2",0x10001,0x00000000
9da489332 Lion*0478 HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"Guid",,"{0F1D6860-88D9-11cf-9C4E-00A0C905425E}"
                0479 HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"Path",,"dpmodemx.dll"
299d5594c Alex*0480 
4ae9c2fe1 Alex*0481 [SessionMgr]
                0482 HKLM,%Control%\Session Manager,CriticalSectionTimeout,0x00040002,0x00278d00
                0483 HKLM,%Control%\Session Manager,GlobalFlag,0x00040002,0
                0484 HKLM,%Control%\Session Manager,HeapDeCommitFreeBlockThreshold,0x00040002,0
                0485 HKLM,%Control%\Session Manager,HeapDeCommitTotalFreeThreshold,0x00040002,0
                0486 HKLM,%Control%\Session Manager,HeapSegmentCommit,0x00040002,0
                0487 HKLM,%Control%\Session Manager,HeapSegmentReserve,0x00040002,0
9443a7397 Alex*0488 HKLM,%Control%\Session Manager\Environment,"ComSpec",0x00020000,"%SystemRoot%\system32\cmd.exe"
                0489 HKLM,%Control%\Session Manager\Environment,"PATH",0x00020002,"%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\system32\wbem;%SystemRoot%\system32\WindowsPowershell\v1.0"
b28c8b69b Alex*0490 HKLM,%Control%\Session Manager\Environment,"PATHEXT",,".com;.exe;.bat;.cmd;.vbs;.vbe;.js;.jse;.wsf;.wsh"
9443a7397 Alex*0491 HKLM,%Control%\Session Manager\Environment,"TEMP",0x00020002,"%SystemRoot%\temp"
                0492 HKLM,%Control%\Session Manager\Environment,"TMP",0x00020002,"%SystemRoot%\temp"
                0493 HKLM,%Control%\Session Manager\Environment,"windir",0x00020000,"%SystemRoot%"
4ae9c2fe1 Alex*0494 HKLM,%Control%\Session Manager\Environment,"winsysdir",,"%11%"
946b80a56 Aust*0495 HKLM,%Control%\Session Manager\Memory Management,PagingFiles,,"%24%\pagefile.sys 27 77"
4ae9c2fe1 Alex*0496 HKLM,%Control%\Session Manager\Memory Management,WriteWatch,0x00040002,1
e83afa735 Alex*0497 
299d5594c Alex*0498 [Fonts]
4aa985981 Dmit*0499 HKLM,%FontSubStr%,"Arial Baltic,186",,"Arial,186"
299d5594c Alex*0500 HKLM,%FontSubStr%,"Arial CE,238",,"Arial,238"
                0501 HKLM,%FontSubStr%,"Arial CYR,204",,"Arial,204"
                0502 HKLM,%FontSubStr%,"Arial Greek,161",,"Arial,161"
                0503 HKLM,%FontSubStr%,"Arial TUR,162",,"Arial,162"
4aa985981 Dmit*0504 HKLM,%FontSubStr%,"Courier New Baltic,186",,"Courier New,186"
299d5594c Alex*0505 HKLM,%FontSubStr%,"Courier New CE,238",,"Courier New,238"
                0506 HKLM,%FontSubStr%,"Courier New CYR,204",,"Courier New,204"
                0507 HKLM,%FontSubStr%,"Courier New Greek,161",,"Courier New,161"
                0508 HKLM,%FontSubStr%,"Courier New TUR,162",,"Courier New,162"
bd4cee320 Huw *0509 HKLM,%FontSubStr%,"Helv",,"MS Sans Serif"
299d5594c Alex*0510 HKLM,%FontSubStr%,"Helvetica",,"Arial"
                0511 HKLM,%FontSubStr%,"MS Shell Dlg 2",,"Tahoma"
                0512 HKLM,%FontSubStr%,"Times",,"Times New Roman"
4aa985981 Dmit*0513 HKLM,%FontSubStr%,"Times New Roman Baltic,186",,"Times New Roman,186"
299d5594c Alex*0514 HKLM,%FontSubStr%,"Times New Roman CE,238",,"Times New Roman,238"
                0515 HKLM,%FontSubStr%,"Times New Roman CYR,204",,"Times New Roman,204"
                0516 HKLM,%FontSubStr%,"Times New Roman Greek,161",,"Times New Roman,161"
                0517 HKLM,%FontSubStr%,"Times New Roman TUR,162",,"Times New Roman,162"
f8f34d9fa Alex*0518 HKLM,System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts,"LogPixels",0x10003,0x00000060
299d5594c Alex*0519 
                0520 [MCI]
c6e294deb Rémi*0521 HKLM,%Mci32Str%,"AVIVideo",,"mciavi32.dll"
dbbd0d511 Rémi*0522 HKLM,%Mci32Str%,"CDAudio",,"mcicda.dll"
5df5e4016 Rémi*0523 HKLM,%Mci32Str%,"Sequencer",,"mciseq.dll"
252398d28 Alex*0524 HKLM,%Mci32Str%,"WaveAudio",,"mciwave.dll"
ac1ad1372 Jörg*0525 HKLM,%Mci32Str%,"MPEGVideo",,"mciqtz32.dll"
299d5594c Alex*0526 
                0527 HKLM,%MciExtStr%,"aifc",,"MPEGVideo"
                0528 HKLM,%MciExtStr%,"asf",,"MPEGVideo"
                0529 HKLM,%MciExtStr%,"asx",,"MPEGVideo"
                0530 HKLM,%MciExtStr%,"au",,"MPEGVideo"
                0531 HKLM,%MciExtStr%,"avi",,"AVIVideo"
                0532 HKLM,%MciExtStr%,"cda",,"CDAudio"
                0533 HKLM,%MciExtStr%,"lsf",,"MPEGVideo"
                0534 HKLM,%MciExtStr%,"lsx",,"MPEGVideo"
                0535 HKLM,%MciExtStr%,"m1v",,"MPEGVideo"
                0536 HKLM,%MciExtStr%,"m3u",,"MPEGVideo"
                0537 HKLM,%MciExtStr%,"mid",,"Sequencer"
                0538 HKLM,%MciExtStr%,"midi",,"Sequencer"
                0539 HKLM,%MciExtStr%,"mp2",,"MPEGVideo"
                0540 HKLM,%MciExtStr%,"mp2v",,"MPEGVideo"
                0541 HKLM,%MciExtStr%,"mp3",,"MPEGVideo"
                0542 HKLM,%MciExtStr%,"mpa",,"MPEGVideo"
                0543 HKLM,%MciExtStr%,"mpe",,"MPEGVideo"
                0544 HKLM,%MciExtStr%,"mpeg",,"MPEGVideo"
                0545 HKLM,%MciExtStr%,"mpg",,"MPEGVideo"
                0546 HKLM,%MciExtStr%,"mpv",,"MPEGVideo"
                0547 HKLM,%MciExtStr%,"mpv2",,"MPEGVideo"
                0548 HKLM,%MciExtStr%,"rmi",,"Sequencer"
                0549 HKLM,%MciExtStr%,"snd",,"MPEGVideo"
                0550 HKLM,%MciExtStr%,"wav",,"WaveAudio"
                0551 HKLM,%MciExtStr%,"wax",,"MPEGVideo"
                0552 HKLM,%MciExtStr%,"wm",,"MPEGVideo"
                0553 HKLM,%MciExtStr%,"wma",,"MPEGVideo"
                0554 HKLM,%MciExtStr%,"wmp",,"MPEGVideo"
                0555 HKLM,%MciExtStr%,"wmv",,"MPEGVideo"
                0556 HKLM,%MciExtStr%,"wmx",,"MPEGVideo"
                0557 HKLM,%MciExtStr%,"wvx",,"MPEGVideo"
                0558 
                0559 [Misc]
                0560 HKLM,Software\Borland\Database Engine\Settings\SYSTEM\INIT,SHAREDMEMLOCATION,,9000
cabd68728 Sven*0561 HKLM,Software\Clients,,16
75f52140b Owen*0562 HKLM,Software\Clients\Mail,,2,"Native Mail Client"
                0563 HKLM,Software\Clients\Mail\Native Mail Client,,2,"Native Mail Client"
                0564 HKLM,Software\Clients\Mail\Native Mail Client,"DLLPath",2,"%11%\winemapi.dll"
eb7c14458 Alex*0565 HKLM,Software\Microsoft\Advanced INF Setup,,16
835895f28 Alex*0566 HKLM,Software\Microsoft\Cryptography\Calais\Current,,16
                0567 HKLM,Software\Microsoft\Cryptography\Calais\Readers,,16
                0568 HKLM,Software\Microsoft\Cryptography\Services,,16
                0569 HKLM,Software\Microsoft\CTF\SystemShared,,16
                0570 HKLM,Software\Microsoft\CTF\TIP,,16
                0571 HKLM,Software\Microsoft\DFS,,16
                0572 HKLM,Software\Microsoft\Driver Signing,,16
                0573 HKLM,Software\Microsoft\EnterpriseCertificates,,16
                0574 HKLM,Software\Microsoft\EventSystem,,16
6b97ce5bf Andr*0575 HKLM,Software\Microsoft\MediaPlayer,"Installation DirectoryLFN",2,"%16422%\Windows Media Player"
76faeeb50 Aust*0576 HKLM,Software\Microsoft\MediaPlayer\PlayerUpgrade,"PlayerVersion",2,"12,0,7601,18840"
835895f28 Alex*0577 HKLM,Software\Microsoft\MSMQ,,16
                0578 HKLM,Software\Microsoft\Non-Driver Signing,,16
                0579 HKLM,Software\Microsoft\Notepad\DefaultFonts,,16
                0580 HKLM,Software\Microsoft\RAS,,16
b05783b29 Fran*0581 HKLM,Software\Microsoft\Rpc\SecurityService,1,2,"secur32.dll"
                0582 HKLM,Software\Microsoft\Rpc\SecurityService,10,2,"secur32.dll"
                0583 HKLM,Software\Microsoft\Rpc\SecurityService,14,2,"schannel.dll"
                0584 HKLM,Software\Microsoft\Rpc\SecurityService,16,2,"secur32.dll"
                0585 HKLM,Software\Microsoft\Rpc\SecurityService,18,2,"secur32.dll"
                0586 HKLM,Software\Microsoft\Rpc\SecurityService,68,2,"netlogon.dll"
                0587 HKLM,Software\Microsoft\Rpc\SecurityService,9,2,"secur32.dll"
835895f28 Alex*0588 HKLM,Software\Microsoft\Shared Tools\MSInfo,,16
                0589 HKLM,Software\Microsoft\SystemCertificates,,16
                0590 HKLM,Software\Microsoft\TermServLicensing,,16
                0591 HKLM,Software\Microsoft\Transaction Server,,16
1aafcbab9 Aust*0592 HKLM,Software\Microsoft\WBEM,"Installation Directory",2,"%11%\wbem"
bc865fa41 Piot*0593 HKLM,Software\Microsoft\Windows Messaging Subsystem,"MAPI",2,"1"
835895f28 Alex*0594 HKLM,Software\Policies,,16
                0595 HKLM,Software\Registered Applications,,16
c2150301b Aust*0596 HKLM,System\CurrentControlSet\Control\hivelist,,16
e5e556bf8 Dmit*0597 HKLM,System\CurrentControlSet\Control\Lsa,"Security Packages",0x10002,kerberos,schannel
ab3184380 Dmit*0598 HKLM,System\CurrentControlSet\Control\Lsa\Kerberos,,16
8a9c3b1e5 Hans*0599 HKLM,System\CurrentControlSet\Control\Lsa\MSV1_0,,16
989f7d648 Alex*0600 HKLM,System\CurrentControlSet\Control\Nls\Language,"Default",,"0409"
                0601 HKLM,System\CurrentControlSet\Control\Nls\Language,"InstallLanguage",,"0409"
194cc70fb Jace*0602 HKLM,System\CurrentControlSet\Control\SecurityProviders\Schannel\Protocols\SSL 2.0\Client,"DisabledByDefault",0x10003,1
d25bdf8b6 Aust*0603 HKLM,System\CurrentControlSet\Control\ServiceGroupOrder,"List",0x00010000,"TDI"
0546c551f Aust*0604 HKLM,System\CurrentControlSet\Control\TimeZoneInformation,"StandardName",2,""
                0605 HKLM,System\CurrentControlSet\Control\TimeZoneInformation,"TimeZoneKeyName",2,""
1235b0151 Aust*0606 HKLM,System\CurrentControlSet\Control\VirtualDeviceDrivers,,16
eb7c14458 Alex*0607 HKLM,System\CurrentControlSet\Control\VMM32Files,,16
86d70c67b Piot*0608 HKLM,System\Select,"Current",0x10003,1
0bbb924db Aust*0609 HKCU,AppEvents\Schemes\Apps\Explorer\Navigating\.Current,,,""
eb7c14458 Alex*0610 HKCU,Software\Microsoft\Protected Storage System Provider,,16
74bc7c091 Miko*0611 ; Some apps requires at least four subkeys of Active Setup\Installed Components
                0612 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},,2,"DirectDrawEx"
                0613 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},"ComponentID",2,"DirectDrawEx"
cb8d58598 Zebe*0614 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},"IsInstalled",0x10003,1
74bc7c091 Miko*0615 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},"Locale",2,"*"
                0616 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},"Version",2,"4,71,1113,0"
                0617 
                0618 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},,2,"HTML Help"
                0619 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"ComponentID",2,"HTMLHelp"
cb8d58598 Zebe*0620 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"IsInstalled",0x10003,1
74bc7c091 Miko*0621 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"Locale",2,"*"
                0622 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"Version",2,"4,74,9273,0"
299d5594c Alex*0623 
76faeeb50 Aust*0624 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{6BF52A52-394A-11d3-B153-00C04F79FAA6},,2,"Windows Media Player"
                0625 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{6BF52A52-394A-11d3-B153-00C04F79FAA6},"ComponentID",2,"wmp"
cb8d58598 Zebe*0626 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{6BF52A52-394A-11d3-B153-00C04F79FAA6},"IsInstalled",0x10003,1
76faeeb50 Aust*0627 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{6BF52A52-394A-11d3-B153-00C04F79FAA6},"Locale",2,"*"
                0628 HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{6BF52A52-394A-11d3-B153-00C04F79FAA6},"Version",2,"12,0,7601,18840"
                0629 
ba8638e1a Bren*0630 ; URL Associations
                0631 HKCU,Software\Microsoft\Windows\Shell\Associations\UrlAssociations\ftp\UserChoice,"ProgId",,"ftp"
                0632 HKCU,Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice,"ProgId",,"http"
                0633 HKCU,Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice,"ProgId",,"https"
                0634 
299d5594c Alex*0635 [OLE]
                0636 HKLM,"Software\Microsoft\OLE","EnableDCOM",,"Y"
                0637 HKLM,"Software\Microsoft\OLE","EnableRemoteConnect",,"N"
                0638 
8a8a54877 Detl*0639 [Printing]
                0640 HKLM,%Control%\Print\Monitors\Local Port,"Driver",2,"localspl.dll"
ce51d9d0c Detl*0641 HKLM,%Control%\Print\Printers,"DefaultSpoolDirectory",2,"%11%\spool\printers"
832398f41 Detl*0642 HKLM,%CurrentVersionNT%\Ports,"FILE:",,""
                0643 HKLM,%CurrentVersionNT%\Ports,"LPT1:",,""
                0644 HKLM,%CurrentVersionNT%\Ports,"LPT2:",,""
                0645 HKLM,%CurrentVersionNT%\Ports,"LPT3:",,""
                0646 HKLM,%CurrentVersionNT%\Ports,"COM1:",2,"9600,n,8,1"
                0647 HKLM,%CurrentVersionNT%\Ports,"COM2:",2,"9600,n,8,1"
                0648 HKLM,%CurrentVersionNT%\Ports,"COM3:",2,"9600,n,8,1"
                0649 HKLM,%CurrentVersionNT%\Ports,"COM4:",2,"9600,n,8,1"
8a8a54877 Detl*0650 
299d5594c Alex*0651 [Tapi]
748d23a7d Ge v*0652 HKLM,%CurrentVersion%\Telephony,"Perf1",0x10001,0x5045524a
                0653 HKLM,%CurrentVersion%\Telephony,"Perf2",0x10001,0x50455246
835895f28 Alex*0654 HKLM,%CurrentVersion%\Telephony\Locations,,16
299d5594c Alex*0655 
748d23a7d Ge v*0656 HKLM,%CurrentVersion%\Telephony\Country List,"CountryListVersion",0x10001,0x00000019
299d5594c Alex*0657 
748d23a7d Ge v*0658 HKLM,%CurrentVersion%\Telephony\Country List\1,"CountryCode",0x10001,0x00000001
299d5594c Alex*0659 HKLM,%CurrentVersion%\Telephony\Country List\1,"InternationalRule",,"011EFG"
                0660 HKLM,%CurrentVersion%\Telephony\Country List\1,"LongDistanceRule",," 1FG"
                0661 HKLM,%CurrentVersion%\Telephony\Country List\1,"Name",,"United States of America"
                0662 HKLM,%CurrentVersion%\Telephony\Country List\1,"SameAreaRule",,"G"
                0663 
748d23a7d Ge v*0664 HKLM,%CurrentVersion%\Telephony\Country List\101,"CountryCode",0x10001,0x00000001
299d5594c Alex*0665 HKLM,%CurrentVersion%\Telephony\Country List\101,"InternationalRule",,"011EFG"
                0666 HKLM,%CurrentVersion%\Telephony\Country List\101,"LongDistanceRule",," 1FG"
                0667 HKLM,%CurrentVersion%\Telephony\Country List\101,"Name",,"Anguilla"
                0668 HKLM,%CurrentVersion%\Telephony\Country List\101,"SameAreaRule",,"G"
                0669 
748d23a7d Ge v*0670 HKLM,%CurrentVersion%\Telephony\Country List\102,"CountryCode",0x10001,0x00000001
299d5594c Alex*0671 HKLM,%CurrentVersion%\Telephony\Country List\102,"InternationalRule",,"011EFG"
                0672 HKLM,%CurrentVersion%\Telephony\Country List\102,"LongDistanceRule",," 1FG"
                0673 HKLM,%CurrentVersion%\Telephony\Country List\102,"Name",,"Antigua"
                0674 HKLM,%CurrentVersion%\Telephony\Country List\102,"SameAreaRule",,"G"
                0675 
748d23a7d Ge v*0676 HKLM,%CurrentVersion%\Telephony\Country List\103,"CountryCode",0x10001,0x00000001
299d5594c Alex*0677 HKLM,%CurrentVersion%\Telephony\Country List\103,"InternationalRule",,"011EFG"
                0678 HKLM,%CurrentVersion%\Telephony\Country List\103,"LongDistanceRule",," 1FG"
                0679 HKLM,%CurrentVersion%\Telephony\Country List\103,"Name",,"Bahamas"
                0680 HKLM,%CurrentVersion%\Telephony\Country List\103,"SameAreaRule",,"G"
                0681 
748d23a7d Ge v*0682 HKLM,%CurrentVersion%\Telephony\Country List\104,"CountryCode",0x10001,0x00000001
299d5594c Alex*0683 HKLM,%CurrentVersion%\Telephony\Country List\104,"InternationalRule",,"011EFG"
                0684 HKLM,%CurrentVersion%\Telephony\Country List\104,"LongDistanceRule",," 1FG"
                0685 HKLM,%CurrentVersion%\Telephony\Country List\104,"Name",,"Barbados"
                0686 HKLM,%CurrentVersion%\Telephony\Country List\104,"SameAreaRule",,"G"
                0687 
748d23a7d Ge v*0688 HKLM,%CurrentVersion%\Telephony\Country List\105,"CountryCode",0x10001,0x00000001
299d5594c Alex*0689 HKLM,%CurrentVersion%\Telephony\Country List\105,"InternationalRule",,"011EFG"
                0690 HKLM,%CurrentVersion%\Telephony\Country List\105,"LongDistanceRule",," 1FG"
                0691 HKLM,%CurrentVersion%\Telephony\Country List\105,"Name",,"Bermuda"
                0692 HKLM,%CurrentVersion%\Telephony\Country List\105,"SameAreaRule",,"G"
                0693 
748d23a7d Ge v*0694 HKLM,%CurrentVersion%\Telephony\Country List\106,"CountryCode",0x10001,0x00000001
299d5594c Alex*0695 HKLM,%CurrentVersion%\Telephony\Country List\106,"InternationalRule",,"011EFG"
                0696 HKLM,%CurrentVersion%\Telephony\Country List\106,"LongDistanceRule",," 1FG"
                0697 HKLM,%CurrentVersion%\Telephony\Country List\106,"Name",,"British Virgin Islands"
                0698 HKLM,%CurrentVersion%\Telephony\Country List\106,"SameAreaRule",,"G"
                0699 
748d23a7d Ge v*0700 HKLM,%CurrentVersion%\Telephony\Country List\107,"CountryCode",0x10001,0x00000001
299d5594c Alex*0701 HKLM,%CurrentVersion%\Telephony\Country List\107,"InternationalRule",,"011EFG"
                0702 HKLM,%CurrentVersion%\Telephony\Country List\107,"LongDistanceRule",," 1FG"
                0703 HKLM,%CurrentVersion%\Telephony\Country List\107,"Name",,"Canada"
                0704 HKLM,%CurrentVersion%\Telephony\Country List\107,"SameAreaRule",,"G"
                0705 
748d23a7d Ge v*0706 HKLM,%CurrentVersion%\Telephony\Country List\108,"CountryCode",0x10001,0x00000001
299d5594c Alex*0707 HKLM,%CurrentVersion%\Telephony\Country List\108,"InternationalRule",,"011EFG"
                0708 HKLM,%CurrentVersion%\Telephony\Country List\108,"LongDistanceRule",," 1FG"
                0709 HKLM,%CurrentVersion%\Telephony\Country List\108,"Name",,"Cayman Islands"
                0710 HKLM,%CurrentVersion%\Telephony\Country List\108,"SameAreaRule",,"G"
                0711 
748d23a7d Ge v*0712 HKLM,%CurrentVersion%\Telephony\Country List\109,"CountryCode",0x10001,0x00000001
299d5594c Alex*0713 HKLM,%CurrentVersion%\Telephony\Country List\109,"InternationalRule",,"011EFG"
                0714 HKLM,%CurrentVersion%\Telephony\Country List\109,"LongDistanceRule",," 1FG"
                0715 HKLM,%CurrentVersion%\Telephony\Country List\109,"Name",,"Dominica"
                0716 HKLM,%CurrentVersion%\Telephony\Country List\109,"SameAreaRule",,"G"
                0717 
748d23a7d Ge v*0718 HKLM,%CurrentVersion%\Telephony\Country List\110,"CountryCode",0x10001,0x00000001
299d5594c Alex*0719 HKLM,%CurrentVersion%\Telephony\Country List\110,"InternationalRule",,"011EFG"
                0720 HKLM,%CurrentVersion%\Telephony\Country List\110,"LongDistanceRule",," 1FG"
                0721 HKLM,%CurrentVersion%\Telephony\Country List\110,"Name",,"Dominican Republic"
                0722 HKLM,%CurrentVersion%\Telephony\Country List\110,"SameAreaRule",,"G"
                0723 
748d23a7d Ge v*0724 HKLM,%CurrentVersion%\Telephony\Country List\111,"CountryCode",0x10001,0x00000001
299d5594c Alex*0725 HKLM,%CurrentVersion%\Telephony\Country List\111,"InternationalRule",,"011EFG"
                0726 HKLM,%CurrentVersion%\Telephony\Country List\111,"LongDistanceRule",," 1FG"
                0727 HKLM,%CurrentVersion%\Telephony\Country List\111,"Name",,"Grenada"
                0728 HKLM,%CurrentVersion%\Telephony\Country List\111,"SameAreaRule",,"G"
                0729 
748d23a7d Ge v*0730 HKLM,%CurrentVersion%\Telephony\Country List\112,"CountryCode",0x10001,0x00000001
299d5594c Alex*0731 HKLM,%CurrentVersion%\Telephony\Country List\112,"InternationalRule",,"011EFG"
                0732 HKLM,%CurrentVersion%\Telephony\Country List\112,"LongDistanceRule",," 1FG"
                0733 HKLM,%CurrentVersion%\Telephony\Country List\112,"Name",,"Jamaica"
                0734 HKLM,%CurrentVersion%\Telephony\Country List\112,"SameAreaRule",,"G"
                0735 
748d23a7d Ge v*0736 HKLM,%CurrentVersion%\Telephony\Country List\113,"CountryCode",0x10001,0x00000001
299d5594c Alex*0737 HKLM,%CurrentVersion%\Telephony\Country List\113,"InternationalRule",,"011EFG"
                0738 HKLM,%CurrentVersion%\Telephony\Country List\113,"LongDistanceRule",," 1FG"
                0739 HKLM,%CurrentVersion%\Telephony\Country List\113,"Name",,"Montserrat"
                0740 HKLM,%CurrentVersion%\Telephony\Country List\113,"SameAreaRule",,"G"
                0741 
748d23a7d Ge v*0742 HKLM,%CurrentVersion%\Telephony\Country List\115,"CountryCode",0x10001,0x00000001
299d5594c Alex*0743 HKLM,%CurrentVersion%\Telephony\Country List\115,"InternationalRule",,"011EFG"
                0744 HKLM,%CurrentVersion%\Telephony\Country List\115,"LongDistanceRule",," 1FG"
                0745 HKLM,%CurrentVersion%\Telephony\Country List\115,"Name",,"St. Kitts and Nevis"
                0746 HKLM,%CurrentVersion%\Telephony\Country List\115,"SameAreaRule",,"G"
                0747 
748d23a7d Ge v*0748 HKLM,%CurrentVersion%\Telephony\Country List\116,"CountryCode",0x10001,0x00000001
299d5594c Alex*0749 HKLM,%CurrentVersion%\Telephony\Country List\116,"InternationalRule",,"0EFG"
                0750 HKLM,%CurrentVersion%\Telephony\Country List\116,"LongDistanceRule",," 1FG"
                0751 HKLM,%CurrentVersion%\Telephony\Country List\116,"Name",,"St. Vincent and the Grenadines"
                0752 HKLM,%CurrentVersion%\Telephony\Country List\116,"SameAreaRule",,"G"
                0753 
748d23a7d Ge v*0754 HKLM,%CurrentVersion%\Telephony\Country List\117,"CountryCode",0x10001,0x00000001
299d5594c Alex*0755 HKLM,%CurrentVersion%\Telephony\Country List\117,"InternationalRule",,"011EFG"
                0756 HKLM,%CurrentVersion%\Telephony\Country List\117,"LongDistanceRule",," 1FG"
                0757 HKLM,%CurrentVersion%\Telephony\Country List\117,"Name",,"Trinidad and Tobago"
                0758 HKLM,%CurrentVersion%\Telephony\Country List\117,"SameAreaRule",,"G"
                0759 
748d23a7d Ge v*0760 HKLM,%CurrentVersion%\Telephony\Country List\118,"CountryCode",0x10001,0x00000001
299d5594c Alex*0761 HKLM,%CurrentVersion%\Telephony\Country List\118,"InternationalRule",,"0EFG"
                0762 HKLM,%CurrentVersion%\Telephony\Country List\118,"LongDistanceRule",," 1FG"
                0763 HKLM,%CurrentVersion%\Telephony\Country List\118,"Name",,"Turks and Caicos Islands"
                0764 HKLM,%CurrentVersion%\Telephony\Country List\118,"SameAreaRule",,"G"
                0765 
748d23a7d Ge v*0766 HKLM,%CurrentVersion%\Telephony\Country List\120,"CountryCode",0x10001,0x00000001
299d5594c Alex*0767 HKLM,%CurrentVersion%\Telephony\Country List\120,"InternationalRule",,"011EFG"
                0768 HKLM,%CurrentVersion%\Telephony\Country List\120,"LongDistanceRule",," 1FG"
                0769 HKLM,%CurrentVersion%\Telephony\Country List\120,"Name",,"Barbuda"
                0770 HKLM,%CurrentVersion%\Telephony\Country List\120,"SameAreaRule",,"G"
                0771 
748d23a7d Ge v*0772 HKLM,%CurrentVersion%\Telephony\Country List\121,"CountryCode",0x10001,0x00000001
299d5594c Alex*0773 HKLM,%CurrentVersion%\Telephony\Country List\121,"InternationalRule",,"011EFG"
                0774 HKLM,%CurrentVersion%\Telephony\Country List\121,"LongDistanceRule",," 1FG"
                0775 HKLM,%CurrentVersion%\Telephony\Country List\121,"Name",,"Puerto Rico"
                0776 HKLM,%CurrentVersion%\Telephony\Country List\121,"SameAreaRule",,"G"
                0777 
748d23a7d Ge v*0778 HKLM,%CurrentVersion%\Telephony\Country List\122,"CountryCode",0x10001,0x00000001
299d5594c Alex*0779 HKLM,%CurrentVersion%\Telephony\Country List\122,"InternationalRule",,"011EFG"
                0780 HKLM,%CurrentVersion%\Telephony\Country List\122,"LongDistanceRule",," 1FG"
                0781 HKLM,%CurrentVersion%\Telephony\Country List\122,"Name",,"Saint Lucia"
                0782 HKLM,%CurrentVersion%\Telephony\Country List\122,"SameAreaRule",,"G"
                0783 
748d23a7d Ge v*0784 HKLM,%CurrentVersion%\Telephony\Country List\123,"CountryCode",0x10001,0x00000001
299d5594c Alex*0785 HKLM,%CurrentVersion%\Telephony\Country List\123,"InternationalRule",,"011EFG"
                0786 HKLM,%CurrentVersion%\Telephony\Country List\123,"LongDistanceRule",," 1FG"
                0787 HKLM,%CurrentVersion%\Telephony\Country List\123,"Name",,"United States Virgin Islands"
                0788 HKLM,%CurrentVersion%\Telephony\Country List\123,"SameAreaRule",,"G"
                0789 
748d23a7d Ge v*0790 HKLM,%CurrentVersion%\Telephony\Country List\124,"CountryCode",0x10001,0x00000001
299d5594c Alex*0791 HKLM,%CurrentVersion%\Telephony\Country List\124,"InternationalRule",,"011EFG"
                0792 HKLM,%CurrentVersion%\Telephony\Country List\124,"LongDistanceRule",," 1FG"
                0793 HKLM,%CurrentVersion%\Telephony\Country List\124,"Name",,"Guam"
                0794 HKLM,%CurrentVersion%\Telephony\Country List\124,"SameAreaRule",,"G"
                0795 
748d23a7d Ge v*0796 HKLM,%CurrentVersion%\Telephony\Country List\20,"CountryCode",0x10001,0x00000014
299d5594c Alex*0797 HKLM,%CurrentVersion%\Telephony\Country List\20,"InternationalRule",,"00EFG"
                0798 HKLM,%CurrentVersion%\Telephony\Country List\20,"LongDistanceRule",,"0FG"
                0799 HKLM,%CurrentVersion%\Telephony\Country List\20,"Name",,"Egypt"
                0800 HKLM,%CurrentVersion%\Telephony\Country List\20,"SameAreaRule",,"G"
                0801 
748d23a7d Ge v*0802 HKLM,%CurrentVersion%\Telephony\Country List\212,"CountryCode",0x10001,0x000000d4
299d5594c Alex*0803 HKLM,%CurrentVersion%\Telephony\Country List\212,"InternationalRule",,"00EFG"
                0804 HKLM,%CurrentVersion%\Telephony\Country List\212,"LongDistanceRule",,"0FG"
                0805 HKLM,%CurrentVersion%\Telephony\Country List\212,"Name",,"Morocco"
                0806 HKLM,%CurrentVersion%\Telephony\Country List\212,"SameAreaRule",,"G"
                0807 
748d23a7d Ge v*0808 HKLM,%CurrentVersion%\Telephony\Country List\213,"CountryCode",0x10001,0x000000d5
299d5594c Alex*0809 HKLM,%CurrentVersion%\Telephony\Country List\213,"InternationalRule",,"00,EFG"
                0810 HKLM,%CurrentVersion%\Telephony\Country List\213,"LongDistanceRule",,"0FG"
                0811 HKLM,%CurrentVersion%\Telephony\Country List\213,"Name",,"Algeria"
                0812 HKLM,%CurrentVersion%\Telephony\Country List\213,"SameAreaRule",,"G"
                0813 
748d23a7d Ge v*0814 HKLM,%CurrentVersion%\Telephony\Country List\216,"CountryCode",0x10001,0x000000d8
299d5594c Alex*0815 HKLM,%CurrentVersion%\Telephony\Country List\216,"InternationalRule",,"00EFG"
                0816 HKLM,%CurrentVersion%\Telephony\Country List\216,"LongDistanceRule",,"0FG"
                0817 HKLM,%CurrentVersion%\Telephony\Country List\216,"Name",,"Tunisia"
                0818 HKLM,%CurrentVersion%\Telephony\Country List\216,"SameAreaRule",,"G"
                0819 
748d23a7d Ge v*0820 HKLM,%CurrentVersion%\Telephony\Country List\218,"CountryCode",0x10001,0x000000da
299d5594c Alex*0821 HKLM,%CurrentVersion%\Telephony\Country List\218,"InternationalRule",,"00EFG"
                0822 HKLM,%CurrentVersion%\Telephony\Country List\218,"LongDistanceRule",,"0FG"
                0823 HKLM,%CurrentVersion%\Telephony\Country List\218,"Name",,"Libya"
                0824 HKLM,%CurrentVersion%\Telephony\Country List\218,"SameAreaRule",,"G"
                0825 
748d23a7d Ge v*0826 HKLM,%CurrentVersion%\Telephony\Country List\220,"CountryCode",0x10001,0x000000dc
299d5594c Alex*0827 HKLM,%CurrentVersion%\Telephony\Country List\220,"InternationalRule",,"00EFG"
                0828 HKLM,%CurrentVersion%\Telephony\Country List\220,"LongDistanceRule",,""
                0829 HKLM,%CurrentVersion%\Telephony\Country List\220,"Name",,"Gambia"
                0830 HKLM,%CurrentVersion%\Telephony\Country List\220,"SameAreaRule",,"G"
                0831 
748d23a7d Ge v*0832 HKLM,%CurrentVersion%\Telephony\Country List\221,"CountryCode",0x10001,0x000000dd
299d5594c Alex*0833 HKLM,%CurrentVersion%\Telephony\Country List\221,"InternationalRule",,"00EFG"
                0834 HKLM,%CurrentVersion%\Telephony\Country List\221,"LongDistanceRule",,""
                0835 HKLM,%CurrentVersion%\Telephony\Country List\221,"Name",,"Senegal Republic"
                0836 HKLM,%CurrentVersion%\Telephony\Country List\221,"SameAreaRule",,"G"
                0837 
748d23a7d Ge v*0838 HKLM,%CurrentVersion%\Telephony\Country List\222,"CountryCode",0x10001,0x000000de
299d5594c Alex*0839 HKLM,%CurrentVersion%\Telephony\Country List\222,"InternationalRule",,"00EFG"
                0840 HKLM,%CurrentVersion%\Telephony\Country List\222,"LongDistanceRule",,""
                0841 HKLM,%CurrentVersion%\Telephony\Country List\222,"Name",,"Mauritania"
                0842 HKLM,%CurrentVersion%\Telephony\Country List\222,"SameAreaRule",,"G"
                0843 
748d23a7d Ge v*0844 HKLM,%CurrentVersion%\Telephony\Country List\223,"CountryCode",0x10001,0x000000df
299d5594c Alex*0845 HKLM,%CurrentVersion%\Telephony\Country List\223,"InternationalRule",,"00EFG"
                0846 HKLM,%CurrentVersion%\Telephony\Country List\223,"LongDistanceRule",,""
                0847 HKLM,%CurrentVersion%\Telephony\Country List\223,"Name",,"Mali"
                0848 HKLM,%CurrentVersion%\Telephony\Country List\223,"SameAreaRule",,"G"
                0849 
748d23a7d Ge v*0850 HKLM,%CurrentVersion%\Telephony\Country List\224,"CountryCode",0x10001,0x000000e0
299d5594c Alex*0851 HKLM,%CurrentVersion%\Telephony\Country List\224,"InternationalRule",,"00EFG"
                0852 HKLM,%CurrentVersion%\Telephony\Country List\224,"LongDistanceRule",,""
                0853 HKLM,%CurrentVersion%\Telephony\Country List\224,"Name",,"Guinea"
                0854 HKLM,%CurrentVersion%\Telephony\Country List\224,"SameAreaRule",,"G"
                0855 
748d23a7d Ge v*0856 HKLM,%CurrentVersion%\Telephony\Country List\225,"CountryCode",0x10001,0x000000e1
299d5594c Alex*0857 HKLM,%CurrentVersion%\Telephony\Country List\225,"InternationalRule",,"00EFG"
                0858 HKLM,%CurrentVersion%\Telephony\Country List\225,"LongDistanceRule",,""
                0859 HKLM,%CurrentVersion%\Telephony\Country List\225,"Name",,"Cote d'Ivoire"
                0860 HKLM,%CurrentVersion%\Telephony\Country List\225,"SameAreaRule",,"G"
                0861 
748d23a7d Ge v*0862 HKLM,%CurrentVersion%\Telephony\Country List\226,"CountryCode",0x10001,0x000000e2
299d5594c Alex*0863 HKLM,%CurrentVersion%\Telephony\Country List\226,"InternationalRule",,"00EFG"
                0864 HKLM,%CurrentVersion%\Telephony\Country List\226,"LongDistanceRule",,""
                0865 HKLM,%CurrentVersion%\Telephony\Country List\226,"Name",,"Burkina Faso"
                0866 HKLM,%CurrentVersion%\Telephony\Country List\226,"SameAreaRule",,"G"
                0867 
748d23a7d Ge v*0868 HKLM,%CurrentVersion%\Telephony\Country List\227,"CountryCode",0x10001,0x000000e3
299d5594c Alex*0869 HKLM,%CurrentVersion%\Telephony\Country List\227,"InternationalRule",,"00EFG"
                0870 HKLM,%CurrentVersion%\Telephony\Country List\227,"LongDistanceRule",,""
                0871 HKLM,%CurrentVersion%\Telephony\Country List\227,"Name",,"Niger"
                0872 HKLM,%CurrentVersion%\Telephony\Country List\227,"SameAreaRule",,"G"
                0873 
748d23a7d Ge v*0874 HKLM,%CurrentVersion%\Telephony\Country List\228,"CountryCode",0x10001,0x000000e4
299d5594c Alex*0875 HKLM,%CurrentVersion%\Telephony\Country List\228,"InternationalRule",,"00EFG"
                0876 HKLM,%CurrentVersion%\Telephony\Country List\228,"LongDistanceRule",,""
                0877 HKLM,%CurrentVersion%\Telephony\Country List\228,"Name",,"Togo"
                0878 HKLM,%CurrentVersion%\Telephony\Country List\228,"SameAreaRule",,"G"
                0879 
748d23a7d Ge v*0880 HKLM,%CurrentVersion%\Telephony\Country List\229,"CountryCode",0x10001,0x000000e5
299d5594c Alex*0881 HKLM,%CurrentVersion%\Telephony\Country List\229,"InternationalRule",,"00EFG"
                0882 HKLM,%CurrentVersion%\Telephony\Country List\229,"LongDistanceRule",,""
                0883 HKLM,%CurrentVersion%\Telephony\Country List\229,"Name",,"Benin"
                0884 HKLM,%CurrentVersion%\Telephony\Country List\229,"SameAreaRule",,"G"
                0885 
748d23a7d Ge v*0886 HKLM,%CurrentVersion%\Telephony\Country List\230,"CountryCode",0x10001,0x000000e6
299d5594c Alex*0887 HKLM,%CurrentVersion%\Telephony\Country List\230,"InternationalRule",,"00EFG"
                0888 HKLM,%CurrentVersion%\Telephony\Country List\230,"LongDistanceRule",,""
                0889 HKLM,%CurrentVersion%\Telephony\Country List\230,"Name",,"Mauritius"
                0890 HKLM,%CurrentVersion%\Telephony\Country List\230,"SameAreaRule",,"G"
                0891 
748d23a7d Ge v*0892 HKLM,%CurrentVersion%\Telephony\Country List\231,"CountryCode",0x10001,0x000000e7
299d5594c Alex*0893 HKLM,%CurrentVersion%\Telephony\Country List\231,"InternationalRule",,"0EFG"
                0894 HKLM,%CurrentVersion%\Telephony\Country List\231,"LongDistanceRule",,""
                0895 HKLM,%CurrentVersion%\Telephony\Country List\231,"Name",,"Liberia"
                0896 HKLM,%CurrentVersion%\Telephony\Country List\231,"SameAreaRule",,"G"
                0897 
748d23a7d Ge v*0898 HKLM,%CurrentVersion%\Telephony\Country List\232,"CountryCode",0x10001,0x000000e8
299d5594c Alex*0899 HKLM,%CurrentVersion%\Telephony\Country List\232,"InternationalRule",,"00EFG"
                0900 HKLM,%CurrentVersion%\Telephony\Country List\232,"LongDistanceRule",,"IG"
                0901 HKLM,%CurrentVersion%\Telephony\Country List\232,"Name",,"Sierra Leone"
                0902 HKLM,%CurrentVersion%\Telephony\Country List\232,"SameAreaRule",,"G"
                0903 
748d23a7d Ge v*0904 HKLM,%CurrentVersion%\Telephony\Country List\233,"CountryCode",0x10001,0x000000e9
299d5594c Alex*0905 HKLM,%CurrentVersion%\Telephony\Country List\233,"InternationalRule",,"00EFG"
                0906 HKLM,%CurrentVersion%\Telephony\Country List\233,"LongDistanceRule",,""
                0907 HKLM,%CurrentVersion%\Telephony\Country List\233,"Name",,"Ghana"
                0908 HKLM,%CurrentVersion%\Telephony\Country List\233,"SameAreaRule",,"G"
                0909 
748d23a7d Ge v*0910 HKLM,%CurrentVersion%\Telephony\Country List\234,"CountryCode",0x10001,0x000000ea
299d5594c Alex*0911 HKLM,%CurrentVersion%\Telephony\Country List\234,"InternationalRule",,"009EFG"
                0912 HKLM,%CurrentVersion%\Telephony\Country List\234,"LongDistanceRule",,"0FG"
                0913 HKLM,%CurrentVersion%\Telephony\Country List\234,"Name",,"Nigeria"
                0914 HKLM,%CurrentVersion%\Telephony\Country List\234,"SameAreaRule",,"G"
                0915 
748d23a7d Ge v*0916 HKLM,%CurrentVersion%\Telephony\Country List\235,"CountryCode",0x10001,0x000000eb
299d5594c Alex*0917 HKLM,%CurrentVersion%\Telephony\Country List\235,"InternationalRule",,"15EFG"
                0918 HKLM,%CurrentVersion%\Telephony\Country List\235,"LongDistanceRule",,""
                0919 HKLM,%CurrentVersion%\Telephony\Country List\235,"Name",,"Chad"
                0920 HKLM,%CurrentVersion%\Telephony\Country List\235,"SameAreaRule",,"G"
                0921 
748d23a7d Ge v*0922 HKLM,%CurrentVersion%\Telephony\Country List\236,"CountryCode",0x10001,0x000000ec
299d5594c Alex*0923 HKLM,%CurrentVersion%\Telephony\Country List\236,"InternationalRule",,"19EFG"
                0924 HKLM,%CurrentVersion%\Telephony\Country List\236,"LongDistanceRule",,""
                0925 HKLM,%CurrentVersion%\Telephony\Country List\236,"Name",,"Central African Republic"
                0926 HKLM,%CurrentVersion%\Telephony\Country List\236,"SameAreaRule",,"G"
                0927 
748d23a7d Ge v*0928 HKLM,%CurrentVersion%\Telephony\Country List\237,"CountryCode",0x10001,0x000000ed
299d5594c Alex*0929 HKLM,%CurrentVersion%\Telephony\Country List\237,"InternationalRule",,"00EFG"
                0930 HKLM,%CurrentVersion%\Telephony\Country List\237,"LongDistanceRule",,""
                0931 HKLM,%CurrentVersion%\Telephony\Country List\237,"Name",,"Cameroon"
                0932 HKLM,%CurrentVersion%\Telephony\Country List\237,"SameAreaRule",,"G"
                0933 
748d23a7d Ge v*0934 HKLM,%CurrentVersion%\Telephony\Country List\238,"CountryCode",0x10001,0x000000ee
299d5594c Alex*0935 HKLM,%CurrentVersion%\Telephony\Country List\238,"InternationalRule",,"0EFG"
                0936 HKLM,%CurrentVersion%\Telephony\Country List\238,"LongDistanceRule",,""
                0937 HKLM,%CurrentVersion%\Telephony\Country List\238,"Name",,"Cape Verde Islands"
                0938 HKLM,%CurrentVersion%\Telephony\Country List\238,"SameAreaRule",,"G"
                0939 
748d23a7d Ge v*0940 HKLM,%CurrentVersion%\Telephony\Country List\239,"CountryCode",0x10001,0x000000ef
299d5594c Alex*0941 HKLM,%CurrentVersion%\Telephony\Country List\239,"InternationalRule",,"00EFG"
                0942 HKLM,%CurrentVersion%\Telephony\Country List\239,"LongDistanceRule",,""
                0943 HKLM,%CurrentVersion%\Telephony\Country List\239,"Name",,"Sao Tome and Principe"
                0944 HKLM,%CurrentVersion%\Telephony\Country List\239,"SameAreaRule",,"G"
                0945 
748d23a7d Ge v*0946 HKLM,%CurrentVersion%\Telephony\Country List\240,"CountryCode",0x10001,0x000000f0
299d5594c Alex*0947 HKLM,%CurrentVersion%\Telephony\Country List\240,"InternationalRule",,"00EFG"
                0948 HKLM,%CurrentVersion%\Telephony\Country List\240,"LongDistanceRule",,""
                0949 HKLM,%CurrentVersion%\Telephony\Country List\240,"Name",,"Equatorial Guinea"
                0950 HKLM,%CurrentVersion%\Telephony\Country List\240,"SameAreaRule",,"G"
                0951 
748d23a7d Ge v*0952 HKLM,%CurrentVersion%\Telephony\Country List\241,"CountryCode",0x10001,0x000000f1
299d5594c Alex*0953 HKLM,%CurrentVersion%\Telephony\Country List\241,"InternationalRule",,"00EFG"
                0954 HKLM,%CurrentVersion%\Telephony\Country List\241,"LongDistanceRule",,""
                0955 HKLM,%CurrentVersion%\Telephony\Country List\241,"Name",,"Gabon"
                0956 HKLM,%CurrentVersion%\Telephony\Country List\241,"SameAreaRule",,"G"
                0957 
748d23a7d Ge v*0958 HKLM,%CurrentVersion%\Telephony\Country List\242,"CountryCode",0x10001,0x000000f2
299d5594c Alex*0959 HKLM,%CurrentVersion%\Telephony\Country List\242,"InternationalRule",,"00EFG"
                0960 HKLM,%CurrentVersion%\Telephony\Country List\242,"LongDistanceRule",,""
                0961 HKLM,%CurrentVersion%\Telephony\Country List\242,"Name",,"Congo"
                0962 HKLM,%CurrentVersion%\Telephony\Country List\242,"SameAreaRule",,"G"
                0963 
748d23a7d Ge v*0964 HKLM,%CurrentVersion%\Telephony\Country List\243,"CountryCode",0x10001,0x000000f3
299d5594c Alex*0965 HKLM,%CurrentVersion%\Telephony\Country List\243,"InternationalRule",,"00EFG"
                0966 HKLM,%CurrentVersion%\Telephony\Country List\243,"LongDistanceRule",,""
                0967 HKLM,%CurrentVersion%\Telephony\Country List\243,"Name",,"Congo, Democratic Republic of the"
                0968 HKLM,%CurrentVersion%\Telephony\Country List\243,"SameAreaRule",,"G"
                0969 
748d23a7d Ge v*0970 HKLM,%CurrentVersion%\Telephony\Country List\244,"CountryCode",0x10001,0x000000f4
299d5594c Alex*0971 HKLM,%CurrentVersion%\Telephony\Country List\244,"InternationalRule",,"00EFG"
                0972 HKLM,%CurrentVersion%\Telephony\Country List\244,"LongDistanceRule",,"0FG"
                0973 HKLM,%CurrentVersion%\Telephony\Country List\244,"Name",,"Angola"
                0974 HKLM,%CurrentVersion%\Telephony\Country List\244,"SameAreaRule",,"G"
                0975 
748d23a7d Ge v*0976 HKLM,%CurrentVersion%\Telephony\Country List\245,"CountryCode",0x10001,0x000000f5
299d5594c Alex*0977 HKLM,%CurrentVersion%\Telephony\Country List\245,"InternationalRule",,"099EFG"
                0978 HKLM,%CurrentVersion%\Telephony\Country List\245,"LongDistanceRule",,""
                0979 HKLM,%CurrentVersion%\Telephony\Country List\245,"Name",,"Guinea-Bissau"
                0980 HKLM,%CurrentVersion%\Telephony\Country List\245,"SameAreaRule",,"G"
                0981 
748d23a7d Ge v*0982 HKLM,%CurrentVersion%\Telephony\Country List\246,"CountryCode",0x10001,0x000000f6
299d5594c Alex*0983 HKLM,%CurrentVersion%\Telephony\Country List\246,"InternationalRule",,"00EFG"
                0984 HKLM,%CurrentVersion%\Telephony\Country List\246,"LongDistanceRule",,""
                0985 HKLM,%CurrentVersion%\Telephony\Country List\246,"Name",,"Diego Garcia"
                0986 HKLM,%CurrentVersion%\Telephony\Country List\246,"SameAreaRule",,"G"
                0987 
748d23a7d Ge v*0988 HKLM,%CurrentVersion%\Telephony\Country List\247,"CountryCode",0x10001,0x000000f7
299d5594c Alex*0989 HKLM,%CurrentVersion%\Telephony\Country List\247,"InternationalRule",,"01EFG"
                0990 HKLM,%CurrentVersion%\Telephony\Country List\247,"LongDistanceRule",,""
                0991 HKLM,%CurrentVersion%\Telephony\Country List\247,"Name",,"Ascension Island"
                0992 HKLM,%CurrentVersion%\Telephony\Country List\247,"SameAreaRule",,"G"
                0993 
748d23a7d Ge v*0994 HKLM,%CurrentVersion%\Telephony\Country List\248,"CountryCode",0x10001,0x000000f8
299d5594c Alex*0995 HKLM,%CurrentVersion%\Telephony\Country List\248,"InternationalRule",,"00EFG"
                0996 HKLM,%CurrentVersion%\Telephony\Country List\248,"LongDistanceRule",,""
                0997 HKLM,%CurrentVersion%\Telephony\Country List\248,"Name",,"Seychelles"
                0998 HKLM,%CurrentVersion%\Telephony\Country List\248,"SameAreaRule",,"G"
                0999 
748d23a7d Ge v*1000 HKLM,%CurrentVersion%\Telephony\Country List\249,"CountryCode",0x10001,0x000000f9
299d5594c Alex*1001 HKLM,%CurrentVersion%\Telephony\Country List\249,"InternationalRule",,"00EFG"
                1002 HKLM,%CurrentVersion%\Telephony\Country List\249,"LongDistanceRule",,"0FG"
                1003 HKLM,%CurrentVersion%\Telephony\Country List\249,"Name",,"Sudan"
                1004 HKLM,%CurrentVersion%\Telephony\Country List\249,"SameAreaRule",,"G"
                1005 
748d23a7d Ge v*1006 HKLM,%CurrentVersion%\Telephony\Country List\250,"CountryCode",0x10001,0x000000fa
299d5594c Alex*1007 HKLM,%CurrentVersion%\Telephony\Country List\250,"InternationalRule",,"00EFG"
                1008 HKLM,%CurrentVersion%\Telephony\Country List\250,"LongDistanceRule",,""
                1009 HKLM,%CurrentVersion%\Telephony\Country List\250,"Name",,"Rwanda"
                1010 HKLM,%CurrentVersion%\Telephony\Country List\250,"SameAreaRule",,"G"
                1011 
748d23a7d Ge v*1012 HKLM,%CurrentVersion%\Telephony\Country List\251,"CountryCode",0x10001,0x000000fb
299d5594c Alex*1013 HKLM,%CurrentVersion%\Telephony\Country List\251,"InternationalRule",,"00EFG"
                1014 HKLM,%CurrentVersion%\Telephony\Country List\251,"LongDistanceRule",,"0FG"
                1015 HKLM,%CurrentVersion%\Telephony\Country List\251,"Name",,"Ethiopia"
                1016 HKLM,%CurrentVersion%\Telephony\Country List\251,"SameAreaRule",,"G"
                1017 
748d23a7d Ge v*1018 HKLM,%CurrentVersion%\Telephony\Country List\252,"CountryCode",0x10001,0x000000fc
299d5594c Alex*1019 HKLM,%CurrentVersion%\Telephony\Country List\252,"InternationalRule",,"19,EFG"
                1020 HKLM,%CurrentVersion%\Telephony\Country List\252,"LongDistanceRule",,""
                1021 HKLM,%CurrentVersion%\Telephony\Country List\252,"Name",,"Somalia"
                1022 HKLM,%CurrentVersion%\Telephony\Country List\252,"SameAreaRule",,"G"
                1023 
748d23a7d Ge v*1024 HKLM,%CurrentVersion%\Telephony\Country List\253,"CountryCode",0x10001,0x000000fd
299d5594c Alex*1025 HKLM,%CurrentVersion%\Telephony\Country List\253,"InternationalRule",,"00EFG"
                1026 HKLM,%CurrentVersion%\Telephony\Country List\253,"LongDistanceRule",,""
                1027 HKLM,%CurrentVersion%\Telephony\Country List\253,"Name",,"Djibouti"
                1028 HKLM,%CurrentVersion%\Telephony\Country List\253,"SameAreaRule",,"G"
                1029 
748d23a7d Ge v*1030 HKLM,%CurrentVersion%\Telephony\Country List\254,"CountryCode",0x10001,0x000000fe
299d5594c Alex*1031 HKLM,%CurrentVersion%\Telephony\Country List\254,"InternationalRule",,"000EFG"
                1032 HKLM,%CurrentVersion%\Telephony\Country List\254,"LongDistanceRule",,"0FG"
                1033 HKLM,%CurrentVersion%\Telephony\Country List\254,"Name",,"Kenya"
                1034 HKLM,%CurrentVersion%\Telephony\Country List\254,"SameAreaRule",,"G"
                1035 
748d23a7d Ge v*1036 HKLM,%CurrentVersion%\Telephony\Country List\255,"CountryCode",0x10001,0x000000ff
299d5594c Alex*1037 HKLM,%CurrentVersion%\Telephony\Country List\255,"InternationalRule",,"0900EFG"
                1038 HKLM,%CurrentVersion%\Telephony\Country List\255,"LongDistanceRule",,"0FG"
                1039 HKLM,%CurrentVersion%\Telephony\Country List\255,"Name",,"Tanzania"
                1040 HKLM,%CurrentVersion%\Telephony\Country List\255,"SameAreaRule",,"G"
                1041 
748d23a7d Ge v*1042 HKLM,%CurrentVersion%\Telephony\Country List\256,"CountryCode",0x10001,0x00000100
299d5594c Alex*1043 HKLM,%CurrentVersion%\Telephony\Country List\256,"InternationalRule",,"00EFG"
                1044 HKLM,%CurrentVersion%\Telephony\Country List\256,"LongDistanceRule",,"0FG"
                1045 HKLM,%CurrentVersion%\Telephony\Country List\256,"Name",,"Uganda"
                1046 HKLM,%CurrentVersion%\Telephony\Country List\256,"SameAreaRule",,"G"
                1047 
748d23a7d Ge v*1048 HKLM,%CurrentVersion%\Telephony\Country List\257,"CountryCode",0x10001,0x00000101
299d5594c Alex*1049 HKLM,%CurrentVersion%\Telephony\Country List\257,"InternationalRule",,"90EFG"
                1050 HKLM,%CurrentVersion%\Telephony\Country List\257,"LongDistanceRule",,""
                1051 HKLM,%CurrentVersion%\Telephony\Country List\257,"Name",,"Burundi"
                1052 HKLM,%CurrentVersion%\Telephony\Country List\257,"SameAreaRule",,"G"
                1053 
748d23a7d Ge v*1054 HKLM,%CurrentVersion%\Telephony\Country List\258,"CountryCode",0x10001,0x00000102
299d5594c Alex*1055 HKLM,%CurrentVersion%\Telephony\Country List\258,"InternationalRule",,"00EFG"
                1056 HKLM,%CurrentVersion%\Telephony\Country List\258,"LongDistanceRule",,""
                1057 HKLM,%CurrentVersion%\Telephony\Country List\258,"Name",,"Mozambique"
                1058 HKLM,%CurrentVersion%\Telephony\Country List\258,"SameAreaRule",,"G"
                1059 
748d23a7d Ge v*1060 HKLM,%CurrentVersion%\Telephony\Country List\260,"CountryCode",0x10001,0x00000104
299d5594c Alex*1061 HKLM,%CurrentVersion%\Telephony\Country List\260,"InternationalRule",,"00EFG"
                1062 HKLM,%CurrentVersion%\Telephony\Country List\260,"LongDistanceRule",,"0FG"
                1063 HKLM,%CurrentVersion%\Telephony\Country List\260,"Name",,"Zambia"
                1064 HKLM,%CurrentVersion%\Telephony\Country List\260,"SameAreaRule",,"G"
                1065 
748d23a7d Ge v*1066 HKLM,%CurrentVersion%\Telephony\Country List\261,"CountryCode",0x10001,0x00000105
299d5594c Alex*1067 HKLM,%CurrentVersion%\Telephony\Country List\261,"InternationalRule",,"00EFG"
                1068 HKLM,%CurrentVersion%\Telephony\Country List\261,"LongDistanceRule",,""
                1069 HKLM,%CurrentVersion%\Telephony\Country List\261,"Name",,"Madagascar"
                1070 HKLM,%CurrentVersion%\Telephony\Country List\261,"SameAreaRule",,"G"
                1071 
748d23a7d Ge v*1072 HKLM,%CurrentVersion%\Telephony\Country List\262,"CountryCode",0x10001,0x00000106
299d5594c Alex*1073 HKLM,%CurrentVersion%\Telephony\Country List\262,"InternationalRule",,"00EFG"
                1074 HKLM,%CurrentVersion%\Telephony\Country List\262,"LongDistanceRule",,""
                1075 HKLM,%CurrentVersion%\Telephony\Country List\262,"Name",,"Reunion Island"
                1076 HKLM,%CurrentVersion%\Telephony\Country List\262,"SameAreaRule",,"G"
                1077 
748d23a7d Ge v*1078 HKLM,%CurrentVersion%\Telephony\Country List\263,"CountryCode",0x10001,0x00000107
299d5594c Alex*1079 HKLM,%CurrentVersion%\Telephony\Country List\263,"InternationalRule",,"00EFG"
                1080 HKLM,%CurrentVersion%\Telephony\Country List\263,"LongDistanceRule",,"0FG"
                1081 HKLM,%CurrentVersion%\Telephony\Country List\263,"Name",,"Zimbabwe"
                1082 HKLM,%CurrentVersion%\Telephony\Country List\263,"SameAreaRule",,"G"
                1083 
748d23a7d Ge v*1084 HKLM,%CurrentVersion%\Telephony\Country List\264,"CountryCode",0x10001,0x00000108
299d5594c Alex*1085 HKLM,%CurrentVersion%\Telephony\Country List\264,"InternationalRule",,"00EFG"
                1086 HKLM,%CurrentVersion%\Telephony\Country List\264,"LongDistanceRule",,"0FG"
                1087 HKLM,%CurrentVersion%\Telephony\Country List\264,"Name",,"Namibia"
                1088 HKLM,%CurrentVersion%\Telephony\Country List\264,"SameAreaRule",,"G"
                1089 
748d23a7d Ge v*1090 HKLM,%CurrentVersion%\Telephony\Country List\265,"CountryCode",0x10001,0x00000109
299d5594c Alex*1091 HKLM,%CurrentVersion%\Telephony\Country List\265,"InternationalRule",,"101EFG"
                1092 HKLM,%CurrentVersion%\Telephony\Country List\265,"LongDistanceRule",,""
                1093 HKLM,%CurrentVersion%\Telephony\Country List\265,"Name",,"Malawi"
                1094 HKLM,%CurrentVersion%\Telephony\Country List\265,"SameAreaRule",,"G"
                1095 
748d23a7d Ge v*1096 HKLM,%CurrentVersion%\Telephony\Country List\266,"CountryCode",0x10001,0x0000010a
299d5594c Alex*1097 HKLM,%CurrentVersion%\Telephony\Country List\266,"InternationalRule",,"00EFG"
                1098 HKLM,%CurrentVersion%\Telephony\Country List\266,"LongDistanceRule",,""
                1099 HKLM,%CurrentVersion%\Telephony\Country List\266,"Name",,"Lesotho"
                1100 HKLM,%CurrentVersion%\Telephony\Country List\266,"SameAreaRule",,"G"
                1101 
748d23a7d Ge v*1102 HKLM,%CurrentVersion%\Telephony\Country List\267,"CountryCode",0x10001,0x0000010b
299d5594c Alex*1103 HKLM,%CurrentVersion%\Telephony\Country List\267,"InternationalRule",,"00EFG"
                1104 HKLM,%CurrentVersion%\Telephony\Country List\267,"LongDistanceRule",,"0FG"
                1105 HKLM,%CurrentVersion%\Telephony\Country List\267,"Name",,"Botswana"
                1106 HKLM,%CurrentVersion%\Telephony\Country List\267,"SameAreaRule",,"G"
                1107 
748d23a7d Ge v*1108 HKLM,%CurrentVersion%\Telephony\Country List\268,"CountryCode",0x10001,0x0000010c
299d5594c Alex*1109 HKLM,%CurrentVersion%\Telephony\Country List\268,"InternationalRule",,"00EFG"
                1110 HKLM,%CurrentVersion%\Telephony\Country List\268,"LongDistanceRule",,""
                1111 HKLM,%CurrentVersion%\Telephony\Country List\268,"Name",,"Swaziland"
                1112 HKLM,%CurrentVersion%\Telephony\Country List\268,"SameAreaRule",,"G"
                1113 
748d23a7d Ge v*1114 HKLM,%CurrentVersion%\Telephony\Country List\269,"CountryCode",0x10001,0x0000010d
299d5594c Alex*1115 HKLM,%CurrentVersion%\Telephony\Country List\269,"InternationalRule",,"00EFG"
                1116 HKLM,%CurrentVersion%\Telephony\Country List\269,"LongDistanceRule",,""
                1117 HKLM,%CurrentVersion%\Telephony\Country List\269,"Name",,"Mayotte Island"
                1118 HKLM,%CurrentVersion%\Telephony\Country List\269,"SameAreaRule",,"G"
                1119 
748d23a7d Ge v*1120 HKLM,%CurrentVersion%\Telephony\Country List\2691,"CountryCode",0x10001,0x0000010d
299d5594c Alex*1121 HKLM,%CurrentVersion%\Telephony\Country List\2691,"InternationalRule",,"10EFG"
                1122 HKLM,%CurrentVersion%\Telephony\Country List\2691,"LongDistanceRule",,""
                1123 HKLM,%CurrentVersion%\Telephony\Country List\2691,"Name",,"Comoros"
                1124 HKLM,%CurrentVersion%\Telephony\Country List\2691,"SameAreaRule",,"G"
                1125 
748d23a7d Ge v*1126 HKLM,%CurrentVersion%\Telephony\Country List\27,"CountryCode",0x10001,0x0000001b
299d5594c Alex*1127 HKLM,%CurrentVersion%\Telephony\Country List\27,"InternationalRule",,"09EFG"
                1128 HKLM,%CurrentVersion%\Telephony\Country List\27,"LongDistanceRule",,"0FG"
                1129 HKLM,%CurrentVersion%\Telephony\Country List\27,"Name",,"South Africa"
                1130 HKLM,%CurrentVersion%\Telephony\Country List\27,"SameAreaRule",,"G"
                1131 
748d23a7d Ge v*1132 HKLM,%CurrentVersion%\Telephony\Country List\290,"CountryCode",0x10001,0x00000122
299d5594c Alex*1133 HKLM,%CurrentVersion%\Telephony\Country List\290,"InternationalRule",,"01EFG"
                1134 HKLM,%CurrentVersion%\Telephony\Country List\290,"LongDistanceRule",,""
                1135 HKLM,%CurrentVersion%\Telephony\Country List\290,"Name",,"St. Helena"
                1136 HKLM,%CurrentVersion%\Telephony\Country List\290,"SameAreaRule",,"G"
                1137 
748d23a7d Ge v*1138 HKLM,%CurrentVersion%\Telephony\Country List\291,"CountryCode",0x10001,0x00000123
299d5594c Alex*1139 HKLM,%CurrentVersion%\Telephony\Country List\291,"InternationalRule",,"00EFG"
                1140 HKLM,%CurrentVersion%\Telephony\Country List\291,"LongDistanceRule",,"0FG"
                1141 HKLM,%CurrentVersion%\Telephony\Country List\291,"Name",,"Eritrea"
                1142 HKLM,%CurrentVersion%\Telephony\Country List\291,"SameAreaRule",,"G"
                1143 
748d23a7d Ge v*1144 HKLM,%CurrentVersion%\Telephony\Country List\297,"CountryCode",0x10001,0x00000129
299d5594c Alex*1145 HKLM,%CurrentVersion%\Telephony\Country List\297,"InternationalRule",,"00EFG"
                1146 HKLM,%CurrentVersion%\Telephony\Country List\297,"LongDistanceRule",,""
                1147 HKLM,%CurrentVersion%\Telephony\Country List\297,"Name",,"Aruba"
                1148 HKLM,%CurrentVersion%\Telephony\Country List\297,"SameAreaRule",,"G"
                1149 
748d23a7d Ge v*1150 HKLM,%CurrentVersion%\Telephony\Country List\298,"CountryCode",0x10001,0x0000012a
299d5594c Alex*1151 HKLM,%CurrentVersion%\Telephony\Country List\298,"InternationalRule",,"009EFG"
                1152 HKLM,%CurrentVersion%\Telephony\Country List\298,"LongDistanceRule",,""
                1153 HKLM,%CurrentVersion%\Telephony\Country List\298,"Name",,"Faroe Islands"
                1154 HKLM,%CurrentVersion%\Telephony\Country List\298,"SameAreaRule",,"G"
                1155 
748d23a7d Ge v*1156 HKLM,%CurrentVersion%\Telephony\Country List\299,"CountryCode",0x10001,0x0000012b
299d5594c Alex*1157 HKLM,%CurrentVersion%\Telephony\Country List\299,"InternationalRule",,"009EFG"
                1158 HKLM,%CurrentVersion%\Telephony\Country List\299,"LongDistanceRule",,""
                1159 HKLM,%CurrentVersion%\Telephony\Country List\299,"Name",,"Greenland"
                1160 HKLM,%CurrentVersion%\Telephony\Country List\299,"SameAreaRule",,"G"
                1161 
748d23a7d Ge v*1162 HKLM,%CurrentVersion%\Telephony\Country List\30,"CountryCode",0x10001,0x0000001e
299d5594c Alex*1163 HKLM,%CurrentVersion%\Telephony\Country List\30,"InternationalRule",,"00EFG"
                1164 HKLM,%CurrentVersion%\Telephony\Country List\30,"LongDistanceRule",,"0FG"
                1165 HKLM,%CurrentVersion%\Telephony\Country List\30,"Name",,"Greece"
                1166 HKLM,%CurrentVersion%\Telephony\Country List\30,"SameAreaRule",,"G"
                1167 
748d23a7d Ge v*1168 HKLM,%CurrentVersion%\Telephony\Country List\31,"CountryCode",0x10001,0x0000001f
299d5594c Alex*1169 HKLM,%CurrentVersion%\Telephony\Country List\31,"InternationalRule",,"00EFG"
                1170 HKLM,%CurrentVersion%\Telephony\Country List\31,"LongDistanceRule",,"0FG"
                1171 HKLM,%CurrentVersion%\Telephony\Country List\31,"Name",,"Netherlands"
                1172 HKLM,%CurrentVersion%\Telephony\Country List\31,"SameAreaRule",,"G"
                1173 
748d23a7d Ge v*1174 HKLM,%CurrentVersion%\Telephony\Country List\32,"CountryCode",0x10001,0x00000020
299d5594c Alex*1175 HKLM,%CurrentVersion%\Telephony\Country List\32,"InternationalRule",,"00EFG"
                1176 HKLM,%CurrentVersion%\Telephony\Country List\32,"LongDistanceRule",,"0FG"
                1177 HKLM,%CurrentVersion%\Telephony\Country List\32,"Name",,"Belgium"
                1178 HKLM,%CurrentVersion%\Telephony\Country List\32,"SameAreaRule",,"G"
                1179 
748d23a7d Ge v*1180 HKLM,%CurrentVersion%\Telephony\Country List\33,"CountryCode",0x10001,0x00000021
299d5594c Alex*1181 HKLM,%CurrentVersion%\Telephony\Country List\33,"InternationalRule",,"00EFG"
                1182 HKLM,%CurrentVersion%\Telephony\Country List\33,"LongDistanceRule",,"0FG"
                1183 HKLM,%CurrentVersion%\Telephony\Country List\33,"Name",,"France"
                1184 HKLM,%CurrentVersion%\Telephony\Country List\33,"SameAreaRule",,"0FG"
                1185 
748d23a7d Ge v*1186 HKLM,%CurrentVersion%\Telephony\Country List\34,"CountryCode",0x10001,0x00000022
299d5594c Alex*1187 HKLM,%CurrentVersion%\Telephony\Country List\34,"InternationalRule",,"00,EFG"
                1188 HKLM,%CurrentVersion%\Telephony\Country List\34,"LongDistanceRule",,"IG"
                1189 HKLM,%CurrentVersion%\Telephony\Country List\34,"Name",,"Spain"
                1190 HKLM,%CurrentVersion%\Telephony\Country List\34,"SameAreaRule",,"IG"
                1191 
748d23a7d Ge v*1192 HKLM,%CurrentVersion%\Telephony\Country List\350,"CountryCode",0x10001,0x0000015e
299d5594c Alex*1193 HKLM,%CurrentVersion%\Telephony\Country List\350,"InternationalRule",,"00EFG"
                1194 HKLM,%CurrentVersion%\Telephony\Country List\350,"LongDistanceRule",,""
                1195 HKLM,%CurrentVersion%\Telephony\Country List\350,"Name",,"Gibraltar"
                1196 HKLM,%CurrentVersion%\Telephony\Country List\350,"SameAreaRule",,"G"
                1197 
748d23a7d Ge v*1198 HKLM,%CurrentVersion%\Telephony\Country List\351,"CountryCode",0x10001,0x0000015f
299d5594c Alex*1199 HKLM,%CurrentVersion%\Telephony\Country List\351,"InternationalRule",,"00EFG"
                1200 HKLM,%CurrentVersion%\Telephony\Country List\351,"LongDistanceRule",,"IG"
                1201 HKLM,%CurrentVersion%\Telephony\Country List\351,"Name",,"Portugal"
                1202 HKLM,%CurrentVersion%\Telephony\Country List\351,"SameAreaRule",,"IG"
                1203 
748d23a7d Ge v*1204 HKLM,%CurrentVersion%\Telephony\Country List\352,"CountryCode",0x10001,0x00000160
299d5594c Alex*1205 HKLM,%CurrentVersion%\Telephony\Country List\352,"InternationalRule",,"00EFG"
                1206 HKLM,%CurrentVersion%\Telephony\Country List\352,"LongDistanceRule",,""
                1207 HKLM,%CurrentVersion%\Telephony\Country List\352,"Name",,"Luxembourg"
                1208 HKLM,%CurrentVersion%\Telephony\Country List\352,"SameAreaRule",,"G"
                1209 
748d23a7d Ge v*1210 HKLM,%CurrentVersion%\Telephony\Country List\353,"CountryCode",0x10001,0x00000161
299d5594c Alex*1211 HKLM,%CurrentVersion%\Telephony\Country List\353,"InternationalRule",,"00EFG"
                1212 HKLM,%CurrentVersion%\Telephony\Country List\353,"LongDistanceRule",,"0FG"
                1213 HKLM,%CurrentVersion%\Telephony\Country List\353,"Name",,"Ireland"
                1214 HKLM,%CurrentVersion%\Telephony\Country List\353,"SameAreaRule",,"G"
                1215 
748d23a7d Ge v*1216 HKLM,%CurrentVersion%\Telephony\Country List\354,"CountryCode",0x10001,0x00000162
299d5594c Alex*1217 HKLM,%CurrentVersion%\Telephony\Country List\354,"InternationalRule",,"00EFG"
                1218 HKLM,%CurrentVersion%\Telephony\Country List\354,"LongDistanceRule",,"0FG"
                1219 HKLM,%CurrentVersion%\Telephony\Country List\354,"Name",,"Iceland"
                1220 HKLM,%CurrentVersion%\Telephony\Country List\354,"SameAreaRule",,"G"
                1221 
748d23a7d Ge v*1222 HKLM,%CurrentVersion%\Telephony\Country List\355,"CountryCode",0x10001,0x00000163
299d5594c Alex*1223 HKLM,%CurrentVersion%\Telephony\Country List\355,"InternationalRule",,"00EFG"
                1224 HKLM,%CurrentVersion%\Telephony\Country List\355,"LongDistanceRule",,"0FG"
                1225 HKLM,%CurrentVersion%\Telephony\Country List\355,"Name",,"Albania"
                1226 HKLM,%CurrentVersion%\Telephony\Country List\355,"SameAreaRule",,"G"
                1227 
748d23a7d Ge v*1228 HKLM,%CurrentVersion%\Telephony\Country List\356,"CountryCode",0x10001,0x00000164
299d5594c Alex*1229 HKLM,%CurrentVersion%\Telephony\Country List\356,"InternationalRule",,"00EFG"
                1230 HKLM,%CurrentVersion%\Telephony\Country List\356,"LongDistanceRule",,""
                1231 HKLM,%CurrentVersion%\Telephony\Country List\356,"Name",,"Malta"
                1232 HKLM,%CurrentVersion%\Telephony\Country List\356,"SameAreaRule",,"G"
                1233 
748d23a7d Ge v*1234 HKLM,%CurrentVersion%\Telephony\Country List\357,"CountryCode",0x10001,0x00000165
299d5594c Alex*1235 HKLM,%CurrentVersion%\Telephony\Country List\357,"InternationalRule",,"00EFG"
                1236 HKLM,%CurrentVersion%\Telephony\Country List\357,"LongDistanceRule",,"0FG"
                1237 HKLM,%CurrentVersion%\Telephony\Country List\357,"Name",,"Cyprus"
                1238 HKLM,%CurrentVersion%\Telephony\Country List\357,"SameAreaRule",,"G"
                1239 
748d23a7d Ge v*1240 HKLM,%CurrentVersion%\Telephony\Country List\358,"CountryCode",0x10001,0x00000166
299d5594c Alex*1241 HKLM,%CurrentVersion%\Telephony\Country List\358,"InternationalRule",,"00EFG"
                1242 HKLM,%CurrentVersion%\Telephony\Country List\358,"LongDistanceRule",,"0FG"
                1243 HKLM,%CurrentVersion%\Telephony\Country List\358,"Name",,"Finland"
                1244 HKLM,%CurrentVersion%\Telephony\Country List\358,"SameAreaRule",,"G"
                1245 
748d23a7d Ge v*1246 HKLM,%CurrentVersion%\Telephony\Country List\359,"CountryCode",0x10001,0x00000167
299d5594c Alex*1247 HKLM,%CurrentVersion%\Telephony\Country List\359,"InternationalRule",,"00EFG"
                1248 HKLM,%CurrentVersion%\Telephony\Country List\359,"LongDistanceRule",,"0FG"
                1249 HKLM,%CurrentVersion%\Telephony\Country List\359,"Name",,"Bulgaria"
                1250 HKLM,%CurrentVersion%\Telephony\Country List\359,"SameAreaRule",,"G"
                1251 
748d23a7d Ge v*1252 HKLM,%CurrentVersion%\Telephony\Country List\36,"CountryCode",0x10001,0x00000024
299d5594c Alex*1253 HKLM,%CurrentVersion%\Telephony\Country List\36,"InternationalRule",,"00EFG"
                1254 HKLM,%CurrentVersion%\Telephony\Country List\36,"LongDistanceRule",," 06,FG"
                1255 HKLM,%CurrentVersion%\Telephony\Country List\36,"Name",,"Hungary"
                1256 HKLM,%CurrentVersion%\Telephony\Country List\36,"SameAreaRule",,"G"
                1257 
748d23a7d Ge v*1258 HKLM,%CurrentVersion%\Telephony\Country List\370,"CountryCode",0x10001,0x00000172
299d5594c Alex*1259 HKLM,%CurrentVersion%\Telephony\Country List\370,"InternationalRule",,"8W10EFG"
                1260 HKLM,%CurrentVersion%\Telephony\Country List\370,"LongDistanceRule",," 8WFG"
                1261 HKLM,%CurrentVersion%\Telephony\Country List\370,"Name",,"Lithuania"
                1262 HKLM,%CurrentVersion%\Telephony\Country List\370,"SameAreaRule",,"G"
                1263 
748d23a7d Ge v*1264 HKLM,%CurrentVersion%\Telephony\Country List\371,"CountryCode",0x10001,0x00000173
299d5594c Alex*1265 HKLM,%CurrentVersion%\Telephony\Country List\371,"InternationalRule",,"00EFG"
                1266 HKLM,%CurrentVersion%\Telephony\Country List\371,"LongDistanceRule",," 8,FG"
                1267 HKLM,%CurrentVersion%\Telephony\Country List\371,"Name",,"Latvia"
                1268 HKLM,%CurrentVersion%\Telephony\Country List\371,"SameAreaRule",,"G"
                1269 
748d23a7d Ge v*1270 HKLM,%CurrentVersion%\Telephony\Country List\372,"CountryCode",0x10001,0x00000174
299d5594c Alex*1271 HKLM,%CurrentVersion%\Telephony\Country List\372,"InternationalRule",,"8,00EFG"
                1272 HKLM,%CurrentVersion%\Telephony\Country List\372,"LongDistanceRule",," 8,2IG"
                1273 HKLM,%CurrentVersion%\Telephony\Country List\372,"Name",,"Estonia"
                1274 HKLM,%CurrentVersion%\Telephony\Country List\372,"SameAreaRule",,"G"
                1275 
748d23a7d Ge v*1276 HKLM,%CurrentVersion%\Telephony\Country List\373,"CountryCode",0x10001,0x00000175
299d5594c Alex*1277 HKLM,%CurrentVersion%\Telephony\Country List\373,"InternationalRule",,"8W10EFG"
                1278 HKLM,%CurrentVersion%\Telephony\Country List\373,"LongDistanceRule",," 8WFG"
                1279 HKLM,%CurrentVersion%\Telephony\Country List\373,"Name",,"Moldova"
                1280 HKLM,%CurrentVersion%\Telephony\Country List\373,"SameAreaRule",,"G"
                1281 
748d23a7d Ge v*1282 HKLM,%CurrentVersion%\Telephony\Country List\374,"CountryCode",0x10001,0x00000176
299d5594c Alex*1283 HKLM,%CurrentVersion%\Telephony\Country List\374,"InternationalRule",,"8,10EFG"
                1284 HKLM,%CurrentVersion%\Telephony\Country List\374,"LongDistanceRule",," 8,IG"
                1285 HKLM,%CurrentVersion%\Telephony\Country List\374,"Name",,"Armenia"
                1286 HKLM,%CurrentVersion%\Telephony\Country List\374,"SameAreaRule",,"G"
                1287 
748d23a7d Ge v*1288 HKLM,%CurrentVersion%\Telephony\Country List\375,"CountryCode",0x10001,0x00000177
299d5594c Alex*1289 HKLM,%CurrentVersion%\Telephony\Country List\375,"InternationalRule",,"8W10EFG"
                1290 HKLM,%CurrentVersion%\Telephony\Country List\375,"LongDistanceRule",," 8WFG"
                1291 HKLM,%CurrentVersion%\Telephony\Country List\375,"Name",,"Belarus"
                1292 HKLM,%CurrentVersion%\Telephony\Country List\375,"SameAreaRule",,"G"
                1293 
748d23a7d Ge v*1294 HKLM,%CurrentVersion%\Telephony\Country List\376,"CountryCode",0x10001,0x00000178
299d5594c Alex*1295 HKLM,%CurrentVersion%\Telephony\Country List\376,"InternationalRule",,"00EFG"
                1296 HKLM,%CurrentVersion%\Telephony\Country List\376,"LongDistanceRule",,""
                1297 HKLM,%CurrentVersion%\Telephony\Country List\376,"Name",,"Andorra"
                1298 HKLM,%CurrentVersion%\Telephony\Country List\376,"SameAreaRule",,"G"
                1299 
748d23a7d Ge v*1300 HKLM,%CurrentVersion%\Telephony\Country List\377,"CountryCode",0x10001,0x00000179
299d5594c Alex*1301 HKLM,%CurrentVersion%\Telephony\Country List\377,"InternationalRule",,"00EFG"
                1302 HKLM,%CurrentVersion%\Telephony\Country List\377,"LongDistanceRule",,""
                1303 HKLM,%CurrentVersion%\Telephony\Country List\377,"Name",,"Monaco"
                1304 HKLM,%CurrentVersion%\Telephony\Country List\377,"SameAreaRule",,"G"
                1305 
748d23a7d Ge v*1306 HKLM,%CurrentVersion%\Telephony\Country List\378,"CountryCode",0x10001,0x0000017a
299d5594c Alex*1307 HKLM,%CurrentVersion%\Telephony\Country List\378,"InternationalRule",,"00EFG"
                1308 HKLM,%CurrentVersion%\Telephony\Country List\378,"LongDistanceRule",,"IG"
                1309 HKLM,%CurrentVersion%\Telephony\Country List\378,"Name",,"San Marino"
                1310 HKLM,%CurrentVersion%\Telephony\Country List\378,"SameAreaRule",,"IG"
                1311 
748d23a7d Ge v*1312 HKLM,%CurrentVersion%\Telephony\Country List\379,"CountryCode",0x10001,0x00000027
299d5594c Alex*1313 HKLM,%CurrentVersion%\Telephony\Country List\379,"InternationalRule",,"00EFG"
                1314 HKLM,%CurrentVersion%\Telephony\Country List\379,"LongDistanceRule",,"IG"
                1315 HKLM,%CurrentVersion%\Telephony\Country List\379,"Name",,"Vatican City"
                1316 HKLM,%CurrentVersion%\Telephony\Country List\379,"SameAreaRule",,"IG"
                1317 
748d23a7d Ge v*1318 HKLM,%CurrentVersion%\Telephony\Country List\380,"CountryCode",0x10001,0x0000017c
299d5594c Alex*1319 HKLM,%CurrentVersion%\Telephony\Country List\380,"InternationalRule",,"8W10EFG"
                1320 HKLM,%CurrentVersion%\Telephony\Country List\380,"LongDistanceRule",," 8WFG"
                1321 HKLM,%CurrentVersion%\Telephony\Country List\380,"Name",,"Ukraine"
                1322 HKLM,%CurrentVersion%\Telephony\Country List\380,"SameAreaRule",,"G"
                1323 
748d23a7d Ge v*1324 HKLM,%CurrentVersion%\Telephony\Country List\381,"CountryCode",0x10001,0x0000017d
299d5594c Alex*1325 HKLM,%CurrentVersion%\Telephony\Country List\381,"InternationalRule",,"99EFG"
                1326 HKLM,%CurrentVersion%\Telephony\Country List\381,"LongDistanceRule",,"0FG"
                1327 HKLM,%CurrentVersion%\Telephony\Country List\381,"Name",,"Yugoslavia"
                1328 HKLM,%CurrentVersion%\Telephony\Country List\381,"SameAreaRule",,"G"
                1329 
748d23a7d Ge v*1330 HKLM,%CurrentVersion%\Telephony\Country List\385,"CountryCode",0x10001,0x00000181
299d5594c Alex*1331 HKLM,%CurrentVersion%\Telephony\Country List\385,"InternationalRule",,"00EFG"
                1332 HKLM,%CurrentVersion%\Telephony\Country List\385,"LongDistanceRule",,"0FG"
                1333 HKLM,%CurrentVersion%\Telephony\Country List\385,"Name",,"Croatia"
                1334 HKLM,%CurrentVersion%\Telephony\Country List\385,"SameAreaRule",,"G"
                1335 
748d23a7d Ge v*1336 HKLM,%CurrentVersion%\Telephony\Country List\386,"CountryCode",0x10001,0x00000182
299d5594c Alex*1337 HKLM,%CurrentVersion%\Telephony\Country List\386,"InternationalRule",,"00EFG"
                1338 HKLM,%CurrentVersion%\Telephony\Country List\386,"LongDistanceRule",,"0FG"
                1339 HKLM,%CurrentVersion%\Telephony\Country List\386,"Name",,"Slovenia"
                1340 HKLM,%CurrentVersion%\Telephony\Country List\386,"SameAreaRule",,"G"
                1341 
748d23a7d Ge v*1342 HKLM,%CurrentVersion%\Telephony\Country List\387,"CountryCode",0x10001,0x00000183
299d5594c Alex*1343 HKLM,%CurrentVersion%\Telephony\Country List\387,"InternationalRule",,"00EFG"
                1344 HKLM,%CurrentVersion%\Telephony\Country List\387,"LongDistanceRule",,"0FG"
                1345 HKLM,%CurrentVersion%\Telephony\Country List\387,"Name",,"Bosnia and Herzegovina"
                1346 HKLM,%CurrentVersion%\Telephony\Country List\387,"SameAreaRule",,"G"
                1347 
748d23a7d Ge v*1348 HKLM,%CurrentVersion%\Telephony\Country List\389,"CountryCode",0x10001,0x00000185
299d5594c Alex*1349 HKLM,%CurrentVersion%\Telephony\Country List\389,"InternationalRule",,"99EFG"
                1350 HKLM,%CurrentVersion%\Telephony\Country List\389,"LongDistanceRule",,"0FG"
                1351 HKLM,%CurrentVersion%\Telephony\Country List\389,"Name",,"F.Y.R.O.M. (Former Yugoslav Republic of Macedonia)"
                1352 HKLM,%CurrentVersion%\Telephony\Country List\389,"SameAreaRule",,"G"
                1353 
748d23a7d Ge v*1354 HKLM,%CurrentVersion%\Telephony\Country List\39,"CountryCode",0x10001,0x00000027
299d5594c Alex*1355 HKLM,%CurrentVersion%\Telephony\Country List\39,"InternationalRule",,"00EFG"
                1356 HKLM,%CurrentVersion%\Telephony\Country List\39,"LongDistanceRule",,"IG"
                1357 HKLM,%CurrentVersion%\Telephony\Country List\39,"Name",,"Italy"
                1358 HKLM,%CurrentVersion%\Telephony\Country List\39,"SameAreaRule",,"IG"
                1359 
748d23a7d Ge v*1360 HKLM,%CurrentVersion%\Telephony\Country List\40,"CountryCode",0x10001,0x00000028
299d5594c Alex*1361 HKLM,%CurrentVersion%\Telephony\Country List\40,"InternationalRule",,"00EFG"
                1362 HKLM,%CurrentVersion%\Telephony\Country List\40,"LongDistanceRule",," 0FG"
                1363 HKLM,%CurrentVersion%\Telephony\Country List\40,"Name",,"Romania"
                1364 HKLM,%CurrentVersion%\Telephony\Country List\40,"SameAreaRule",,"G"
                1365 
748d23a7d Ge v*1366 HKLM,%CurrentVersion%\Telephony\Country List\41,"CountryCode",0x10001,0x00000029
299d5594c Alex*1367 HKLM,%CurrentVersion%\Telephony\Country List\41,"InternationalRule",,"00EFG"
                1368 HKLM,%CurrentVersion%\Telephony\Country List\41,"LongDistanceRule",,"0FG"
                1369 HKLM,%CurrentVersion%\Telephony\Country List\41,"Name",,"Switzerland"
                1370 HKLM,%CurrentVersion%\Telephony\Country List\41,"SameAreaRule",,"G"
                1371 
748d23a7d Ge v*1372 HKLM,%CurrentVersion%\Telephony\Country List\420,"CountryCode",0x10001,0x000001a4
299d5594c Alex*1373 HKLM,%CurrentVersion%\Telephony\Country List\420,"InternationalRule",,"00EFG"
                1374 HKLM,%CurrentVersion%\Telephony\Country List\420,"LongDistanceRule",,"0FG"
                1375 HKLM,%CurrentVersion%\Telephony\Country List\420,"Name",,"Czech Republic"
                1376 HKLM,%CurrentVersion%\Telephony\Country List\420,"SameAreaRule",,"G"
                1377 
748d23a7d Ge v*1378 HKLM,%CurrentVersion%\Telephony\Country List\421,"CountryCode",0x10001,0x000001a5
299d5594c Alex*1379 HKLM,%CurrentVersion%\Telephony\Country List\421,"InternationalRule",,"00EFG"
                1380 HKLM,%CurrentVersion%\Telephony\Country List\421,"LongDistanceRule",,"0FG"
                1381 HKLM,%CurrentVersion%\Telephony\Country List\421,"Name",,"Slovakia"
                1382 HKLM,%CurrentVersion%\Telephony\Country List\421,"SameAreaRule",,"G"
                1383 
748d23a7d Ge v*1384 HKLM,%CurrentVersion%\Telephony\Country List\423,"CountryCode",0x10001,0x000001a7
299d5594c Alex*1385 HKLM,%CurrentVersion%\Telephony\Country List\423,"InternationalRule",,"00EFG"
                1386 HKLM,%CurrentVersion%\Telephony\Country List\423,"LongDistanceRule",,"G"
                1387 HKLM,%CurrentVersion%\Telephony\Country List\423,"Name",,"Liechtenstein"
                1388 HKLM,%CurrentVersion%\Telephony\Country List\423,"SameAreaRule",,"G"
                1389 
748d23a7d Ge v*1390 HKLM,%CurrentVersion%\Telephony\Country List\43,"CountryCode",0x10001,0x0000002b
299d5594c Alex*1391 HKLM,%CurrentVersion%\Telephony\Country List\43,"InternationalRule",,"00EFG"
                1392 HKLM,%CurrentVersion%\Telephony\Country List\43,"LongDistanceRule",,"0FG"
                1393 HKLM,%CurrentVersion%\Telephony\Country List\43,"Name",,"Austria"
                1394 HKLM,%CurrentVersion%\Telephony\Country List\43,"SameAreaRule",,"G"
                1395 
748d23a7d Ge v*1396 HKLM,%CurrentVersion%\Telephony\Country List\44,"CountryCode",0x10001,0x0000002c
299d5594c Alex*1397 HKLM,%CurrentVersion%\Telephony\Country List\44,"InternationalRule",,"00EFG"
                1398 HKLM,%CurrentVersion%\Telephony\Country List\44,"LongDistanceRule",,"0FG"
                1399 HKLM,%CurrentVersion%\Telephony\Country List\44,"Name",,"United Kingdom"
                1400 HKLM,%CurrentVersion%\Telephony\Country List\44,"SameAreaRule",,"G"
                1401 
748d23a7d Ge v*1402 HKLM,%CurrentVersion%\Telephony\Country List\45,"CountryCode",0x10001,0x0000002d
299d5594c Alex*1403 HKLM,%CurrentVersion%\Telephony\Country List\45,"InternationalRule",,"00EFG"
                1404 HKLM,%CurrentVersion%\Telephony\Country List\45,"LongDistanceRule",,""
                1405 HKLM,%CurrentVersion%\Telephony\Country List\45,"Name",,"Denmark"
                1406 HKLM,%CurrentVersion%\Telephony\Country List\45,"SameAreaRule",,"G"
                1407 
748d23a7d Ge v*1408 HKLM,%CurrentVersion%\Telephony\Country List\46,"CountryCode",0x10001,0x0000002e
299d5594c Alex*1409 HKLM,%CurrentVersion%\Telephony\Country List\46,"InternationalRule",,"00EFG"
                1410 HKLM,%CurrentVersion%\Telephony\Country List\46,"LongDistanceRule",,"0FG"
                1411 HKLM,%CurrentVersion%\Telephony\Country List\46,"Name",,"Sweden"
                1412 HKLM,%CurrentVersion%\Telephony\Country List\46,"SameAreaRule",,"G"
                1413 
748d23a7d Ge v*1414 HKLM,%CurrentVersion%\Telephony\Country List\47,"CountryCode",0x10001,0x0000002f
299d5594c Alex*1415 HKLM,%CurrentVersion%\Telephony\Country List\47,"InternationalRule",,"00EFG"
                1416 HKLM,%CurrentVersion%\Telephony\Country List\47,"LongDistanceRule",,""
                1417 HKLM,%CurrentVersion%\Telephony\Country List\47,"Name",,"Norway"
                1418 HKLM,%CurrentVersion%\Telephony\Country List\47,"SameAreaRule",,"G"
                1419 
748d23a7d Ge v*1420 HKLM,%CurrentVersion%\Telephony\Country List\48,"CountryCode",0x10001,0x00000030
299d5594c Alex*1421 HKLM,%CurrentVersion%\Telephony\Country List\48,"InternationalRule",,"00EFG"
                1422 HKLM,%CurrentVersion%\Telephony\Country List\48,"LongDistanceRule",,"0FG"
                1423 HKLM,%CurrentVersion%\Telephony\Country List\48,"Name",,"Poland"
                1424 HKLM,%CurrentVersion%\Telephony\Country List\48,"SameAreaRule",,"G"
                1425 
748d23a7d Ge v*1426 HKLM,%CurrentVersion%\Telephony\Country List\49,"CountryCode",0x10001,0x00000031
299d5594c Alex*1427 HKLM,%CurrentVersion%\Telephony\Country List\49,"InternationalRule",,"00EFG"
                1428 HKLM,%CurrentVersion%\Telephony\Country List\49,"LongDistanceRule",,"0FG"
                1429 HKLM,%CurrentVersion%\Telephony\Country List\49,"Name",,"Germany"
                1430 HKLM,%CurrentVersion%\Telephony\Country List\49,"SameAreaRule",,"G"
                1431 
748d23a7d Ge v*1432 HKLM,%CurrentVersion%\Telephony\Country List\500,"CountryCode",0x10001,0x000001f4
299d5594c Alex*1433 HKLM,%CurrentVersion%\Telephony\Country List\500,"InternationalRule",,"0EFG"
                1434 HKLM,%CurrentVersion%\Telephony\Country List\500,"LongDistanceRule",,""
                1435 HKLM,%CurrentVersion%\Telephony\Country List\500,"Name",,"Falkland Islands (Islas Malvinas)"
                1436 HKLM,%CurrentVersion%\Telephony\Country List\500,"SameAreaRule",,"G"
                1437 
748d23a7d Ge v*1438 HKLM,%CurrentVersion%\Telephony\Country List\501,"CountryCode",0x10001,0x000001f5
299d5594c Alex*1439 HKLM,%CurrentVersion%\Telephony\Country List\501,"InternationalRule",,"00EFG"
                1440 HKLM,%CurrentVersion%\Telephony\Country List\501,"LongDistanceRule",,"0FG"
                1441 HKLM,%CurrentVersion%\Telephony\Country List\501,"Name",,"Belize"
                1442 HKLM,%CurrentVersion%\Telephony\Country List\501,"SameAreaRule",,"G"
                1443 
748d23a7d Ge v*1444 HKLM,%CurrentVersion%\Telephony\Country List\502,"CountryCode",0x10001,0x000001f6
299d5594c Alex*1445 HKLM,%CurrentVersion%\Telephony\Country List\502,"InternationalRule",,"00EFG"
                1446 HKLM,%CurrentVersion%\Telephony\Country List\502,"LongDistanceRule",,"0FG"
                1447 HKLM,%CurrentVersion%\Telephony\Country List\502,"Name",,"Guatemala"
                1448 HKLM,%CurrentVersion%\Telephony\Country List\502,"SameAreaRule",,"G"
                1449 
748d23a7d Ge v*1450 HKLM,%CurrentVersion%\Telephony\Country List\503,"CountryCode",0x10001,0x000001f7
299d5594c Alex*1451 HKLM,%CurrentVersion%\Telephony\Country List\503,"InternationalRule",,"0EFG"
                1452 HKLM,%CurrentVersion%\Telephony\Country List\503,"LongDistanceRule",,""
                1453 HKLM,%CurrentVersion%\Telephony\Country List\503,"Name",,"El Salvador"
                1454 HKLM,%CurrentVersion%\Telephony\Country List\503,"SameAreaRule",,"G"
                1455 
748d23a7d Ge v*1456 HKLM,%CurrentVersion%\Telephony\Country List\504,"CountryCode",0x10001,0x000001f8
299d5594c Alex*1457 HKLM,%CurrentVersion%\Telephony\Country List\504,"InternationalRule",,"00EFG"
                1458 HKLM,%CurrentVersion%\Telephony\Country List\504,"LongDistanceRule",,""
                1459 HKLM,%CurrentVersion%\Telephony\Country List\504,"Name",,"Honduras"
                1460 HKLM,%CurrentVersion%\Telephony\Country List\504,"SameAreaRule",,"G"
                1461 
748d23a7d Ge v*1462 HKLM,%CurrentVersion%\Telephony\Country List\505,"CountryCode",0x10001,0x000001f9
299d5594c Alex*1463 HKLM,%CurrentVersion%\Telephony\Country List\505,"InternationalRule",,"00EFG"
                1464 HKLM,%CurrentVersion%\Telephony\Country List\505,"LongDistanceRule",,"0FG"
                1465 HKLM,%CurrentVersion%\Telephony\Country List\505,"Name",,"Nicaragua"
                1466 HKLM,%CurrentVersion%\Telephony\Country List\505,"SameAreaRule",,"G"
                1467 
748d23a7d Ge v*1468 HKLM,%CurrentVersion%\Telephony\Country List\506,"CountryCode",0x10001,0x000001fa
299d5594c Alex*1469 HKLM,%CurrentVersion%\Telephony\Country List\506,"InternationalRule",,"00EFG"
                1470 HKLM,%CurrentVersion%\Telephony\Country List\506,"LongDistanceRule",,""
                1471 HKLM,%CurrentVersion%\Telephony\Country List\506,"Name",,"Costa Rica"
                1472 HKLM,%CurrentVersion%\Telephony\Country List\506,"SameAreaRule",,"G"
                1473 
748d23a7d Ge v*1474 HKLM,%CurrentVersion%\Telephony\Country List\507,"CountryCode",0x10001,0x000001fb
299d5594c Alex*1475 HKLM,%CurrentVersion%\Telephony\Country List\507,"InternationalRule",,"00EFG"
                1476 HKLM,%CurrentVersion%\Telephony\Country List\507,"LongDistanceRule",,""
                1477 HKLM,%CurrentVersion%\Telephony\Country List\507,"Name",,"Panama"
                1478 HKLM,%CurrentVersion%\Telephony\Country List\507,"SameAreaRule",,"G"
                1479 
748d23a7d Ge v*1480 HKLM,%CurrentVersion%\Telephony\Country List\508,"CountryCode",0x10001,0x000001fc
299d5594c Alex*1481 HKLM,%CurrentVersion%\Telephony\Country List\508,"InternationalRule",,"00,EFG"
                1482 HKLM,%CurrentVersion%\Telephony\Country List\508,"LongDistanceRule",,""
                1483 HKLM,%CurrentVersion%\Telephony\Country List\508,"Name",,"St. Pierre and Miquelon"
                1484 HKLM,%CurrentVersion%\Telephony\Country List\508,"SameAreaRule",,"G"
                1485 
748d23a7d Ge v*1486 HKLM,%CurrentVersion%\Telephony\Country List\509,"CountryCode",0x10001,0x000001fd
299d5594c Alex*1487 HKLM,%CurrentVersion%\Telephony\Country List\509,"InternationalRule",,"00EFG"
                1488 HKLM,%CurrentVersion%\Telephony\Country List\509,"LongDistanceRule",,""
                1489 HKLM,%CurrentVersion%\Telephony\Country List\509,"Name",,"Haiti"
                1490 HKLM,%CurrentVersion%\Telephony\Country List\509,"SameAreaRule",,"G"
                1491 
748d23a7d Ge v*1492 HKLM,%CurrentVersion%\Telephony\Country List\51,"CountryCode",0x10001,0x00000033
299d5594c Alex*1493 HKLM,%CurrentVersion%\Telephony\Country List\51,"InternationalRule",,"00EFG"
                1494 HKLM,%CurrentVersion%\Telephony\Country List\51,"LongDistanceRule",,"0FG"
                1495 HKLM,%CurrentVersion%\Telephony\Country List\51,"Name",,"Peru"
                1496 HKLM,%CurrentVersion%\Telephony\Country List\51,"SameAreaRule",,"G"
                1497 
748d23a7d Ge v*1498 HKLM,%CurrentVersion%\Telephony\Country List\52,"CountryCode",0x10001,0x00000034
299d5594c Alex*1499 HKLM,%CurrentVersion%\Telephony\Country List\52,"InternationalRule",,"00EFG"
                1500 HKLM,%CurrentVersion%\Telephony\Country List\52,"LongDistanceRule",," 01FG"
                1501 HKLM,%CurrentVersion%\Telephony\Country List\52,"Name",,"Mexico"
                1502 HKLM,%CurrentVersion%\Telephony\Country List\52,"SameAreaRule",,"G"
                1503 
748d23a7d Ge v*1504 HKLM,%CurrentVersion%\Telephony\Country List\53,"CountryCode",0x10001,0x00000035
299d5594c Alex*1505 HKLM,%CurrentVersion%\Telephony\Country List\53,"InternationalRule",,"119EFG"
                1506 HKLM,%CurrentVersion%\Telephony\Country List\53,"LongDistanceRule",,"0FG"
                1507 HKLM,%CurrentVersion%\Telephony\Country List\53,"Name",,"Cuba"
                1508 HKLM,%CurrentVersion%\Telephony\Country List\53,"SameAreaRule",,"G"
                1509 
748d23a7d Ge v*1510 HKLM,%CurrentVersion%\Telephony\Country List\5399,"CountryCode",0x10001,0x00000035
299d5594c Alex*1511 HKLM,%CurrentVersion%\Telephony\Country List\5399,"InternationalRule",,"00EFG"
                1512 HKLM,%CurrentVersion%\Telephony\Country List\5399,"LongDistanceRule",,"0FG"
                1513 HKLM,%CurrentVersion%\Telephony\Country List\5399,"Name",,"Guantanamo Bay"
                1514 HKLM,%CurrentVersion%\Telephony\Country List\5399,"SameAreaRule",,"G"
                1515 
748d23a7d Ge v*1516 HKLM,%CurrentVersion%\Telephony\Country List\54,"CountryCode",0x10001,0x00000036
299d5594c Alex*1517 HKLM,%CurrentVersion%\Telephony\Country List\54,"InternationalRule",,"00EFG"
                1518 HKLM,%CurrentVersion%\Telephony\Country List\54,"LongDistanceRule",,"0FG"
                1519 HKLM,%CurrentVersion%\Telephony\Country List\54,"Name",,"Argentina"
                1520 HKLM,%CurrentVersion%\Telephony\Country List\54,"SameAreaRule",,"G"
                1521 
748d23a7d Ge v*1522 HKLM,%CurrentVersion%\Telephony\Country List\55,"CountryCode",0x10001,0x00000037
299d5594c Alex*1523 HKLM,%CurrentVersion%\Telephony\Country List\55,"InternationalRule",,"00EFG"
                1524 HKLM,%CurrentVersion%\Telephony\Country List\55,"LongDistanceRule",,"0FG"
                1525 HKLM,%CurrentVersion%\Telephony\Country List\55,"Name",,"Brazil"
                1526 HKLM,%CurrentVersion%\Telephony\Country List\55,"SameAreaRule",,"G"
                1527 
748d23a7d Ge v*1528 HKLM,%CurrentVersion%\Telephony\Country List\56,"CountryCode",0x10001,0x00000038
299d5594c Alex*1529 HKLM,%CurrentVersion%\Telephony\Country List\56,"InternationalRule",,"00EFG"
                1530 HKLM,%CurrentVersion%\Telephony\Country List\56,"LongDistanceRule",,"FG"
                1531 HKLM,%CurrentVersion%\Telephony\Country List\56,"Name",,"Chile"
                1532 HKLM,%CurrentVersion%\Telephony\Country List\56,"SameAreaRule",,"G"
                1533 
748d23a7d Ge v*1534 HKLM,%CurrentVersion%\Telephony\Country List\57,"CountryCode",0x10001,0x00000039
299d5594c Alex*1535 HKLM,%CurrentVersion%\Telephony\Country List\57,"InternationalRule",,"009EFG"
                1536 HKLM,%CurrentVersion%\Telephony\Country List\57,"LongDistanceRule",,"09FG"
                1537 HKLM,%CurrentVersion%\Telephony\Country List\57,"Name",,"Colombia"
                1538 HKLM,%CurrentVersion%\Telephony\Country List\57,"SameAreaRule",,"G"
                1539 
748d23a7d Ge v*1540 HKLM,%CurrentVersion%\Telephony\Country List\58,"CountryCode",0x10001,0x0000003a
299d5594c Alex*1541 HKLM,%CurrentVersion%\Telephony\Country List\58,"InternationalRule",,"00EFG"
                1542 HKLM,%CurrentVersion%\Telephony\Country List\58,"LongDistanceRule",,"0FG"
                1543 HKLM,%CurrentVersion%\Telephony\Country List\58,"Name",,"Venezuela"
                1544 HKLM,%CurrentVersion%\Telephony\Country List\58,"SameAreaRule",,"G"
                1545 
748d23a7d Ge v*1546 HKLM,%CurrentVersion%\Telephony\Country List\590,"CountryCode",0x10001,0x0000024e
299d5594c Alex*1547 HKLM,%CurrentVersion%\Telephony\Country List\590,"InternationalRule",,"00,EFG"
                1548 HKLM,%CurrentVersion%\Telephony\Country List\590,"LongDistanceRule",,""
                1549 HKLM,%CurrentVersion%\Telephony\Country List\590,"Name",,"Guadeloupe"
                1550 HKLM,%CurrentVersion%\Telephony\Country List\590,"SameAreaRule",,"G"
                1551 
748d23a7d Ge v*1552 HKLM,%CurrentVersion%\Telephony\Country List\5901,"CountryCode",0x10001,0x0000024e
299d5594c Alex*1553 HKLM,%CurrentVersion%\Telephony\Country List\5901,"InternationalRule",,"00,EFG"
                1554 HKLM,%CurrentVersion%\Telephony\Country List\5901,"LongDistanceRule",,""
                1555 HKLM,%CurrentVersion%\Telephony\Country List\5901,"Name",,"French Antilles"
                1556 HKLM,%CurrentVersion%\Telephony\Country List\5901,"SameAreaRule",,"G"
                1557 
748d23a7d Ge v*1558 HKLM,%CurrentVersion%\Telephony\Country List\591,"CountryCode",0x10001,0x0000024f
299d5594c Alex*1559 HKLM,%CurrentVersion%\Telephony\Country List\591,"InternationalRule",,"00EFG"
                1560 HKLM,%CurrentVersion%\Telephony\Country List\591,"LongDistanceRule",,"0FG"
                1561 HKLM,%CurrentVersion%\Telephony\Country List\591,"Name",,"Bolivia"
                1562 HKLM,%CurrentVersion%\Telephony\Country List\591,"SameAreaRule",,"G"
                1563 
748d23a7d Ge v*1564 HKLM,%CurrentVersion%\Telephony\Country List\592,"CountryCode",0x10001,0x00000250
299d5594c Alex*1565 HKLM,%CurrentVersion%\Telephony\Country List\592,"InternationalRule",,"001EFG"
                1566 HKLM,%CurrentVersion%\Telephony\Country List\592,"LongDistanceRule",,"0FG"
                1567 HKLM,%CurrentVersion%\Telephony\Country List\592,"Name",,"Guyana"
                1568 HKLM,%CurrentVersion%\Telephony\Country List\592,"SameAreaRule",,"G"
                1569 
748d23a7d Ge v*1570 HKLM,%CurrentVersion%\Telephony\Country List\593,"CountryCode",0x10001,0x00000251
299d5594c Alex*1571 HKLM,%CurrentVersion%\Telephony\Country List\593,"InternationalRule",,"00EFG"
                1572 HKLM,%CurrentVersion%\Telephony\Country List\593,"LongDistanceRule",,"0FG"
                1573 HKLM,%CurrentVersion%\Telephony\Country List\593,"Name",,"Ecuador"
                1574 HKLM,%CurrentVersion%\Telephony\Country List\593,"SameAreaRule",,"G"
                1575 
748d23a7d Ge v*1576 HKLM,%CurrentVersion%\Telephony\Country List\594,"CountryCode",0x10001,0x00000252
299d5594c Alex*1577 HKLM,%CurrentVersion%\Telephony\Country List\594,"InternationalRule",,"00,EFG"
                1578 HKLM,%CurrentVersion%\Telephony\Country List\594,"LongDistanceRule",,""
                1579 HKLM,%CurrentVersion%\Telephony\Country List\594,"Name",,"French Guiana"
                1580 HKLM,%CurrentVersion%\Telephony\Country List\594,"SameAreaRule",,"G"
                1581 
748d23a7d Ge v*1582 HKLM,%CurrentVersion%\Telephony\Country List\595,"CountryCode",0x10001,0x00000253
299d5594c Alex*1583 HKLM,%CurrentVersion%\Telephony\Country List\595,"InternationalRule",,"00EFG"
                1584 HKLM,%CurrentVersion%\Telephony\Country List\595,"LongDistanceRule",,"0FG"
                1585 HKLM,%CurrentVersion%\Telephony\Country List\595,"Name",,"Paraguay"
                1586 HKLM,%CurrentVersion%\Telephony\Country List\595,"SameAreaRule",,"G"
                1587 
748d23a7d Ge v*1588 HKLM,%CurrentVersion%\Telephony\Country List\596,"CountryCode",0x10001,0x00000254
299d5594c Alex*1589 HKLM,%CurrentVersion%\Telephony\Country List\596,"InternationalRule",,"00,EFG"
                1590 HKLM,%CurrentVersion%\Telephony\Country List\596,"LongDistanceRule",,""
                1591 HKLM,%CurrentVersion%\Telephony\Country List\596,"Name",,"Martinique"
                1592 HKLM,%CurrentVersion%\Telephony\Country List\596,"SameAreaRule",,"G"
                1593 
748d23a7d Ge v*1594 HKLM,%CurrentVersion%\Telephony\Country List\597,"CountryCode",0x10001,0x00000255
299d5594c Alex*1595 HKLM,%CurrentVersion%\Telephony\Country List\597,"InternationalRule",,"00EFG"
                1596 HKLM,%CurrentVersion%\Telephony\Country List\597,"LongDistanceRule",,""
                1597 HKLM,%CurrentVersion%\Telephony\Country List\597,"Name",,"Suriname"
                1598 HKLM,%CurrentVersion%\Telephony\Country List\597,"SameAreaRule",,"G"
                1599 
748d23a7d Ge v*1600 HKLM,%CurrentVersion%\Telephony\Country List\598,"CountryCode",0x10001,0x00000256
299d5594c Alex*1601 HKLM,%CurrentVersion%\Telephony\Country List\598,"InternationalRule",,"00EFG"
                1602 HKLM,%CurrentVersion%\Telephony\Country List\598,"LongDistanceRule",,"0FG"
                1603 HKLM,%CurrentVersion%\Telephony\Country List\598,"Name",,"Uruguay"
                1604 HKLM,%CurrentVersion%\Telephony\Country List\598,"SameAreaRule",,"G"
                1605 
748d23a7d Ge v*1606 HKLM,%CurrentVersion%\Telephony\Country List\599,"CountryCode",0x10001,0x00000257
299d5594c Alex*1607 HKLM,%CurrentVersion%\Telephony\Country List\599,"InternationalRule",,"00EFG"
                1608 HKLM,%CurrentVersion%\Telephony\Country List\599,"LongDistanceRule",,"0FG"
                1609 HKLM,%CurrentVersion%\Telephony\Country List\599,"Name",,"Netherlands Antilles"
                1610 HKLM,%CurrentVersion%\Telephony\Country List\599,"SameAreaRule",,"G"
                1611 
748d23a7d Ge v*1612 HKLM,%CurrentVersion%\Telephony\Country List\60,"CountryCode",0x10001,0x0000003c
299d5594c Alex*1613 HKLM,%CurrentVersion%\Telephony\Country List\60,"InternationalRule",,"00EFG"
                1614 HKLM,%CurrentVersion%\Telephony\Country List\60,"LongDistanceRule",,""
                1615 HKLM,%CurrentVersion%\Telephony\Country List\60,"Name",,"Malaysia"
                1616 HKLM,%CurrentVersion%\Telephony\Country List\60,"SameAreaRule",,"G"
                1617 
748d23a7d Ge v*1618 HKLM,%CurrentVersion%\Telephony\Country List\61,"CountryCode",0x10001,0x0000003d
299d5594c Alex*1619 HKLM,%CurrentVersion%\Telephony\Country List\61,"InternationalRule",,"0011EFG"
                1620 HKLM,%CurrentVersion%\Telephony\Country List\61,"LongDistanceRule",," 0FG"
                1621 HKLM,%CurrentVersion%\Telephony\Country List\61,"Name",,"Australia"
                1622 HKLM,%CurrentVersion%\Telephony\Country List\61,"SameAreaRule",,"G"
                1623 
748d23a7d Ge v*1624 HKLM,%CurrentVersion%\Telephony\Country List\6101,"CountryCode",0x10001,0x0000003d
299d5594c Alex*1625 HKLM,%CurrentVersion%\Telephony\Country List\6101,"InternationalRule",,"00EFG"
                1626 HKLM,%CurrentVersion%\Telephony\Country List\6101,"LongDistanceRule",," 0FG"
                1627 HKLM,%CurrentVersion%\Telephony\Country List\6101,"Name",,"Cocos-Keeling Islands"
                1628 HKLM,%CurrentVersion%\Telephony\Country List\6101,"SameAreaRule",,"G"
                1629 
748d23a7d Ge v*1630 HKLM,%CurrentVersion%\Telephony\Country List\62,"CountryCode",0x10001,0x0000003e
299d5594c Alex*1631 HKLM,%CurrentVersion%\Telephony\Country List\62,"InternationalRule",,"001EFG"
                1632 HKLM,%CurrentVersion%\Telephony\Country List\62,"LongDistanceRule",,"0FG"
                1633 HKLM,%CurrentVersion%\Telephony\Country List\62,"Name",,"Indonesia"
                1634 HKLM,%CurrentVersion%\Telephony\Country List\62,"SameAreaRule",,"G"
                1635 
748d23a7d Ge v*1636 HKLM,%CurrentVersion%\Telephony\Country List\63,"CountryCode",0x10001,0x0000003f
299d5594c Alex*1637 HKLM,%CurrentVersion%\Telephony\Country List\63,"InternationalRule",,"00EFG"
                1638 HKLM,%CurrentVersion%\Telephony\Country List\63,"LongDistanceRule",,"0FG"
                1639 HKLM,%CurrentVersion%\Telephony\Country List\63,"Name",,"Philippines"
                1640 HKLM,%CurrentVersion%\Telephony\Country List\63,"SameAreaRule",,"G"
                1641 
748d23a7d Ge v*1642 HKLM,%CurrentVersion%\Telephony\Country List\64,"CountryCode",0x10001,0x00000040
299d5594c Alex*1643 HKLM,%CurrentVersion%\Telephony\Country List\64,"InternationalRule",,"00EFG"
                1644 HKLM,%CurrentVersion%\Telephony\Country List\64,"LongDistanceRule",,"0FG"
                1645 HKLM,%CurrentVersion%\Telephony\Country List\64,"Name",,"New Zealand"
                1646 HKLM,%CurrentVersion%\Telephony\Country List\64,"SameAreaRule",,"G"
                1647 
748d23a7d Ge v*1648 HKLM,%CurrentVersion%\Telephony\Country List\65,"CountryCode",0x10001,0x00000041
299d5594c Alex*1649 HKLM,%CurrentVersion%\Telephony\Country List\65,"InternationalRule",,"001EFG"
                1650 HKLM,%CurrentVersion%\Telephony\Country List\65,"LongDistanceRule",,""
                1651 HKLM,%CurrentVersion%\Telephony\Country List\65,"Name",,"Singapore"
                1652 HKLM,%CurrentVersion%\Telephony\Country List\65,"SameAreaRule",,"G"
                1653 
748d23a7d Ge v*1654 HKLM,%CurrentVersion%\Telephony\Country List\66,"CountryCode",0x10001,0x00000042
299d5594c Alex*1655 HKLM,%CurrentVersion%\Telephony\Country List\66,"InternationalRule",,"001EFG"
                1656 HKLM,%CurrentVersion%\Telephony\Country List\66,"LongDistanceRule",,"0FG"
                1657 HKLM,%CurrentVersion%\Telephony\Country List\66,"Name",,"Thailand"
                1658 HKLM,%CurrentVersion%\Telephony\Country List\66,"SameAreaRule",,"G"
                1659 
748d23a7d Ge v*1660 HKLM,%CurrentVersion%\Telephony\Country List\670,"CountryCode",0x10001,0x0000029e
299d5594c Alex*1661 HKLM,%CurrentVersion%\Telephony\Country List\670,"InternationalRule",,"011EFG"
                1662 HKLM,%CurrentVersion%\Telephony\Country List\670,"LongDistanceRule",," 1FG"
                1663 HKLM,%CurrentVersion%\Telephony\Country List\670,"Name",,"Saipan Island"
                1664 HKLM,%CurrentVersion%\Telephony\Country List\670,"SameAreaRule",,"G"
                1665 
748d23a7d Ge v*1666 HKLM,%CurrentVersion%\Telephony\Country List\6701,"CountryCode",0x10001,0x0000029e
299d5594c Alex*1667 HKLM,%CurrentVersion%\Telephony\Country List\6701,"InternationalRule",,"011EFG"
                1668 HKLM,%CurrentVersion%\Telephony\Country List\6701,"LongDistanceRule",," 1FG"
                1669 HKLM,%CurrentVersion%\Telephony\Country List\6701,"Name",,"Rota Island"
                1670 HKLM,%CurrentVersion%\Telephony\Country List\6701,"SameAreaRule",,"G"
                1671 
748d23a7d Ge v*1672 HKLM,%CurrentVersion%\Telephony\Country List\6702,"CountryCode",0x10001,0x0000029e
299d5594c Alex*1673 HKLM,%CurrentVersion%\Telephony\Country List\6702,"InternationalRule",,"011EFG"
                1674 HKLM,%CurrentVersion%\Telephony\Country List\6702,"LongDistanceRule",," 1FG"
                1675 HKLM,%CurrentVersion%\Telephony\Country List\6702,"Name",,"Tinian Island"
                1676 HKLM,%CurrentVersion%\Telephony\Country List\6702,"SameAreaRule",,"G"
                1677 
748d23a7d Ge v*1678 HKLM,%CurrentVersion%\Telephony\Country List\672,"CountryCode",0x10001,0x000002a0
299d5594c Alex*1679 HKLM,%CurrentVersion%\Telephony\Country List\672,"InternationalRule",,"00EFG"
                1680 HKLM,%CurrentVersion%\Telephony\Country List\672,"LongDistanceRule",,"0FG"
                1681 HKLM,%CurrentVersion%\Telephony\Country List\672,"Name",,"Christmas Island"
                1682 HKLM,%CurrentVersion%\Telephony\Country List\672,"SameAreaRule",,"G"
                1683 
748d23a7d Ge v*1684 HKLM,%CurrentVersion%\Telephony\Country List\6722,"CountryCode",0x10001,0x000002a0
299d5594c Alex*1685 HKLM,%CurrentVersion%\Telephony\Country List\6722,"InternationalRule",,"0101EFG"
                1686 HKLM,%CurrentVersion%\Telephony\Country List\6722,"LongDistanceRule",,""
                1687 HKLM,%CurrentVersion%\Telephony\Country List\6722,"Name",,"Norfolk Island"
                1688 HKLM,%CurrentVersion%\Telephony\Country List\6722,"SameAreaRule",,"G"
                1689 
748d23a7d Ge v*1690 HKLM,%CurrentVersion%\Telephony\Country List\673,"CountryCode",0x10001,0x000002a1
299d5594c Alex*1691 HKLM,%CurrentVersion%\Telephony\Country List\673,"InternationalRule",,"00EFG"
                1692 HKLM,%CurrentVersion%\Telephony\Country List\673,"LongDistanceRule",,"0FG"
                1693 HKLM,%CurrentVersion%\Telephony\Country List\673,"Name",,"Brunei"
                1694 HKLM,%CurrentVersion%\Telephony\Country List\673,"SameAreaRule",,"G"
                1695 
748d23a7d Ge v*1696 HKLM,%CurrentVersion%\Telephony\Country List\674,"CountryCode",0x10001,0x000002a2
299d5594c Alex*1697 HKLM,%CurrentVersion%\Telephony\Country List\674,"InternationalRule",,"00EFG"
                1698 HKLM,%CurrentVersion%\Telephony\Country List\674,"LongDistanceRule",,""
                1699 HKLM,%CurrentVersion%\Telephony\Country List\674,"Name",,"Nauru"
                1700 HKLM,%CurrentVersion%\Telephony\Country List\674,"SameAreaRule",,"G"
                1701 
748d23a7d Ge v*1702 HKLM,%CurrentVersion%\Telephony\Country List\675,"CountryCode",0x10001,0x000002a3
299d5594c Alex*1703 HKLM,%CurrentVersion%\Telephony\Country List\675,"InternationalRule",,"05EFG"
                1704 HKLM,%CurrentVersion%\Telephony\Country List\675,"LongDistanceRule",,""
                1705 HKLM,%CurrentVersion%\Telephony\Country List\675,"Name",,"Papua New Guinea"
                1706 HKLM,%CurrentVersion%\Telephony\Country List\675,"SameAreaRule",,"G"
                1707 
748d23a7d Ge v*1708 HKLM,%CurrentVersion%\Telephony\Country List\676,"CountryCode",0x10001,0x000002a4
299d5594c Alex*1709 HKLM,%CurrentVersion%\Telephony\Country List\676,"InternationalRule",,"00EFG"
                1710 HKLM,%CurrentVersion%\Telephony\Country List\676,"LongDistanceRule",,""
                1711 HKLM,%CurrentVersion%\Telephony\Country List\676,"Name",,"Tonga"
                1712 HKLM,%CurrentVersion%\Telephony\Country List\676,"SameAreaRule",,"G"
                1713 
748d23a7d Ge v*1714 HKLM,%CurrentVersion%\Telephony\Country List\677,"CountryCode",0x10001,0x000002a5
299d5594c Alex*1715 HKLM,%CurrentVersion%\Telephony\Country List\677,"InternationalRule",,"00EFG"
                1716 HKLM,%CurrentVersion%\Telephony\Country List\677,"LongDistanceRule",,""
                1717 HKLM,%CurrentVersion%\Telephony\Country List\677,"Name",,"Solomon Islands"
                1718 HKLM,%CurrentVersion%\Telephony\Country List\677,"SameAreaRule",,"G"
                1719 
748d23a7d Ge v*1720 HKLM,%CurrentVersion%\Telephony\Country List\678,"CountryCode",0x10001,0x000002a6
299d5594c Alex*1721 HKLM,%CurrentVersion%\Telephony\Country List\678,"InternationalRule",,"00EFG"
                1722 HKLM,%CurrentVersion%\Telephony\Country List\678,"LongDistanceRule",,""
                1723 HKLM,%CurrentVersion%\Telephony\Country List\678,"Name",,"Vanuatu"
                1724 HKLM,%CurrentVersion%\Telephony\Country List\678,"SameAreaRule",,"G"
                1725 
748d23a7d Ge v*1726 HKLM,%CurrentVersion%\Telephony\Country List\679,"CountryCode",0x10001,0x000002a7
299d5594c Alex*1727 HKLM,%CurrentVersion%\Telephony\Country List\679,"InternationalRule",,"05EFG"
                1728 HKLM,%CurrentVersion%\Telephony\Country List\679,"LongDistanceRule",,""
                1729 HKLM,%CurrentVersion%\Telephony\Country List\679,"Name",,"Fiji Islands"
                1730 HKLM,%CurrentVersion%\Telephony\Country List\679,"SameAreaRule",,"G"
                1731 
748d23a7d Ge v*1732 HKLM,%CurrentVersion%\Telephony\Country List\680,"CountryCode",0x10001,0x000002a8
299d5594c Alex*1733 HKLM,%CurrentVersion%\Telephony\Country List\680,"InternationalRule",,"00EFG"
                1734 HKLM,%CurrentVersion%\Telephony\Country List\680,"LongDistanceRule",,""
                1735 HKLM,%CurrentVersion%\Telephony\Country List\680,"Name",,"Palau"
                1736 HKLM,%CurrentVersion%\Telephony\Country List\680,"SameAreaRule",,"G"
                1737 
748d23a7d Ge v*1738 HKLM,%CurrentVersion%\Telephony\Country List\681,"CountryCode",0x10001,0x000002a9
299d5594c Alex*1739 HKLM,%CurrentVersion%\Telephony\Country List\681,"InternationalRule",,"00,EFG"
                1740 HKLM,%CurrentVersion%\Telephony\Country List\681,"LongDistanceRule",,""
                1741 HKLM,%CurrentVersion%\Telephony\Country List\681,"Name",,"Wallis and Futuna Islands"
                1742 HKLM,%CurrentVersion%\Telephony\Country List\681,"SameAreaRule",,"G"
                1743 
748d23a7d Ge v*1744 HKLM,%CurrentVersion%\Telephony\Country List\682,"CountryCode",0x10001,0x000002aa
299d5594c Alex*1745 HKLM,%CurrentVersion%\Telephony\Country List\682,"InternationalRule",,"00EFG"
                1746 HKLM,%CurrentVersion%\Telephony\Country List\682,"LongDistanceRule",,""
                1747 HKLM,%CurrentVersion%\Telephony\Country List\682,"Name",,"Cook Islands"
                1748 HKLM,%CurrentVersion%\Telephony\Country List\682,"SameAreaRule",,"G"
                1749 
748d23a7d Ge v*1750 HKLM,%CurrentVersion%\Telephony\Country List\683,"CountryCode",0x10001,0x000002ab
299d5594c Alex*1751 HKLM,%CurrentVersion%\Telephony\Country List\683,"InternationalRule",,"00EFG"
                1752 HKLM,%CurrentVersion%\Telephony\Country List\683,"LongDistanceRule",,""
                1753 HKLM,%CurrentVersion%\Telephony\Country List\683,"Name",,"Niue"
                1754 HKLM,%CurrentVersion%\Telephony\Country List\683,"SameAreaRule",,"G"
                1755 
748d23a7d Ge v*1756 HKLM,%CurrentVersion%\Telephony\Country List\684,"CountryCode",0x10001,0x000002ac
299d5594c Alex*1757 HKLM,%CurrentVersion%\Telephony\Country List\684,"InternationalRule",,"1EFG"
                1758 HKLM,%CurrentVersion%\Telephony\Country List\684,"LongDistanceRule",,""
                1759 HKLM,%CurrentVersion%\Telephony\Country List\684,"Name",,"American Samoa"
                1760 HKLM,%CurrentVersion%\Telephony\Country List\684,"SameAreaRule",,"G"
                1761 
748d23a7d Ge v*1762 HKLM,%CurrentVersion%\Telephony\Country List\685,"CountryCode",0x10001,0x000002ad
299d5594c Alex*1763 HKLM,%CurrentVersion%\Telephony\Country List\685,"InternationalRule",,"0EFG"
                1764 HKLM,%CurrentVersion%\Telephony\Country List\685,"LongDistanceRule",,""
                1765 HKLM,%CurrentVersion%\Telephony\Country List\685,"Name",,"Samoa"
                1766 HKLM,%CurrentVersion%\Telephony\Country List\685,"SameAreaRule",,"G"
                1767 
748d23a7d Ge v*1768 HKLM,%CurrentVersion%\Telephony\Country List\686,"CountryCode",0x10001,0x000002ae
299d5594c Alex*1769 HKLM,%CurrentVersion%\Telephony\Country List\686,"InternationalRule",,"00EFG"
                1770 HKLM,%CurrentVersion%\Telephony\Country List\686,"LongDistanceRule",,""
                1771 HKLM,%CurrentVersion%\Telephony\Country List\686,"Name",,"Kiribati"
                1772 HKLM,%CurrentVersion%\Telephony\Country List\686,"SameAreaRule",,"G"
                1773 
748d23a7d Ge v*1774 HKLM,%CurrentVersion%\Telephony\Country List\687,"CountryCode",0x10001,0x000002af
299d5594c Alex*1775 HKLM,%CurrentVersion%\Telephony\Country List\687,"InternationalRule",,"00EFG"
                1776 HKLM,%CurrentVersion%\Telephony\Country List\687,"LongDistanceRule",,""
                1777 HKLM,%CurrentVersion%\Telephony\Country List\687,"Name",,"New Caledonia"
                1778 HKLM,%CurrentVersion%\Telephony\Country List\687,"SameAreaRule",,"G"
                1779 
748d23a7d Ge v*1780 HKLM,%CurrentVersion%\Telephony\Country List\688,"CountryCode",0x10001,0x000002b0
299d5594c Alex*1781 HKLM,%CurrentVersion%\Telephony\Country List\688,"InternationalRule",,"00EFG"
                1782 HKLM,%CurrentVersion%\Telephony\Country List\688,"LongDistanceRule",,""
                1783 HKLM,%CurrentVersion%\Telephony\Country List\688,"Name",,"Tuvalu"
                1784 HKLM,%CurrentVersion%\Telephony\Country List\688,"SameAreaRule",,"G"
                1785 
748d23a7d Ge v*1786 HKLM,%CurrentVersion%\Telephony\Country List\689,"CountryCode",0x10001,0x000002b1
299d5594c Alex*1787 HKLM,%CurrentVersion%\Telephony\Country List\689,"InternationalRule",,"00EFG"
                1788 HKLM,%CurrentVersion%\Telephony\Country List\689,"LongDistanceRule",,""
                1789 HKLM,%CurrentVersion%\Telephony\Country List\689,"Name",,"French Polynesia"
                1790 HKLM,%CurrentVersion%\Telephony\Country List\689,"SameAreaRule",,"G"
                1791 
748d23a7d Ge v*1792 HKLM,%CurrentVersion%\Telephony\Country List\690,"CountryCode",0x10001,0x000002b2
299d5594c Alex*1793 HKLM,%CurrentVersion%\Telephony\Country List\690,"InternationalRule",,"00EFG"
                1794 HKLM,%CurrentVersion%\Telephony\Country List\690,"LongDistanceRule",,""
                1795 HKLM,%CurrentVersion%\Telephony\Country List\690,"Name",,"Tokelau"
                1796 HKLM,%CurrentVersion%\Telephony\Country List\690,"SameAreaRule",,"G"
                1797 
748d23a7d Ge v*1798 HKLM,%CurrentVersion%\Telephony\Country List\691,"CountryCode",0x10001,0x000002b3
299d5594c Alex*1799 HKLM,%CurrentVersion%\Telephony\Country List\691,"InternationalRule",,"011EFG"
                1800 HKLM,%CurrentVersion%\Telephony\Country List\691,"LongDistanceRule",,""
                1801 HKLM,%CurrentVersion%\Telephony\Country List\691,"Name",,"Micronesia, Federated States of"
                1802 HKLM,%CurrentVersion%\Telephony\Country List\691,"SameAreaRule",,"G"
                1803 
748d23a7d Ge v*1804 HKLM,%CurrentVersion%\Telephony\Country List\692,"CountryCode",0x10001,0x000002b4
299d5594c Alex*1805 HKLM,%CurrentVersion%\Telephony\Country List\692,"InternationalRule",,"011EFG"
                1806 HKLM,%CurrentVersion%\Telephony\Country List\692,"LongDistanceRule",,"1FG"
                1807 HKLM,%CurrentVersion%\Telephony\Country List\692,"Name",,"Marshall Islands"
                1808 HKLM,%CurrentVersion%\Telephony\Country List\692,"SameAreaRule",,"G"
                1809 
748d23a7d Ge v*1810 HKLM,%CurrentVersion%\Telephony\Country List\7,"CountryCode",0x10001,0x00000007
299d5594c Alex*1811 HKLM,%CurrentVersion%\Telephony\Country List\7,"InternationalRule",,"8W10EFG"
                1812 HKLM,%CurrentVersion%\Telephony\Country List\7,"LongDistanceRule",," 8WFG"
                1813 HKLM,%CurrentVersion%\Telephony\Country List\7,"Name",,"Russia"
                1814 HKLM,%CurrentVersion%\Telephony\Country List\7,"SameAreaRule",,"G"
                1815 
748d23a7d Ge v*1816 HKLM,%CurrentVersion%\Telephony\Country List\705,"CountryCode",0x10001,0x00000007
299d5594c Alex*1817 HKLM,%CurrentVersion%\Telephony\Country List\705,"InternationalRule",,"8W10EFG"
                1818 HKLM,%CurrentVersion%\Telephony\Country List\705,"LongDistanceRule",," 8WFG"
                1819 HKLM,%CurrentVersion%\Telephony\Country List\705,"Name",,"Kazakhstan"
                1820 HKLM,%CurrentVersion%\Telephony\Country List\705,"SameAreaRule",,"G"
                1821 
748d23a7d Ge v*1822 HKLM,%CurrentVersion%\Telephony\Country List\708,"CountryCode",0x10001,0x00000007
299d5594c Alex*1823 HKLM,%CurrentVersion%\Telephony\Country List\708,"InternationalRule",,"8W10EFG"
                1824 HKLM,%CurrentVersion%\Telephony\Country List\708,"LongDistanceRule",," 8WFG"
                1825 HKLM,%CurrentVersion%\Telephony\Country List\708,"Name",,"Tajikistan"
                1826 HKLM,%CurrentVersion%\Telephony\Country List\708,"SameAreaRule",,"G"
                1827 
748d23a7d Ge v*1828 HKLM,%CurrentVersion%\Telephony\Country List\800,"CountryCode",0x10001,0x00000320
299d5594c Alex*1829 HKLM,%CurrentVersion%\Telephony\Country List\800,"InternationalRule",,""
                1830 HKLM,%CurrentVersion%\Telephony\Country List\800,"LongDistanceRule",,""
                1831 HKLM,%CurrentVersion%\Telephony\Country List\800,"Name",,"International Freephone Service"
                1832 HKLM,%CurrentVersion%\Telephony\Country List\800,"SameAreaRule",,""
                1833 
748d23a7d Ge v*1834 HKLM,%CurrentVersion%\Telephony\Country List\81,"CountryCode",0x10001,0x00000051
299d5594c Alex*1835 HKLM,%CurrentVersion%\Telephony\Country List\81,"InternationalRule",,"001EFG"
                1836 HKLM,%CurrentVersion%\Telephony\Country List\81,"LongDistanceRule",,"0FG"
                1837 HKLM,%CurrentVersion%\Telephony\Country List\81,"Name",,"Japan"
                1838 HKLM,%CurrentVersion%\Telephony\Country List\81,"SameAreaRule",,"G"
                1839 
748d23a7d Ge v*1840 HKLM,%CurrentVersion%\Telephony\Country List\82,"CountryCode",0x10001,0x00000052
299d5594c Alex*1841 HKLM,%CurrentVersion%\Telephony\Country List\82,"InternationalRule",,"001EFG"
                1842 HKLM,%CurrentVersion%\Telephony\Country List\82,"LongDistanceRule",,"0FG"
                1843 HKLM,%CurrentVersion%\Telephony\Country List\82,"Name",,"Korea (Republic of)"
                1844 HKLM,%CurrentVersion%\Telephony\Country List\82,"SameAreaRule",,"G"
                1845 
748d23a7d Ge v*1846 HKLM,%CurrentVersion%\Telephony\Country List\84,"CountryCode",0x10001,0x00000054
299d5594c Alex*1847 HKLM,%CurrentVersion%\Telephony\Country List\84,"InternationalRule",,"00EFG"
                1848 HKLM,%CurrentVersion%\Telephony\Country List\84,"LongDistanceRule",,"0FG"
                1849 HKLM,%CurrentVersion%\Telephony\Country List\84,"Name",,"Vietnam"
                1850 HKLM,%CurrentVersion%\Telephony\Country List\84,"SameAreaRule",,"G"
                1851 
748d23a7d Ge v*1852 HKLM,%CurrentVersion%\Telephony\Country List\850,"CountryCode",0x10001,0x00000352
299d5594c Alex*1853 HKLM,%CurrentVersion%\Telephony\Country List\850,"InternationalRule",,"00EFG"
                1854 HKLM,%CurrentVersion%\Telephony\Country List\850,"LongDistanceRule",,""
                1855 HKLM,%CurrentVersion%\Telephony\Country List\850,"Name",,"Korea (North)"
                1856 HKLM,%CurrentVersion%\Telephony\Country List\850,"SameAreaRule",,"G"
                1857 
748d23a7d Ge v*1858 HKLM,%CurrentVersion%\Telephony\Country List\852,"CountryCode",0x10001,0x00000354
299d5594c Alex*1859 HKLM,%CurrentVersion%\Telephony\Country List\852,"InternationalRule",,"001EFG"
                1860 HKLM,%CurrentVersion%\Telephony\Country List\852,"LongDistanceRule",,""
                1861 HKLM,%CurrentVersion%\Telephony\Country List\852,"Name",,"Hong Kong S.A.R."
                1862 HKLM,%CurrentVersion%\Telephony\Country List\852,"SameAreaRule",,"G"
                1863 
748d23a7d Ge v*1864 HKLM,%CurrentVersion%\Telephony\Country List\853,"CountryCode",0x10001,0x00000355
299d5594c Alex*1865 HKLM,%CurrentVersion%\Telephony\Country List\853,"InternationalRule",,"00EFG"
                1866 HKLM,%CurrentVersion%\Telephony\Country List\853,"LongDistanceRule",,""
                1867 HKLM,%CurrentVersion%\Telephony\Country List\853,"Name",,"Macau S.A.R."
                1868 HKLM,%CurrentVersion%\Telephony\Country List\853,"SameAreaRule",,"G"
                1869 
748d23a7d Ge v*1870 HKLM,%CurrentVersion%\Telephony\Country List\855,"CountryCode",0x10001,0x00000357
299d5594c Alex*1871 HKLM,%CurrentVersion%\Telephony\Country List\855,"InternationalRule",,"00EFG"
                1872 HKLM,%CurrentVersion%\Telephony\Country List\855,"LongDistanceRule",,"0FG"
                1873 HKLM,%CurrentVersion%\Telephony\Country List\855,"Name",,"Cambodia"
                1874 HKLM,%CurrentVersion%\Telephony\Country List\855,"SameAreaRule",,"G"
                1875 
748d23a7d Ge v*1876 HKLM,%CurrentVersion%\Telephony\Country List\856,"CountryCode",0x10001,0x00000358
299d5594c Alex*1877 HKLM,%CurrentVersion%\Telephony\Country List\856,"InternationalRule",,"14EFG"
                1878 HKLM,%CurrentVersion%\Telephony\Country List\856,"LongDistanceRule",,""
                1879 HKLM,%CurrentVersion%\Telephony\Country List\856,"Name",,"Laos"
                1880 HKLM,%CurrentVersion%\Telephony\Country List\856,"SameAreaRule",,"G"
                1881 
748d23a7d Ge v*1882 HKLM,%CurrentVersion%\Telephony\Country List\86,"CountryCode",0x10001,0x00000056
299d5594c Alex*1883 HKLM,%CurrentVersion%\Telephony\Country List\86,"InternationalRule",,"00EFG"
                1884 HKLM,%CurrentVersion%\Telephony\Country List\86,"LongDistanceRule",,"0FG"
                1885 HKLM,%CurrentVersion%\Telephony\Country List\86,"Name",,"China"
                1886 HKLM,%CurrentVersion%\Telephony\Country List\86,"SameAreaRule",,"G"
                1887 
748d23a7d Ge v*1888 HKLM,%CurrentVersion%\Telephony\Country List\870,"CountryCode",0x10001,0x00000366
299d5594c Alex*1889 HKLM,%CurrentVersion%\Telephony\Country List\870,"InternationalRule",,"00EFG#"
                1890 HKLM,%CurrentVersion%\Telephony\Country List\870,"LongDistanceRule",,"00EFG#"
                1891 HKLM,%CurrentVersion%\Telephony\Country List\870,"Name",,"INMARSAT"
                1892 HKLM,%CurrentVersion%\Telephony\Country List\870,"SameAreaRule",,"00EFG#"
                1893 
748d23a7d Ge v*1894 HKLM,%CurrentVersion%\Telephony\Country List\871,"CountryCode",0x10001,0x00000367
299d5594c Alex*1895 HKLM,%CurrentVersion%\Telephony\Country List\871,"InternationalRule",,"00EFG#"
                1896 HKLM,%CurrentVersion%\Telephony\Country List\871,"LongDistanceRule",,"00EFG#"
                1897 HKLM,%CurrentVersion%\Telephony\Country List\871,"Name",,"INMARSAT (Atlantic-East)"
                1898 HKLM,%CurrentVersion%\Telephony\Country List\871,"SameAreaRule",,"00EFG#"
                1899 
748d23a7d Ge v*1900 HKLM,%CurrentVersion%\Telephony\Country List\872,"CountryCode",0x10001,0x00000368
299d5594c Alex*1901 HKLM,%CurrentVersion%\Telephony\Country List\872,"InternationalRule",,"00EFG#"
                1902 HKLM,%CurrentVersion%\Telephony\Country List\872,"LongDistanceRule",,"00EFG#"
                1903 HKLM,%CurrentVersion%\Telephony\Country List\872,"Name",,"INMARSAT (Pacific)"
                1904 HKLM,%CurrentVersion%\Telephony\Country List\872,"SameAreaRule",,"00EFG#"
                1905 
748d23a7d Ge v*1906 HKLM,%CurrentVersion%\Telephony\Country List\873,"CountryCode",0x10001,0x00000369
299d5594c Alex*1907 HKLM,%CurrentVersion%\Telephony\Country List\873,"InternationalRule",,"00EFG#"
                1908 HKLM,%CurrentVersion%\Telephony\Country List\873,"LongDistanceRule",,"00EFG#"
                1909 HKLM,%CurrentVersion%\Telephony\Country List\873,"Name",,"INMARSAT (Indian)"
                1910 HKLM,%CurrentVersion%\Telephony\Country List\873,"SameAreaRule",,"00EFG#"
                1911 
748d23a7d Ge v*1912 HKLM,%CurrentVersion%\Telephony\Country List\874,"CountryCode",0x10001,0x0000036a
299d5594c Alex*1913 HKLM,%CurrentVersion%\Telephony\Country List\874,"InternationalRule",,"00EFG#"
                1914 HKLM,%CurrentVersion%\Telephony\Country List\874,"LongDistanceRule",,"00EFG#"
                1915 HKLM,%CurrentVersion%\Telephony\Country List\874,"Name",,"INMARSAT (Atlantic-West)"
                1916 HKLM,%CurrentVersion%\Telephony\Country List\874,"SameAreaRule",,"00EFG#"
                1917 
748d23a7d Ge v*1918 HKLM,%CurrentVersion%\Telephony\Country List\880,"CountryCode",0x10001,0x00000370
299d5594c Alex*1919 HKLM,%CurrentVersion%\Telephony\Country List\880,"InternationalRule",,"00EFG"
                1920 HKLM,%CurrentVersion%\Telephony\Country List\880,"LongDistanceRule",,"0FG"
                1921 HKLM,%CurrentVersion%\Telephony\Country List\880,"Name",,"Bangladesh"
                1922 HKLM,%CurrentVersion%\Telephony\Country List\880,"SameAreaRule",,"G"
                1923 
748d23a7d Ge v*1924 HKLM,%CurrentVersion%\Telephony\Country List\886,"CountryCode",0x10001,0x00000376
299d5594c Alex*1925 HKLM,%CurrentVersion%\Telephony\Country List\886,"InternationalRule",,"002EFG"
                1926 HKLM,%CurrentVersion%\Telephony\Country List\886,"LongDistanceRule",,"0FG"
                1927 HKLM,%CurrentVersion%\Telephony\Country List\886,"Name",,"Taiwan"
                1928 HKLM,%CurrentVersion%\Telephony\Country List\886,"SameAreaRule",,"G"
                1929 
748d23a7d Ge v*1930 HKLM,%CurrentVersion%\Telephony\Country List\90,"CountryCode",0x10001,0x0000005a
299d5594c Alex*1931 HKLM,%CurrentVersion%\Telephony\Country List\90,"InternationalRule",,"00EFG"
                1932 HKLM,%CurrentVersion%\Telephony\Country List\90,"LongDistanceRule",,"0FG"
                1933 HKLM,%CurrentVersion%\Telephony\Country List\90,"Name",,"Turkey"
                1934 HKLM,%CurrentVersion%\Telephony\Country List\90,"SameAreaRule",,"G"
                1935 
748d23a7d Ge v*1936 HKLM,%CurrentVersion%\Telephony\Country List\91,"CountryCode",0x10001,0x0000005b
299d5594c Alex*1937 HKLM,%CurrentVersion%\Telephony\Country List\91,"InternationalRule",,"00EFG"
                1938 HKLM,%CurrentVersion%\Telephony\Country List\91,"LongDistanceRule",,"0FG"
                1939 HKLM,%CurrentVersion%\Telephony\Country List\91,"Name",,"India"
                1940 HKLM,%CurrentVersion%\Telephony\Country List\91,"SameAreaRule",,"G"
                1941 
748d23a7d Ge v*1942 HKLM,%CurrentVersion%\Telephony\Country List\92,"CountryCode",0x10001,0x0000005c
299d5594c Alex*1943 HKLM,%CurrentVersion%\Telephony\Country List\92,"InternationalRule",,"00EFG"
                1944 HKLM,%CurrentVersion%\Telephony\Country List\92,"LongDistanceRule",,"0FG"
                1945 HKLM,%CurrentVersion%\Telephony\Country List\92,"Name",,"Pakistan"
                1946 HKLM,%CurrentVersion%\Telephony\Country List\92,"SameAreaRule",,"G"
                1947 
748d23a7d Ge v*1948 HKLM,%CurrentVersion%\Telephony\Country List\93,"CountryCode",0x10001,0x0000005d
299d5594c Alex*1949 HKLM,%CurrentVersion%\Telephony\Country List\93,"InternationalRule",,"00EFG"
                1950 HKLM,%CurrentVersion%\Telephony\Country List\93,"LongDistanceRule",,"0FG"
                1951 HKLM,%CurrentVersion%\Telephony\Country List\93,"Name",,"Afghanistan"
                1952 HKLM,%CurrentVersion%\Telephony\Country List\93,"SameAreaRule",,"G"
                1953 
748d23a7d Ge v*1954 HKLM,%CurrentVersion%\Telephony\Country List\94,"CountryCode",0x10001,0x0000005e
299d5594c Alex*1955 HKLM,%CurrentVersion%\Telephony\Country List\94,"InternationalRule",,"00EFG"
                1956 HKLM,%CurrentVersion%\Telephony\Country List\94,"LongDistanceRule",,"0FG"
                1957 HKLM,%CurrentVersion%\Telephony\Country List\94,"Name",,"Sri Lanka"
                1958 HKLM,%CurrentVersion%\Telephony\Country List\94,"SameAreaRule",,"G"
                1959 
748d23a7d Ge v*1960 HKLM,%CurrentVersion%\Telephony\Country List\95,"CountryCode",0x10001,0x0000005f
299d5594c Alex*1961 HKLM,%CurrentVersion%\Telephony\Country List\95,"InternationalRule",,"0EFG"
                1962 HKLM,%CurrentVersion%\Telephony\Country List\95,"LongDistanceRule",,""
                1963 HKLM,%CurrentVersion%\Telephony\Country List\95,"Name",,"Myanmar"
                1964 HKLM,%CurrentVersion%\Telephony\Country List\95,"SameAreaRule",,"G"
                1965 
748d23a7d Ge v*1966 HKLM,%CurrentVersion%\Telephony\Country List\960,"CountryCode",0x10001,0x000003c0
299d5594c Alex*1967 HKLM,%CurrentVersion%\Telephony\Country List\960,"InternationalRule",,"00EFG"
                1968 HKLM,%CurrentVersion%\Telephony\Country List\960,"LongDistanceRule",,""
                1969 HKLM,%CurrentVersion%\Telephony\Country List\960,"Name",,"Maldives"
                1970 HKLM,%CurrentVersion%\Telephony\Country List\960,"SameAreaRule",,"G"
                1971 
748d23a7d Ge v*1972 HKLM,%CurrentVersion%\Telephony\Country List\961,"CountryCode",0x10001,0x000003c1
299d5594c Alex*1973 HKLM,%CurrentVersion%\Telephony\Country List\961,"InternationalRule",,"00EFG"
                1974 HKLM,%CurrentVersion%\Telephony\Country List\961,"LongDistanceRule",,"0FG"
                1975 HKLM,%CurrentVersion%\Telephony\Country List\961,"Name",,"Lebanon"
                1976 HKLM,%CurrentVersion%\Telephony\Country List\961,"SameAreaRule",,"G"
                1977 
748d23a7d Ge v*1978 HKLM,%CurrentVersion%\Telephony\Country List\962,"CountryCode",0x10001,0x000003c2
299d5594c Alex*1979 HKLM,%CurrentVersion%\Telephony\Country List\962,"InternationalRule",,"00EFG"
                1980 HKLM,%CurrentVersion%\Telephony\Country List\962,"LongDistanceRule",,"0FG"
                1981 HKLM,%CurrentVersion%\Telephony\Country List\962,"Name",,"Jordan"
                1982 HKLM,%CurrentVersion%\Telephony\Country List\962,"SameAreaRule",,"G"
                1983 
748d23a7d Ge v*1984 HKLM,%CurrentVersion%\Telephony\Country List\963,"CountryCode",0x10001,0x000003c3
299d5594c Alex*1985 HKLM,%CurrentVersion%\Telephony\Country List\963,"InternationalRule",,"00EFG"
                1986 HKLM,%CurrentVersion%\Telephony\Country List\963,"LongDistanceRule",,"0FG"
                1987 HKLM,%CurrentVersion%\Telephony\Country List\963,"Name",,"Syria"
                1988 HKLM,%CurrentVersion%\Telephony\Country List\963,"SameAreaRule",,"G"
                1989 
748d23a7d Ge v*1990 HKLM,%CurrentVersion%\Telephony\Country List\964,"CountryCode",0x10001,0x000003c4
299d5594c Alex*1991 HKLM,%CurrentVersion%\Telephony\Country List\964,"InternationalRule",,"00EFG"
                1992 HKLM,%CurrentVersion%\Telephony\Country List\964,"LongDistanceRule",,"FG"
                1993 HKLM,%CurrentVersion%\Telephony\Country List\964,"Name",,"Iraq"
                1994 HKLM,%CurrentVersion%\Telephony\Country List\964,"SameAreaRule",,"G"
                1995 
748d23a7d Ge v*1996 HKLM,%CurrentVersion%\Telephony\Country List\965,"CountryCode",0x10001,0x000003c5
299d5594c Alex*1997 HKLM,%CurrentVersion%\Telephony\Country List\965,"InternationalRule",,"00EFG"
                1998 HKLM,%CurrentVersion%\Telephony\Country List\965,"LongDistanceRule",,""
                1999 HKLM,%CurrentVersion%\Telephony\Country List\965,"Name",,"Kuwait"
                2000 HKLM,%CurrentVersion%\Telephony\Country List\965,"SameAreaRule",,"G"
                2001 
748d23a7d Ge v*2002 HKLM,%CurrentVersion%\Telephony\Country List\966,"CountryCode",0x10001,0x000003c6
299d5594c Alex*2003 HKLM,%CurrentVersion%\Telephony\Country List\966,"InternationalRule",,"00EFG"
                2004 HKLM,%CurrentVersion%\Telephony\Country List\966,"LongDistanceRule",,"0FG"
                2005 HKLM,%CurrentVersion%\Telephony\Country List\966,"Name",,"Saudi Arabia"
                2006 HKLM,%CurrentVersion%\Telephony\Country List\966,"SameAreaRule",,"G"
                2007 
748d23a7d Ge v*2008 HKLM,%CurrentVersion%\Telephony\Country List\967,"CountryCode",0x10001,0x000003c7
299d5594c Alex*2009 HKLM,%CurrentVersion%\Telephony\Country List\967,"InternationalRule",,"00EFG"
                2010 HKLM,%CurrentVersion%\Telephony\Country List\967,"LongDistanceRule",,"0FG"
                2011 HKLM,%CurrentVersion%\Telephony\Country List\967,"Name",,"Yemen"
                2012 HKLM,%CurrentVersion%\Telephony\Country List\967,"SameAreaRule",,"G"
                2013 
748d23a7d Ge v*2014 HKLM,%CurrentVersion%\Telephony\Country List\968,"CountryCode",0x10001,0x000003c8
299d5594c Alex*2015 HKLM,%CurrentVersion%\Telephony\Country List\968,"InternationalRule",,"00EFG"
                2016 HKLM,%CurrentVersion%\Telephony\Country List\968,"LongDistanceRule",,""
                2017 HKLM,%CurrentVersion%\Telephony\Country List\968,"Name",,"Oman"
                2018 HKLM,%CurrentVersion%\Telephony\Country List\968,"SameAreaRule",,"G"
                2019 
748d23a7d Ge v*2020 HKLM,%CurrentVersion%\Telephony\Country List\971,"CountryCode",0x10001,0x000003cb
299d5594c Alex*2021 HKLM,%CurrentVersion%\Telephony\Country List\971,"InternationalRule",,"00EFG"
                2022 HKLM,%CurrentVersion%\Telephony\Country List\971,"LongDistanceRule",,"0FG"
                2023 HKLM,%CurrentVersion%\Telephony\Country List\971,"Name",,"United Arab Emirates"
                2024 HKLM,%CurrentVersion%\Telephony\Country List\971,"SameAreaRule",,"G"
                2025 
748d23a7d Ge v*2026 HKLM,%CurrentVersion%\Telephony\Country List\972,"CountryCode",0x10001,0x000003cc
299d5594c Alex*2027 HKLM,%CurrentVersion%\Telephony\Country List\972,"InternationalRule",,"00EFG"
                2028 HKLM,%CurrentVersion%\Telephony\Country List\972,"LongDistanceRule",,"0FG"
                2029 HKLM,%CurrentVersion%\Telephony\Country List\972,"Name",,"Israel"
                2030 HKLM,%CurrentVersion%\Telephony\Country List\972,"SameAreaRule",,"G"
                2031 
748d23a7d Ge v*2032 HKLM,%CurrentVersion%\Telephony\Country List\973,"CountryCode",0x10001,0x000003cd
299d5594c Alex*2033 HKLM,%CurrentVersion%\Telephony\Country List\973,"InternationalRule",,"0EFG"
                2034 HKLM,%CurrentVersion%\Telephony\Country List\973,"LongDistanceRule",,""
                2035 HKLM,%CurrentVersion%\Telephony\Country List\973,"Name",,"Bahrain"
                2036 HKLM,%CurrentVersion%\Telephony\Country List\973,"SameAreaRule",,"G"
                2037 
748d23a7d Ge v*2038 HKLM,%CurrentVersion%\Telephony\Country List\974,"CountryCode",0x10001,0x000003ce
299d5594c Alex*2039 HKLM,%CurrentVersion%\Telephony\Country List\974,"InternationalRule",,"0EFG"
                2040 HKLM,%CurrentVersion%\Telephony\Country List\974,"LongDistanceRule",,""
                2041 HKLM,%CurrentVersion%\Telephony\Country List\974,"Name",,"Qatar"
                2042 HKLM,%CurrentVersion%\Telephony\Country List\974,"SameAreaRule",,"G"
                2043 
748d23a7d Ge v*2044 HKLM,%CurrentVersion%\Telephony\Country List\975,"CountryCode",0x10001,0x000003cf
299d5594c Alex*2045 HKLM,%CurrentVersion%\Telephony\Country List\975,"InternationalRule",,"00EFG"
                2046 HKLM,%CurrentVersion%\Telephony\Country List\975,"LongDistanceRule",,""
                2047 HKLM,%CurrentVersion%\Telephony\Country List\975,"Name",,"Bhutan"
                2048 HKLM,%CurrentVersion%\Telephony\Country List\975,"SameAreaRule",,"G"
                2049 
748d23a7d Ge v*2050 HKLM,%CurrentVersion%\Telephony\Country List\976,"CountryCode",0x10001,0x000003d0
299d5594c Alex*2051 HKLM,%CurrentVersion%\Telephony\Country List\976,"InternationalRule",,"00EFG"
                2052 HKLM,%CurrentVersion%\Telephony\Country List\976,"LongDistanceRule",,"0FG"
                2053 HKLM,%CurrentVersion%\Telephony\Country List\976,"Name",,"Mongolia"
                2054 HKLM,%CurrentVersion%\Telephony\Country List\976,"SameAreaRule",,"G"
                2055 
748d23a7d Ge v*2056 HKLM,%CurrentVersion%\Telephony\Country List\977,"CountryCode",0x10001,0x000003d1
299d5594c Alex*2057 HKLM,%CurrentVersion%\Telephony\Country List\977,"InternationalRule",,"00EFG"
                2058 HKLM,%CurrentVersion%\Telephony\Country List\977,"LongDistanceRule",,""
                2059 HKLM,%CurrentVersion%\Telephony\Country List\977,"Name",,"Nepal"
                2060 HKLM,%CurrentVersion%\Telephony\Country List\977,"SameAreaRule",,"G"
                2061 
748d23a7d Ge v*2062 HKLM,%CurrentVersion%\Telephony\Country List\98,"CountryCode",0x10001,0x00000062
299d5594c Alex*2063 HKLM,%CurrentVersion%\Telephony\Country List\98,"InternationalRule",,"00EFG"
                2064 HKLM,%CurrentVersion%\Telephony\Country List\98,"LongDistanceRule",,"FG"
                2065 HKLM,%CurrentVersion%\Telephony\Country List\98,"Name",,"Iran"
                2066 HKLM,%CurrentVersion%\Telephony\Country List\98,"SameAreaRule",,"G"
                2067 
748d23a7d Ge v*2068 HKLM,%CurrentVersion%\Telephony\Country List\993,"CountryCode",0x10001,0x000003e1
299d5594c Alex*2069 HKLM,%CurrentVersion%\Telephony\Country List\993,"InternationalRule",,"8W10EFG"
                2070 HKLM,%CurrentVersion%\Telephony\Country List\993,"LongDistanceRule",," 8WFG"
                2071 HKLM,%CurrentVersion%\Telephony\Country List\993,"Name",,"Turkmenistan"
                2072 HKLM,%CurrentVersion%\Telephony\Country List\993,"SameAreaRule",,"G"
                2073 
748d23a7d Ge v*2074 HKLM,%CurrentVersion%\Telephony\Country List\994,"CountryCode",0x10001,0x000003e2
299d5594c Alex*2075 HKLM,%CurrentVersion%\Telephony\Country List\994,"InternationalRule",,"8W10EFG"
                2076 HKLM,%CurrentVersion%\Telephony\Country List\994,"LongDistanceRule",," 8WFG"
                2077 HKLM,%CurrentVersion%\Telephony\Country List\994,"Name",,"Azerbaijan"
                2078 HKLM,%CurrentVersion%\Telephony\Country List\994,"SameAreaRule",,"G"
                2079 
748d23a7d Ge v*2080 HKLM,%CurrentVersion%\Telephony\Country List\995,"CountryCode",0x10001,0x000003e3
299d5594c Alex*2081 HKLM,%CurrentVersion%\Telephony\Country List\995,"InternationalRule",,"8W10EFG"
                2082 HKLM,%CurrentVersion%\Telephony\Country List\995,"LongDistanceRule",," 8WFG"
                2083 HKLM,%CurrentVersion%\Telephony\Country List\995,"Name",,"Georgia"
                2084 HKLM,%CurrentVersion%\Telephony\Country List\995,"SameAreaRule",,"G"
                2085 
748d23a7d Ge v*2086 HKLM,%CurrentVersion%\Telephony\Country List\996,"CountryCode",0x10001,0x000003e4
299d5594c Alex*2087 HKLM,%CurrentVersion%\Telephony\Country List\996,"InternationalRule",,"00EFG"
                2088 HKLM,%CurrentVersion%\Telephony\Country List\996,"LongDistanceRule",,"8FG"
                2089 HKLM,%CurrentVersion%\Telephony\Country List\996,"Name",,"Kyrgyzstan"
                2090 HKLM,%CurrentVersion%\Telephony\Country List\996,"SameAreaRule",,"G"
                2091 
748d23a7d Ge v*2092 HKLM,%CurrentVersion%\Telephony\Country List\998,"CountryCode",0x10001,0x000003e6
299d5594c Alex*2093 HKLM,%CurrentVersion%\Telephony\Country List\998,"InternationalRule",,"8W10EFG"
                2094 HKLM,%CurrentVersion%\Telephony\Country List\998,"LongDistanceRule",," 8WFG"
                2095 HKLM,%CurrentVersion%\Telephony\Country List\998,"Name",,"Uzbekistan"
                2096 HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
                2097 
                2098 [RegisterDllsSection]
75b7ddaa3 Alex*2099 ;;some dlls have to be registered first
                2100 11,,shell32.dll,1
dc1dad6a7 Alex*2101 11,,quartz.dll,1
75b7ddaa3 Alex*2102 
f5bdc72c4 Juan*2103 11,,cryptdlg.dll,1
6974ab554 Juan*2104 11,,cryptnet.dll,1
299d5594c Alex*2105 11,,devenum.dll,1
eeb40543c Zebe*2106 11,,mp3dmod.dll,1
1e721a487 Vinc*2107 11,,mscoree.dll,1
4378e7731 Jace*2108 11,,mshtml.dll,1
1eb0d9278 Juan*2109 11,,msisip.dll,1
bae4a5453 Maar*2110 11,,qcap.dll,1
ed0f2909f Zebe*2111 11,,qedit.dll,1
299d5594c Alex*2112 11,,urlmon.dll,1
b01c652d4 Vinc*2113 11,,windowscodecs.dll,1
2914d6557 Aric*2114 11,,winegstreamer.dll,1
b09002547 Piot*2115 55,,wineps.drv,1
14efad5d6 Aric*2116 11,,wineqtdecoder.dll,1
dfc159d87 Bren*2117 11,,winevulkan.dll,1
3285363da Piot*2118 55,,winprint.dll,1
7b75ec209 Paul*2119 11,,wintrust.dll,1
53dfaf0d5 Alex*2120 11,,iexplore.exe,1
299d5594c Alex*2121 
fc1fca5fb Alex*2122 ; 32bit-only fake dlls
                2123 [FakeDllsWin32]
df898ea47 Detl*2124 10,,rundll.exe,rundll.exe16
fc1fca5fb Alex*2125 10,,twain.dll,twain.dll16
                2126 10,,twain_32.dll
72e5f1af3 Vinc*2127 10,twain_32,sane.ds
                2128 10,twain_32,gphoto2.ds
fc1fca5fb Alex*2129 10,,winhelp.exe,winhelp.exe16
                2130 10,,winhlp32.exe
                2131 10,command,start.exe
                2132 10,system,ddeml.dll,ddeml.dll16
2b92e554a Andr*2133 10,system,mmsystem.dll,mmsystem.dll16
fc1fca5fb Alex*2134 11,,ddhelp.exe
                2135 11,,dosx.exe
                2136 11,,dsound.vxd
ee13ab0f0 Alex*2137 11,,start.exe
950919ee3 Damj*2138 11,,winhlp32.exe
47d8d5659 Alex*2139 52,win40\0,wineps16.drv,wineps16.drv16
fc1fca5fb Alex*2140 
02c35582f Vinc*2141 ; 64bit-only fake dlls
                2142 [FakeDllsWin64]
                2143 10,twain_64,sane.ds
                2144 10,twain_64,gphoto2.ds
                2145 
3edc09fa6 Alex*2146 ; Wow64-only fake dlls
                2147 [FakeDllsWow64]
                2148 ; create some directories first
                2149 11,mui,
7a70499fb Alex*2150 11,gecko\plugin,npmshtml.dll
2a332f4e5 Huw *2151 11,Speech\Common,sapi.dll
ad8f354f6 Shau*2152 11,Speech\Engines\TTS,msttsengine.dll
7a70499fb Alex*2153 11,wbem,mofcomp.exe
d7c9cd2e2 Zebe*2154 11,wbem,wbemdisp.dll
                2155 11,wbem,wbemprox.dll
                2156 11,wbem,wmic.exe
                2157 11,wbem,wmiutils.dll
a2aa1b01f Loui*2158 11,WindowsPowerShell\v1.0,powershell.exe
dbecee55c Alex*2159 10,syswow64,stdole2.tlb
f5956f1ac Alex*2160 11,,iexplore.exe
3edc09fa6 Alex*2161 11,,winetest.exe,-
7b54917f2 Vinc*2162 ; skip .NET fake dlls in Wine Mono package
                2163 11,,aspnet_regiis.exe,-
                2164 11,,ngen.exe,-
                2165 11,,fusion.dll,-
ee6bee6a4 Esme*2166 11,,diasymreader.dll,-
12d5b6899 Zebe*2167 11,,mscorwks.dll,-
7b54917f2 Vinc*2168 11,,regsvcs.exe,-
                2169 11,,regasm.exe,-
                2170 11,,servicemodelreg.exe,-
                2171 11,,presentationfontcache.exe,-
a1bba8286 Alex*2172 ; some programs are 64-bit only
                2173 11,,conhost.exe,-
                2174 11,,services.exe,-
                2175 11,,spoolsv.exe,-
                2176 11,,winemenubuilder.exe,-
5ec4e8f19 Alex*2177 ; registration order matters for these
                2178 11,,msxml.dll
                2179 11,,msxml2.dll
                2180 11,,msxml3.dll
                2181 11,,msxml4.dll
                2182 11,,msxml6.dll
                2183 11,,shdocvw.dll
c8d912376 Alex*2184 16422,Internet Explorer,iexplore.exe
b871ebdc7 Aust*2185 16422,Windows Media Player,wmplayer.exe
616495b6a Vija*2186 16422,Windows NT\Accessories,wordpad.exe
61cdd8e35 Alis*2187 16427,System\OLE DB,oledb32.dll
                2188 16427,System\OLE DB,msdaps.dll
48cc6ce42 Alis*2189 16427,System\OLE DB,msdasql.dll
d37a2c861 Alis*2190 16427,System\ADO,msado15.dll
28aa2017d Piot*2191 55,,wineps.drv
47d8d5659 Alex*2192 66000,3,wineps.drv
b7d7b23a6 Piot*2193 55,,winprint.dll
5d3d73f80 Alex*2194 12,,*.sys,-
062ef9f68 Zhiy*2195 11,,*.msstyles,-
3edc09fa6 Alex*2196 11,,*
                2197 
fc1fca5fb Alex*2198 [FakeDlls]
89d63f0bf Alex*2199 ; create some directories first
cd172dff7 Loui*2200 10,help,
2a708ee94 Aust*2201 10,logs,
2173d2dcc Loïc*2202 10,performance\winsat\datastore,
f51b4d014 Vija*2203 10,security,
2eb6f8867 Dmit*2204 10,tasks,
89d63f0bf Alex*2205 10,temp,
c06d362b6 Loui*2206 11,catroot,
f225f1125 Henr*2207 11,mui,
3266b490f Dmit*2208 11,tasks,
9dc3ecb9e Vita*2209 11,spool\printers,
b76a77b3b Damj*2210 10,,explorer.exe
26424a0a5 Jame*2211 10,,hh.exe
d404fb5bf Alex*2212 10,,notepad.exe
                2213 10,,regedit.exe
fc1fca5fb Alex*2214 11,,explorer.exe
f5956f1ac Alex*2215 11,,iexplore.exe
d404fb5bf Alex*2216 11,,notepad.exe
777a30b99 Alex*2217 11,,winetest.exe,-
062ef9f68 Zhiy*2218 ; themes
                2219 10,resources\themes\light,light.msstyles
7b54917f2 Vinc*2220 ; skip .NET fake dlls in Wine Mono package
                2221 11,,aspnet_regiis.exe,-
                2222 11,,ngen.exe,-
                2223 11,,fusion.dll,-
ee6bee6a4 Esme*2224 11,,diasymreader.dll,-
12d5b6899 Zebe*2225 11,,mscorwks.dll,-
7b54917f2 Vinc*2226 11,,regsvcs.exe,-
                2227 11,,regasm.exe,-
                2228 11,,servicemodelreg.exe,-
                2229 11,,presentationfontcache.exe,-
5ec4e8f19 Alex*2230 ; registration order matters for these
                2231 11,,msxml.dll
                2232 11,,msxml2.dll
                2233 11,,msxml3.dll
                2234 11,,msxml4.dll
                2235 11,,msxml6.dll
                2236 11,,shdocvw.dll
4a91265b4 Jace*2237 11,gecko\plugin,npmshtml.dll
2a332f4e5 Huw *2238 11,Speech\Common,sapi.dll
ad8f354f6 Shau*2239 11,Speech\Engines\TTS,msttsengine.dll
f15aea2a8 Hans*2240 11,wbem,mofcomp.exe
acb1ff4af Hans*2241 11,wbem,wbemdisp.dll
8c23dc98b Hans*2242 11,wbem,wbemprox.dll
                2243 11,wbem,wmic.exe
                2244 11,wbem,wmiutils.dll
a2aa1b01f Loui*2245 11,WindowsPowerShell\v1.0,powershell.exe
5b5556308 Aust*2246 ; empty folders to make sure the parent dirs are not removed
                2247 16410,Microsoft,
                2248 16412,Microsoft,
70995ed45 Vita*2249 16422,Internet Explorer,iexplore.exe
b871ebdc7 Aust*2250 16422,Windows Media Player,wmplayer.exe
616495b6a Vija*2251 16422,Windows NT\Accessories,wordpad.exe
09cc2b932 Aust*2252 16427,Microsoft Shared\TextConv,
28e80addf Alis*2253 16427,System\OLE DB,oledb32.dll
ff9039d94 Alis*2254 16427,System\OLE DB,msdaps.dll
48cc6ce42 Alis*2255 16427,System\OLE DB,msdasql.dll
d37a2c861 Alis*2256 16427,System\ADO,msado15.dll
28aa2017d Piot*2257 55,,wineps.drv
47d8d5659 Alex*2258 66000,3,wineps.drv
b7d7b23a6 Piot*2259 55,,winprint.dll
36cec2c7d Alex*2260 12,,*.sys
7acd74ee0 Alex*2261 11,,*
d404fb5bf Alex*2262 
299d5594c Alex*2263 [SystemIni]
0faa6ab7d Chri*2264 system.ini, mci,,"MPEGVideo=mciqtz32.dll"
                2265 system.ini, mci,,"MPEGVideo2=mciqtz32.dll"
c6d0d6d18 Jeff*2266 system.ini, mci,,"avivideo=mciavi32.dll"
                2267 system.ini, mci,,"cdaudio=mcicda.dll"
                2268 system.ini, mci,,"sequencer=mciseq.dll"
                2269 system.ini, mci,,"vcr=mcivisca.drv"
                2270 system.ini, mci,,"; videodisc=mcipionr.drv"
                2271 system.ini, mci,,"waveaudio=mciwave.dll"
                2272 
                2273 system.ini, drivers32,,"msacm.imaadpcm=imaadp32.acm"
                2274 system.ini, drivers32,,"msacm.msadpcm=msadp32.acm"
                2275 system.ini, drivers32,,"msacm.msg711=msg711.acm"
bcc8791bc Zebe*2276 system.ini, drivers32,,"msacm.l3acm=l3codeca.acm"
58b5a3f6b Maar*2277 system.ini, drivers32,,"msacm.msgsm610=msgsm32.acm"
c6d0d6d18 Jeff*2278 system.ini, drivers32,,"vidc.mrle=msrle32.dll"
                2279 system.ini, drivers32,,"vidc.msvc=msvidc32.dll"
                2280 system.ini, drivers32,,"vidc.cvid=iccvid.dll"
d83e03f63 Shau*2281 system.ini, drivers32,,"vidc.IV50=ir50_32.dll"
c6d0d6d18 Jeff*2282 system.ini, drivers32,,"; vidc.IV31=ir32_32.dll"
                2283 system.ini, drivers32,,"; vidc.IV32=ir32_32.dll"
3a547b08b Vita*2284 
31062ee53 Alex*2285 win.ini, mail,,"mapi=1"
                2286 
c1fce7458 Alex*2287 [BITSService]
                2288 AddReg=BITSServiceKeys
                2289 Description="BITS Service"
                2290 DisplayName="BITS Service"
                2291 ServiceBinary="%11%\svchost.exe -k netsvcs"
                2292 ServiceType=16
                2293 StartType=3
                2294 ErrorControl=1
                2295 
7e7e81f0c Dmit*2296 [EventLogService]
                2297 AddReg=EventLogServiceKeys
                2298 Description="Event Log"
                2299 DisplayName="Event Log"
                2300 ServiceBinary="%11%\svchost.exe -k LocalServiceNetworkRestricted"
                2301 ServiceType=32
                2302 StartType=2
                2303 ErrorControl=1
                2304 
128dd3be7 Zebe*2305 [HTTPService]
                2306 Description="HTTP server"
                2307 DisplayName="HTTP"
                2308 ServiceBinary="%12%\http.sys"
                2309 ServiceType=1
                2310 StartType=3
                2311 ErrorControl=1
                2312 
27d88987c Alex*2313 [MSIService]
                2314 Description="MSI Installer Server"
                2315 DisplayName="MSIServer"
                2316 ServiceBinary="%11%\msiexec.exe /V"
                2317 ServiceType=32
                2318 StartType=3
                2319 ErrorControl=1
                2320 
a0bbf8477 Alex*2321 [MountMgrService]
                2322 Description="Device mounting service"
                2323 DisplayName="Mount Manager"
                2324 ServiceBinary="%12%\mountmgr.sys"
                2325 ServiceType=1
                2326 StartType=2
                2327 ErrorControl=1
7c1dd57b4 Isab*2328 LoadOrderGroup="System Bus Extender"
                2329 
                2330 [NDISService]
87e43b8ea Huw *2331 AddReg=NDISServiceKeys
7c1dd57b4 Isab*2332 Description="NDIS service"
                2333 DisplayName="NDIS"
                2334 ServiceBinary="%12%\ndis.sys"
                2335 ServiceType=1
                2336 StartType=2
                2337 ErrorControl=1
                2338 LoadOrderGroup="System Bus Extender"
a0bbf8477 Alex*2339 
87e43b8ea Huw *2340 [NDISServiceKeys]
                2341 HKR,,"Tag",0x10001,2
                2342 
393e953b3 Huw *2343 [NsiProxyService]
87e43b8ea Huw *2344 AddReg=NsiProxyServiceKeys
393e953b3 Huw *2345 Description="NSI proxy service"
                2346 DisplayName="NSI Proxy"
                2347 ServiceBinary="%12%\nsiproxy.sys"
                2348 ServiceType=1
                2349 StartType=2
                2350 ErrorControl=1
                2351 LoadOrderGroup="System Bus Extender"
                2352 
87e43b8ea Huw *2353 [NsiProxyServiceKeys]
                2354 HKR,,"Tag",0x10001,1
                2355 
8df5add2d Alex*2356 [RpcSsService]
                2357 Description="RPC service"
                2358 DisplayName="Remote Procedure Call (RPC)"
                2359 ServiceBinary="%11%\rpcss.exe"
                2360 ServiceType=32
                2361 StartType=3
                2362 ErrorControl=1
                2363 
aff181e6d Zebe*2364 [ScardSvrService]
                2365 AddReg=ScardSvrServiceKeys
                2366 DisplayName="Smart card server"
                2367 ServiceBinary="%11%\svchost.exe -k netsvcs"
                2368 ServiceType=32
                2369 StartType=3
                2370 ErrorControl=1
                2371 
                2372 [ScardSvrServiceKeys]
                2373 HKR,Parameters,"ServiceDll",,"%11%\scardsvr.dll"
                2374 HKR,Parameters,"ServiceMain",,"CalaisMain"
                2375 HKLM,%CurrentVersionNT%\SvcHost,"netsvcs",0x00010008,"scardsvr"
                2376 
a0bbf8477 Alex*2377 [SpoolerService]
4adfa3dc2 Dmit*2378 AddReg=SpoolerServiceKeys
a0bbf8477 Alex*2379 Description="Loads files to memory for later printing"
                2380 DisplayName="Print Spooler"
88f470515 Paul*2381 ServiceBinary="%11%\spoolsv.exe"
981f31bed Alex*2382 ServiceType=0x110
f9d91a7dc Andr*2383 StartType=3
a0bbf8477 Alex*2384 ErrorControl=1
                2385 LoadOrderGroup="SpoolerGroup"
                2386 
4adfa3dc2 Dmit*2387 [SpoolerServiceKeys]
                2388 HKLM,"System\CurrentControlSet\Services\Spooler\Performance","Library",,"winspool.drv"
                2389 HKLM,"System\CurrentControlSet\Services\Spooler\Performance","Open",,"PerfOpen"
                2390 HKLM,"System\CurrentControlSet\Services\Spooler\Performance","Close",,"PerfClose"
                2391 HKLM,"System\CurrentControlSet\Services\Spooler\Performance","Collect",,"PerfCollect"
                2392 
6137b1ba2 Hans*2393 [TerminalServices]
                2394 Description="Remote desktop access"
                2395 DisplayName="Terminal Services"
                2396 ServiceBinary="%11%\termsv.exe"
                2397 ServiceType=32
                2398 StartType=3
                2399 ErrorControl=1
                2400 
ccc2c6c61 Zhiy*2401 [ThemeManager]
                2402 HKCU,"Software\Microsoft\Windows\CurrentVersion\ThemeManager","ThemeActive",2,"1"
                2403 HKCU,"Software\Microsoft\Windows\CurrentVersion\ThemeManager","DllName",2,"%10%\resources\themes\light\light.msstyles"
                2404 HKCU,"Software\Microsoft\Windows\CurrentVersion\ThemeManager","ColorName",2,"Blue"
                2405 HKCU,"Software\Microsoft\Windows\CurrentVersion\ThemeManager","SizeName",2,"NormalSize"
                2406 
623543bed Hans*2407 [WinmgmtService]
                2408 Description="Provides access to Windows Management Instrumentation"
                2409 DisplayName="Windows Management Instrumentation Service"
                2410 ServiceBinary="%11%\winmgmt.exe"
                2411 ServiceType=32
                2412 StartType=3
                2413 ErrorControl=1
                2414 
49ef4f1c7 Alex*2415 [StiService]
                2416 AddReg=StiServiceKeys
                2417 Description="WIA Service"
                2418 DisplayName="WIA Service"
                2419 ServiceBinary="%11%\svchost.exe -k imgsvc"
                2420 ServiceType=16
                2421 StartType=3
                2422 ErrorControl=1
                2423 
c1fce7458 Alex*2424 [BITSServiceKeys]
                2425 HKR,Parameters,"ServiceDll",,"%11%\qmgr.dll"
c08310a88 Zebe*2426 HKLM,%CurrentVersionNT%\SvcHost,"netsvcs",0x00010008,"BITS"
c1fce7458 Alex*2427 
7e7e81f0c Dmit*2428 [EventLogServiceKeys]
                2429 HKR,Parameters,"ServiceDll",,"%11%\wevtsvc.dll"
c08310a88 Zebe*2430 HKLM,%CurrentVersionNT%\SvcHost,"LocalServiceNetworkRestricted",0x00010008,"EventLog"
7e7e81f0c Dmit*2431 
49ef4f1c7 Alex*2432 [StiServiceKeys]
                2433 HKR,Parameters,"ServiceDll",,"%11%\wiaservc.dll"
c08310a88 Zebe*2434 HKLM,%CurrentVersionNT%\SvcHost,"imgsvc",0x00010008,"StiSvc"
49ef4f1c7 Alex*2435 
2133b6c38 Hans*2436 [PlugPlayService]
                2437 Description="Enables automatic configuration of devices"
                2438 DisplayName="Plug and Play Service"
                2439 ServiceBinary="%11%\plugplay.exe"
                2440 ServiceType=32
                2441 StartType=2
                2442 ErrorControl=1
                2443 
ee9c7dc0b Niko*2444 [WPFFontCacheService]
8959961b4 Hans*2445 Description="Windows Presentation Foundation font cache service"
                2446 DisplayName="Windows Presentation Foundation Font Cache 3.0.0.0"
                2447 ServiceBinary="%10%\Microsoft.Net\Framework\v3.0\wpf\presentationfontcache.exe"
                2448 ServiceType=16
                2449 StartType=3
                2450 ErrorControl=1
                2451 
ba4de80ee Dani*2452 [LanmanServerService]
                2453 AddReg=LanmanServerServiceKeys
                2454 Description="Lanman Server"
                2455 DisplayName="Lanman Server"
                2456 ServiceBinary="%11%\svchost.exe -k netsvcs"
                2457 ServiceType=32
3acdfe318 Dmit*2458 StartType=3
ba4de80ee Dani*2459 ErrorControl=1
                2460 
                2461 [LanmanServerServiceKeys]
                2462 HKR,Parameters,"ServiceDll",,"%11%\srvsvc.dll"
3acdfe318 Dmit*2463 HKLM,%CurrentVersionNT%\SvcHost,"netsvcs",0x00010008,"lanmanserver"
ba4de80ee Dani*2464 
ee9c7dc0b Niko*2465 [FontCacheService]
                2466 AddReg=FontCacheServiceKeys
                2467 Description="Windows Font Cache Service"
                2468 DisplayName="Windows Font Cache Service"
                2469 ServiceBinary="%11%\svchost.exe -k netsvcs"
                2470 ServiceType=32
                2471 StartType=3
                2472 ErrorControl=1
                2473 
                2474 [FontCacheServiceKeys]
                2475 HKR,Parameters,"ServiceDll",,"%11%\fntcache.dll"
cb35df7ee Niko*2476 HKLM,%CurrentVersionNT%\SvcHost,"netsvcs",0x00010008,"fontcache"
ee9c7dc0b Niko*2477 
88df36886 Dmit*2478 [TaskSchedulerService]
                2479 AddReg=TaskSchedulerServiceKeys
                2480 Description="Task Scheduler"
                2481 DisplayName="Task Scheduler"
                2482 ServiceBinary="%11%\svchost.exe -k netsvcs"
                2483 ServiceType=32
                2484 StartType=3
                2485 ErrorControl=1
                2486 
                2487 [TaskSchedulerServiceKeys]
                2488 HKR,Parameters,"ServiceDll",,"%11%\schedsvc.dll"
                2489 HKLM,%CurrentVersionNT%\SvcHost,"netsvcs",0x00010008,"Schedule"
                2490 
451f96663 Mich*2491 [wuauService]
                2492 Description="wuauserv"
                2493 DisplayName="Automatic Updates"
                2494 ServiceBinary="%11%\wuauserv.exe"
                2495 ServiceType=32
                2496 StartType=3
                2497 ErrorControl=1
                2498 
546de27f1 Jace*2499 [Services]
3edc09fa6 Alex*2500 HKLM,%CurrentVersion%\RunServices,"winemenubuilder",2,"%11%\winemenubuilder.exe -a -r"
240172f10 Dani*2501 HKLM,"System\CurrentControlSet\Services\Eventlog\Application",,16
f407828f9 Gijs*2502 HKLM,"System\CurrentControlSet\Services\Eventlog\System","Sources",0x10000,""
a7a1e2643 Alex*2503 HKLM,"System\CurrentControlSet\Services\Tcpip\Parameters","DataBasePath",,"%12%\etc"
240172f10 Dani*2504 HKLM,"System\CurrentControlSet\Services\VxD\MSTCP",,16
7fb42984e Alex*2505 HKLM,"System\CurrentControlSet\Services\Winsock\Parameters",,16
29cac72d1 Aust*2506 HKLM,"System\CurrentControlSet\Services\Winsock2\Parameters\Protocol_Catalog9\Catalog_Entries",,16
546de27f1 Jace*2507 
3a547b08b Vita*2508 [VersionInfo]
69154f032 Hans*2509 HKLM,%CurrentVersionNT%,"CurrentVersion",2,"6.3"
956e580f0 Hans*2510 HKLM,%CurrentVersionNT%,"CurrentMajorVersionNumber",0x10003,10
                2511 HKLM,%CurrentVersionNT%,"CurrentMinorVersionNumber",0x10003,0
fd00d8e4c Hans*2512 HKLM,%CurrentVersionNT%,"CurrentBuild",2,"19043"
                2513 HKLM,%CurrentVersionNT%,"CurrentBuildNumber",2,"19043"
69154f032 Hans*2514 HKLM,%CurrentVersionNT%,"CurrentType",2,"Multiprocessor Free"
51c297afa Loui*2515 HKLM,%CurrentVersionNT%,"DigitalProductId",1,00,00,00,00,00,00,00,00,00,00,00,\
                2516 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
                2517 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
                2518 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
                2519 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
                2520 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
                2521 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
e8b0c9239 Loui*2522 HKLM,%CurrentVersionNT%,"EditionId",2,"Professional"
69154f032 Hans*2523 HKLM,%CurrentVersionNT%,"ProductName",2,"Windows 10 Pro"
621454ef0 Hans*2524 HKLM,%Control%\ProductOptions,"ProductType",2,"WinNT"
69154f032 Hans*2525 HKLM,%Control%\Windows,"CSDVersion",0x10003,0
621454ef0 Hans*2526 HKLM,%Control%\Session Manager\Environment,"OS",2,"Windows_NT"
                2527 
562ba3c91 Alex*2528 [Wow64]
b3d3903b3 Alex*2529 ; Wow6432Node symlinks
562ba3c91 Alex*2530 HKLM,Software\Classes\Wow6432Node\AppId,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Classes\AppId"
                2531 HKLM,Software\Classes\Wow6432Node\Protocols,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Classes\Protocols"
                2532 HKLM,Software\Classes\Wow6432Node\TypeLib,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Classes\TypeLib"
                2533 HKLM,Software\Wow6432Node\Classes,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Classes\Wow6432Node"
b3d3903b3 Alex*2534 ; 32-bit redirected keys under HKLM\Software\Classes
                2535 HKLM,Software\Classes\Wow6432Node\CLSID,,16
                2536 HKLM,Software\Classes\Wow6432Node\DirectShow,,16
                2537 HKLM,Software\Classes\Wow6432Node\Interface,,16
                2538 HKLM,Software\Classes\Wow6432Node\Media Type,,16
                2539 HKLM,Software\Classes\Wow6432Node\MediaFoundation,,16
                2540 ; symlinks for shared keys under HKLM\Software
cabd68728 Sven*2541 HKLM,Software\Wow6432Node\Clients,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Clients"
b3d3903b3 Alex*2542 HKLM,Software\Wow6432Node\Microsoft\Cryptography\Calais\Current,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Cryptography\Calais\Current"
                2543 HKLM,Software\Wow6432Node\Microsoft\Cryptography\Calais\Readers,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Cryptography\Calais\Readers"
                2544 HKLM,Software\Wow6432Node\Microsoft\Cryptography\Services,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Cryptography\Services"
                2545 HKLM,Software\Wow6432Node\Microsoft\CTF\SystemShared,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\CTF\SystemShared"
                2546 HKLM,Software\Wow6432Node\Microsoft\CTF\TIP,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\CTF\TIP"
                2547 HKLM,Software\Wow6432Node\Microsoft\DFS,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\DFS"
                2548 HKLM,Software\Wow6432Node\Microsoft\Driver Signing,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Driver Signing"
                2549 HKLM,Software\Wow6432Node\Microsoft\EnterpriseCertificates,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\EnterpriseCertificates"
                2550 HKLM,Software\Wow6432Node\Microsoft\EventSystem,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\EventSystem"
                2551 HKLM,Software\Wow6432Node\Microsoft\MSMQ,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\MSMQ"
                2552 HKLM,Software\Wow6432Node\Microsoft\Non-Driver Signing,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Non-Driver Signing"
                2553 HKLM,Software\Wow6432Node\Microsoft\Notepad\DefaultFonts,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Notepad\DefaultFonts"
                2554 HKLM,Software\Wow6432Node\Microsoft\OLE,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\OLE"
                2555 HKLM,Software\Wow6432Node\Microsoft\RAS,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\RAS"
                2556 HKLM,Software\Wow6432Node\Microsoft\RPC,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\RPC"
989bb0449 Joer*2557 HKLM,Software\Wow6432Node\Microsoft\Software\Microsoft\Shared Tools\MSInfo,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Shared Tools\MSInfo"
b3d3903b3 Alex*2558 HKLM,Software\Wow6432Node\Microsoft\SystemCertificates,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\SystemCertificates"
                2559 HKLM,Software\Wow6432Node\Microsoft\TermServLicensing,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\TermServLicensing"
                2560 HKLM,Software\Wow6432Node\Microsoft\Transaction Server,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Transaction Server"
                2561 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\App Paths,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\App Paths"
                2562 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Control Panel\Cursors\Schemes,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Control Panel\Cursors\Schemes"
                2563 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers"
                2564 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons"
                2565 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\KindMap,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Explorer\KindMap"
                2566 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Group Policy,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Group Policy"
                2567 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Policies,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Policies"
                2568 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\PreviewHandlers,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\PreviewHandlers"
                2569 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Setup,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Setup"
                2570 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Telephony\Locations,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Telephony\Locations"
                2571 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Console,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Console"
                2572 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\FontDpi,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\FontDpi"
                2573 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\FontLink,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\FontLink"
                2574 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\FontMapper,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\FontMapper"
                2575 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Fonts,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Fonts"
                2576 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\FontSubstitutes,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes"
                2577 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Gre_Initialize,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Gre_Initialize"
                2578 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Image File Execution Options,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options"
0bb7b65a3 Andr*2579 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\LanguagePack,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\LanguagePack"
b3d3903b3 Alex*2580 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\NetworkCards,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\NetworkCards"
                2581 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Perflib,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Perflib"
                2582 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Ports,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Ports"
                2583 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Print,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Print"
                2584 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\ProfileList,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\ProfileList"
                2585 HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Time Zones,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Time Zones"
3edc09fa6 Alex*2586 HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Time Zones,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Time Zones"
b3d3903b3 Alex*2587 HKLM,Software\Wow6432Node\Policies,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Policies"
                2588 HKLM,Software\Wow6432Node\Registered Applications,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Registered Applications"
dc0f544d6 Seba*2589 
                2590 [LicenseInformation]
                2591 ; based on information from http://www.geoffchappell.com/notes/windows/license/install.htm
                2592 HKLM,Software\Wine\LicenseInformation,"Kernel-MUI-Language-Allowed",,"EMPTY"
                2593 HKLM,Software\Wine\LicenseInformation,"Kernel-MUI-Language-Disallowed",,"EMPTY"
                2594 HKLM,Software\Wine\LicenseInformation,"Kernel-MUI-Number-Allowed",0x10001,1000
                2595 HKLM,Software\Wine\LicenseInformation,"Shell-InBoxGames-FreeCell-EnableGame",0x10001,0x00000001
                2596 HKLM,Software\Wine\LicenseInformation,"Shell-InBoxGames-Hearts-EnableGame",0x10001,0x00000001
                2597 HKLM,Software\Wine\LicenseInformation,"Shell-InBoxGames-Minesweeper-EnableGame",0x10001,0x00000001
                2598 HKLM,Software\Wine\LicenseInformation,"Shell-InBoxGames-PurblePlace-EnableGame",0x10001,0x00000001
                2599 HKLM,Software\Wine\LicenseInformation,"Shell-InBoxGames-Shanghai-EnableGame",0x10001,0x00000001
                2600 HKLM,Software\Wine\LicenseInformation,"Shell-InBoxGames-Solitaire-EnableGame",0x10001,0x00000001
                2601 HKLM,Software\Wine\LicenseInformation,"Shell-InBoxGames-SpiderSolitaire-EnableGame",0x10001,0x00000001
                2602 HKLM,Software\Wine\LicenseInformation,"Shell-PremiumInBoxGames-Chess-EnableGame",0x10001,0x00000001
eafb4aff5 Zebe*2603 
e06ae69d2 Alex*2604 [ColorFiles]
8cd5c1bc3 Alex*2605 srgb color space profile.icm,"@%11%\mscms.dll,-1"
e06ae69d2 Alex*2606 
50c40b913 Alex*2607 [EtcFiles]
                2608 hosts,"@%11%\ws2_32.dll,-1"
                2609 networks,"@%11%\ws2_32.dll,-2"
03dcb3697 Zebe*2610 protocol,"@%11%\ws2_32.dll,-3"
50c40b913 Alex*2611 services,"@%11%\ws2_32.dll,-4"
                2612 
42a30a693 Alex*2613 [InfFiles]
2f2aba45d Arka*2614 input.inf,"@%12%\hidclass.sys,-1"
0ed830eac Rémi*2615 mouhid.inf,"@%12%\mouhid.sys,-1"
8cd5c1bc3 Alex*2616 winebus.inf,"@%12%\winebus.sys,-1"
                2617 winehid.inf,"@%12%\winehid.sys,-1"
                2618 wineusb.inf,"@%12%\wineusb.sys,-1"
61e217c40 Rémi*2619 winexinput.inf,"@%12%\winexinput.sys,-1"
eafb4aff5 Zebe*2620 
42a30a693 Alex*2621 [NlsFiles]
fb316c337 Alex*2622 c_037.nls
                2623 c_10000.nls
                2624 c_10001.nls
                2625 c_10002.nls
                2626 c_10003.nls
                2627 c_10004.nls
                2628 c_10005.nls
                2629 c_10006.nls
                2630 c_10007.nls
                2631 c_10008.nls
                2632 c_10010.nls
                2633 c_10017.nls
                2634 c_10021.nls
                2635 c_10029.nls
                2636 c_10079.nls
                2637 c_10081.nls
                2638 c_10082.nls
                2639 c_1026.nls
                2640 c_1250.nls
                2641 c_1251.nls
                2642 c_1252.nls
                2643 c_1253.nls
                2644 c_1254.nls
                2645 c_1255.nls
                2646 c_1256.nls
                2647 c_1257.nls
                2648 c_1258.nls
                2649 c_1361.nls
                2650 c_20127.nls
                2651 c_20866.nls
                2652 c_20932.nls
fd3a64020 Sang*2653 c_20949.nls
fb316c337 Alex*2654 c_21866.nls
                2655 c_28591.nls
                2656 c_28592.nls
                2657 c_28593.nls
                2658 c_28594.nls
                2659 c_28595.nls
                2660 c_28596.nls
                2661 c_28597.nls
                2662 c_28598.nls
                2663 c_28599.nls
                2664 c_28603.nls
                2665 c_28605.nls
                2666 c_437.nls
                2667 c_500.nls
1ca4536f7 Niko*2668 c_708.nls
a1bae9f28 Fran*2669 c_720.nls
fb316c337 Alex*2670 c_737.nls
                2671 c_775.nls
                2672 c_850.nls
                2673 c_852.nls
                2674 c_855.nls
                2675 c_857.nls
                2676 c_860.nls
                2677 c_861.nls
                2678 c_862.nls
                2679 c_863.nls
                2680 c_864.nls
                2681 c_865.nls
                2682 c_866.nls
                2683 c_869.nls
                2684 c_874.nls
                2685 c_875.nls
                2686 c_932.nls
                2687 c_936.nls
                2688 c_949.nls
                2689 c_950.nls
eafb4aff5 Zebe*2690 l_intl.nls
8cdb593f5 Alex*2691 locale.nls
f9f3e57cf Alex*2692 normidna.nls
                2693 normnfc.nls
                2694 normnfd.nls
                2695 normnfkc.nls
                2696 normnfkd.nls
eafb4aff5 Zebe*2697 
95aeb41c8 Alex*2698 [SortFiles]
                2699 sortdefault.nls
                2700 
42a30a693 Alex*2701 [WineSourceDirs]
95aeb41c8 Alex*2702 NlsFiles  = nls
                2703 SortFiles = nls
42a30a693 Alex*2704 
                2705 [DestinationDirs]
e06ae69d2 Alex*2706 ColorFiles = 23
50c40b913 Alex*2707 EtcFiles  = 12,etc
95aeb41c8 Alex*2708 InfFiles  = 17
                2709 NlsFiles  = 11
                2710 SortFiles = 10,globalization\sorting