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

  1. ;    Copyright (c) 1996 Microsoft Corporation  All rights reserved.
  2. ;
  3. ;    This file is used to UNINSTALL the Exchange Event service.
  4. ;
  5.  
  6. StopService:MSExchangeKMS
  7.  
  8. OpenMachineKey:SYSTEM\CurrentControlSet\Services
  9. DeleteKey:MSExchangeKMS
  10. CloseKey:
  11.  
  12. DeleteService:MSExchangeKMS
  13.  
  14. ;        EventLog(MSExchangeKMS)
  15. OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application
  16. DeleteKey:MSExchangeKMS
  17. CloseKey:
  18.  
  19. ;        
  20. OpenMachineKey:SOFTWARE\Microsoft\Exchange
  21. DeleteKey:KMServer
  22. CloseKey:
  23.  
  24. ; delete CSP
  25. OpenMachineKey:SOFTWARE\Microsoft\Cryptography\Defaults\Provider
  26. DeleteKey:Microsoft KMServer Cryptography Service Provider
  27. CloseKey: