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> 

No comments:

Post a Comment

Git Commands

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