JSI Tip 6988. When I use Active Directory Users and Computers, from the Windows Server 2003 Adminpak.msi, on Windows XP, the Dial-in tab does NOT appear in a user's Properties?

Jerold Schulman

July 28, 2003

1 Min Read
ITPro Today logo in a gray background | ITPro Today

When you use the RTM (Released To Manufacturing) version of the Windows Server 2003 Admin Pack on Windows XP, the Dial-in tab is NOT available when you display the Properties of a user.

NOTE: See Microsoft Windows Server 2003 Administration Tools Pack (Adminpak.msi) does not run on Windows XP?

To cause the the Dial-in tab to appear when you administer a user from Windows XP:

1. Copy/Paste the following to a Dialin.reg file:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOTRasDialin.UserAdminExt]
@=""

[HKEY_CLASSES_ROOTRasDialin.UserAdminExtCLSID]
@="{B52C1E50-1DD2-11D1-BC43-00C04FC31FD3}"

[HKEY_CLASSES_ROOTRasDialin.UserAdminExt.1]
@=""

[HKEY_CLASSES_ROOTRasDialin.UserAdminExt.1CLSID]
@="{B52C1E50-1DD2-11D1-BC43-00C04FC31FD3}"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftMMCNodeTypes\{19195a5b-6da0-11d0-afd3-00c04fd930c9}ExtensionsNameSpace]
"{B52C1E50-1DD2-11D1-BC43-00C04FC31FD3}"="RAS Dialin - User Node Extension"

2. Merge the Dialin.reg file with your Windows XP registry, or run regedit /s dialin.reg.

3. Open a CMD prompt on Windows XP and type the following commands, where ServerName is a Windows Server 2003 domain controller than has the Adminpak.msi installed:

CD /D %SystemRoot%System32
copy \ServerNameAdmin$System32mprsnap.dll *.*
copy \ServerNameAdmin$System32rasuser.dll *.*
copy \ServerNameAdmin$System32rtrfiltr.dll *.*
regsvr32 rasuser.dll

4. Press OK to acknowledge the registration of the rasuser library.



Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like