Lenovo P50 Setup

Preparations

Install

Attach both drives to a windows PC. In this example, F: is the stick with the installation files, E: is the USB SSD where we want to install Windows 10.

  1. Open cmd.exe
  2. diskpart Inside the Diskpart console:
  3. list disk (Note the number of the USB SSD)
  4. select disk 1
  5. clean
  6. create partition primary
  7. format fs=ntfs quick
  8. active
  9. assign letter=e
  10. exit
  11. Close the command windows.
  12. Open a command window with administrator privileges
  13. `dism /apply-image /imagefile=f:\sources\install.esd /index:1 /applydir:e:\
  14. bcdboot e:\Windows /s e: /f ALL

Setup