Play songs using Mobile phone in car audiosystems

November 18th, 2009 dinesh.k No comments

It is possible  to listen songs from E71 in car’s audio system if it has aux port.

If your a E71 user like me, then with my procedure below you will have one more useful experience with E71 while driving in car by connecting the mobile to aux port and listen music from E71.

The advantage of the small and useful accessories available in market makes our life easy.Here I mean the audio jack size convertors

All you need is 1)E71Mobile

2)Aux cable to connect to aux port

3)2.5mm to 3.5mm audio jack converter

4)Audio system of car must have  front aux support

Now connect the Aux cable to aux port of the car audio system and change the settings accordingly for aux connection

Connect the aux cable to the 2.5mm to 3.5mm connector

Now connect the connecter to E71 audi out port and select music stand option on the popped up options

Categories: Home Network Tags:

ERROR 1935 - with HRESULT 0×8002802F,while installing .netframework ver 2.0,1.1 and 1.0

October 1st, 2009 Rishi No comments

Action

While trying to install .netframe work ver 2.0,1.1 or 1.0

Result

Unable to install following ver 2.0,1.1 and 1.0 with ERROR 1935 - with HRESULT 0×8002802F

Cause

Possible registry key or value corruption for conceren .netframe work keys. 

Resolution

Follow the steps below mentioned :

Below listed values for .netframe work in registry path and right value’s are mentioned below ,so if your are experiencing above error - open the registry and back up by following the article - 322756/322755.

- > please look in to below mentioned location for concern version and change it, if its mentioned incorrectly.

 The following values are required by mscoree.dll in order to load each version of the .NET Framework.

For the .NET Framework 2.0:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework]
InstallRoot = C:\Windows\Microsoft.NET\Framework\

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\Policy\Upgrades]
2.0.50727 = 1.0.0-2.0.50727

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\Policy\v2.0]
50727 = 50727-50727

For the .NET Framework 1.1:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework]
InstallRoot = C:\Windows\Microsoft.NET\Framework\

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\Policy\Upgrades]
1.1.4322 = 1.0.0.0 - 1.1.4322

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\Policy\v1.1]
4322 = 3706-4322

For the .NET Framework 1.0:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework]
InstallRoot = C:\Windows\Microsoft.NET\Framework\

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\Policy\v1.0]
3705 = 3321-3705

If any of the above registry values are missing on your system, you will need to manually add them in order to resolve 1935 errors with HRESULT value 0×8002802F. Note that the InstallRoot value must be set to the exact location of the %windir% folder on your system, so you may need to adjust that value from the one listed above if your %windir% is not located at c:\Windows.

- Try to install the .netframework ver and check.

 

More Information

A 1935 error in an MSI-based installations code is a catch-all for most of the possible assembly installation errors. In order to diagnose the problem in more detail, it is usually necessary to look at the verbose MSI log file.  In some cases, you will see an error like the following:

Error 1935. An error occurred during the installation of assembly ‘<myAssembly>’. Please refer to Help and Support for more information. HRESULT: 0×8002802F. assembly interface: , function: CreateAssemblyNameObject, component: {A7A9D92E-C67F-4E96-BB90-5A4147DAEF6B}

The key information needed to diagnose the exact root cause of a 1935 error is usually the HRESULT value listed in the verbose MSI log file.

The HRESULT value listed above is 0×8002802F (-2147319761), and it means “function not defined in specified DLL.” There are a few possible root causes of this issue. The most common cause is that the file %windir%\system32\mscoree.dll is missing, corrupt or an incorrect version. In most cases, repairing the highest version of the .NET Framework on the system will correct any problems related to mscoree.dll and will resolve the problem if this is the case.

In a few less common cases, the file %windir%\system32\mscoree.dll is present, but registry values used by the .NET Framework to find and load specific versions of the .NET Framework are missing

. The following values are required by mscoree.dll in order to load each version of the .NET Framework:

 

Rishi
MS Shell User &
Media technologist

Unable to use the Country list option in Phone and modem feature {unavailable ( list is Empty) }

September 8th, 2009 Rishi No comments

Action

Tried to Use the Country list option in Phone and modem feature

Result

unable to use it since Country List option is unavailable  ( list is Empty)

Cause

InCorrect Registry Settings for Telephony or Corrupted keys. 

Resolution

Follow the steps mentioned Below :

Step 1: Open the Registry by regedit Command in start search

Step 2: Take back of registry by Following KB - 322756/322755

Step 3: Navigate to Path

HKEY_LOCAL_MACHINE\software\Microsoft\windows\Currentversion\Telephony\Country List

You Will not be able to find sub keys under Country List.

Step 4: Open the Note pad and Copy the Content mentioned below

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony]
“KmddspDebugLevel”=dword:00000000
“ndptspDebugLevel”=dword:00000000
“DomainName”=”corp.suth.com”
“Perf1″=dword:50455249
“Perf2″=dword:50455246

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List]
“CountryListVersion”=dword:00000120

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\1]
“Name”=”United States”
“NameResourceId”=dword:00006979
“CountryCode”=dword:00000001
“SameAreaRule”=”G”
“LongDistanceRule”=” N1FG”
“InternationalRule”=”S011EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\101]
“Name”=”Anguilla”
“NameResourceId”=dword:000069dd
“CountryCode”=dword:00000001
“SameAreaRule”=”G”
“LongDistanceRule”=” 1FG”
“InternationalRule”=”011EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\102]
“Name”=”Antigua and Barbuda”
“NameResourceId”=dword:000069de
“CountryCode”=dword:00000001
“SameAreaRule”=”G”
“LongDistanceRule”=” 1FG”
“InternationalRule”=”011EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\103]
“Name”=”Bahamas, The”
“NameResourceId”=dword:000069df
“CountryCode”=dword:00000001
“SameAreaRule”=”G”
“LongDistanceRule”=” 1FG”
“InternationalRule”=”011EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\104]
“Name”=”Barbados”
“NameResourceId”=dword:000069e0
“CountryCode”=dword:00000001
“SameAreaRule”=”G”
“LongDistanceRule”=” 1FG”
“InternationalRule”=”011EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\105]
“Name”=”Bermuda”
“NameResourceId”=dword:000069e1
“CountryCode”=dword:00000001
“SameAreaRule”=”G”
“LongDistanceRule”=” 1FG”
“InternationalRule”=”011EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\106]
“Name”=”Virgin Islands, British”
“NameResourceId”=dword:000069e2
“CountryCode”=dword:00000001
“SameAreaRule”=”G”
“LongDistanceRule”=” 1FG”
“InternationalRule”=”011EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\107]
“Name”=”Canada”
“NameResourceId”=dword:000069e3
“CountryCode”=dword:00000001
“SameAreaRule”=”G”
“LongDistanceRule”=” 1FG”
“InternationalRule”=”011EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\108]
“Name”=”Cayman Islands”
“NameResourceId”=dword:000069e4
“CountryCode”=dword:00000001
“SameAreaRule”=”G”
“LongDistanceRule”=” 1FG”
“InternationalRule”=”011EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\109]
“Name”=”Dominica”
“NameResourceId”=dword:000069e5
“CountryCode”=dword:00000001
“SameAreaRule”=”G”
“LongDistanceRule”=” 1FG”
“InternationalRule”=”011EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\110]
“Name”=”Dominican Republic”
“NameResourceId”=dword:000069e6
“CountryCode”=dword:00000001
“SameAreaRule”=”G”
“LongDistanceRule”=” 1FG”
“InternationalRule”=”011EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\111]
“Name”=”Grenada”
“NameResourceId”=dword:000069e7
“CountryCode”=dword:00000001
“SameAreaRule”=”G”
“LongDistanceRule”=” 1FG”
“InternationalRule”=”011EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\112]
“Name”=”Jamaica”
“NameResourceId”=dword:000069e8
“CountryCode”=dword:00000001
“SameAreaRule”=”G”
“LongDistanceRule”=” 1FG”
“InternationalRule”=”011EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\113]
“Name”=”Montserrat”
“NameResourceId”=dword:000069e9
“CountryCode”=dword:00000001
“SameAreaRule”=”G”
“LongDistanceRule”=” 1FG”
“InternationalRule”=”011EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\115]
“Name”=”St. Kitts and Nevis”
“NameResourceId”=dword:000069eb
“CountryCode”=dword:00000001
“SameAreaRule”=”G”
“LongDistanceRule”=” 1FG”
“InternationalRule”=”011EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\116]
“Name”=”St. Vincent and the Grenadines”
“NameResourceId”=dword:000069ec
“CountryCode”=dword:00000001
“SameAreaRule”=”G”
“LongDistanceRule”=” 1FG”
“InternationalRule”=”0EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\117]
“Name”=”Trinidad and Tobago”
“NameResourceId”=dword:000069ed
“CountryCode”=dword:00000001
“SameAreaRule”=”G”
“LongDistanceRule”=” 1FG”
“InternationalRule”=”011EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\118]
“Name”=”Turks and Caicos Islands”
“NameResourceId”=dword:000069ee
“CountryCode”=dword:00000001
“SameAreaRule”=”G”
“LongDistanceRule”=” 1FG”
“InternationalRule”=”0EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\121]
“Name”=”Puerto Rico”
“NameResourceId”=dword:000069f1
“CountryCode”=dword:00000001
“SameAreaRule”=”G”
“LongDistanceRule”=” 1FG”
“InternationalRule”=”011EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\122]
“Name”=”St. Lucia”
“NameResourceId”=dword:000069f2
“CountryCode”=dword:00000001
“SameAreaRule”=”G”
“LongDistanceRule”=” 1FG”
“InternationalRule”=”011EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\123]
“Name”=”Virgin Islands”
“NameResourceId”=dword:000069f3
“CountryCode”=dword:00000001
“SameAreaRule”=”G”
“LongDistanceRule”=” 1FG”
“InternationalRule”=”011EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\124]
“Name”=”Guam”
“NameResourceId”=dword:000069f4
“CountryCode”=dword:00000001
“SameAreaRule”=”G”
“LongDistanceRule”=” 1FG”
“InternationalRule”=”011EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\20]
“Name”=”Egypt”
“NameResourceId”=dword:0000698c
“CountryCode”=dword:00000014
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\212]
“Name”=”Morocco”
“NameResourceId”=dword:00006a4c
“CountryCode”=dword:000000d4
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\213]
“Name”=”Algeria”
“NameResourceId”=dword:00006a4d
“CountryCode”=dword:000000d5
“SameAreaRule”=”0FG”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00,EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\216]
“Name”=”Tunisia”
“NameResourceId”=dword:00006a50
“CountryCode”=dword:000000d8
“SameAreaRule”=”G”
“LongDistanceRule”=”G”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\218]
“Name”=”Libya”
“NameResourceId”=dword:00006a52
“CountryCode”=dword:000000da
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\220]
“Name”=”Gambia, The”
“NameResourceId”=dword:00006a54
“CountryCode”=dword:000000dc
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\221]
“Name”=”Senegal”
“NameResourceId”=dword:00006a55
“CountryCode”=dword:000000dd
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\222]
“Name”=”Mauritania”
“NameResourceId”=dword:00006a56
“CountryCode”=dword:000000de
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\223]
“Name”=”Mali”
“NameResourceId”=dword:00006a57
“CountryCode”=dword:000000df
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\224]
“Name”=”Guinea”
“NameResourceId”=dword:00006a58
“CountryCode”=dword:000000e0
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\225]
“Name”=”Côte d’Ivoire”
“NameResourceId”=dword:00006a59
“CountryCode”=dword:000000e1
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\226]
“Name”=”Burkina Faso”
“NameResourceId”=dword:00006a5a
“CountryCode”=dword:000000e2
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\227]
“Name”=”Niger”
“NameResourceId”=dword:00006a5b
“CountryCode”=dword:000000e3
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\228]
“Name”=”Togo”
“NameResourceId”=dword:00006a5c
“CountryCode”=dword:000000e4
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\229]
“Name”=”Benin”
“NameResourceId”=dword:00006a5d
“CountryCode”=dword:000000e5
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\230]
“Name”=”Mauritius”
“NameResourceId”=dword:00006a5e
“CountryCode”=dword:000000e6
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\231]
“Name”=”Liberia”
“NameResourceId”=dword:00006a5f
“CountryCode”=dword:000000e7
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”0EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\232]
“Name”=”Sierra Leone”
“NameResourceId”=dword:00006a60
“CountryCode”=dword:000000e8
“SameAreaRule”=”G”
“LongDistanceRule”=”IG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\233]
“Name”=”Ghana”
“NameResourceId”=dword:00006a61
“CountryCode”=dword:000000e9
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\234]
“Name”=”Nigeria”
“NameResourceId”=dword:00006a62
“CountryCode”=dword:000000ea
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”009EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\235]
“Name”=”Chad”
“NameResourceId”=dword:00006a63
“CountryCode”=dword:000000eb
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”15EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\236]
“Name”=”Central African Republic”
“NameResourceId”=dword:00006a64
“CountryCode”=dword:000000ec
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”19EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\237]
“Name”=”Cameroon”
“NameResourceId”=dword:00006a65
“CountryCode”=dword:000000ed
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\238]
“Name”=”Cape Verde”
“NameResourceId”=dword:00006a66
“CountryCode”=dword:000000ee
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”0EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\239]
“Name”=”São Tomé and Príncipe”
“NameResourceId”=dword:00006a67
“CountryCode”=dword:000000ef
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\240]
“Name”=”Equatorial Guinea”
“NameResourceId”=dword:00006a68
“CountryCode”=dword:000000f0
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\241]
“Name”=”Gabon”
“NameResourceId”=dword:00006a69
“CountryCode”=dword:000000f1
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\242]
“Name”=”Congo”
“NameResourceId”=dword:00006a6a
“CountryCode”=dword:000000f2
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\243]
“Name”=”Congo (DRC)”
“NameResourceId”=dword:00006a6b
“CountryCode”=dword:000000f3
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\244]
“Name”=”Angola”
“NameResourceId”=dword:00006a6c
“CountryCode”=dword:000000f4
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\245]
“Name”=”Guinea-Bissau”
“NameResourceId”=dword:00006a6d
“CountryCode”=dword:000000f5
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”099EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\246]
“Name”=”Diego Garcia”
“NameResourceId”=dword:00006a6e
“CountryCode”=dword:000000f6
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\247]
“Name”=”Ascension Island”
“NameResourceId”=dword:00006a6f
“CountryCode”=dword:000000f7
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”01EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\248]
“Name”=”Seychelles”
“NameResourceId”=dword:00006a70
“CountryCode”=dword:000000f8
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\249]
“Name”=”Sudan”
“NameResourceId”=dword:00006a71
“CountryCode”=dword:000000f9
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\250]
“Name”=”Rwanda”
“NameResourceId”=dword:00006a72
“CountryCode”=dword:000000fa
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\251]
“Name”=”Ethiopia”
“NameResourceId”=dword:00006a73
“CountryCode”=dword:000000fb
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\252]
“Name”=”Somalia”
“NameResourceId”=dword:00006a74
“CountryCode”=dword:000000fc
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”19,EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\253]
“Name”=”Djibouti”
“NameResourceId”=dword:00006a75
“CountryCode”=dword:000000fd
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\254]
“Name”=”Kenya”
“NameResourceId”=dword:00006a76
“CountryCode”=dword:000000fe
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”000EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\255]
“Name”=”Tanzania”
“NameResourceId”=dword:00006a77
“CountryCode”=dword:000000ff
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”000EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\256]
“Name”=”Uganda”
“NameResourceId”=dword:00006a78
“CountryCode”=dword:00000100
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”000EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\257]
“Name”=”Burundi”
“NameResourceId”=dword:00006a79
“CountryCode”=dword:00000101
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\258]
“Name”=”Mozambique”
“NameResourceId”=dword:00006a7a
“CountryCode”=dword:00000102
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\260]
“Name”=”Zambia”
“NameResourceId”=dword:00006a7c
“CountryCode”=dword:00000104
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\261]
“Name”=”Madagascar”
“NameResourceId”=dword:00006a7d
“CountryCode”=dword:00000105
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\262]
“Name”=”Reunion”
“NameResourceId”=dword:00006a7e
“CountryCode”=dword:00000106
“SameAreaRule”=”0IG”
“LongDistanceRule”=”0IG”
“InternationalRule”=”00EFG”
“CountryGroup”=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\263]
“Name”=”Zimbabwe”
“NameResourceId”=dword:00006a7f
“CountryCode”=dword:00000107
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\264]
“Name”=”Namibia”
“NameResourceId”=dword:00006a80
“CountryCode”=dword:00000108
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\265]
“Name”=”Malawi”
“NameResourceId”=dword:00006a81
“CountryCode”=dword:00000109
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”101EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\266]
“Name”=”Lesotho”
“NameResourceId”=dword:00006a82
“CountryCode”=dword:0000010a
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\267]
“Name”=”Botswana”
“NameResourceId”=dword:00006a83
“CountryCode”=dword:0000010b
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\268]
“Name”=”Swaziland”
“NameResourceId”=dword:00006a84
“CountryCode”=dword:0000010c
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\269]
“Name”=”Mayotte”
“NameResourceId”=dword:00006a85
“CountryCode”=dword:0000010d
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\2691]
“Name”=”Comoros”
“NameResourceId”=dword:000073fb
“CountryCode”=dword:0000010d
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”10EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\27]
“Name”=”South Africa”
“NameResourceId”=dword:00006993
“CountryCode”=dword:0000001b
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”09EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\290]
“Name”=”St. Helena”
“NameResourceId”=dword:00006a9a
“CountryCode”=dword:00000122
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\291]
“Name”=”Eritrea”
“NameResourceId”=dword:00006a9b
“CountryCode”=dword:00000123
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\297]
“Name”=”Aruba”
“NameResourceId”=dword:00006aa1
“CountryCode”=dword:00000129
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\298]
“Name”=”Faroe Islands”
“NameResourceId”=dword:00006aa2
“CountryCode”=dword:0000012a
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\299]
“Name”=”Greenland”
“NameResourceId”=dword:00006aa3
“CountryCode”=dword:0000012b
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”009EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\30]
“Name”=”Greece”
“NameResourceId”=dword:00006996
“CountryCode”=dword:0000001e
“SameAreaRule”=”G”
“LongDistanceRule”=”G”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\31]
“Name”=”Netherlands”
“NameResourceId”=dword:00006997
“CountryCode”=dword:0000001f
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\32]
“Name”=”Belgium”
“NameResourceId”=dword:00006998
“CountryCode”=dword:00000020
“SameAreaRule”=”0FG”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\33]
“Name”=”France”
“NameResourceId”=dword:00006999
“CountryCode”=dword:00000021
“SameAreaRule”=”0IG”
“LongDistanceRule”=”0IG”
“InternationalRule”=”SEFG”
“CountryGroup”=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\34]
“Name”=”Spain”
“NameResourceId”=dword:0000699a
“CountryCode”=dword:00000022
“SameAreaRule”=”G”
“LongDistanceRule”=”NG”
“InternationalRule”=”S00,EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\350]
“Name”=”Gibraltar”
“NameResourceId”=dword:00006ad6
“CountryCode”=dword:0000015e
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\351]
“Name”=”Portugal”
“NameResourceId”=dword:00006ad7
“CountryCode”=dword:0000015f
“SameAreaRule”=”IG”
“LongDistanceRule”=”IG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\352]
“Name”=”Luxembourg”
“NameResourceId”=dword:00006ad8
“CountryCode”=dword:00000160
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\353]
“Name”=”Ireland”
“NameResourceId”=dword:00006ad9
“CountryCode”=dword:00000161
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\354]
“Name”=”Iceland”
“NameResourceId”=dword:00006ada
“CountryCode”=dword:00000162
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\355]
“Name”=”Albania”
“NameResourceId”=dword:00006adb
“CountryCode”=dword:00000163
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\356]
“Name”=”Malta”
“NameResourceId”=dword:00006adc
“CountryCode”=dword:00000164
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\357]
“Name”=”Cyprus”
“NameResourceId”=dword:00006add
“CountryCode”=dword:00000165
“SameAreaRule”=”G”
“LongDistanceRule”=”G”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\358]
“Name”=”Finland”
“NameResourceId”=dword:00006ade
“CountryCode”=dword:00000166
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\359]
“Name”=”Bulgaria”
“NameResourceId”=dword:00006adf
“CountryCode”=dword:00000167
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\36]
“Name”=”Hungary”
“NameResourceId”=dword:0000699c
“CountryCode”=dword:00000024
“SameAreaRule”=”G”
“LongDistanceRule”=” 06,FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\370]
“Name”=”Lithuania”
“NameResourceId”=dword:00006aea
“CountryCode”=dword:00000172
“SameAreaRule”=”G”
“LongDistanceRule”=” 8WFG”
“InternationalRule”=”8W10EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\371]
“Name”=”Latvia”
“NameResourceId”=dword:00006aeb
“CountryCode”=dword:00000173
“SameAreaRule”=”G”
“LongDistanceRule”=” 8,FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\372]
“Name”=”Estonia”
“NameResourceId”=dword:00006aec
“CountryCode”=dword:00000174
“SameAreaRule”=”G”
“LongDistanceRule”=” 0IG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\373]
“Name”=”Moldova”
“NameResourceId”=dword:00006aed
“CountryCode”=dword:00000175
“SameAreaRule”=”G”
“LongDistanceRule”=” 8WFG”
“InternationalRule”=”8W10EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\374]
“Name”=”Armenia”
“NameResourceId”=dword:00006aee
“CountryCode”=dword:00000176
“SameAreaRule”=”G”
“LongDistanceRule”=” 0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\375]
“Name”=”Belarus”
“NameResourceId”=dword:00006aef
“CountryCode”=dword:00000177
“SameAreaRule”=”G”
“LongDistanceRule”=” 8WFG”
“InternationalRule”=”8W10EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\376]
“Name”=”Andorra”
“NameResourceId”=dword:00006af0
“CountryCode”=dword:00000178
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\377]
“Name”=”Monaco”
“NameResourceId”=dword:00006af1
“CountryCode”=dword:00000179
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\378]
“Name”=”San Marino”
“NameResourceId”=dword:00006af2
“CountryCode”=dword:0000017a
“SameAreaRule”=”IG”
“LongDistanceRule”=”IG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\379]
“Name”=”Vatican City”
“NameResourceId”=dword:00006af3
“CountryCode”=dword:00000027
“SameAreaRule”=”IG”
“LongDistanceRule”=”IG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\380]
“Name”=”Ukraine”
“NameResourceId”=dword:00006af4
“CountryCode”=dword:0000017c
“SameAreaRule”=”G”
“LongDistanceRule”=” 8WFG”
“InternationalRule”=”8W10EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\381]
“Name”=”Serbia”
“NameResourceId”=dword:00006af5
“CountryCode”=dword:0000017d
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”99EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\382]
“Name”=”Montenegro”
“NameResourceId”=dword:00006af6
“CountryCode”=dword:0000017e
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”99EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\385]
“Name”=”Croatia”
“NameResourceId”=dword:00006af9
“CountryCode”=dword:00000181
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\386]
“Name”=”Slovenia”
“NameResourceId”=dword:00006afa
“CountryCode”=dword:00000182
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\387]
“Name”=”Bosnia and Herzegovina”
“NameResourceId”=dword:00006afb
“CountryCode”=dword:00000183
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\389]
“Name”=”Macedonia, Former Yugoslav Republic of”
“NameResourceId”=dword:00006afd
“CountryCode”=dword:00000185
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\39]
“Name”=”Italy”
“NameResourceId”=dword:0000699f
“CountryCode”=dword:00000027
“SameAreaRule”=”IG”
“LongDistanceRule”=”IG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\40]
“Name”=”Romania”
“NameResourceId”=dword:000069a0
“CountryCode”=dword:00000028
“SameAreaRule”=”G”
“LongDistanceRule”=” 0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\41]
“Name”=”Switzerland”
“NameResourceId”=dword:000069a1
“CountryCode”=dword:00000029
“SameAreaRule”=”N0IG”
“LongDistanceRule”=”N0IG”
“InternationalRule”=”S00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\420]
“Name”=”Czech Republic”
“NameResourceId”=dword:00006b1c
“CountryCode”=dword:000001a4
“SameAreaRule”=”G”
“LongDistanceRule”=”G”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\421]
“Name”=”Slovakia”
“NameResourceId”=dword:00006b1d
“CountryCode”=dword:000001a5
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\423]
“Name”=”Liechtenstein”
“NameResourceId”=dword:00006b1f
“CountryCode”=dword:000001a7
“SameAreaRule”=”G”
“LongDistanceRule”=”G”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\43]
“Name”=”Austria”
“NameResourceId”=dword:000069a3
“CountryCode”=dword:0000002b
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\44]
“Name”=”United Kingdom”
“NameResourceId”=dword:000069a4
“CountryCode”=dword:0000002c
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\441]
“Name”=”Channel Islands”
“NameResourceId”=dword:00006b31
“CountryCode”=dword:0000002c
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\442]
“Name”=”Guernsey”
“NameResourceId”=dword:00006b32
“CountryCode”=dword:0000002c
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\443]
“Name”=”Isle of Man”
“NameResourceId”=dword:00006b33
“CountryCode”=dword:0000002c
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\444]
“Name”=”Jersey”
“NameResourceId”=dword:00006b34
“CountryCode”=dword:0000002c
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\45]
“Name”=”Denmark”
“NameResourceId”=dword:000069a5
“CountryCode”=dword:0000002d
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\46]
“Name”=”Sweden”
“NameResourceId”=dword:000069a6
“CountryCode”=dword:0000002e
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\47]
“Name”=”Norway”
“NameResourceId”=dword:000069a7
“CountryCode”=dword:0000002f
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\471]
“Name”=”Svalbard”
“NameResourceId”=dword:00006b4f
“CountryCode”=dword:0000002f
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\48]
“Name”=”Poland”
“NameResourceId”=dword:000069a8
“CountryCode”=dword:00000030
“SameAreaRule”=”G”
“LongDistanceRule”=”0LFG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\49]
“Name”=”Germany”
“NameResourceId”=dword:000069a9
“CountryCode”=dword:00000031
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\500]
“Name”=”Falkland Islands (Islas Malvinas)”
“NameResourceId”=dword:00006b6c
“CountryCode”=dword:000001f4
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”0EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\501]
“Name”=”Belize”
“NameResourceId”=dword:00006b6d
“CountryCode”=dword:000001f5
“SameAreaRule”=”G”
“LongDistanceRule”=”G”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\502]
“Name”=”Guatemala”
“NameResourceId”=dword:00006b6e
“CountryCode”=dword:000001f6
“SameAreaRule”=”G”
“LongDistanceRule”=”G”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\503]
“Name”=”El Salvador”
“NameResourceId”=dword:00006b6f
“CountryCode”=dword:000001f7
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”0EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\504]
“Name”=”Honduras”
“NameResourceId”=dword:00006b70
“CountryCode”=dword:000001f8
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\505]
“Name”=”Nicaragua”
“NameResourceId”=dword:00006b71
“CountryCode”=dword:000001f9
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\506]
“Name”=”Costa Rica”
“NameResourceId”=dword:00006b72
“CountryCode”=dword:000001fa
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\507]
“Name”=”Panama”
“NameResourceId”=dword:00006b73
“CountryCode”=dword:000001fb
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\508]
“Name”=”Saint Pierre and Miquelon”
“NameResourceId”=dword:00006b74
“CountryCode”=dword:000001fc
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00,EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\509]
“Name”=”Haiti”
“NameResourceId”=dword:00006b75
“CountryCode”=dword:000001fd
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\51]
“Name”=”Peru”
“NameResourceId”=dword:000069ab
“CountryCode”=dword:00000033
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\52]
“Name”=”Mexico”
“NameResourceId”=dword:000069ac
“CountryCode”=dword:00000034
“SameAreaRule”=”G”
“LongDistanceRule”=” 01FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\53]
“Name”=”Cuba”
“NameResourceId”=dword:000069ad
“CountryCode”=dword:00000035
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”119EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\5399]
“Name”=”Guantanamo Bay”
“NameResourceId”=dword:00007e8f
“CountryCode”=dword:00000035
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\54]
“Name”=”Argentina”
“NameResourceId”=dword:000069ae
“CountryCode”=dword:00000036
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\55]
“Name”=”Brazil”
“NameResourceId”=dword:000069af
“CountryCode”=dword:00000037
“SameAreaRule”=”G”
“LongDistanceRule”=”0LFG”
“InternationalRule”=”00MEFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\56]
“Name”=”Chile”
“NameResourceId”=dword:000069b0
“CountryCode”=dword:00000038
“SameAreaRule”=”G”
“LongDistanceRule”=”FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\57]
“Name”=”Colombia”
“NameResourceId”=dword:000069b1
“CountryCode”=dword:00000039
“SameAreaRule”=”G”
“LongDistanceRule”=”09FG”
“InternationalRule”=”009EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\58]
“Name”=”Venezuela”
“NameResourceId”=dword:000069b2
“CountryCode”=dword:0000003a
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\590]
“Name”=”Guadeloupe”
“NameResourceId”=dword:00006bc6
“CountryCode”=dword:0000024e
“SameAreaRule”=”0IG”
“LongDistanceRule”=”0IG”
“InternationalRule”=”00,EFG”
“CountryGroup”=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\591]
“Name”=”Bolivia”
“NameResourceId”=dword:00006bc7
“CountryCode”=dword:0000024f
“SameAreaRule”=”G”
“LongDistanceRule”=”0NFG”
“InternationalRule”=”00SEFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\592]
“Name”=”Guyana”
“NameResourceId”=dword:00006bc8
“CountryCode”=dword:00000250
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”001EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\593]
“Name”=”Ecuador”
“NameResourceId”=dword:00006bc9
“CountryCode”=dword:00000251
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\594]
“Name”=”French Guiana”
“NameResourceId”=dword:00006bca
“CountryCode”=dword:00000252
“SameAreaRule”=”0IG”
“LongDistanceRule”=”0IG”
“InternationalRule”=”00,EFG”
“CountryGroup”=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\595]
“Name”=”Paraguay”
“NameResourceId”=dword:00006bcb
“CountryCode”=dword:00000253
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\596]
“Name”=”Martinique”
“NameResourceId”=dword:00006bcc
“CountryCode”=dword:00000254
“SameAreaRule”=”0IG”
“LongDistanceRule”=”0IG”
“InternationalRule”=”00,EFG”
“CountryGroup”=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\597]
“Name”=”Suriname”
“NameResourceId”=dword:00006bcd
“CountryCode”=dword:00000255
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\598]
“Name”=”Uruguay”
“NameResourceId”=dword:00006bce
“CountryCode”=dword:00000256
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\599]
“Name”=”Netherlands Antilles”
“NameResourceId”=dword:00006bcf
“CountryCode”=dword:00000257
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\60]
“Name”=”Malaysia”
“NameResourceId”=dword:000069b4
“CountryCode”=dword:0000003c
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\61]
“Name”=”Australia”
“NameResourceId”=dword:000069b5
“CountryCode”=dword:0000003d
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”0011EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\6101]
“Name”=”Cocos (Keeling) Islands”
“NameResourceId”=dword:0000814d
“CountryCode”=dword:0000003d
“SameAreaRule”=”G”
“LongDistanceRule”=” 0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\6102]
“Name”=”Christmas Island”
“NameResourceId”=dword:0000814e
“CountryCode”=dword:0000003d
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\62]
“Name”=”Indonesia”
“NameResourceId”=dword:000069b6
“CountryCode”=dword:0000003e
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”001EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\63]
“Name”=”Philippines”
“NameResourceId”=dword:000069b7
“CountryCode”=dword:0000003f
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\64]
“Name”=”New Zealand”
“NameResourceId”=dword:000069b8
“CountryCode”=dword:00000040
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\65]
“Name”=”Singapore”
“NameResourceId”=dword:000069b9
“CountryCode”=dword:00000041
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”001EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\66]
“Name”=”Thailand”
“NameResourceId”=dword:000069ba
“CountryCode”=dword:00000042
“SameAreaRule”=”0FG”
“LongDistanceRule”=”0FG”
“InternationalRule”=”001EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\670]
“Name”=”Timor-Leste”
“NameResourceId”=dword:00006c16
“CountryCode”=dword:0000029e
“SameAreaRule”=”G”
“LongDistanceRule”=”G”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\6701]
“Name”=”Northern Mariana Islands”
“NameResourceId”=dword:000083a5
“CountryCode”=dword:0000029e
“SameAreaRule”=”G”
“LongDistanceRule”=” N1FG”
“InternationalRule”=”011EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\6702]
“Name”=”Rota Island”
“NameResourceId”=dword:000083a6
“CountryCode”=dword:0000029e
“SameAreaRule”=”G”
“LongDistanceRule”=” N1FG”
“InternationalRule”=”011EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\6703]
“Name”=”Saipan”
“NameResourceId”=dword:000083a7
“CountryCode”=dword:0000029e
“SameAreaRule”=”G”
“LongDistanceRule”=” N1FG”
“InternationalRule”=”011EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\6704]
“Name”=”Tinian Island”
“NameResourceId”=dword:000083a8
“CountryCode”=dword:0000029e
“SameAreaRule”=”G”
“LongDistanceRule”=” N1FG”
“InternationalRule”=”011EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\672]
“Name”=”Norfolk Island”
“NameResourceId”=dword:00006c18
“CountryCode”=dword:000002a0
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”0101EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\6721]
“Name”=”Antarctica”
“NameResourceId”=dword:000083b9
“CountryCode”=dword:000002a0
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\673]
“Name”=”Brunei”
“NameResourceId”=dword:00006c19
“CountryCode”=dword:000002a1
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\674]
“Name”=”Nauru”
“NameResourceId”=dword:00006c1a
“CountryCode”=dword:000002a2
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\675]
“Name”=”Papua New Guinea”
“NameResourceId”=dword:00006c1b
“CountryCode”=dword:000002a3
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”05EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\676]
“Name”=”Tonga”
“NameResourceId”=dword:00006c1c
“CountryCode”=dword:000002a4
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\677]
“Name”=”Solomon Islands”
“NameResourceId”=dword:00006c1d
“CountryCode”=dword:000002a5
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\678]
“Name”=”Vanuatu”
“NameResourceId”=dword:00006c1e
“CountryCode”=dword:000002a6
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\679]
“Name”=”Fiji Islands”
“NameResourceId”=dword:00006c1f
“CountryCode”=dword:000002a7
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”05EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\680]
“Name”=”Palau”
“NameResourceId”=dword:00006c20
“CountryCode”=dword:000002a8
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\681]
“Name”=”Wallis and Futuna”
“NameResourceId”=dword:00006c21
“CountryCode”=dword:000002a9
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00,EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\682]
“Name”=”Cook Islands”
“NameResourceId”=dword:00006c22
“CountryCode”=dword:000002aa
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\683]
“Name”=”Niue”
“NameResourceId”=dword:00006c23
“CountryCode”=dword:000002ab
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\684]
“Name”=”American Samoa”
“NameResourceId”=dword:00006c24
“CountryCode”=dword:000002ac
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”1EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\685]
“Name”=”Samoa”
“NameResourceId”=dword:00006c25
“CountryCode”=dword:000002ad
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”0EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\686]
“Name”=”Kiribati”
“NameResourceId”=dword:00006c26
“CountryCode”=dword:000002ae
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\687]
“Name”=”New Caledonia”
“NameResourceId”=dword:00006c27
“CountryCode”=dword:000002af
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\688]
“Name”=”Tuvalu”
“NameResourceId”=dword:00006c28
“CountryCode”=dword:000002b0
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\689]
“Name”=”French Polynesia”
“NameResourceId”=dword:00006c29
“CountryCode”=dword:000002b1
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\690]
“Name”=”Tokelau”
“NameResourceId”=dword:00006c2a
“CountryCode”=dword:000002b2
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\691]
“Name”=”Micronesia”
“NameResourceId”=dword:00006c2b
“CountryCode”=dword:000002b3
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”011EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\692]
“Name”=”Marshall Islands”
“NameResourceId”=dword:00006c2c
“CountryCode”=dword:000002b4
“SameAreaRule”=”G”
“LongDistanceRule”=”1FG”
“InternationalRule”=”011EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\7]
“Name”=”Russia”
“NameResourceId”=dword:0000697f
“CountryCode”=dword:00000007
“SameAreaRule”=”G”
“LongDistanceRule”=” 8WFG”
“InternationalRule”=”8W10EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\705]
“Name”=”Kazakhstan”
“NameResourceId”=dword:00006c39
“CountryCode”=dword:00000007
“SameAreaRule”=”G”
“LongDistanceRule”=” 8WFG”
“InternationalRule”=”8W10EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\800]
“Name”=”International Freephone Service”
“NameResourceId”=dword:00006c98
“CountryCode”=dword:00000320
“SameAreaRule”=”"
“LongDistanceRule”=”"
“InternationalRule”=”"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\81]
“Name”=”Japan”
“NameResourceId”=dword:000069c9
“CountryCode”=dword:00000051
“SameAreaRule”=”G”
“LongDistanceRule”=”N0FG”
“InternationalRule”=”S010EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\82]
“Name”=”Korea”
“NameResourceId”=dword:000069ca
“CountryCode”=dword:00000052
“SameAreaRule”=”G”
“LongDistanceRule”=”N0FG”
“InternationalRule”=”SEFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\84]
“Name”=”Vietnam”
“NameResourceId”=dword:000069cc
“CountryCode”=dword:00000054
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\850]
“Name”=”North Korea”
“NameResourceId”=dword:00006cca
“CountryCode”=dword:00000352
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\852]
“Name”=”Hong Kong SAR”
“NameResourceId”=dword:00006ccc
“CountryCode”=dword:00000354
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”001EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\853]
“Name”=”Macao S.A.R.”
“NameResourceId”=dword:00006ccd
“CountryCode”=dword:00000355
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\855]
“Name”=”Cambodia”
“NameResourceId”=dword:00006ccf
“CountryCode”=dword:00000357
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\856]
“Name”=”Laos”
“NameResourceId”=dword:00006cd0
“CountryCode”=dword:00000358
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”14EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\86]
“Name”=”China”
“NameResourceId”=dword:000069ce
“CountryCode”=dword:00000056
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\870]
“Name”=”INMARSAT”
“NameResourceId”=dword:00006cde
“CountryCode”=dword:00000366
“SameAreaRule”=”00EFG#”
“LongDistanceRule”=”00EFG#”
“InternationalRule”=”00EFG#”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\871]
“Name”=”INMARSAT (Atlantic-East)”
“NameResourceId”=dword:00006cdf
“CountryCode”=dword:00000367
“SameAreaRule”=”00EFG#”
“LongDistanceRule”=”00EFG#”
“InternationalRule”=”00EFG#”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\872]
“Name”=”INMARSAT (Pacific)”
“NameResourceId”=dword:00006ce0
“CountryCode”=dword:00000368
“SameAreaRule”=”00EFG#”
“LongDistanceRule”=”00EFG#”
“InternationalRule”=”00EFG#”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\873]
“Name”=”INMARSAT (Indian)”
“NameResourceId”=dword:00006ce1
“CountryCode”=dword:00000369
“SameAreaRule”=”00EFG#”
“LongDistanceRule”=”00EFG#”
“InternationalRule”=”00EFG#”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\874]
“Name”=”INMARSAT (Atlantic-West)”
“NameResourceId”=dword:00006ce2
“CountryCode”=dword:0000036a
“SameAreaRule”=”00EFG#”
“LongDistanceRule”=”00EFG#”
“InternationalRule”=”00EFG#”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\880]
“Name”=”Bangladesh”
“NameResourceId”=dword:00006ce8
“CountryCode”=dword:00000370
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\886]
“Name”=”Taiwan”
“NameResourceId”=dword:00006cee
“CountryCode”=dword:00000376
“SameAreaRule”=”G”
“LongDistanceRule”=”N0FG”
“InternationalRule”=”SEFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\90]
“Name”=”Turkey”
“NameResourceId”=dword:000069d2
“CountryCode”=dword:0000005a
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\91]
“Name”=”India”
“NameResourceId”=dword:000069d3
“CountryCode”=dword:0000005b
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\92]
“Name”=”Pakistan”
“NameResourceId”=dword:000069d4
“CountryCode”=dword:0000005c
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\93]
“Name”=”Afghanistan”
“NameResourceId”=dword:000069d5
“CountryCode”=dword:0000005d
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\94]
“Name”=”Sri Lanka”
“NameResourceId”=dword:000069d6
“CountryCode”=dword:0000005e
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\95]
“Name”=”Myanmar”
“NameResourceId”=dword:000069d7
“CountryCode”=dword:0000005f
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”0EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\960]
“Name”=”Maldives”
“NameResourceId”=dword:00006d38
“CountryCode”=dword:000003c0
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\961]
“Name”=”Lebanon”
“NameResourceId”=dword:00006d39
“CountryCode”=dword:000003c1
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\962]
“Name”=”Jordan”
“NameResourceId”=dword:00006d3a
“CountryCode”=dword:000003c2
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\963]
“Name”=”Syria”
“NameResourceId”=dword:00006d3b
“CountryCode”=dword:000003c3
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\964]
“Name”=”Iraq”
“NameResourceId”=dword:00006d3c
“CountryCode”=dword:000003c4
“SameAreaRule”=”G”
“LongDistanceRule”=”FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\965]
“Name”=”Kuwait”
“NameResourceId”=dword:00006d3d
“CountryCode”=dword:000003c5
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\966]
“Name”=”Saudi Arabia”
“NameResourceId”=dword:00006d3e
“CountryCode”=dword:000003c6
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\967]
“Name”=”Yemen”
“NameResourceId”=dword:00006d3f
“CountryCode”=dword:000003c7
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\968]
“Name”=”Oman”
“NameResourceId”=dword:00006d40
“CountryCode”=dword:000003c8
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\970]
“Name”=”Palestinian Authority”
“NameResourceId”=dword:00006d42
“CountryCode”=dword:000003ca
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\971]
“Name”=”United Arab Emirates”
“NameResourceId”=dword:00006d43
“CountryCode”=dword:000003cb
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\972]
“Name”=”Israel”
“NameResourceId”=dword:00006d44
“CountryCode”=dword:000003cc
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\973]
“Name”=”Bahrain”
“NameResourceId”=dword:00006d45
“CountryCode”=dword:000003cd
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”0EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\974]
“Name”=”Qatar”
“NameResourceId”=dword:00006d46
“CountryCode”=dword:000003ce
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”0EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\975]
“Name”=”Bhutan”
“NameResourceId”=dword:00006d47
“CountryCode”=dword:000003cf
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\976]
“Name”=”Mongolia”
“NameResourceId”=dword:00006d48
“CountryCode”=dword:000003d0
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\977]
“Name”=”Nepal”
“NameResourceId”=dword:00006d49
“CountryCode”=dword:000003d1
“SameAreaRule”=”G”
“LongDistanceRule”=”"
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\98]
“Name”=”Iran”
“NameResourceId”=dword:000069da
“CountryCode”=dword:00000062
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\992]
“Name”=”Tajikistan”
“NameResourceId”=dword:00006d58
“CountryCode”=dword:000003e0
“SameAreaRule”=”G”
“LongDistanceRule”=” 8WFG”
“InternationalRule”=”8W10EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\993]
“Name”=”Turkmenistan”
“NameResourceId”=dword:00006d59
“CountryCode”=dword:000003e1
“SameAreaRule”=”G”
“LongDistanceRule”=” 8WFG”
“InternationalRule”=”8W10EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\994]
“Name”=”Azerbaijan”
“NameResourceId”=dword:00006d5a
“CountryCode”=dword:000003e2
“SameAreaRule”=”G”
“LongDistanceRule”=” 8WFG”
“InternationalRule”=”8W10EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\995]
“Name”=”Georgia”
“NameResourceId”=dword:00006d5b
“CountryCode”=dword:000003e3
“SameAreaRule”=”G”
“LongDistanceRule”=” 8WFG”
“InternationalRule”=”8W10EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\996]
“Name”=”Kyrgyzstan”
“NameResourceId”=dword:00006d5c
“CountryCode”=dword:000003e4
“SameAreaRule”=”G”
“LongDistanceRule”=”0FG”
“InternationalRule”=”00EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\998]
“Name”=”Uzbekistan”
“NameResourceId”=dword:00006d5e
“CountryCode”=dword:000003e6
“SameAreaRule”=”G”
“LongDistanceRule”=” 8WFG”
“InternationalRule”=”8W10EFG”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Locations]
“DisableCallWaiting0″=”*70,”
“DisableCallWaiting1″=”70#,”
“DisableCallWaiting2″=”1170,”
“KeyRenameHistory”=hex:
“LocationListVersion”=dword:00000002
“NextID”=dword:00000002
“CurrentID”=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Locations\Location1]
“Country”=dword:0000005b
“Flags”=dword:00000001
“Name”=”My Location”
“AreaCode”=”91″
“DisableCallWaiting”=”"
“LongDistanceCarrierCode”=”"
“InternationalCarrierCode”=”"
“LongDistanceAccess”=”91″
“OutsideAccess”=”91″

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Locations\Location1\AreaCodeRules]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Providers]
“ProviderID0″=dword:00000001
“ProviderID1″=dword:00000002
“ProviderID2″=dword:00000003
“ProviderID3″=dword:00000004
“NextProviderID”=dword:00000005
“ProviderFileName0″=”unimdm.tsp”
“ProviderFileName1″=”kmddsp.tsp”
“ProviderFileName2″=”ndptsp.tsp”
“ProviderFileName3″=”hidphone.tsp”
“NumProviders”=dword:00000004

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\TAPI3]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{214F4ACC-AE0B-4464-8405-07029003F8E2}]
“Name”=”Streaming Terminals”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{214F4ACC-AE0B-4464-8405-07029003F8E2}\{E2F7AEF7-4971-11D1-A671-006097C9A2E8}]
“Name”=”MediaStreaming Terminal”
“Company”=”Microsoft”
“Version”=”1.1″
“CLSID”=”{AED6483F-3304-11D2-86F1-006008B0E5D2}”
“Directions”=dword:00000003
“MediaTypes”=dword:00000008

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{714C6F8C-6244-4685-87B3-B91F3F9EADA7}]
“Name”=”Video Terminals”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{714C6F8C-6244-4685-87B3-B91F3F9EADA7}\{F7438990-D6EB-11D0-82A6-00AA00B5CA1B}]
“Name”=”VideoWindow Terminal”
“Company”=”Microsoft”
“Version”=”1.1″
“CLSID”=”{AED6483E-3304-11D2-86F1-006008B0E5D2}”
“Directions”=dword:00000002
“MediaTypes”=dword:00008000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{B4790031-56DB-4D3E-88C8-6FFAAFA08A91}]
“Name”=”File Terminals”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{B4790031-56DB-4D3E-88C8-6FFAAFA08A91}\{0CB9914C-79CD-47DC-ADB0-327F47CEFB20}]
“Name”=”File Playback Terminal”
“Company”=”Microsoft”
“Version”=”1.1″
“CLSID”=”{4C8D0AF0-7BF0-4F33-9117-981A33DBD4E6}”
“Directions”=dword:00000001
“MediaTypes”=dword:00010008

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{B4790031-56DB-4D3E-88C8-6FFAAFA08A91}\{521F3D06-C3D0-4511-8617-86B9A783DA77}]
“Name”=”File Record Terminal”
“Company”=”Microsoft”
“Version”=”1.1″
“CLSID”=”{B138E92F-F502-4ADC-89D9-134C8E580409}”
“Directions”=dword:00000002
“MediaTypes”=dword:00010008

Step 5: save the file as telephony.reg and exit

Step 6: Double click on the file and Merge it to registry.

Step 7: After merging restart the Computer and check the Country list option.

Rishi
MS Shell User &
Media technologist

Categories: Windows Vista Tags:

Unable to find “show hidden file and folders option” under folder option settings

August 23rd, 2009 Rishi No comments

Action

Tried to check the option “show hidden file and folders option” under folder option settings

Result

unable to find the option “show hidden file and folders option”

Cause

Incorrect registry settings for Folder settings or Corrupted registry keys for Folder options.

Resolution

Follow the steps Below :

Step 1: Take Back up of the registry and follow the article - 322756

Step 2:Open Registry through start search - > regedit .

Step 3: Navigate to  path - >HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Advanced\Folder\Hidden

Step 4: under Hidden you will be able to find 2 folders (SHOWALL and NOHIDDEN ) .

Step 5: if you compare between SHOWALL and NOHIDDEN right pane, Both folder should have   CheckedValue key.

Step 6: Value of checkedvalue key under SHOWALL folder should be - 1.

Step 7: Value of checkedvalue key under NOHIDDEN folder should be - 2.

Step 8: If checkedvalue key is missing in Both the folder - create key by right click on the right pane ->New -> select DWORD (32-bit) value, then rename it as CheckedValue and provide the above value is mentioned.

Step 9: Close the registry and check.

 

Rishi
MS Shell User &
Media technologist