Share via

Is there a way to see a history of files run?

aa 15 Reputation points
2025-08-09T23:39:38.9133333+00:00

When you run a file, is there a history where you can see every file you've run so far?

Windows for home | Windows 11 | Files, folders, and storage
0 comments No comments

1 answer

Sort by: Most helpful
  1. Emmanuel Santana 39,620 Reputation points Independent Advisor
    2025-08-10T00:31:07.0366667+00:00

    Hello. Windows doesn’t keep a single, built-in “history of every file ever run” that you can browse like a browser history.

    You can use Event Viewer for this, but logging needs to be enabled first. Open Command Prompt as Administrator and run:

    auditpol /set /subcategory:"Process Creation" /success:enable
    

    From then on, every file or program you launch will be recorded as Event ID 4688 under Event Viewer → Windows Logs → Security. This captures all process starts, but it won’t show anything from before you turned it on.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.