public static bool UseDefaultNetworkText() { return(Features.IsFeatureEnabled(1048576UL)); }
public static bool ExitOnHome() { return(Features.IsFeatureEnabled(131072UL)); }
public static bool UpdateFrontendAppTitle() { return(Features.IsFeatureEnabled(524288UL)); }
public static bool IsGraphicsDriverReminderEnabled() { return(Features.IsFeatureEnabled(65536UL)); }
public static bool IsHomeButtonEnabled() { return(Features.IsFeatureEnabled(32768UL)); }
public static bool IsFullScreenToggleEnabled() { return(Features.IsFeatureEnabled(2097152UL)); }
public static void EnableFeaturesOfOem() { Features.SetEnabledFeatures(Oem.Instance.WindowsOEMFeatures); }
public static void EnableAllFeatures() { Features.SetEnabledFeatures(9223372034707292159UL); }