Command Prompt

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

 To create a folder – md foldername\

 System file checker – run as administrator - sfc /scannow


 System file checker – run as administrator- DISM /online /cleanup-image
/restorehealth
 List of devices connected to your wifi network - arp -a
 Matrix virus - @echo off color 0a title --------------Matrixx Virus-------------- :top echo
%random% %random% %random% %random% %random% %random% %random%
%random% %random% %random% %random% %random% %random% %random%
%random% %random% %random% %random% %random% %random% %random%
%random% %random% %random% %random% %random% %random% %random%
%random% %random% %random% %random% %random% %random% %random%
%random% %random% %random% %random% %random% goto top- open in note pad -
save as -file.bat
 Change color in cmd – color attrib – color desired number
 Tasklist – tasklist -shows currently running process
 Systeminfo -systeminfo
 Tree – tree-goegraphically representation of files
 Doskey/history – doskey/history-recently used commands in cmd
 Clear command screen -cls command -used to clear command screen
 To delete directories – cd ..

You might also like