Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

cm pendrive boot code example

Example 1: boot pendrive cmd

diskpart
list disk
select disk {numero do disco}
clean
create part pri
active
format fs=fat32 quick
assign
exit

Example 2: boot pendrive windows cmd

# with ntfs file system
diskpart
list disk
select disk {numero do disco}
clean
create part pri
active
format fs=ntfs quick
assign
exit

Tags:

Shell Example

Related

padding 0 0 0 0 css code example lambda.invoke node js example select all elements inside div css code example css animate to display none code example how to open heroku app code code example jquery prevent form submission code example linux openjdk install code example install react native link code example element in arr in js code example python turtle coordinates code example scss mixin generate font-face code example css flip effect code example

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy