Forums: How To Remove A Windows Service? - Forums

Jump to content

  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

How To Remove A Windows Service? win/dos command to completly remove

#16 Guest_batigoooal_*

  • Group: Guests

Posted 08 December 2003 - 01:09 AM

There is some others tools for remove services like hct.exe who list all service, process and could kill services or process!!

All in one tools
0

#17 Guest_Zivleton_*

  • Group: Guests

Posted 08 December 2003 - 04:55 AM

A very easy to use tool is DameWare NT Utilities.
All you need to do is put in your IP and look for the services...
Then you can add/remove any service you like.
(It has other uses as well)
:P

-Zivlet-
0

#18 Guest_jacerra_*

  • Group: Guests

Posted 17 December 2003 - 01:42 PM

You should really just be reimaging that machine, forget about putting bandaids on the pc!!!!

damm it Jimmy!
0

#19 User is offline   skorpio 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 47
  • Joined: 15-December 03

Posted 28 December 2003 - 07:15 AM

Good site thx manu! :)

bye!
[edit] tibbar - no thanx posts allowed - +1 warning, 5 day vacation!
0

#20 Guest_h0ttz_*

  • Group: Guests

Posted 22 June 2005 - 05:10 PM

thanks!!!

[edit] tibbar - no thanx posts allowed - +1 warning, 5 day vacation!
0

#21 Guest_Bedosman_*

  • Group: Guests

Posted 23 June 2005 - 04:53 AM

Yes , or U can use the very good "hct" from haxorcitos ...

With it you are able to install service , remove services , enumerate service , .... <_<
0

#22 User is offline   exp0sed 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 21
  • Joined: 04-August 05

Posted 07 August 2005 - 07:55 PM

=k3Rn=, on Oct 11 2003, 08:39 PM, said:

hey

is there a dos / windows command for removing a service? i am not talking about stopping, i want to completly delete it, with reg entries.
couldn't find out how to manage that  <_<

greetz
k3Rn



in windows xp goto start > run > "msconfig"
0

#23 User is offline   ninar12 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 143
  • Joined: 07-September 04

Posted 09 August 2005 - 09:52 AM

as i look 4 services i found a good tutorail from nish

http://www.codeproje...iceskeleton.asp


so i think that should work (not tested yet), and for sure very buggy atm :D im no coder... :D




#include <windows.h>
#include <stdio.h>
void main(int argc, char* argv[])
{

/*------ falls mit dem argument 1  -uninstall bergeben wird -----*/
// -uninstall [servicename]
//das gleiche wie system(sc.exe delete SERVICENAME);
  if ( strcmp(argv[1],"-unservice") == 0 )
	{
  if ( argc != 3 )
  {
 	 //usage anzeigen lassen e.g
                 
 	 return;
  }
  SC_HANDLE NishService,scm;
  scm=OpenSCManager(0,0,SC_MANAGER_ALL_ACCESS); // contact mit servicemanger
  if ( !scm )
  {
 	 return;
  } 
  else
  {
 	 printf("Service wird deinstalliert\n");
  }
  NishService=OpenService(scm,argv[2],  //ffnet service manager mit delete access
        DELETE);
  if(!DeleteService(NishService))   // lscht den service
  {
 	 //error_usage();  //usage anzeigen lassen e.g
 	 return;
  }
  
  printf("geloescht\n");
  
    
  if ( !NishService )
  {
 	 CloseServiceHandle(NishService);
 	 printf("Error deinstallieren \n");
 	 return;
  }
  CloseServiceHandle(NishService); // handle schliesen

  
  }	
  else
  {

 	 return;	
  }//bis hier
}

0

#24 User is offline   brOmstar 

  • Sergeant First Class
  • Icon
  • Group: Members
  • Posts: 353
  • Joined: 12-January 04

Posted 09 August 2005 - 10:09 AM

I really like xnet.exe for that tasks it works on cmdline like net.exe. You can do anything you want(install/remove/start/stop etc) also change the servicename or show all installed services not only running ones etc and it also offers a reboot and shutdown option.

XNET 1.07

Usage : XNET <Start   | Stop   | Restart | Pause    | Continue | List
              Install | Remove | Modify  | Reboot   | Shutdown | Help>

Attached File(s)

  • Attached File  XNET.rar (22.03K)
    Number of downloads: 56

0

#25 User is offline   crock 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 83
  • Joined: 08-September 04

Posted 09 August 2005 - 01:38 PM

I use PSservice from www.sysinternals.com
0

#26 Guest_Bedosman_*

  • Group: Guests

Posted 17 August 2005 - 03:56 PM

yes , or U can use a good console tools like hct ... :P
0

#27 User is offline   tuttefrut 

  • Private
  • Icon
  • Group: Members
  • Posts: 13
  • Joined: 17-December 03

Posted 18 August 2005 - 12:50 AM

exp0sed, on Aug 8 2005, 03:55 AM, said:

=k3Rn=, on Oct 11 2003, 08:39 PM, said:

hey

is there a dos / windows command for removing a service? i am not talking about stopping, i want to completly delete it, with reg entries.
couldn't find out how to manage that <_<

greetz
k3Rn



in windows xp goto start > run > "msconfig"


that's how ya go to the register but how do you do the actual removal ? :P
0

#28 Guest_No@r_*

  • Group: Guests

Posted 06 September 2005 - 12:13 PM

xnet is a good way to start a process whitout net com
0

  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users

  • Share



Our Sponsors:


SwiftLayer Affiliate Web Hosting