Configuration guides for IT Administrators

How to create and delete a service in Windows?

How to create and delete a service in Windows?

You can add an application executables to Windows Service and set it to automatically start whenever your system boots. This way you avoid inconvenience of manually starting the application service every time your system boots.

Create Windows Service

Open Command Prompt “cmd” with Administrator privileges and type the following syntax

sc.exe create <service_name_your_wish> binPath= “<path_of_service_executable>”

You must have space binPath= and specify the path within quotes.

 

 

Delete Windows Service

Open Command Prompt “cmd” with Administrator privileges and type the following syntax

sc.exe delete <service_name>

All in One WordPress Hosting
HostGator $2.75 per month
HostGator
24/7/365 Technical Support, Free Site Building Tools, 4500 Website Templates, Free Shopping Cart Software, Ideal for WordPress, 45 Day Money Back Guarantee
Starts at 30$ per month
All in One WordPress Hosting
WordPress
High optimized WordPress hosting, secure firewall, HTTPS, Backup, hack-fix guarantee and many others at 30$ per month

 

Categories: ,

Leave a Reply

Your email address will not be published. Required fields are marked *

Lucas Brey

I’m Lucas Brey, a travel blogger sharing practical guides, hidden gems, and honest tips from the road. Follow along for smart itineraries, great food finds, and stories worth bookmarking.

Tags