1.FBWF (File Based Write Filter)

  • 1.Enable FBWF

    • Enable FBWF

        fbwfmgr /enable
    • Add a protected volume

       fbwfmgr /addvolume C:
    • Set protected layer size

       fbwfmgr /setthreshold 128
  • 2.Disable FBWF

    • Set protected layer size

        fbwfmgr /setpreallocation 0
    • Remove the protected volume

        fbwfmgr /removevolume C: 0
    • Disable FBWF

        fbwfmgr /disable

Last updated

Was this helpful?