Categories
Registry Fix

C# Tutorial: Create and Delete Registry Keys

VC# Express 2010 www.microsoft.com ————————————————————————– *** C# Tutorials *** tutplusplus.blogspot.com ————————————————————————– Recorded with Camtasia Studio 7 ————————————————————————– Here are the codes + additional notes + solution: tutplusplus.blogspot.com ————————————————————————– In this tutorial you will learn about: * Creating and Deleting a RegistryKey Keywords: Microsoft.Win32.RegistryKey, Microsoft.Win32.Registry ————————————————————————– Hypnothis Kevin MacLeod www.incompetech.com Licensed under Creative Commons “Attribution 3.0” creativecommons.org ————————————————————————– Thanks for watching! Subscribe for more tutorials!

Categories
Windows Reg Cleaner

Scan & Delete Objectionable & sexual Content With Content Cleaner

Scan & Delete Objectionable & sexual Content With Content Cleaner
Content Cleaner Is The #1 Objectionable & sexual Content Cleaner Parental Control. Detect what a web and Internet filter misses. Free PC Scan. The Times Newspaper Recommends. Windows 7 & Vista Certified.
Scan & Delete Objectionable & sexual Content With Content Cleaner

Categories
Clean Registry

Speed up your Computer and Clean Registry DELETE UNWANTED FILES FROM LAPTOP

top-3-products.info – SPEED UP YOUR COMPUTER NOW – CLEAN YOUR REGISTRY Registry Cleaners are software utilities that attempt to remove configuration data from the Windows Registry that is no longer in use or that is unwanted on the system. Such data may include information left by software that has not been uninstalled completely from the computer, information that is no longer of use, or settings required for the operation of malware. A registry cleaner scans the registry, and attempts to pick out the unnecessary values in order to delete or repair them.

This tutorial will show you how to clean out your registry making your PC quicker and more effective
Video Rating: 5 / 5

Categories
Registry Scan

Removing Antivirus Studio 2010 using ONLY windows explorer in safe mode + ccleaner registry scan

Using just windows explorer in safe mode to manually find and delete the rogue’s folder and running a registry error scan in ccleaner to remove the registry keys (Note: ccleaner will only detect the keys if the linked file is missing, which is after you delete it)

http://www.youtube.com/v/ie8tT1HZFsk?f=videos&app=youtube_gdata

Continue reading here: Removing Antivirus Studio 2010 using ONLY windows explorer in safe mode + ccleaner registry scan

Categories
Registry Fix

Know the Basic Windows Registry and How to Access the Windows Registry?

By Dian Afrial

Imagine? The first time you try a registry cleaner program, then get the fact that tens or even hundreds of registry is in trouble.

You may be amazed at the amount of relief, because it can clean the registry with Registry Cleaner. But, whether it has occurred in your mind, that so easily fill the registry changes and problems, without you feel tweak it.

Registry plays an important role in the Windows operating system. Unfortunately, more often change the registry is another program (i.e. malware), it makes you as the owner of the computer like a guest in your own home, you just let go when the registry revamped all-out. But do not worry, let’s tweak the Windows Registry and understanding, and beware of harmful registry modifications.

For those of you who ever open the registry with a registry editor program (such as Regedit), Maybe, hierarchical structure is displayed to remind you that the structure of directories on disk, as shown in Windows Explorer. Though of course, you will not be inspired to name the folders on the hard drive with a name such as HKEY_LOCAL_MACHINE or HKEY_CURRENT_USER or HKEY_CLASSES_ROOT.

The main part of the registry are :

1.HKEY_CLASSES_ROOT or abbreviated as HKCR, storing configuration information and applications, such as file associations.

2.HKEY_CURRENT_USER or abbreviated to HKCU, storing user login information.

3.HKEY_LOCAL_MACHINE or abbreviated to HKLM, storing the configuration of computer software and hardware concerns.

4.HKEY_USERS or abbreviated as HKU, storing information related to HKCU.

5.HKEY_CURRENT_CONFIG or shortened by the HKCC. Storing the information collected at runtime.

Mentioned above registry you can see through Regedit (you can run it via Start – Run, type regedit, and hit enter)

There are 5 main hive can be expand display (sub) hive or key, the right pane displays the contents / value. To create a key, right click and select New Key. Meanwhile, to make the Value, right click and select Value is divided by type of data, string, binary, DWORD, multi-string, expandable-string.

In addition, HKEY_PERFORMANCE_DATA hive that are not shown in regedit, but it can be accessed through the registry functions in Windows API. On windows 95/98/ME operating system, there HKEY_DYN_DATA hive that stores dynamic information, including a plug and play information and network statistics.

The letter “H” which is the first letter of each part, stands for Hive. The main use registry to store configuration is related to hardware and software, including components such as the kernel, drivers, services, SAM (Security Accounts Manager), user interface and applications using 3rd party registry. Registry is corrupted or intentionally modified to cause the windows operating system is not functioning properly.

How do I create a new key with its value?

The contents of the registry might be changed in various ways. Simple example, consider the registry key HKEY_CURRENT_USERControl PanelInternational, which stores the configuration of regional/international, such as the State code, format currency, date-time, and so on.

Some ways to change the registry configuration is:

1.Through the Control Panel – Regional and Language Options. Options you choose and change, will automatically modify the registry value.

2.Through the REG file which contains registry values. When run with a double click, the REG File will automatically import the contents of the registry in accordance with the format specified.

3.Using the REG command which is the Console Registry tool that allows you to change the registry via the command prompt.

4.Through the INF file with a specific format that contains the registry value.

5.Through programming using the API functions provided by Windows, and is located in the advapi32.dll file (advanced windows 32 API Library).

Seeing so many ways (relatively easy) to access the registry, make changes, or even a registry value, it is not surprising if the registry becomes vulnerable.

The following example shows easily add, modify, and delete keys and values using REG command through the command prompt.

To create a new key, for example, is as follows (just type in the command prompt) :

REG ADD HKLMSOFTWAREMY_KEY

This command will create a new key with the name MY_KEY at the hive HKLMSOFTWARE. To fill in values, type the following command:

REG ADD HKLMSOFTWAREMY_KEY/v Data /d 007

It will create a value named data with the contents of 007, by default is the string data type. This value can be modified with the following command:

REG ADD HKLMSOFTWAREMY_KEY/v Data /d 008

it will display a confirmation dialog whether you want to overwrite the old data. Then the contents will change to 008. Parameters /v means defining the value, the parameter /d means defining the data. For more parameters, can be seen if you type REG ADD /?

After quite a waste, how to delete keys that have been made previously with the command below:

REG DELETE HKLMSOFTWAREMY_KEY

All subkey (if any) and the value in HKLMSOFTWAREMY_KEY will be deleted. For more parameters, can be seen if you type REG DELETE /?

About the Author: For More Details about this information visit the page Know more about windows registry (Regedit) : Introducing Windows Registry and visit the homepage Top Freeware,Photoshop Tricks,PC tricks & tips,Internet Tips & Tricks

Source: www.isnare.com

Permanent Link: http://www.isnare.com/?aid=502079&ca=Computers+and+Technology

Originally posted here: Know the Basic Windows Registry and How to Access the Windows Registry?

Categories
Clean Registry

Importance Of A Clean Registry

By Glenn Munn

The Windows registry is the nerve center of your PC its made up of information called Keys and strings which simply put are directions for your software so it knows how to run.

Installing an application is an easy task for most users. But what about uninstalling? Do you know how to completely remove an application from your system? Did you know that most applications leave permanent files or registry entries on your system? In order to keep your system clean, you need to properly install and uninstall applications. Correctly uninstalling an application can ensure that it will not cause you any problems in the future.

The right way to uninstall software is definitely not the delete key. And it’s not always the familiar Add/Remove Programs dialog. In many cases, you need to follow a series of steps in order to completely remove a program from your system.

Add/Remove Programs: This is the familiar application you can find on your Control Panel. It is (obviously) the most important tool that you use to remove an application. It is primarily intended for applications that don’t offer an Uninstall program on their own. Most of the times however, it can be safely used to uninstall these applications as well, since their own uninstall program will be started by the Add/Remove Programs dialog. It can be found at Start – Control Panel – Add/Remove Programs.

Many applications tend to leave permanent files laying around on your hard disk. Your system does not need these files and so, apart from wasting space, sometimes they may adversely affect the performance of your system (e.g. an older version of a library may cause compatibility issues with newer applications). On the other hand, there are also programs that leave useless registry entries on your Windows registry that can cause similar problems.

A Registry cleaning program can be used to find and delete all registry keys, strings, files and folders that the program has left on your machine. This will result is a faster PC and a PC less Prone to errors.

For more information visit about registry cleaners visit http://www.yourpcprotection.com

About the Author: Glenn Munn is an IT professional with many years of experinece with PC Threats. Qualifications include Microsoft Certified Professional Comptia A+ hardware Comptia A+ software Website: PC Protection

Source: www.isnare.com

Permanent Link: http://www.isnare.com/?aid=46028&ca=Home+Management

Visit link: Importance Of A Clean Registry