Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Editing Registry From DOS?
Name: BatchConfused Date: June 14, 2003 at 12:39:30 Pacific OS: Win XP HE CPU/Ram: 1.8ghx p4/512 mb sdram
Comment:
I was wondering if it is possible to edit the registry from dos (automated)... Because I'm interested in making a batch file that cleans out any registry-stored passwords on bootup...
There are already commands in the dos prompt that can edit the registry. type "reg" in and it will list them off. Then you can type reg "(command) /?" to get more info about it.
Response Number 3
Name: RSephroth Date: June 15, 2003 at 19:54:13 Pacific
+1
Reply:
OK OK never mind I'm a dumnass. I didnt realise reg.exe IS the command I was talking about. lol. Sorry....
Response Number 4
Name: BatchConfused Date: June 18, 2003 at 05:48:19 Pacific
Summary: I build a login program and auto execute each time computer start. What i doing is computer will auto shutdown from DOS after 3 times invalid password. OS is WIN98 and i use C to code the progra...
Summary: i need to detect cd drive to present or not from dos platform using my own program written in c or c++ or assembly. i need any interrupt or some pnp function. any idea please reply ...