10+ cmd hacks for Windows 10 you should know
程序员文章站
2022-03-17 07:55:02
...
ipconfig/all
//get mac address ,ip address of your host
systeminfo
//get everything about your computer
ping url
//get any website ip address
eg:
ping adworld.xctf.org.cn
ping baidu.com
color a
//change the color of cmd
help
//get listing of all commands
tree
//listing of all folder in directory
dir
//information about the folder
tasklist
//get listing of all programmes running
driverquery
//get details of drivers installed
press F7 for history
press F11 for fullscreen
cls //clear screen
上一篇: JVM垃圾回收