Skip to content

What is REAGENTC Windows command?

The Windows reagentc command is a useful tool for managing recovery environments and configuration settings on your system. It helps you troubleshoot issues and restore your system to a previous state with ease.

Terminal window
reagentc /enable
reagentc /disable
reagentc /info
reagentc /boottore
OptionDescription
/enableEnables Windows Recovery Environment configuration.
/disableDisables Windows Recovery Environment configuration.
/infoDisplays information about the Windows Recovery Environment settings.
/boottoreConfigures the Default Windows Recovery Environment settings.
ParameterDescription
NoneThere are no additional parameters for the reagentc command.
Terminal window
reagentc /enable

Enables the Windows recovery environment for troubleshooting and system recovery.

Terminal window
reagentc /info

Displays the configuration settings of the Windows recovery environment.

Terminal window
reagentc /setreimage /path D:\WinRE

Sets the location of the Windows Recovery Environment image to the specified path.

Terminal window
reagentc /disable

Disables the Windows recovery environment on the system.

Terminal window
reagentc /setosimage /path C:\Windows /target C:\Windows

Configures and enables the specified Windows recovery image.

To use the reagentc command in CMD, execute the following command:

Terminal window
reagentc /info

What is the purpose of the reagentc command?

Section titled “What is the purpose of the reagentc command?”

The reagentc command is used to configure the Windows Recovery Environment (WinRE) settings.

Terminal window
reagentc /enable

How can I check the status of Windows Recovery Environment?

Section titled “How can I check the status of Windows Recovery Environment?”

To check the status of Windows Recovery Environment, use the following reagentc command:

Terminal window
reagentc /info

How do I enable Windows Recovery Environment?

Section titled “How do I enable Windows Recovery Environment?”

To enable Windows Recovery Environment using reagentc, run the following command:

Terminal window
reagentc /enable

How do I disable Windows Recovery Environment using reagentc?

Section titled “How do I disable Windows Recovery Environment using reagentc?”

To disable Windows Recovery Environment, use the reagentc command with the /disable option:

Terminal window
reagentc /disable

Can I relocate the WinRE boot image using the reagentc command?

Section titled “Can I relocate the WinRE boot image using the reagentc command?”

Yes, you can relocate the WinRE boot image using the reagentc command.

Terminal window
reagentc /setreimage /path C:\Recovery\WindowsRE

How can I configure the WinRE boot image location?

Section titled “How can I configure the WinRE boot image location?”

You can configure the location of the WinRE boot image using the reagentc command with the /setreimage option.

Terminal window
reagentc /setreimage /path C:\Recovery\WindowsRE

Is it possible to specify custom WinRE tools using reagentc?

Section titled “Is it possible to specify custom WinRE tools using reagentc?”

Yes, you can specify custom WinRE tools using the reagentc command with the /setosimage option.

Terminal window
reagentc /setosimage /path C:\CustomTools
  • SetREImage - Configures the location of the Windows RE image.
  • Enable - Enables Windows RE.
  • Disable - Disables Windows RE.
  • Info - Displays information about the Windows RE status and configuration.