EWF's Commit Command

  • Thread starter Thread starter Tim Houle
  • Start date Start date
T

Tim Houle

I need to run the commit command to commit several small
changes, but the commit only works if i do a graceful
shutdown. Any way of "commiting" without doing a graceful
shutdown?
 
Any way of "commiting" without doing a graceful shutdown?
No, there is not.

Consider creating second unprotected partition to store your config
parameters.

Regards,
Slobodan
 
The problem is the config parameters are in the registry.

You could export (save) parameters on other partition.
After restart you can reload them in registry.

Or if you are writing app then don't use registry for storing config info.


This is not what you wanted to hear, but it is a workaround.


Slobodan
 
Back
Top