Windows 10 How do i get the number of processes that have been created since the system was booted?

  • Thread starter Thread starter MiriPen
  • Start date Start date
M

MiriPen

How do i get the number of processes that have been created since the system was booted?In powershell, I used this command : (Get-Process).Count. But not sure if this gives me the total number of processes that were created since my last system reboot.Thanks.

Continue reading...
 
Back
Top