-
Recent Posts
Recent Comments
My favorites
Archives
Categories
Meta
Tag Archives: windows
Deleting a service in windows
Use the following syntax in a command line prompt for Windows XP and above. sc delete “service name” Or create a service with this: sc create “service name” Note: Don’t add the quotes.