Showing posts with label Uninstall Service. Show all posts
Showing posts with label Uninstall Service. Show all posts

Wednesday, December 21, 2016

Steps to uninstall windows service.

Open the Developer Command Prompt as administrator and locate to the same folder where the service has been created before


ex:-  E:\Test\WindowsService\bin\Release>
 

·         Then type the following command and press enter

  installutil /u <service name> 

Git Commands

Git Version   To check the git version Git -v       Git Clone To clone the repository, use the following command: Git clone [u...