How to add or delete a registry key using a Registry File

Source: Internet
Author: User

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Run]
"File name" = "E: \ GAME Menu \ net \ netghost.exe"
The preceding method can be added to the startup Item, And the deletion method is available below.

 

To delete the key or entry of the Registry, you must use the registry file.
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.

Service Startup Type
Corresponding 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

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.