Windows transferred on accident
Go to solution
Solved by Alvin853,
Just now, bladeozzy said:
Nah we can access anything we need to know from here... okay next steps:
While still in the DISKPART> menu, enter:
sel vol 1
assign letter=z:
exit
That should bring you back to the original command prompt.
Now we need to manually fix the boot partition:
cd /d z:\EFI\Microsoft\Boot\
bootrec.exe /fixboot
ren BCD BCD.backup
bcdboot c:\Windows /l en-us /s z: /f ALL
If all of these complete without errors, you can remove the USB and restart your computer. If there are any errors, let me know.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now