Share via

I lost Asus stock Factory Reset

Montassar Silini 0 Reputation points
2026-03-19T04:41:55.4533333+00:00

I am experiencing an issue with my Asus TUF A15 laptop, which originally came with Windows 11 Home preinstalled. After setting up a dual-boot configuration with Kali Linux, I later removed Kali Linux to revert to using only Windows 11. However, when I recently attempted to perform a factory reset using the stock recovery partition, the system failed to boot into recovery mode and displayed the error code 0xc00000bb.

Upon checking Disk Management, I can see that the RESTORE partition is still present. Additionally, on my C:\ drive, there is a hidden folder named Recovery, which contains another hidden folder called WindowsRe. My goal is to restore the ability to use the Asus stock factory reset without any issues.

I need a very detailed and accurate step-by-step guide to resolve this problem.

Windows for home | Windows 11 | Recovery and backup
0 comments No comments

2 answers

Sort by: Most helpful
  1. DaveM121 862.9K Reputation points Independent Advisor
    2026-03-19T06:11:36.45+00:00

    If you have tried the Asus Factory reset option and that has failed, then the Asus Recovery Image is corrupt, there is no native method to recover that functionality, the only method would be to check the support page for your PC on the Asus website to see if they provide an OEM disk image that you could restore to your drive, if not, then the built-in Windows reset option is the best method, then from the support page for your PC on the Asus website, download a full set of drivers and Asus utilities they provide for your system model.

    0 comments No comments

  2. Q&A Assist
    2026-03-19T04:42:19.1633333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The stock factory reset relies on a working Windows Recovery Environment (WinRE) partition and correctly configured boot files. After adding/removing Linux, the recovery boot configuration is often damaged even if the RESTORE partition still exists. The supported way to get back to a reliable factory‑like reset is to:

    1. Repair or rebuild the Windows boot files and WinRE so that Windows reset works.
    2. If that fails, use bare‑metal recovery media (user‑created or OEM) to return the device to factory state.

    Below is a step‑by‑step path based on the documented recovery and bare‑metal processes.

    1. Repair EFI boot files and Secure Boot (if needed)

    If the system fails to boot into recovery with 0xc00000bb, the EFI system partition or Secure Boot configuration may be damaged.

    1. Boot into Windows (normal mode) if possible.
    2. Open an elevated Command Prompt (Run as administrator).
    3. Rebuild the EFI boot files:
         mountvol S: /s
         del S:\*.* /f /s /q
         bcdboot %systemroot% /s S:
      
      Expected result: Boot files successfully created.
    4. Restart the device and test whether Advanced Startup → Troubleshoot → Reset this PC now works.

    If the device becomes unbootable while working with boot files or Secure Boot keys, use the documented recovery procedure:

    1. Enter UEFI firmware setup and temporarily turn off Secure Boot.
    2. If available, use the option to reset Secure Boot keys to factory defaults (choose “Reset” rather than “Clear”).
    3. Boot Windows and repeat the mountvol + bcdboot steps above.
    4. Once Windows boots reliably, re‑enable Secure Boot in UEFI.

    These steps restore standard Windows boot and are a prerequisite for any reset or factory recovery.

    2. Ensure WinRE / Recovery is correctly registered

    The hidden C:\Recovery\WindowsRE folder and the RESTORE partition must be correctly registered so Windows knows where its recovery tools are.

    1. In an elevated Command Prompt, check the current WinRE configuration:
         reagentc /info
      
    2. If Windows RE status is Disabled or the Location is wrong, point it to the correct WinRE path. For example, if WinRE is on the recovery partition mounted as R: and stored at R:\Recovery\WindowsRE:
         reagentc /setreimage /path R:\Recovery\WindowsRE /target C:\Windows
         reagentc /enable
      
      This is the same mechanism used when applying recovery images and registering WinRE:
         W:\Windows\System32\reagentc /setreimage /path R:\Recovery\WindowsRE /target W:\Windows
      
    3. Reboot and test Advanced Startup → Troubleshoot. If WinRE is correctly registered, the Windows recovery tools should load.

    3. Use “Reset this PC” (Windows push‑button reset)

    Once WinRE and boot files are healthy, use the built‑in reset instead of relying on the OEM hotkey alone:

    1. In Windows, go to Settings → System → Recovery.
    2. Under Recovery options, select Reset this PC.
    3. Choose Keep my files or Remove everything according to needs.
    4. Prefer Cloud download for the freshest Windows image, or Local reinstall if bandwidth is limited.

    This process:

    • Recreates partitions and formats them as needed.
    • Copies recovery files and constructs a new OS.
    • Applies provisioning packages and drivers.
    • Reconfigures boot files on the system partition.

    This is functionally equivalent to a clean factory‑style reinstall while preserving personal files if “Keep my files” is chosen.

    4. If reset still fails: create and use bare‑metal recovery media

    If the internal RESTORE/WinRE configuration remains unreliable, use bare‑metal recovery media. There are two supported options:

    1. User‑created recovery media
      • On a working Windows 10/11 system, run Create a recovery drive.
      • Select Copy the recovery partition from the PC to the recovery drive when available.
      • This creates bootable media that can:
        • Remove all partitions on the system disk.
        • Recreate the default partition layout.
        • Copy recovery files and construct a new OS.
        • Apply customizations and drivers.
      • To use it:
        1. Boot from the USB recovery drive.
        2. At Windows RE Tools, choose keyboard layout.
        3. Select Troubleshoot → Remove everything.
        4. Choose Yes, repartition the drives and proceed with Reset.
    2. Manufacturer‑created recovery media
      • If Asus provides factory recovery media, boot from it and run the OEM’s factory restore. This uses a similar bare‑metal process: wipe partitions, recreate factory layout, restore OS, apps, and drivers.

    Bare‑metal recovery will:

    • Identify the system disk.
    • Remove all existing partitions.
    • Recreate and format the factory/default layout.
    • Copy recovery files and construct a fresh OS.
    • Inject drivers and restore preinstalled apps.
    • Configure boot files and reboot into OOBE.

    5. When the internal RESTORE partition is unusable

    If the RESTORE partition is present but its contents or configuration are corrupted (for example, after manual partitioning for Linux), there is no supported way in the provided documentation to “rebuild” the Asus‑specific factory image from within Windows alone. In that case, the reliable options are:

    • Use Reset this PC with Cloud download to get a clean Microsoft Windows 11 Home installation.
    • Or perform bare‑metal recovery using user‑created or OEM recovery media as described above.

    After a successful reset or bare‑metal recovery, the system will again have a working WinRE and recovery configuration, and factory‑style reset will function normally.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.