home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / software / testsoft / exchange / admin.uns < prev    next >
Text File  |  1997-08-25  |  816b  |  35 lines

  1. ;    Copyright (c) 1993-1995 Microsoft Corporation  All rights reserved.
  2. ;
  3. ;    This file is used to remove the UM addons for EMS admin.
  4. ;
  5.  
  6. ; clean up, then install the eventlog
  7. OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application
  8.  
  9. ;        EventLog(Admin)
  10. DeleteKey:ExchangeAdmin
  11. DeleteKey:MSExchangeAdmin
  12. DeleteKey:Directory Import
  13.  
  14. ;        EventLog(Migration)
  15. DeleteKey:MSExchMigration
  16. DeleteKey:MSExchangeMig
  17. DeleteKey:MSExchDAPI
  18. DeleteKey:MSExchangeMigDS
  19.  
  20. CloseKey:
  21.  
  22. ;        mailumx.dll
  23. OpenMachineKey:Software\Microsoft\Windows NT\CurrentVersion\Network\UMAddons
  24. DeleteValue:Mailumx;
  25. CloseKey:
  26.  
  27. ;        Default admin keys
  28. OpenUserKey:Software\Microsoft\Exchange
  29. DeleteKey:MSExchangeAdmin
  30. DeleteKey:MSExchangeAdminCommon
  31. DeleteKey:MSExchangeUMX
  32. DeleteKey:CCMailAdminExtension
  33. CloseKey:
  34.  
  35.