Window 10 access is denied

Anonymous
2022-07-25T13:37:49+00:00

I found my computer try in to boot but goes to a blue screen then trying to repair it but is not working.

Then I want to command prompt and I try to run bootrec.exe/fix boot I got access denied.

Then I trough Diskpart

I rename the Valium in my case drive c: (where I thing the boot sector is) is volume 2, I rename value 2 to volume v: then exit

Cd v:

Then md \efi\microsoft\boot

Then cd /d v:\efi\microsoft\boot

Then bootrec.exe/fixboot

Then I got access is denied

I need help pas this problem please

Kista

Windows for home | Windows 10 | Windows update

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

125 answers

Sort by: Most helpful
  1. Anonymous
    2022-07-27T18:57:58+00:00

    Hi Pedro

    This where I am now

    When trying to create partition Efi

    Let me know

    Kosta

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2022-07-27T17:52:48+00:00

    Ok

    Kosta

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2022-07-27T17:41:07+00:00

    Hi,

    Is correct

    • When you see the screen

    X:\Sources>

    Type: diskpart

    • Then follow the commands

    list disk

    select disk 0

    list vol

    list partition

    select partition 1

    delete partition override

    create partition efi

    format quick fs=fat32

    assign letter=s

    (The letter "s" refers to the assigned letter. You can use whatever letter you prefer)

    exit

    bcdboot c:\windows /f UEFI /s s:

    exit

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2022-07-27T10:46:35+00:00

    Hi Pedro good morning,

    So I don’t make any mistake

    When I restart

    I will have

    X::\Sources>

    I will run Diskpart from hear?

    Is that correct.

    Let me know please

    Kosta

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2022-07-27T04:02:45+00:00

    Hi,

    Boot again from the windows bootable pendrive

    and open up the Command Prompt

    run the following commands by pressing Enter after each one:

    diskpart

    list disk

    select disk 0

    list vol

    list partition

    select partition 1

    delete partition override

    create partition efi

    format quick fs=fat32

    assign letter=s

    (The letter "s" refers to the assigned letter. You can use whatever letter you prefer)

    exit

    bcdboot c:\windows /f UEFI /s s:

    exit

    Restart Windows

    Was this answer helpful?

    0 comments No comments