exe overlay command argument Description: Configures overlay settings. Command List: set-size Sets the overlay size for a ...

%1[.exe] overlay [command] [argument]

Description:
    Configures overlay settings.

Command List:
    set-size               Sets the overlay size for a protected system to the
                           specified value in MB for the next session (after
                           system restart).
                           enabling the driver to pre-allocate all memory size
                           upon system start.  This setting takes effect in the
                           next session (after system restart).
    set-type               Sets the overlay type(RAM/Disk).
    set-warningthreshold   Sets the overlay size in MB at which the driver
                           issues warning notifications for the current session.
    set-criticalthreshold  Sets the overlay size in MB at which the driver
                           issues critical notifications for the current
                           session.
    get-config             Displays overlay configuration information for both
                           the current and next sessions.
    get-availablespace     Displays the remaining available space in the current session.
    get-consumption        Displays the current size of the overlay.

Examples:
    uwfmgr.exe overlay set-size 1024
    uwfmgr.exe overlay set-type Disk
    uwfmgr.exe overlay set-warningthreshold 256
    uwfmgr.exe overlay get-config