Hi,
You had asked me for this:
Are you pondering what I'm pondering?
You had asked me for this:
Code:
C:\Windows\System32>reagentc /info
Windows Recovery Environment (Windows RE) and system reset configuration
Information:
Windows RE status: Disabled
Windows RE location:
Boot Configuration Data (BCD) identifier: 00000000-0000-0000-0000-000000000000
Recovery image location:
Recovery image index: 0
Custom image location:
Custom image index: 0
REAGENTC.EXE: Operation Successful.
C:\Windows\System32>
C:\Windows\System32>reagentc /?
Configures the Windows Recovery Environment (Windows RE) and system reset.
REAGENTC.EXE <command> <arguments>
The following commands can be specified:
/info - Displays Windows RE and system reset configuration
information.
/setreimage - Sets the location of the custom Windows RE image.
/enable - Enables Windows RE.
/disable - Disables Windows RE.
/boottore - Configures the system to start Windows RE next time the
system starts up.
/setbootshelllink - Adds an entry to the Reset and Restore page in the boot
menu.
For more information about these commands and their arguments, type
REAGENTC.EXE <command> /?.
Examples:
REAGENTC.EXE /setreimage /?
REAGENTC.EXE /disable /?
C:\Windows\System32>REAGENTC.EXE /setreimage /?
Sets the location of the custom Windows Recovery Environment (Windows RE) image.
REAGENTC.EXE /setreimage /path <dir_name> [/target <dir_name>] [/logpath <file_path>]
/path <dir_name> - Specifies the directory that contains the custom
Windows RE image (winre.wim).
/target <dir_name> - Specifies the Windows installation. If this argument
is not specified, the running operating system is
used.
/logpath <file_path> - Specifies the path of log file. If this argument is
not specified, the default path is Windows\Logs\
Reagent\Reagent.log.
Example:
REAGENTC.EXE /setreimage /path r:\Recovery\WindowsRE /logpath C:\Temp\Reagent.log
REAGENTC.EXE /setreimage /path r:\Recovery\WindowsRE /target C:\Windows
REAGENTC.EXE: Operation Successful.
Are you pondering what I'm pondering?
Last edited: