How to manually installing Windows ?

  1. Run Command 1.
  2. Run Command 2.
  3. Run Command 3.
  4. Click on HKEY_LOCAL_MACHINE.
  5. Click File and select Load Hive....
  6. Search for C:\windows\system32\config.
  7. Load SOFTWARE and named it as SOFT.
  8. Load SYSTEM and named it as SYS.
  9. Go to HKEY_LOCAL_MACHINE\SOFT\Microsoft\Windows\CurrentVersion\Policies\System.
  10. Create a new DWORD (32-bit) Value, named it as VerbaseStatus and value it to 1 in hexadecimal.
  11. Change the value of EnableCursorSuppression to 0 in hexadecimal.
  12. Go to HKEY_LOCAL_MACHINE\SYS\Setup.
  13. Change the value of CmdLine to cmd.exe.
  14. Run Command 4. (CMD will popup after reboot)
  15. Run Command 5. (Please wait for the CMD popup)
  16. Run Command 3.
  17. Go to HKEY_LOCAL_MACHINE\SYSTEM\Setup.
  18. Change the value of OOBEInProgress to 0 in hexadecimal.
  19. Change the value of SetupType to 0 in hexadecimal.
  20. Change the value of SystemSetupInProgress to 0 in hexadecimal.
  21. Run Command 6.


PC will restart and start installing the services, please wait and follow the step given.


Command 1

X:\Sources>diskpart
DISKPART>sel disk 0
Disk 0 is now the selected disk.

DISKPART> convert gpt
Diskpart successfully converted the selected disk to GPT format.

DISKPART> create part efi size=500
Diskpart succeeded in creating the specified partition.

DISKPART> format fs=fat32 quick
  100 percent completed
Diskpart successfully formatted the volume.

DISKPART> assign letter w
Diskpart successfully assigned the drive letter or mount point.

DISKPART> create part primary
Diskpart succeeded in creating the specified partition.

DISKPART> format fs=ntfs quick
  100 percent completed
Diskpart successfully formatted the volume.

DISKPART> assign letter c
Diskpart successfully assigned the drive letter or mount point.

DISKPART> exit
Leaving Diskpart...

X:\Sources>cd /d D:\source


Command 2

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

Applying image
[--------------------------100.0%--------------------------]
The operation completed successfully.

D:\sources>bcdboot C:\Windows /s w:
Boot files successfully created.


Command 3

D:\sources>regedit


Command 4

D:\sources>wpeutil reboot


Command 5

C:\Windows\system32>oobe\windeploy

C:\Windows\system32>net localgroup /add users ThisPC
The command completed successfully.

C:\Windows\system32>net localgroup /add administrators ThisPC
The command completed successfully.


Command 6

C:\Windows\system32>exit