UWF commit(like EWF)
cmd, powershell, vbscript, windows, windows-8.1
Solution
The UWF is similar to the File Based Writefilter (FBWF), not to the sector based Enhanced Write Filter (EWF). It is possible to commit single files or registry keys with:
uwfmgr File Commit <file>
uwfmgr Registry Commit <key> [<value>]
see UWFMgr Technical Reference (Standard 8)
Problem
EWF(Enhanced Write Filter) in Windows XP and 7 has a command "commit", for example: ``` ewfmgr c:-commit ``` This command saving all changes to disk at next reboot. Is there a way to do same for UWF(Unified Write Filter) in Windows 8.1? Also, as possible in UWF reset(clear) all changes? P.S. This should be in the command line or script, not UI.