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-16T14:46:39+00:00

    Open admin Command Prompt and run:

    dir C:\Recovery /s /a

    Post the output here.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2025-01-16T14:53:22+00:00

    here u go

    Was this answer helpful?

    0 comments No comments
  3. Ramesh Srinivasan 87,860 Reputation points Independent Advisor
    2025-01-16T14:54:49+00:00

    Run:

    md C:\Recovery\WindowsRE
    
    start C:\Recovery\WindowsRE
    

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2025-01-16T14:57:42+00:00

    this is showing

    Was this answer helpful?

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

    Run:

    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 the output.

    Was this answer helpful?

    0 comments No comments