Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Write/Delete Registry Keys...
Name: Dan123 Date: January 7, 2003 at 10:42:43 Pacific OS: Win95 CPU/Ram: ?
Comment:
I need to be able to read, write, and delete, registry keys. Without the Run function..Is it possible?
Name: Johns Date: January 7, 2003 at 10:44:22 Pacific
Reply:
Sure.
Browse to the c:\windows directory and double click on regedit.exe.
0
Response Number 2
Name: Dan123 Date: January 7, 2003 at 10:48:57 Pacific
Reply:
Thanks, simple answer.
0
Response Number 3
Name: Dan123 Date: January 7, 2003 at 11:01:45 Pacific
Reply:
Anyway to get into Internet Options without using The Tools menu in Internet Explorer?
0
Response Number 4
Name: Johns Date: January 7, 2003 at 11:13:27 Pacific
Reply:
2 ways.
Start ---> settings --> control panel Double click internet options.
If its IE 5.0-6.0 with the exe on the desk top right click the icon and click properties.
0
Response Number 5
Name: Dan123 Date: January 7, 2003 at 11:20:15 Pacific
Reply:
Thanks for your replies,i dont have internet options in control panel,and right the right clicking method dosnt come up with the options. Thanks anyway
0
Response Number 6
Name: Roy Hunter Date: January 7, 2003 at 12:13:50 Pacific
Reply:
In the right-click IE icon option, internet options is under properties.
0
Response Number 7
Name: Johns Date: January 7, 2003 at 12:24:42 Pacific
Reply:
Just scrolled up and noticed you are on a win95 PC. What version of IE are you using?
You may need to upgrade to version 5.0 to get the options on the right click--> properties.
What problems are you having, Their may be a easy way to corect them rather then going through all this.
0
Response Number 8
Name: xxx Date: January 7, 2003 at 12:59:51 Pacific
Reply:
danl23 please don't make it a habit to use someone else's question to ask another question, for it makes this forum messy. put your question separate by using "Post your message!" at the bottom of the forum page.
0
Response Number 9
Name: Derek Date: January 7, 2003 at 15:01:49 Pacific
Reply:
xxx I agree with the principle of not nicking someone else's post, clearly not the best way forward....
But wait a minute. Dan123 IS the original poster on this one, so I reckon it's reasonable to extend his question if he so wishes.
Dan123 You can write .reg files that write and delete keys without involving the Run box (if that's what you mean).
Even better you then invoke these with a batch file using:
regedit /s zzzz.reg (where zzzz.reg is your reg file).
This avoids the yes/no question you get if you just use the reg file on it's own.
0
Response Number 10
Name: Bryco Date: January 7, 2003 at 18:09:28 Pacific
Reply:
I agree qith Derek but I also agree with XXX as it would be better to create a new thread for a new question so as to help any others with the same second question.
Summary: Has anybody tested deleting or adding registry keys in DOS mode . I mean boot with a floppy and delete keys from the registry . Currently I know only to replace the whole system.dat or user.dat but I ...
Summary: Actually it shows how to do it in the web sites help section: http://www.regedit.com/help/ Deleting keys or values using a REG file It is also possible to delete keys and values using REG files. To d...