View Single Post
Staro 16.11.2015., 21:47   #2
JuiceBox
Xulos :)
Moj komp
 
JuiceBox's Avatar
 
Datum registracije: Sep 2007
Lokacija: Osijek
Postovi: 7,541
cmd kao admin i onda

diskpart
list disk
select disk x (where x is the number of your USB flash drive – use the capacity to work out which one it is)
attributes disk clear readonly
clean
create partition primary
format fs=fat32 (you can swap fat32 for ntfs if you only need to use the drive with Windows computers)
exit

http://www.factsnfakes.in/how-to-ena...ve-in-windows/
__________________
The Rich pays to win. The Poor spends to lose.
JuiceBox je offline   Reply With Quote