This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Thursday, November 16, 2017

Bootable USB with cmd

Insert Window 7/8/10 to your drive
To format your pendrive
-cmd<Run as Administrator>
-diskpart
-list disk
-select disk 1<eg.disk 1=pendrive>
-clean
-create partition primary
-select disk
-active-format fs=ntfa quick
-exit
-exit
-cmd<Run as Administrator>
-G:<eg.G:=window drive>
-cd boot
-bootsect /nt60 F:<eg.F:=pendrive>
-exit
-cmd<Run as Administrator>
-xcopy G:\*.*  F:\ /e /f /h