Advertisement
kardeco

Windows Boot Adjust - 2

Mar 9th, 2020
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ### Boot WinPE ###
  2.  
  3. X:\> diskpart
  4. X:\> list disk
  5. X:\> sel disk 0
  6. X:\> list vol
  7. X:\> sel vol 2
  8. X:\> SET ID={ID}
  9. X:\> assign letter=G:
  10. X:\> cd /d G:\EFI\Microsoft\Boot\
  11. X:\> bootrec /fixboot
  12. X:\> ren BCD BCD.old
  13. X:\> bcdboot C:\Windows /l en-us /s G: /f ALL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement