How do you quickly delete a specified registry key in Windows 7?

Source: Internet
Author: User
Keywords nbsp; delete registry how fast as

&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Windows7 RTM 7600 Noise Solution

Problem Description: Computer Lenovo Home Yue 2240,1g memory, I installed is Windows7 RTM7600, graphics NVIDIA GeForce7100, sound card high Definition audio device, why often noise murmur ah, In particular, listen to the song, in browsing the Web page when particularly obvious, squeaky, begged you master advice!

Solution: First check your own audio cable is not loose, if not, it may be a driver problem! Reinstall the sound card driver to try, preferably support WIN7 driver.

How to quickly delete a specified registry key

For Windows 7, the registry is the most common method for optimizing and cracking. There are usually two ways to modify the registry, one is to run regedit to open Registry Editor to find the corresponding key value and then modify it, the second is to save as a. reg file import by writing a modified key value in Notepad. However, whenever you encounter a key value to delete, we tend to use only the first method.

Today, we're going to show you how to quickly delete a registry key if you know the key value path. In fact, just add two simple symbols to achieve the deletion of key values and subkeys.

For key and subkey values, simply add the "-" sign before its path. Like what

Let's say we want to delete the entire Ithov key value in the following key value,

[Hkey_current_user\software\ithov]

"Ithov" =dword:00000001

Then, simply copy the following to Notepad and save it as a. reg file by double-clicking the import.

Windows Registry Editor Version 5.00

[-hkey_current_user\software\vista123] "Ithov" =dword:00000001

Let's say we just need to delete this subkey value from the Vista123 key value, just copy the following to Notepad and save it as a. reg file and double-click the import.

Windows Registry Editor Version 5.00

[Hkey_current_user\software\ithov]

"Ithov" =-

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.