How do i create this disk 100mb part in efi(disk1-ssd) my disk 0 is hdd which automatically created efi whereas my windows is installed in ssd so i want to make efi in disk1-ssd

Anonymous
2025-01-16T09:50:38+00:00

plz check this ss

Windows for home | Windows 11 | Files, folders, and storage

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

67 answers

Sort by: Oldest
  1. Ramesh Srinivasan 87,860 Reputation points Independent Advisor
    2025-01-16T15:44:33+00:00

    Boot into Safe mode with networking.

    https://support.microsoft.com/en-us/windows/win...

    Run these commands from admin Command Prompt.

    takeown /f  C:\recovery  /r /d y
    
    icacls C:\recovery  /grant administrators:F /T /C
    
    rd C:\Recovery /s /q
    
    md C:\Recovery\WindowsRE
    
    start C:\Recovery\WindowsRE
    

    Post screenshot.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2025-01-16T15:49:57+00:00

    now folder is opening i am pasting the file

    Was this answer helpful?

    0 comments No comments
  3. Ramesh Srinivasan 87,860 Reputation points Independent Advisor
    2025-01-16T15:57:41+00:00

    Ok. After pasting that file, run:

    reagentc /setreimage /path C:\Recovery\WindowsRE
    
    reagentc /enable
    
    reagentc /info
    

    Post the output.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2025-01-16T16:04:27+00:00

    see this

    Was this answer helpful?

    0 comments No comments
  5. Ramesh Srinivasan 87,860 Reputation points Independent Advisor
    2025-01-16T16:11:41+00:00

    That's strange. The system is not finding the WindowsRE folder, although it exists.

    Can you run the last three commands from Safe mode?

    Was this answer helpful?

    0 comments No comments