How do I start a disabled windows service from command line
NET START "Service" doesn't work on disabled services
How do I start a disabled windows service from command line
NET START "Service" doesn't work on disabled services
u can use the sc command
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/sc.mspx?mfr=true
sc.exe will help you
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/sc.mspx?mfr=true