Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Installing Windows 10 Manuallly

Diskpart

1. Prepare Disk

sel disk 0
clean
convert gpt

2. Create EFI Partition

create part efi size=500


format fs=fat32 quick
assign letter w

3. Create Primary Partition

create part primary


format fs=ntfs quick
assign letter c
exit

Apply Image

cd /d D:\sources
dism /apply-image /imagefile:install.wim /index:1 /applydir:C:\

Create Boot File

bcdboot C:\Windows /s w:

RegEdit 1

Load Hive C:\Windows\System32\Config\SOFTWARE,SYSTEM on HKLM as SOFT and SYS

On SOFT\Microsoft\Windows\CurrentVersion\Policies\System
> New DWORD (32bit) Value as VerboseStatus value = 1
> EnableCursorSuppression value = 0

On SYS\Setup
> CmdLine value = cmd.exe

wpeutil reboot

Setup Drivers and Services

oobe\windeploy

Create User and Add to Localgroup


net user /add *username
net localgroup /add users *username
net localgroup /add administrators *username

RegEdit 2

On HKLM\SYSTEM\Setup
>OOBEInProgress value = 0
>SetupType value = 0
>SystemSetupInProgress value = 0

exit

You might also like