Reg load Command in Windows Server 2008

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

Reg load command in Windows Server 2008

The reg load command is used to writes saved subkeys and entries into a different subkey in the registry.


Syntax of Reg load command

reg load keyname  filename

Parameters in Reg load command

It have  two  parameter:

Parameter Description
keyname It specifies the fullpath of subkey to be locaded.
filename It specifies the name and path of file to be loaded.

Example of Reg load command

REG LOAD HKLM\DBI DBI.hiv

Output:

reg-load-in-windows-server-2008.jpg

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.