다음을 통해 공유


WindowsIntegrityPolicy.IsEnabledForTrial 속성

정의

평가판 용도로 Windows 10 보안 모드(10 S 모드)를 사용할지 여부를 나타내는 값을 가져옵니다(Windows 잠금 모드).

public:
 static property bool IsEnabledForTrial { bool get(); };
static bool IsEnabledForTrial();
public static bool IsEnabledForTrial { get; }
var boolean = WindowsIntegrityPolicy.isEnabledForTrial;
Public Shared ReadOnly Property IsEnabledForTrial As Boolean

속성 값

Boolean

bool

trueWindows 10 보안 모드(10 S 모드)가 평가판 목적으로 사용하도록 설정되어 있으면 이고, 그렇지 않으면 false입니다.

설명

평가판 모드는 S 모드를 사용하는 Windows 10 디바이스에 대한 특별한 경우입니다. 정책이 적용되지만 정책 적용에 대한 롤백 방지 보호는 없습니다.

적용 대상