Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 2
    This is a fairly comprehensive answer, but I would add RegShot and maybe Sysmon. RegShot is straightforward. You take a snapshot before running a process, a second one after, and then to compare them. If you select "Scan dir" and enter "C:\" in the box, it will also tell you file changes. These are snapshots at the time the buttons are pressed, so may miss files that are dropped and deleted. Use Process Monitor or Sysmon for that info and more. Commented Mar 31, 2019 at 23:01
  • 1
    I did not want to make his life too easy. With ProcMon he has greater chance of learning. Commented Apr 1, 2019 at 7:02