EWF and PendingFileRenameOperations

J

Jordi

I've noticed that the registry key PendingFileRenameOperations to rename
files on reboot is ignored when EWF is enable. The installer works correctly
when EWF is disabled or commited after the install.

Is that normal?

(Of course I'm not installing into the protected volume.)
 
S

Srikanth Kamath [MSFT]

Here's how PendingFileRenameOperations works - when the installer tries to
rename a file in use , the system adds an {oldname, newname} entry to
HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\
PendingFileRenameOperations and the actual renaming occurs upon the next
restart. Any change to the registry would persist only if this hive maps to
an unprotected partition.

To summarize - PendingFileRenameOperations will work only if the hive maps
to a partition which is not protected by EWF

Thanks
Srikanth
 
S

Srikanth Kamath [MSFT]

FYI - %SystemRoot%\System32\Config\System file backs HKLM\System hive. So you
would need to unprotect your OS partition.

Thanks
Srikanth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top