Removing the Event Log Component

  • Thread starter Thread starter gregory.holmes
  • Start date Start date
G

gregory.holmes

Hi

I'm building a XPe OS as a stateless system which boots from a
hiberfile straight into my application. I use a Solid State Disk with
wear levelling and don't care about or want info being written to the
disk as it will never be looked at.

Would removing the Event Log help with this? Are there any other
components to be wary of which operate similarly?

Many Thanks for your reply.

Greg Holmes
 
according to msdn article moving Event Logger to unprotected volume when
using ewf will improve performance. so i assume removing it completely would
do the same.

to limit disk writes you can also look into Disableing Disk Defragmentation
(there's component for tha in TD), Disable Last Access Time Stamps, Disable
System Restore, Disable Prefetch. There are articles for all this on MSDN.

Im a newbie, just made this list for myself for my next ewf/horm image.
 
Back
Top