windows cmd command
////////////////// ===>windows + r //gpedit.msc 用户组策略 ///////////////// ===>cmd //ping www.baidu.com //ping www.baidu.com -t //ipconfig //exit //cls //color 123.......... // dir >> 1.exe // dir > test.cmd //netsh wlan show profiles CMCC-qejh key = clear //get wifi password //tasklist //taskkill /f /im notepad.exe //start notepad.exe //start test.txt //where apt or where apt.exe ///////////////// ===>Heat Key //alt + space + m 选择最前面的窗口 用VK_UP VK_DOWN VK_LEFT VK_RIGHT 控制移动 //ctrl + a 全选 //ctrl + c 复制 //ctrl + v 粘贴 //ctrl + s 保存 // F2 对选中文件重命名 //windows + r + cmd //windows + r //mkdir <file name> //del <file name> //copy <file name> <path> //shutdown /r //完全关闭并重启计算机。