Is there a way to automatically commit EWF?

Posted: 07-25-2003, 10:07 PM
I'd like to find an easy way to always commit the EWF
overlay whenever I boot. Any ideas? There are no
situations where I'll need to manage the EWF overlay. I'm
using EWF to simply minimize writes to the flash disk.

I've tried a registry key at
HKLM\Software\Microsoft\Windows\CurrentVersion\Run to do
a "ewfmgr c: -commit", but it only runs when you log on.
Makes sense. A program needs a user context to run.

I could make a service that does a commit via the EWF
API. Or, make a change to one of my apps to do the same.
But, I'd like something that can be done from Target
Designer and not write or change apps.

Regards.
Mark K Vallevand
Reply With Quote

Responses to "Is there a way to automatically commit EWF?"

Mark K Vallevand
Guest
Posts: n/a
 
Re: Is there a way to automatically commit EWF?
Posted: 07-28-2003, 09:03 PM
Well, you can commit at any time. I normally commit as
soon as I sign on. All my changes before and after the
commit are written when XPe restarts.

I just want to find a way to do this automatically at
boot. I already have a way to do it automatically when
anyone signs on.

Regards.
Mark K Vallevand

>-----Original Message-----
>hmm... Okay. I don't think you want a commit at statup;
especially if it is
>a RAM overlay. In fact I don't no if that could even work.
>
>The only way I can see a solution is to make the CF card
a fixed disk.
>Partition the disk so that the EWF Volume can get setup
in the second
>unpartitioned space, and use a RAM overlay to protect the
first partition
>that holds the OS. EWF- Commit could be performed on
shutdown.
>
>Regards,
>
>Sean
>
>
>
>"Mark K Vallevand" <markus@rsvl.unisys.com> wrote in
message
>news:000d01c3551a$3e03c150$a301280a@phx.gbl...
>> We are running a suite of applications running as
>> services. They save status, log, and trace files. We'd
>> like to make sure they get written to flash disk when
XPe
>> shuts down or restarts. So we commit.
>>
>> Regards.
>> Mark K Vallevand
>>
>> >-----Original Message-----
>> >Mark,
>> >
>> >What are you doing that requires EWF to commit every
>> boot? If you committing
>> >on boot what are you saving to the CF disk and doesn't
>> this wear down the
>> >flash each time?
>> >
>> >Regards,
>> >
>> >Sean Liming
>> >www.a7eng.com
>> >Author: Windows NT Embedded Step-By-Step and XP
Embedded
>> Advanced.
>> >
>> >
>> >
>> >
>> >
>> >"Mark K Vallevand" <markus@rsvl.unisys.com> wrote in
>> message
>> >news:1f3001c352f0$ba7c68d0$a001280a@phx.gbl...
>> >> I'd like to find an easy way to always commit the EWF
>> >> overlay whenever I boot. Any ideas? There are no
>> >> situations where I'll need to manage the EWF overlay.
>> I'm
>> >> using EWF to simply minimize writes to the flash
disk.
>> >>
>> >> I've tried a registry key at
>> >> HKLM\Software\Microsoft\Windows\CurrentVersion\Run
to do
>> >> a "ewfmgr c: -commit", but it only runs when you log
on.
>> >> Makes sense. A program needs a user context to run.
>> >>
>> >> I could make a service that does a commit via the EWF
>> >> API. Or, make a change to one of my apps to do the
>> same.
>> >> But, I'd like something that can be done from Target
>> >> Designer and not write or change apps.
>> >>
>> >> Regards.
>> >> Mark K Vallevand
>> >
>> >
>> >.
>> >
>
>
>.
>
Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Explorer is not Browsing automatically Mohamed Karattu Windows XP Hardware 0 07-18-2003 04:50 PM
Question on being logged off automatically Michael Bouchard Windows XP Messenger 4 07-11-2003 04:21 PM
XP Automatically installing Printers Julie D Windows XP Hardware 0 07-10-2003 10:48 AM
Explorer starts automatically Stefan Wicki Windows XP Embedded 0 07-04-2003 07:57 AM
Obtain an IP address automatically Paul Durigg Windows XP Network & Web 1 07-03-2003 05:53 PM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90