|
This file is modify Windows 2000 and XP services.
In order to see all the services on your computer type:
modservices list
This will show a three columns. The first column is the name of the service, and the name we will use with the rest of the following commands. The next column is the description, and the third column is the status of the service.
In order to delete a service that does not belong, first stop it by typing:
modservices stop servicename
then type:
modservices delete servicename
If you have any questions, please feel free to comment in the Discussion section.
(Added By: admin On: 24th Feb 2004 Clicks: 1585)
|