CMD COMMAND

CMD(COMMANDSS)


Window + R = Run Command

net user administrator/ active:yes (Active Administrator)

net user administrator/ active:no (Active Administrator)

systeminfo

diskpart
list disk
list volume

exit

Directory (Folder)

dir
cd file1
md/mkdir sandip( new directory)
ren snadip sanjay( change folder name)
move sanjay snadip( move folder)
rmdir sandip(Remove Directory)
cd ..

NEW file(Insert and Remove)

copy con file1(new files name)
in below enter your deta
Ctrl + Z
type file(open file)
ren file sanjay( change file name)
move sanjay snadip( move file)
del sandip(Remove file)
cd ..

Cmd Color Change

color help
color 2
color 12
exit

Hard Drive Recovery, Format, Repair

Format E:

Help chkdsk

chkdsk /R E:

chkdsk / R C:

cls ( all clear text)

Comments