次の方法で共有


runLevelType 単純型

RunLevel (principalType) 要素に使用できる値を定義します。

<xs:simpleType name="runLevelType">
    <xs:restriction
        base="string"
    >
        <xs:enumeration
            value="LeastPrivilege"
         />
        <xs:enumeration
            value="HighestAvailable"
         />
    </xs:restriction>
</xs:simpleType>

列挙値

runLevelType 単純型は、次の値を定義します。

説明
LeastPrivilege タスクは最小限の特権 (LUA) で実行されます。
HighestAvailable タスクは、最高の特権で実行されます。

要件

要件
サポートされている最小のクライアント
Windows Vista [デスクトップ アプリのみ]
サポートされている最小のサーバー
Windows Server 2008 [デスクトップ アプリのみ]