Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

windows unable to format protected usb

* [Win + R] --> CMD
* type following commands (hit enter between each one)
	- diskpart
    - list disk
    - select disk n (where “n” refers to the disk number stated by previous command)
    - attributes disk clear readonly
    - clean
    - create partition primary
    - format fs=fat32  (or “format fs=exfat” etc.)
Comment

PREVIOUS NEXT
Code Example
Shell :: linux cat with syntax highlighting 
Shell :: virtual network is not active 
Shell :: get pid of proccess 
Shell :: linux updates popos 
Shell :: View a Particular Commit in git command 
Shell :: install opencl headers ubuntu 
Shell :: error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated. 
Shell :: run redis o docker no auth 
Shell :: how to remove git config property 
Shell :: display folder color linux 
Shell :: activar htaccess en apache 
Shell :: revert uncommitted changes git 
Shell :: search for process in top 
Shell :: snap scrcpy 
Shell :: create a new git branch 
Shell :: conda install kneed 
Shell :: nano add line numbers 
Shell :: step3 pgadmin ubuntu 20.04 
Shell :: git remove all changes 
Shell :: install anydesk to kali 
Shell :: mac bash_profile file not b eing sources 
Shell :: importerror no module named numpy ubuntu 
Shell :: how to remove first colum froim file linux 
Shell :: tar: Cowardly refusing to create an empty archive 
Shell :: ubuntu install influx 
Shell :: vi replace pattern 
Shell :: create a bash script 
Shell :: uninstall anaconda in ubuntu 
Shell :: ubuntu 20.04 aufräumen 
Shell :: xargs curl url 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =