Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

boot pendrive cmd

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

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
Comment

PREVIOUS NEXT
Code Example
Shell :: docker run -d 
Shell :: is it possible to check with my website if an app is installed? 
Shell :: bash script to get all git branches from remote 
Shell :: linux vi 
Shell :: install wordpress linux 
Shell :: uninstall awesome window manager ubuntu 
Shell :: otu table tsv in biom 
Shell :: libgnome-keyring-dev 
Shell :: export gitlog file 
Shell :: kubectl jq json pod name 
Shell :: git push 
Shell :: open vs code from terminal 
Shell :: Add base url to react router for gh-pages deployment 
Shell :: install pillow error alpine linux 
Shell :: update snaps 
Shell :: recursively replace : to _ in file names linux 
Shell :: shell commands 
Shell :: build .so file 
Shell :: msfvenom x64 windows reverse shell 
Shell :: managed mode linux kali 
Shell :: unix get time 
Shell :: get rasbien version 
Shell :: linux modsecurity allow googlebot 
Shell :: windows build support installation failed unity linux 
Shell :: stop openhab2 service 
Shell :: bashrc check if interactive 
Shell :: créer un fichier powershell 
Shell :: how to install ktouch in linux 
Shell :: How to "git status" 
Shell :: replace spaces with hypen in file names linux 
ADD CONTENT
Topic
Content
Source link
Name
7+9 =