Reg restore Command in Windows Server 2008

In this article I am going to explain about reg restore command in windows server 2008 operating system.
  • 1399

Reg restore command in Windows Server 2008

The reg restore command is used to writes saved subkeys and entries back to the registry.

Syntax of Reg restore command

reg restore keyname filename

Parameters in Reg restore command

It have two parameter:

Parameter Description
keyname It specifies the full path of the subkey to be restored.
filename It  specifies the name and path of the file with content to be written into registry.

Example of Reg restore command

REG RESTORE HKLM\DBI DBI.hiv

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.