Exemplo n.º 1
0
 public static bool UseDefaultNetworkText()
 {
     return(Features.IsFeatureEnabled(1048576UL));
 }
Exemplo n.º 2
0
 public static bool ExitOnHome()
 {
     return(Features.IsFeatureEnabled(131072UL));
 }
Exemplo n.º 3
0
 public static bool UpdateFrontendAppTitle()
 {
     return(Features.IsFeatureEnabled(524288UL));
 }
Exemplo n.º 4
0
 public static bool IsGraphicsDriverReminderEnabled()
 {
     return(Features.IsFeatureEnabled(65536UL));
 }
Exemplo n.º 5
0
 public static bool IsHomeButtonEnabled()
 {
     return(Features.IsFeatureEnabled(32768UL));
 }
Exemplo n.º 6
0
 public static bool IsFullScreenToggleEnabled()
 {
     return(Features.IsFeatureEnabled(2097152UL));
 }
Exemplo n.º 7
0
 public static void EnableFeaturesOfOem()
 {
     Features.SetEnabledFeatures(Oem.Instance.WindowsOEMFeatures);
 }
Exemplo n.º 8
0
 public static void EnableAllFeatures()
 {
     Features.SetEnabledFeatures(9223372034707292159UL);
 }