Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.1 KB

windowsintegritypolicy_isdisablesupported.md

File metadata and controls

25 lines (17 loc) · 1.1 KB
-api-id -api-type ms.custom
P:Windows.System.Profile.WindowsIntegrityPolicy.IsDisableSupported
winrt property
RS5

Windows.System.Profile.WindowsIntegrityPolicy.IsDisableSupported

-description

Gets a value that indicates (see Remarks for other necessary conditions) whether or not there is any published way, or API, for third-party vendors to disable Windows 10 secure mode (10 S mode) at run time.

-property-value

true (but see Remarks for other necessary conditions) if there is any published way, or API, for third-party vendors to disable Windows 10 secure mode (10 S mode) at run time, otherwise false.

-remarks

If IsDisableSupported is true, and IsEnabled or IsEnabledForTrial is true, and CanDisable is true, then there is a published way, or API, for third-party vendors to disable Windows 10 secure mode (10 S mode) at run time.

-see-also

-examples