diskpart format
format fs=ntfs
cmd prompt format
# EXAMPLE
setx PROMPT ^[[0;33m$P$G$G$S^[[0;32m 'NOTE: ^[ needs to be inserted as one character using ctrl+['
# SYNTAX
# setx PROMPT <your-defined-format>
# Formatting: see https://ss64.com/nt/prompt.html
# Color: see https://stackoverflow.com/questions/2048509/how-to-echo-with-different-colors-in-the-windows-command-line
format disk
1. Run Diskpart as administrator.
2. Type the following commands and hit Enter after each command.
list disk
select disk n
# n refers to the disk number of the disk that you need to clean
clean
create partition primary
format fs=ntfs quick
assign drive letter=f
exit
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us