Windows Enterprise og Educational skal ha en funsjon som hindrer permanent lagring av data og endringer (Unified Wreite Filter – UWF).
Enable UWF:
uwfmgr.exe volume protect C:
uwfmgr.exe filter enable
uwfmgr.exe overlay set-size 1024 # 1GB
Unnta visse filområder:
uwfmgr.exe exclusion add “C:\Users\Public\Documents”
uwfmgr.exe exclusion add “D:\”
Disabling av UWF:
uwfmgr.exe filter disable
uwfmgr.exe volume unprotect C:
uwfmgr.exe overlay clear
Then Reboot
Vise status:
uwfmgr.exe get-config