Window - CMD

Remove Directory

C:\Users\USER-PC>rd FOLDER NAME

Reset Local Group Policy to Default

C:\Users\USER-PC>scdedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb /verbose

Resetting Network Adapter

C:\Users\USER-PC>netsh winsock reset

Resolving DNS into IP

C:\Users\USER-PC>nslookup WebsiteURL

Robocopying file from Directory A to Directory B

C:\Users\USER-PC>robocopy Directory_A Directory_B

Routing table, Gateway, Interface and Metric

C:\Users\USER-PC>route print

Run Check Disk from CMD Line to Check and fix Disk Errors

C:\Users\USER-PC>chkdsk /f
The type of the file system is NTFS.
Cannot lock current drive.

Chkdsk cannot run because the volume is in use by another
process.Would you like to schedule this volume to rechecked the next time the system restarts? (Y/N) Y


C:\Users\USER-PC>chkdsk driverLetter: /f
The type of the file system is NTFS.
Volume label is Storage.

See connection status

C:\Users\USER-PC>netstat -an

Shows all recent used tasks

C:\Users\USER-PC>tasklist

Shows recent used commands in CMD

C:\Users\USER-PC>doskey /history

Shows the ARP table

C:\Users\USER-PC>arp -a

Shows the current date and time

C:\Users\USER-PC>date /T & time /T