;
;   **********************************************************************
;   Copyright (c) 2021 VMware, Inc. All rights reserved.
;
;   deviceHelperPolicy.adm
;   **********************************************************************
;
CLASS MACHINE
CATEGORY "VMware Tools Device Helper Settings"
    POLICY "Enable Device Helper"
        KEYNAME "Software\Policies\VMware, Inc.\VMware Tools\DeviceHelper"
        EXPLAIN !!EnableDeviceHelperExplanation
        VALUENAME "Enabled"
        VALUEON NUMERIC "1"
        VALUEOFF NUMERIC "0"
    END POLICY
END CATEGORY

[strings]
EnableDeviceHelperExplanation="When this setting is enabled, VMware Tools Device Helper plugin will be operational."