Aug 2, 2007 #1 aistswc IS-IT--Management Joined Feb 24, 2005 Messages 34 Location US Hey all, Is there a way to disable a service (trying to be lazy and disable service in logon script versus uninstalling software). thanx, clark steve c. IT Architect Lexmark International
Hey all, Is there a way to disable a service (trying to be lazy and disable service in logon script versus uninstalling software). thanx, clark steve c. IT Architect Lexmark International
Aug 2, 2007 #2 itsp1965 IS-IT--Management Joined Dec 9, 2003 Messages 2,669 Location CA I know you can use the SC command to manipulate services but I don't know if it will disable a service for you. Upvote 0 Downvote
I know you can use the SC command to manipulate services but I don't know if it will disable a service for you.
Aug 2, 2007 Thread starter #3 aistswc IS-IT--Management Joined Feb 24, 2005 Messages 34 Location US BINGO!!! thanx, sc config service start= disabled. steve c. IT Architect Lexmark International Upvote 0 Downvote
Aug 2, 2007 #4 Roadki11 MIS Joined Mar 23, 2005 Messages 1,097 Location US Not sure about disabling but NET STOP servicename will knock the service down until the next reboot. Upvote 0 Downvote