quiksilver947 Posted July 12, 2010 Posted July 12, 2010 If this is already a topic let me know the link to navigate to it. If not, how can a string value be added to the registry by using a .reg file? I know how to add dwords and everything else, but am having trouble finding information for adding a string in this manner. I want to add a string to [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnceEx]. Thanks in advance.
Tripredacus Posted July 12, 2010 Posted July 12, 2010 Easiest way is to create one manually some place, then export the key out as a .reg. Then you will know the correct syntax.
quiksilver947 Posted July 12, 2010 Author Posted July 12, 2010 Thanks Tripredacus for the input. That helped me to figure out what I wanted to accomplish.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now