Windows cmd Common Commands
System Variables
set: show all environment variables:
Windows: List Environment Variables - CMD & PowerShell - ShellHacks
setx: set system variables
setx | Microsoft Docs
path: no args --> pwd or set user/system path variables (path for searching for .exe)
path | Microsoft Docs
date: show/set system date
date | Microsoft Docs
Processes Management
tasklist: show all running processes and fitler
tasklist | Microsoft Docs
taskkill: end target running p
共有 0 条评论