Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Easily See Process Start Time

$
0
0

Summary: Learn how to use Windows PowerShell to view process start time information.

Hey, Scripting Guy! Question How can I see the name and the start time of each process on my system?

Hey, Scripting Guy! Answer Start Windows PowerShell with admin rights. Use the Get-Process cmdlet and select name and starttime, as shown here.

Get-Process | select name, starttime

Note   If you do not start Windows PowerShell with admin rights, you will not see system process information.

 


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>