exe file command volumename][path][filename Description: Configures file and directory exclusion settings. Command List: ...

%1[.exe] file [command] [volumename][path][filename]

Description:
    Configures file and directory exclusion settings.

Command List:
    add-exclusion          Adds a file or directory to the list of excluded
                           files of a protected volume for the next session (after system restart).
    remove-exclusion       Removes exclusion from a file or directory for
                           the next session (after system restart).
    get-exclusions         Displays specific file exclusion configuration
                           information for both the current and next sessions.
    commit                 Commit all changes to specified file. It's not allowed to commit a folder.
    commit-delete          Commit deletion of specified file. It's allowed to commit a folder deletion, 
                           but the folder needs to be empty since the latest reboot.

Arguments:
    Volume name            Qualifying volume name such as drive letter, device
                           name or volume GUID
    Path                   Directory path for exclusion directory or file
    Filename               Exclusion file name
    all                    All volumes in the protection list (applies only to
                           get-exclusions)

Examples:
    uwfmgr.exe file add-exclusion c:\dir1\dir2.txt
    uwfmgr.exe file remove-exclusion \\?\Volume{4c1b02c1-d990-11dc-99ae-806e6f6e6963}\dir1\dir2.txt
    uwfmgr.exe file get-exclusions all
    uwfmgr.exe file commit c:\dir1\dir2.txt
    uwfmgr.exe file commit-delete c:\dir1\dir2.txt