0

I already checked in Event Viewer but cannot seem to find anything as granular as that, that is, things like opening web brwoser tabs, visiting pages, closing/opening programs, etc. Any suggestion?

drake035
  • 1,249

1 Answers1

1

No, events only appear there if an operating system component or a program explicitly puts them there. Microsoft has full control of Windows components, so they decide exactly what kind of information from them get into the event logs.

Actions taken inside individual programs, however, are not regulated by the operating system. Windows has no special knowledge of Google Chrome, for example, so it doesn't keep track of what pages the user is viewing; that's Chrome's job. Chrome would have to explicitly tell Windows what to write in the log. To keep records of what users are browsing, you need some kind of web filter or monitoring software. Windows 10 has child accounts and Chrome has supervised users. There are programs and hardware devices that monitor all web traffic.

To get information on launched processes in the event log, you'll need to set up process auditing. After doing that, you'll get your process information in the Security log.

Ben N
  • 42,308