slimzky Posted December 12, 2005 Share Posted December 12, 2005 hi, i remember downloading an attached file somewer here in msfn.org.. i forgot the file name & the member who posted it.. the program hav the ability to uninstall & install services of Xp... if u r familar with "serviwin" it has icon similar to it and its a stand alone program if im not mistaken... anyonhe knows whats tyhe prog? Link to comment Share on other sites More sharing options...
atomizer Posted December 12, 2005 Share Posted December 12, 2005 you can type 'sc' at a cmd prompt to deal with services, but it looks like this just removes reg entries. i don't remember if the utility you mentioned does more or not.C:\USERS\Administrator>scDESCRIPTION: SC is a command line program used for communicating with the NT Service Controller and services.USAGE: sc <server> [command] [service name] <option1> <option2>... The option <server> has the form "\\ServerName" Further help on commands can be obtained by typing: "sc [command]" Commands: query-----------Queries the status for a service, or enumerates the status for types of services. queryex---------Queries the extended status for a service, or enumerates the status for types of services. start-----------Starts a service. pause-----------Sends a PAUSE control request to a service. interrogate-----Sends an INTERROGATE control request to a service. continue--------Sends a CONTINUE control request to a service. stop------------Sends a STOP request to a service. config----------Changes the configuration of a service (persistant). description-----Changes the description of a service. failure---------Changes the actions taken by a service upon failure. qc--------------Queries the configuration information for a service. qdescription----Queries the description for a service. qfailure--------Queries the actions taken by a service upon failure. delete----------Deletes a service (from the registry). create----------Creates a service. (adds it to the registry). control---------Sends a control to a service. sdshow----------Displays a service's security descriptor. sdset-----------Sets a service's security descriptor. GetDisplayName--Gets the DisplayName for a service. GetKeyName------Gets the ServiceKeyName for a service. EnumDepend------Enumerates Service Dependencies. The following commands don't require a service name: sc <server> <command> <option> boot------------(ok | bad) Indicates whether the last boot should be saved as the last-known-good boot configuration Lock------------Locks the Service Database QueryLock-------Queries the LockStatus for the SCManager DatabaseEXAMPLE: sc start MyServiceWould you like to see help for the QUERY and QUERYEX commands? [ y | n ]: n Link to comment Share on other sites More sharing options...
slimzky Posted December 12, 2005 Author Share Posted December 12, 2005 thnx but i removed sc at my cleanup.bat ... i will pm jeremy i think he knows what im talkin about.. Link to comment Share on other sites More sharing options...
DigeratiPrime Posted December 12, 2005 Share Posted December 12, 2005 You might want Autoruns by Sysinternals, theres a link to it in atomizers sig. Theres another program by Mirsoft that works similiar to what you describe. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now