|
| |||||||||
| Tags: hkey_local_machine, regedit, regedt32, service pack2, services, windows |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Remove windows service
Dear all, I am running with windows xp service pack2 and some of the problem related to the software services.I installed the oracle database management system(express edition) on windows and because if some space needed in C drive i uninstalled it. now the problem is that when I was just looking into my services windows for getting another description,I got that the services of oracle is still listed in windows.I need to remove it,how can I do this. thanks. |
|
#2
| ||||
| ||||
| Remove windows service
This is very unexpected error generated by the system.The services should be managed by the windows it self. Actually,whenever you create or install any software and releases it on the windows platform,The related services to the softwares are being created automatically and whenever you uninstall the existing software,The related services are being deleted automatically. You installed the software and uninstalled after that but the services still existed yet.You can delete the services manually from the windows registry. |
|
#3
| ||||
| ||||
| Remove windows service
To delete the services manually from the windows system,you need to follow some steps.The system services can be controlled from the services window resides in the control panel.there are few steps to delete the services - 1- Click on the start menu and select RUN from the list. 2- Click on the RUN,a run box would be appeared type Regedit or regedt32. 3- Find the registry entry like - HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services 4- Find the appropriate service and delete it. 5- Restart the computer system and check the service now. |
|
#4
| ||||
| ||||
| Remove windows service from prompt
It's depends on you whatever you space choose to delete the unnecessary services from the services window.The existing services can be deleted from the command prompt in windows.You need to issue the command for that and would be deleted as you will specify. Just go to start menu and choose RUN and type command in RUN box.The DOS prompt would be open and keep the service name with you or you can access it from the services,now type the following - C:\> sc delete < SERVICE name> |
|
#5
| ||||
| ||||
| creating windows service manually creating windows service manually You can create a new service in windows services but that should be able to identified by the windows system.The service can be created from the command prompt.issue the following command to create the service. Code: C:\> sc create <SERVICE name> |
|
#6
| ||||
| ||||
| Accessing windows service Accessing windows service The existing windows services can be accessed and you can do different type of operations on that.If you need to allow some services to be start and stop,you can do it very easily within the GUI. You can look into the control panel =>administrative tools and then choose services icon,After clicking on the icon,you would be see so many services would be listed in the windows.you can perform some operation like -starting,stopping,disabling,enabling,etc from the properties of every services.
__________________ Ram requirement for various OS |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Remove windows service" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to remove Apple's Bonjour service | Shashee | Windows Software | 3 | 12-07-2010 09:47 PM |
| Unable to remove Rootkit.Cloaked/Service-GEN | Bearer | Networking & Security | 5 | 01-04-2010 05:20 PM |
| Remove Microsoft .NET Framework 2.0 Service Pack 2? | giorgos | Operating Systems | 4 | 22-02-2010 10:55 PM |
| How to remove Oracle service | Claudius | Software Development | 4 | 22-05-2009 09:46 AM |
| Unable to remove Service Pack 3 | Conner | Operating Systems | 3 | 03-03-2009 03:31 PM |