Youtube Channel

How to delete windows service

Some times after system restore or by mistake you have deleted the installation files.And again you need  to install the application software but the installations failed due to its services currently present in the system or currently running.
So, the question is how to delete the services , the simplest way known to everyone is to format or reinstall the operating system but there is another way.All you need is to identify the service name which is currently running or present .

  • open run and type msconfig.exe .
  • under service tab, identify the service you want to delete.
  • copy the name of the service.
  • open cmd prompt with admin privilleges.
  • Type following command in cmd prompt and press enter
          sc delete servicename

          or
         In case service name contains space then,
        
         sc delete "service name"

  • reboot your system  and install the software without any further disturbance.

Next PostNewer Post Previous PostOlder Post Home

0 comments: