WindowsIntegrityPolicy.CanDisable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether or not Windows 10 secure mode (10 S mode) can be disabled by any means—at run time and/or offline; by the original equipment manufacturere (OEM), or by a third party.
public:
static property bool CanDisable { bool get(); };
static bool CanDisable();
public static bool CanDisable { get; }
var boolean = WindowsIntegrityPolicy.canDisable;
Public Shared ReadOnly Property CanDisable As Boolean
Property Value
Boolean
bool
true
if Windows 10 secure mode (10 S mode) can be disabled by any means, otherwise false
.