How to Deregister Current Custom Recovery Image used to Refresh Windows 10

warning   Warning
This tutorial no longer works starting with Windows 10 build 10130 released on May 29th 2015.

information   Information
If you're having problems with Windows 10 on your PC, you can try to refresh, reset, or restore it.

By default, here's what happens when you refresh your PC:
  • Your files and personalization setting won't change.
  • Your PC settings will be changed back to their defaults.
  • Apps from the Windows Store will be kept.
  • Apps you installed from discs or websites will be removed. Basically all installed desktop apps.


The recimg.exe command line tool lets you configure a custom recovery image for Windows to use when you refresh your PC. When you create a custom recovery image, it will contain the desktop apps you've installed, and the Windows system files in their current state. Recovery images do not contain your documents, personal settings, user profiles, or apps from Windows Store, because that information is automatically preserved at the time you refresh your PC.

Basically, a custom recovery image let's you refresh Windows 10 as usual with your current Windows, but also lets you keep your desktop apps and Windows system files as they were when the recovery image was created.

When you create a custom recovery image, recimg will store it in the specified directory, and set it as the active recovery image. If a custom recovery image is set as the active recovery image, Windows will use it when you refresh your PC instead of the default OEM recovery image (if present) or Windows installation media. All recovery images have the filename CustomRefresh.wim. If no CustomRefresh.wim file is found in the active recovery image directory, Windows will fall back to using the OEM recovery image or Windows installation media when you refresh your PC.


This tutorial will show you how to deregister the current active custom recovery image to use the default OEM recovery image or Windows installation media to refresh Windows 10 when you refresh your PC.

You must be signed in as an administrator to be able to deregister the current active custom recovery image.



Here's How:

1. Open an elevated command prompt.

2. In the elevated command prompt, copy and paste the command below, and press Enter. (see screenshot below)

recimg /deregister

3. When finished, you can close the command prompt.

Deregister Refresh Custom Recovery Image in Windows 10-deregister_current_custom_recovery_image.png



That's it,
Shawn