answersLogoWhite

0

Batch file to edit registry key?

Updated: 8/17/2019
User Avatar

Wiki User

12y ago

Best Answer

Hmm ... making a virus here?

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Batch file to edit registry key?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do I check if a registry value exist or not from a DOS batch file?

Get the Registry entry using regedit command. use the command from command prompt or copy that in a batch file and execute. Use errorlevel command to verify. hope this helps!! @echo off reg query RootKeyName\Path\To\Key\To\Query /v KeyName echo Does not Exist!!!!


Which Registry key contains file association data for application startup?

Hkey_Classes_Root


Which window registry root key contains information about file types?

Hkey_classes_root


What registry key is used to edit the registry?

None. The only way to edit the registry in windows is to start an instance of the command prompt and then enter the word: regedit. Be very careful how you move about in the registry and also don't remove keys unless specifically told to be a qualified technician otherwise you can completely ruin your windows setup.


How do you change command and conquer generals zero serial number?

Edit your registry, then go to HKEY_LOCAL_MACHINE -> SOFTWARE -> Electronic Arts -> EA Games -> Generals -> ergc and the serial number is in there with no dashes. You can edit the registry key and put in the new serial.


How do you delete an obsolete registy key in XP which has 'read' for everyone but no access at all for the administrator to edit the key or change permissions?

I get message can not find registry key for jave enviorment?


Which registry key allows a user to view and configure how each type of file on a system is defined?

Hkey_classes_root


Which registry key stores information that determines which application is opened when the user double clicks a file?

hkey_classes_root


Registry reviver 1.1.28 activation key?

Registry reviver activation key


How do you make a batch file wait?

Use the 'pause' command. The pause command will make a "press any key to continue..." message. If you don't want this to show up, use "pause >nul". This will make the batch file wait without the pause message.


What is redundancy in registry?

Same Key exists in the registry


What is a registry value?

The Registry is the central storehouse for all settings for the Windows operating systems. This includes hardware configuration, file associations, and control panel settings. Many other programs will also store settings in the registry. The registry is made up of "Keys". Each key is like the branch of a tree. Each key has one parent key, and zero or more child keys. Each key can contain zero or more "Values", each of which contains a single piece of data.