Windows Power Shell
-
diskpart: create new partition
-
start Windows PowerShell (Admin)
[Windows Key] + [R] and then typing powershell
-
diskpart
-
list disk
-
select disk X
-
clean
-
create partition primary
-
select partition 1
-
format fs=NTFS label=ipfire quick
-
assign letter Z
-
Kill a process
-
start Windows PowerShell (Admin)
[Windows Key] + [R] and then typing powershell
-
Type "tasklist"
-
taskkill /f /PID [PID]