FBWF Protect Volume VI

Owning Palette: File-Based Write Filter VIs

Requires: Application Builder or Professional System

Adds or removes a volume from file-based write filter (FBWF) protection.

Note  You must restart the operating system for changes to take effect.

Example

 Add to the block diagram  Find on the palette
volume name specifies the name of the volume to add or remove FBWF protection. For example, enter C: to specify the C drive.
enable FBWF protection? specifies whether to add or remove FBWF protection on the volume. The default is TRUE, which means this VI adds FBWF protection to the volume. If enable FBWF protection? is FALSE, this VI removes FBWF protection from the volume.
remove exclusions when disabling protection? specifies whether to remove existing exclusions from the exclusion list when disabling FBWF protection on the volume. The default is TRUE, which means this VI removes existing exclusions. If remove exclusions when disabling protection? is FALSE, this VI retains existing exclusions. This control is valid only when enable FBWF protection? is FALSE.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
error out contains error information. This output provides standard error out functionality.

Example

Refer to the Windows Embedded Enabling Features.lvproj in the labview\examples\TouchPanel\Windows Embedded Enabling Features directory for an example of using the FBWF Protect Volume VI.

 Open example  Find related examples