diff --git a/AppControl Manager/Pages/CreatePolicy.xaml b/AppControl Manager/Pages/CreatePolicy.xaml index 439562c75..e377d4c40 100644 --- a/AppControl Manager/Pages/CreatePolicy.xaml +++ b/AppControl Manager/Pages/CreatePolicy.xaml @@ -104,7 +104,7 @@ - + diff --git a/AppControl Manager/Pages/CreatePolicy.xaml.cs b/AppControl Manager/Pages/CreatePolicy.xaml.cs index 970d1af70..0a167ea7e 100644 --- a/AppControl Manager/Pages/CreatePolicy.xaml.cs +++ b/AppControl Manager/Pages/CreatePolicy.xaml.cs @@ -51,7 +51,7 @@ private async void AllowMicrosoftCreate_Click(object sender, RoutedEventArgs e) bool enableScriptEnforcement = AllowMicrosoftEnableScriptEnforcement.IsOn; bool testMode = AllowMicrosoftTestMode.IsOn; bool shouldDeploy = AllowMicrosoftCreateAndDeploy.IsChecked ?? false; - bool DeployMSRecommendedBlockRules = !AllowMicrosoftNoBockRules.IsOn; + bool DeployMSRecommendedBlockRules = !AllowMicrosoftNoBlockRules.IsOn; try {