To make Windows 2003 Server admin pack work correctly on Windows Vista do the following:

  1. Log on to Vista as a user of the administrators group.
  2. Paste the following code into notepad:
    • @echo off
      
      REM RegisterAdminPak.cmd
      REM (c) 2006 Microsoft Corporation.  All rights reserved.
      
      set filelist=adprop.dll azroles.dll azroleui.dll ccfg95.dll
      set filelist=%filelist% certadm.dll certmmc.dll certpdef.dll certtmpl.dll
      set filelist=%filelist% certxds.dll cladmwiz.dll clcfgsrv.dll clnetrex.dll
      set filelist=%filelist% cluadmex.dll cluadmmc.dll cmproxy.dll cmroute.dll
      set filelist=%filelist% cmutoa.dll cnet16.dll debugex.dll dfscore.dll
      set filelist=%filelist% dfsgui.dll dhcpsnap.dll dnsmgr.dll domadmin.dll
      set filelist=%filelist% dsadmin.dll dsuiwiz.dll imadmui.dll lrwizdll.dll
      set filelist=%filelist% mprsnap.dll msclus.dll mstsmhst.dll mstsmmc.dll
      set filelist=%filelist% nntpadm.dll nntpapi.dll nntpsnap.dll ntdsbsrv.dll
      set filelist=%filelist% ntfrsapi.dll rasuser.dll rigpsnap.dll rsadmin.dll
      set filelist=%filelist% rscommon.dll rsconn.dll rsengps.dll rsjob.dll
      set filelist=%filelist% rsservps.dll rsshell.dll rssubps.dll rtrfiltr.dll
      set filelist=%filelist% schmmgmt.dll tapisnap.dll tsuserex.dll vsstskex.dll
      set filelist=%filelist% w95inf16.dll w95inf32.dll winsevnt.dll winsmon.dll
      set filelist=%filelist% winsrpc.dll winssnap.dll ws03res.dll
      
      for %%i in (%filelist%) do (
      	echo Registering %%i ...
      	regsvr32 /s %%i
      )
      
      echo.
      Echo Command Completed
    • In the File Name box type C:\Users\UserAccountName\RegisterAdminPak.cmd (substitute UserAccountName with the user name that you used to log in) and click Save.
  3. Open command prompt as administrator:
    • Click Start -> All Programs -> Accessories -> Right-Click Command Prompt -> Select Run as administrator.
  4. At the command prompt type C:\Users\UserAccountName\RegisterAdminPak.cm and press ENTER.
  5. An Administrative Tools menu will be created in the Start Menu.

Leave a Reply

(required)

(required)

© 2012 AG's Latest! Suffusion WordPress theme by Sayontan Sinha