Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ==================================================================================
- ===How to manually install Windows on a BIOS based computer from Windows 8.1/10===
- === by: Quad5Ny ===
- ==================================================================================
- ---
- Part A: Registry Editor (Regedit)
- ---
- Double click HKEY_LOCAL_MACHINE
- Click BCD00000000
- Click File > Unload Hive
- Click Yes
- Click File > Exit
- ---
- Part B: Elevated Command Prompt (Cmd)
- ---
- diskpart
- list disk
- select disk #
- clean ***WARNING This will erase the disk you selected***
- create partition primary size=350 offset=1024
- format fs=ntfs label=System quick
- active
- assign letter=S
- create partition primary align=1024
- format recommended quick
- assign letter=W
- exit
- DISM /apply-image /imageFile:D:\sources\install.wim /index:1 /applydir:W:\
- bcdboot W:\Windows /l en-US /s S: /f bios
- exit
- ---
- Part C: BIOS (Del or F1)
- ---
- Go to Boot tab
- Find Boot (Device) Priorities
- Change Boot Device to your New Disk
- Press Escape or F10
- Save and Exit
Advertisement
Add Comment
Please, Sign In to add comment