Use batchcompute to delete registry keys, registry key values, and disable/enable Windows Services.

Source: Internet
Author: User
Delete an entry in the Registry
Windows Registry Editor Version 5.00

[-HKEY_LOCAL_MACHINE/software/Microsoft/Windows/CurrentVersion/run]
Save as reg file double-click Export to delete this item
Note that there is a "-" number.

Delete a value in the Registry
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/software/Microsoft/Windows/CurrentVersion/run]
"Soundman" =-
This allows you to delete this value.

Start/disable a service
Type corresponding to the registry [HKEY_LOCAL_MACHINE/system/CurrentControlSet/services]
Subitem
The START key under the service name indicates the start type.
1 is System
2 is automatic
3 is manual
4 is disabled

PS: forcibly terminate the process when necessary
In XP Pro, you can select the taskkill command. You can use taskkill/? In the command line /? View Detailed Help
E.g. Terminate notepad: taskkill/IM notepad.exe/F
/F indicates force termination.
In the home version, there is no taskkill command, and only the tskill command is used. The function is weaker. E.g. Terminate notepad: tskill notepad

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.