EWF state is disable in Guest account.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I create an application to change EWF state
I use ewfapi.dll
I log on Windows as an Administrator, and check EWF state
EWF state is "Enable"
I log on Windows as a Guest, and check EWF state
EWF state is "Disable"
EWF state is Enable in fact
I used ewfmgr.exe for the trial, ewfmgr.exe cannot read EWF state
Please tell me why EWF state is Disable when Guest account
 
Keita,
I create an application to change EWF state. I use ewfapi.dll.
I log on Windows as an Administrator, and check EWF state. EWF state is "Enable".
I log on Windows as a Guest, and check EWF state.

How do you check that?
AFAIK, EWFMgr requires administrator proviledges. I am not sure about the API but I would expect the same.
 
We use RAM-based EWF and we show for Guest the EWF state
based on Registry information in
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EWF\P
arameters\Protected\Volume0]
value - Enabled

Best regards,

Eddy.
-----Original Message-----
Keita,


How do you check that?
AFAIK, EWFMgr requires administrator proviledges. I am
not sure about the API but I would expect the same.
 
EWF API's require administrator or system privileges. My guess is that your application is failing to read EWF and interpreting that to mean EWF is disabled.
 
Back
Top