You are on page 1of 1

Run Commands:

To find the last system up time

System info | find “uptime”

To find any processes running in a system:

Tasklist | find “nlnotes.exe” > c:\sample.txt

To Kill process includind child processes

Taskkill /F /IM notepad.exe /T

You might also like