Windows server 2003 and Windows XP – How to view SID of service

Posted by aidas | Posted in Command line, Windows 2003, Windows XP | Posted on 10-05-2009

0

This post will show you how to use command line to get SID of specific service. To get SID for “workstation” service open command line on your Windows server 2003 and type:

sc showsid workstation

Windows server 2003 and Windows XP – How to delete service via command line

Posted by aidas | Posted in Command line, Windows 2003, Windows XP | Posted on 10-05-2009

0

This post will show you quick way how to ged rid of service using command line. To delete service open command line on your Windows server 2003 and type:

sc delete <service name>