

You can choose to Enable the Profiling Events, if you need. Step 2: This will further give you this below Boot logging options.

Step 1: Execute the procmon.exe Goto Options menu, and Click Enable Boot Logging.

however, in this post we will look at its Boot Logging capabilities.įirst download the executable from SysInternals Site, If you face issues with Security Warning message, check this tip to fix it. This tool can also be used for other process snapshot and access informations. Process Monitor tool from SysInternals will exactly help you in doing the same. It would make your troubleshooting job easy, if you get to know what really happens when your PC boots.

It could be too many Startup process, Run Keys, and sometimes even malware executables as well. Click in the ProcMon window on the line with the WriteFile operation type, and add this event to the Include filter.How many times have you faced issues with slow or longer boot time in your PC? Does it happen only on your computer? There could be many reasons for this. If you want ProcMon to save only the events that match your filters and drop all the others, enable the option Filter > Drop Filtered Events.įor example, you want to monitor only write events to a file. To do this, select the File > Backing Files > Use File named, and specify the file name. You can configure ProcMon to store events not in virtual memory but in a file on disk. If ProcMon has been running for a long time, it may take up all the available RAM. Regardless of the filters configured, it stores all events in RAM (even if they are not displayed in the window). Running Process Monitor can negatively affect the performance of your computer. Now, if any process running on Windows tries to read or write to a tracking file or registry key, you will see this event in Process Monitor. In this way, exclude any other trusted processes that are accessing your file or registry key. It means that the ProcMon log won’t display any activity from this process. This process will be added to the ProcMon filter with the Exclude value.
