• 1. London, UK
  • 2. Sydney, Australia
  • 3. New York, NY
  • 4. Melbourne, Australia
  • 5. Paris, France
  • 6. San Francisco, CA
  • 7. Chicago, IL
  • 8. Moscow, Russia
  • 9. Amsterdam, The Netherlands
  • 10. Toronto, Canada

Friday, June 11, 2004

 

Got Win2003 Adminpak on XP and don't see the Dial-In tab..

Posted by Bharat Suneja at 4:25 PM
Adminpak installed on XP Pro does not reveal the Dial-In tab on user's properties.

Here's how to make it show up :
Registry Entries - copy the following text in notepad and save as dialin.REG (don't forget to change file type drop-down to All):

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\RasDialin.UserAdminExt]
@=""

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

[HKEY_CLASSES_ROOT\RasDialin.UserAdminExt.1]
@=""

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

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MMC\NodeTypes\{19195a5b-6da0-11d0-afd3-00c04fd930c9}\Extensions\NameSpace]
"{B52C1E50-1DD2-11D1-BC43-00C04FC31FD3}"="RAS Dialin - User Node Extension"

Then double-click the file or on command prompt type :
Regedit /s dialin.reg

Type the following commands - replace ServerName with a Windows Server 2003 domain controller:
cd /d %SystemRoot%\System32
copy \\ServerName\Admin$\System32\mprsnap.dll *.*
copy \\ServerName\Admin$\System32\rasuser.dll *.*
copy \\ServerName\Admin$\System32\rtrfiltr.dll *.*
regsvr32 rasuser.dll

Now open AD Users & Computers console and check a user's properties. The Dial-In tab should be there.

[From John Saviill's FAQ in Windows & .NET mag.]

Labels:

1 Comments:

December 3, 2006 9:16 PM
Anonymous Anonymous said...

Thank you! This has been a pain in the ass for me. I've been remoting into the DC just to do this task.

 

Post a Comment

Links to this post:

Create a Link

<< Home