d
Amit DhamuSoftware Engineer
 

Handy Shell Commands (Windows)

1 minute read 00000 views

Create Folder

mkdir new_folder_name

Delete Folder

rmdir my_folder_name

Network Status

ipconfig

Show Running Tasks/Processes

tasklist

Open Explorer Window In Current Location

explorer

Launch New Command Console

start

Go Up A Folder

cd..

Go Into Folder

cd Pictures

Clear Command Prompt Screen

cls

Change Colour of Command Prompt Text Colours can be 0-9 and A-F First digit indicates foreground colour and second is the background colour

color 5E

Get Windows Version

winver.exe

Command History

F7 Key

Get System Information

systeminfo

Get MAC Address of Network Card

getmac

Exit Command Prompt

exit