exe registry command key value Description: Configures registry exclusion settings or commit registry change. Command List: ...

%1[.exe] registry [command] [key] [value]

Description:
    Configures registry exclusion settings or commit registry change.

Command List:
    add-exclusion          Adds a registry key to the list of excluded registry keys of a protected system 
                           for the next session (after system restart). The excluded registry keys should exist 
                           before system volume is protected.
    remove-exclusion       Removes exclusion from a registry key for the next session (after system restart).
    get-exclusions         Displays registry keys excluded for both the current and next sessions.
    commit                 Commit changes to specified registry value.
    commit-delete          Commit deletion of specified registry key or value.

Arguments:
    key                    Fully qualified registry key name to be excluded or committed
    value                  Value name to be committed (only useful in commit  and commit-delete commands)

Examples:
    uwfmgr.exe registry add-exclusion HKLM\Software\Microsoft\Windows
un
    uwfmgr.exe registry remove-exclusion HKLM\Software\Microsoft\Windows
un
    uwfmgr.exe registry get-exclusions
    uwfmgr.exe registry commit HKLM\Software	est TestValue
    uwfmgr.exe registry commit-delete HKLM\Software	est TestValue