Drive appears when in system properties

Anonymous
2022-12-24T13:28:12+00:00

This drive appeared from nowhere when I was checking for restore points. I only have one user and this drive (\?\Volume{a6810e9c-7196-4ad5...) does not appear anywhere else. I haven't been able to remove it, not because it's causing performance issues or anything, but simply because it bugs me. Any idea what that is and how to remove it?

I've tried resetting my laptop several times but all in vain. Is there any solution for this?

Windows for home | Windows 11 | Devices and drivers

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2022-12-31T15:41:51+00:00

The log says winre.wim can't be found even though the file is present there.

Pls try:

  • attrib -s -h -r c:\windows\system32\recovery\reagent.xml
  • del c:\windows\system32\recovery\reagent.xml /a
  • REAGENTC /disable
  • copy c:\winre.wim T:\Recovery\WindowsRE /y
  • REAGENTC /setreimage /path T:\Recovery\WindowsRE /target C:\Windows
  • REAGENTC /enable

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

114 additional answers

Sort by: Newest
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Anonymous
    2022-12-27T03:23:06+00:00

    Recreating the partition is recommended.

    Let's create the partition using DiskPart.

    • DiskPart
    • sel disk 0
    • create partition primary size=1130
    • format fs=NTFS quick label=WinRE
    • set id=de94bba4-06d1-4d40-a16a-bfd50179d6ac
    • lis par
    • lis vol

    Pls post a screenshot.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2022-12-26T22:05:31+00:00

    The drive is no longer listed after deleting the partition! I am really grateful for your help. Do we really need to recreate the partition?
    The memory intergrity issue hasn't been resolved, I'll link the thread below if feel you like you can help with that!

    https://answers.microsoft.com/en-us/windows/forum/all/memory-intergrity-wont-turn-on/073e9dab-5036-4827-995b-d97ee2deaeae

    Image

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2022-12-26T13:29:27+00:00

    Reinstallation may not be needed for this issue, I think (especially as you reset the PC earlier). I'll take a look at the Memory Integrity problem you posted on another thread.

    Was this answer helpful?

    0 comments No comments