I compiled and ran the keylogger from the C++ section to try it. The only thing is, I don't know how to get it to stop running with Windows.
It shows up in my processes section in Task manager, being run by the system, and won't let me delete it.
Any ideas on how to remove it?
uninstalling services
Started by chili5, Aug 26 2008 04:33 PM
12 replies to this topic
#1
Posted 26 August 2008 - 04:33 PM
|
|
|
#2
Posted 26 August 2008 - 05:05 PM
Go here HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and delete it for a start.
#3
Posted 27 August 2008 - 12:01 PM
Hm, lol can't find it. I see it in processes in task manager, but can't find it in regedit. :(
#4
Posted 27 August 2008 - 12:07 PM
In windows 2000+, right click my computer, left click manage. Expand Services and Applications, go into services and disable / stop the service you want to stop.
#5
Posted 28 August 2008 - 10:04 AM
Thanks :D It's done now :)
Thanks a lot :D
Thanks a lot :D
#6
Posted 30 August 2008 - 02:17 PM
I don't think you can uninstall a service, but you can disable it as morefood said.. I think in XP it is something similar.
I done this in windows Vista.. disabled some useless services.
I done this in windows Vista.. disabled some useless services.
#7
Posted 30 August 2008 - 02:21 PM
Well as long as it disabled I'm good. :D My computers slow enough. :o Don't need some useless keylogger running.
Well one thing I learned from CC: don't compile and run every code example you see. :)
Well one thing I learned from CC: don't compile and run every code example you see. :)
#8
Posted 30 August 2008 - 02:25 PM
Hehe.. I don't :p
Unless you know how to remove it...
Unless you know how to remove it...
#9
Posted 02 September 2008 - 06:15 AM
TcM said:
I don't think you can uninstall a service, but you can disable it as morefood said.. I think in XP it is something similar.
I done this in windows Vista.. disabled some useless services.
I done this in windows Vista.. disabled some useless services.
You don't remove services in windows unless you create them (eg. I made a webcam service so that I am not required to login to have a live webcam site, thus making windows much faster).
And don't ever disable Background Intelligent Transfer Service, its useless, but will cause major problems down the road when you want to defrag or manage services after about 10 restarts :P. At least it has for me. Plus it can slow down your computer over time.
#11
Posted 03 September 2008 - 12:33 PM
services.msc
#12
Posted 03 September 2008 - 12:36 PM
Xav said:
To disable a service in XP, go to Run on the Start menu and type "msconfig". Go to the Services tab and disable it from there?
That also works. There are several ways of disabling services on windows 2000+, it just depends on how few clicks you want to do it in :P


Sign In
Create Account


Back to top









