Re: Prevent command prompt from popping up at system startup



I'm curious - Why do you want to do this?

If you commit EWF at every boot, you are committing - nothing really.
The system has just been restarted, and no-one has had time to make any
changes, so.... what are you committing?

Maybe you really don't need the EWF if you are committing it all the
time anyhow?


SteveS
StevesATeyeDASHimagingDOTcom

Jure wrote:
Thanks for your help. I'll do what you suggested.

Jure

KM wrote:
Jure,

Honestly, I couldn't quite understand how launching a console app problem is
really connected to EWF. What I suggested earlier was creating a simple app
that calls into the EWF API [commit]. Obviously, this app wouldn't care
about any other console app(s) you might need to launch at run time but it
would do the commit function you need.

Any console app you can launch with ShellExecute[Ex] call providing the
SW_HIDE parametr as the nShowCmd argument (please refer to MSDN for more
info). It should hide the app implicit console window on start (won't work
for extra console windows that may be created by the app explicetely by
colling console alloc API).

KM


.



Relevant Pages

  • Re: Prevent command prompt from popping up at system startup
    ... The storage is still protected (calls are redirected to the EWF overlay). ... turn off all possible OS, IE and app caches, disable background disk processes like defragmentator, etc. ... If you commit EWF at every boot, you are committing - nothing really. ...
    (microsoft.public.windowsxp.embedded)
  • Re: Prevent command prompt from popping up at system startup
    ... I couldn't quite understand how launching a console app problem is ... that calls into the EWF API. ... Any console app you can launch with ShellExecutecall providing the ...
    (microsoft.public.windowsxp.embedded)
  • Re: Difference in EWF and FBWF commit
    ... You want to avoid PC reboots and be able to commit changes live with a write filter installed. ... With EWF we've typically done that by moving all the persistency required data to an unprotected partition and making sure all the ... At least you will be able to "move" the actual commit to the time you issue it vs the shutdown time. ...
    (microsoft.public.windowsxp.embedded)
  • Re: Sudden Blue screens (0x7A, 0x7B) - please help
    ... Don't you change and commit the pagefile support at run time? ... but otherwise I should not use a pagefile on boot-volume if EWF is used. ... But make sure to specefy the actual path to memory dump. ...
    (microsoft.public.windowsxp.embedded)
  • Re: Difference in EWF and FBWF commit
    ... I did some more tests to verify the difference in EWF and FBWF commits, ... I entered commit command in both the ... I have even tested for ATX switch, it does not perform graceful shutdown, it ...
    (microsoft.public.windowsxp.embedded)