1 2 3 4 |
|
ref https://docs.microsoft.com/zh-tw/windows-server/administration/windows-commands/schtasks-query
1 2 3 4 |
|
ref https://docs.microsoft.com/zh-tw/windows-server/administration/windows-commands/schtasks-query
echo -e "\e[9m%s\e[0m"
1 2 3 4 5 6 7 8 9 10 11 12 |
|
netstat -aon | findstr '[port_number]'
tasklist | findstr '[PID]'
netsh interface portproxy show all
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
|