Thursday, May 22, 2014

Deleting a service from services.msc


In order to delete a service from the windows services list, use sc command tool
sc delete ServiceName
Ex:- sc delete ZTime

Check the sc command help for other options available.

No comments:

Post a Comment

Featured Post

Generate single index on table 

Transaction tables such as F0911, F4111 etc hold a huge amount of data probably a third of petabyte. Generating indexes on such tables (th...

Popular Posts