Windows Delete Service method

Source: Internet
Author: User
Tags safe mode

Windows Delete Service method

1. Delete Service

Method One: Use sc.exe this Windows command

Start-run--cmd.exe, then enter SC to see it. The method is simple: SC delete "service name"

(If there is a space in the middle of the service name, it needs to be preceded by quotes) as above: SC delete Connectmon

Option two: Directly to the Registry Editor

Open Registry Editor and locate the following key values:

Hkey_local_machinesystemcurrentcontrolsetservices

The General Service will display a master key here with the same name, and delete the related keys directly.

Special cases

1, if the service is displaying rundll32.exe, and this file is located in the System32 directory, then you cannot delete the Rundll32.exe file, which is a Windows system file. Then just clear the relevant services.

2, if a service deleted immediately and automatically established, the background has the process of monitoring, protection. You need to kill the process in the Process Manager first, or press F8 after startup to remove it in safe mode.

2. Replace the service physical file address

Hkey_local_machinesystemcurrentcontrolsetservices

Property ImagePath Replace

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.