2020-01-31

How do I uninstall / unregister DeltaCopy Server Service? DeltaCopy如何卸载

How do I uninstall / unregister DeltaCopy Server Service

Question:How do I uninstall / unregister DeltaCopy Server Service
Answer:Follow the steps below to unregister DeltaCopy service with the OS. IMPORTANT: This method does not remove any files, all it does is modifies some registry settings so that the Windows OS does not treat DeltaCopy as a Windows Service.
  1. Stop the service if it is running in the background. This can be done either from DeltaCopy Server application or from Windows Control Panel.
  2. Open a Console (DOS) window
  3. Using the cd command, change the directory to location where DeltaCopy is installed
  4. Type the following at the prompt:
    DCServce /UNINSTALL
You should get a message confirming the removal of this service.

To reinstall the service, type:

DCServce /INSTALL

No comments:

How to Add a Directory to PATH in Linux

 https://linuxize.com/post/how-to-add-directory-to-path-in-linux/ When you type a command on the command line, you’re basically telling the ...