Lab 8 - samuelGreitzer/SYS-140-Tech-Journal GitHub Wiki

In this lab we used sysinternals tools to analyze running processes, and file storage.

  • Private bytes are the amount of memory allocated to a process and working set is the total amount of memory available to the computer
  • to open autoruns in a terminal you must cmd in the address bar of file explorer when looking in the autorun folder. *The -c command in command line prints the output of autorun as a .csv
  • You can open disk utilities in a command line in the same way that you can for autorun
  • -c in disk utilities prints the output to a .csv file and -l decides the level of detail the program will go into when analyzing your disks