If you ever need to find what date and time a windows process started run the following in powershell.
PowerShell:
Get-Process | select name,id,starttime
Output:

© 2021 www.richardwalz.com
Richard Walz
All rights reserved.
If you ever need to find what date and time a windows process started run the following in powershell.
PowerShell:
Get-Process | select name,id,starttime
Output:
Leave a Reply