View Single Post
  #2 (permalink)  
Old 12-04-2006, 07:31 PM
Dan Penny's Avatar
Dan Penny Dan Penny is offline
D-A-L Staff
 
Join Date: Mar 2005
Posts: 3,734
Dan Penny has a achieved the highest status possibleDan Penny has a achieved the highest status possibleDan Penny has a achieved the highest status possibleDan Penny has a achieved the highest status possibleDan Penny has a achieved the highest status possibleDan Penny has a achieved the highest status possibleDan Penny has a achieved the highest status possibleDan Penny has a achieved the highest status possibleDan Penny has a achieved the highest status possibleDan Penny has a achieved the highest status possibleDan Penny has a achieved the highest status possible
Re: Access the registry from DOS or start up screen

What do you want to accomplish?

Can you provide more detail as to the problem?

A 9x machine does not provide any tools to do this in raw DOS. A third party tool capable of working with database files must be used.

If you have a virus there are floppy based virus removal tools available.

I strongly suggest that you understand the ramifications of accessing the registry in DOS (outside of the windows GUI/RegEdit utility), AND, ensuring the integrity of any registry entry files you wish to import.

To add a registry entry in dos; (filename.reg)

Imports and exports registry files to and from the registry.

REGEDIT [/L:system] [/R:user] filename1
REGEDIT [/L:system] [/R:user] /C filename2
REGEDIT [/L:system] [/R:user] /E filename3 [regpath1]
REGEDIT [/L:system] [/R:user] /D regpath2

/L:system Specifies the location of the SYSTEM.DAT file.
/R:user Specifies the location of the USER.DAT file.
filename1 Specifies the file(s) to import into the registry.
/C filename2 Specifies the file to create the registry from.
/E filename3 Specifies the file to export the registry to.
regpath1 Specifies the starting registry key to export from.
(Defaults to exporting the entire registry).
/D regpath2 Specifies the registry key to delete.
__________________
It's a good day when you learn something
-----------------------------------------------------------
Location: Alberta, Canada
>>>> D-A-L Site and Help Forums Rules <<<<
As stated in the rules (Section B, 3.), do not Private Message staff members for help. Please post your problem in the appropriate forum.
When your problem is publicly posted, site members on the forums can contribute possible solutions and/or benefit from posted solutions.
As also stated in the rules (Section B, 6.) please do not Hijack other members posts.
D-A-L Hardware Scan
Reply With Quote