See Exactly Which Files Windows Access On Boot Up

3

I am looking for a method to monitor exactly which files are being accessed on boot up by Windows. This is in attempts to find a bottle neck on physical workstations, but I would also like this information for all workstations in general. I can run the image in a VM, using a SAN as the disk location. I just need a fairly easy way to see which files are being touched on boot up.

Thanks!

Mike Soule

Posted 2013-01-16T23:09:06.213

Reputation: 133

1Are you looking for something like BootVis? – ChrisN – 2013-01-16T23:16:22.473

@ChrisN that certainly seems like what I am looking for. I will do some more reading at http://msdn.microsoft.com/en-us/performance/default.aspx and http://www.raymond.cc/blog/winbootinfo-is-a-bootvis-alternative-that-works-in-windows-vista-and-7/ (This seems a little sketchy though)

– Mike Soule – 2013-01-16T23:52:28.603

1The unfortunate thing is, that BootVis is XP only. And the link on raymond.cc is broken... – ChrisN – 2013-01-16T23:53:35.480

Windows Performance Recorder and Windows Performance Analyzer seem promising though. – Mike Soule – 2013-01-16T23:54:36.807

1

Yeah, I think that might do what you want to do - I didn't look into it much, though. Something else you might want to consider is Soluto.

– ChrisN – 2013-01-17T00:00:22.737

Answers

2

You need to do a Boot trace, as shown here or here.

Alternatively you can use the Event Viewer, read this tutorial for more info.

user181734

Posted 2013-01-16T23:09:06.213

Reputation: