|
| ||||||||||
| Tags: command line, display, registry key |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to display the contents of a registry key from the command line
|
|
#2
| ||||
| ||||
| Re: How to display the contents of a registry key from the command line
You can view, edit, and modify their registry from the MS-DOS command prompt by using the reg command. REG Operation [Parameter List] Operation [ QUERY | ADD | DELETE | COPY | SAVE | LOAD | UNLOAD | RESTORE | COMPARE | EXPORT | IMPORT ] Return Code: (Except of REG COMPARE) 0 - Successful 1 - Failed For help on a specific operation type: REG Operation /? Examples: REG QUERY /? REG ADD /? REG DELETE /? REG COPY /? REG SAVE /? REG RESTORE /? REG LOAD /? REG UNLOAD /? REG COMPARE /? REG EXPORT /? REG IMPORT /? |
|
#3
| ||||
| ||||
| Re: How to display the contents of a registry key from the command line
To change a registry value or registry permissions from a command line or from a script, use the Regini.exe utility. The Regini.exe utility is included in the Windows NT Server 4.0 Resource Kit, in the Microsoft Windows 2000 Resource Kit, and in the Microsoft Windows Server 2003 Resource Kit. The syntax for changing registry values or permissions with Regini is: Quote:
|
|
#4
| ||||
| ||||
| Re: How to display the contents of a registry key from the command line
You can even try by login into admin account and following the below steps: 1. Click Start, click Run, type regedit in the Open box, and then click OK. 2. Locate and then click the subkey that holds the registry item or items that you want to change. 3. To take the registry backup before the changes, click File, and then click Export. Save it some where on external drive. 4. In the right pane, add or modify the registry items you want. 5. You can any time resume the previous registry using the above backup file. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to display the contents of a registry key from the command line" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to change the line display color with the echo batch command? | coolthinking | Windows Server Help | 5 | 24-11-2011 06:14 PM |
| xcopy command line together with wmplayer command line | Aislinn | Operating Systems | 5 | 31-03-2010 12:13 PM |
| Problem: Command Line Option Syntax Error. Type Command /? For Help | Nadeem | MediaCenter | 3 | 03-09-2009 05:41 PM |
| Command Line Ren (Rename) command broken? | SixSigmaGuy | Vista Help | 2 | 18-05-2008 03:30 PM |
| autorun.inf - shell\..\command with command line parameter doesn'twork | kakii | Windows XP Support | 1 | 18-05-2007 01:24 AM |