answersLogoWhite

0

kernel32.dll maybe

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How does the kernel use the registry?

Kernel is the most important file in the registry. Registry Cleaners is the best solution to clean registry.


What windows xp program fiel is used to edit the registry?

By "fiel" you must surely mean "file"...You can edit the registry by using the "regedit" program built into windows


How does a registry get dirty?

When a program is uninstalled from your system it can leave behind registry entries that are no longer needed. This happens more when a program is uninstalled improperly on the users end (such as simply deleting the program file). These registry errors can seriously slow your system and even cause it to crash!


Where can you get stabilitylib dll file?

If you uninstall the offending program and manually remove any registry entries related to it, then do a registry clean up. Re-install the updated program and it should work just fine.


How do you remove the entry from registry file?

click on run in the start menu. type regedit there and enter. registry editor will open. there you can delete or alter a registry file.


What is registry file?

A registry file, or most would called it "Windows Registry" is a database that stores hardware, software settings and options of Microsoft Windows Operating System.


How do you change registry settings?

Using the regedit utility tool.Programmatically.Import a registry key.Use a different registry editor, eg a registry cleaner.Install a program.Warning:If you do not know much about computers or the registry settings, it is recommended that you do not change the settings as you could cause your computer to crash and/or be unable to start up. Even seemingly minor changes can lead to programs not working correctly.1. You can go to "run" & then write "regedit" there. The Registry Editor program will open to the root key. Using the interface, you can change your registry settings there.2. Use code to examine, insert, delete or change registry keys3. Have a registry file, and import it. Your computer may be set-up to automatically import keys upon clicking on such a file.4. There are many Registry Cleaner programs out there which can change registry settings. Warning, many are fake and are in fact malware/scareware designed to get you to buy programs or give out your information.5. Installing a program generally changes some registry settings automatically. This depends on the program.


Why does a file go back in the registry after you delete it?

because just deleting the file from the hard drive doesnt remove it from the registry. To do that you need to run a registry cleaner. I recommend ccleaner


You backup the registry by exporting it?

Backing up the Windows registry involves exporting it to a file, which can be done using the Registry Editor. To do this, open the Registry Editor, select the desired registry branch or the entire registry, and choose the "Export" option from the File menu. This creates a .reg file that contains all the selected registry data, allowing you to restore the registry to that state if needed. Always ensure you save this backup in a safe location before making any changes to the registry.


How do you open CBC file?

When windows gives you an error message saying that it "Cannot open CBC files", this means either: A. You need to identify a program that can open the file B. Or your registry may be damaged RECOMMENDED: In both cases it is strongly recommended that you run a free scan for registry errors.


Do you have to keep ntuserdat in your Documents?

This is a registry file kept in the registry and not in your documents. It contains personnel settings for each user. Leave this file alone.


How can you get a program created by Microsoft Visual Studio to remember data input that occured when it was previously open?

Persistent data can either be stored in the registry, in an INI file, or in any data file. Data related to the program itself (configuration data) should be stored in the registry or an INI file. The registry is the preferred option, using the HKEY_LOCAL_MACHINE hive for data related to all users and the HKEY_CURRENT_USER hive for the current user only. INI files were originally intended for 16-bit applications and are best avoided unless you have good reason to use them. For all other data (application data), use a data file.