====== PCs ======
 
  * [[ htpc | Htpc]]
  * [[Raspberry Pi|Raspberry Pi]]

content was the sold hp laptop

Create a bootable USB. Open a command prompt with administrator rights and enter the following sequence of commands:

    *  diskpart
  *    list disk
  *    select disk {number}
  *    clean
  *    create partition primary
  *    select partition 1
  *    active
  *    format fs=fat32 quick
  *    assign
  *    exit