admin:pcequip
                Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| admin:pcequip [2011/11/22 16:56] – created jwarrior | admin:pcequip [2013/10/23 13:40] (current) – jwarrior | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== PCs ====== | ||
| + | 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 | ||
