Commands (Basic)
Commands (Basic)
shutdown -i
Change font style and size
Right click and properties andthen u can change
Change fonts colors of command mpt
color a/b/c/d/e
Testing network
ping ??
Know who am i?
whoami
Know system information
system info
Know Network infomation
ipconfig
Know Network all info
ipconfig /all
Shutdown Network ipadress
ipconfig /release
Reopen Network ipadress
ipconfig /renew
Creating a folder on (Your location)
cd (your locaton)
mkdir (folder name) or md (folder name)
Creating a file in your folder
cd (folder name)
(Your app ex.Notepad)(file name).txt
Checking does avaible file that i created
dir
Delete a file in folder
del (file name).txt
Delete folder
rd (folder name)
How to check folder in my pc
tree
How to check installed files
wmic product get name