diff --git a/AppControl Manager/Pages/AllowNewApps/AllowNewApps.xaml b/AppControl Manager/Pages/AllowNewApps/AllowNewApps.xaml
index 6b634a5a3..2f749e642 100644
--- a/AppControl Manager/Pages/AllowNewApps/AllowNewApps.xaml
+++ b/AppControl Manager/Pages/AllowNewApps/AllowNewApps.xaml
@@ -6,7 +6,6 @@
xmlns:local="using:AppControlManager.Pages"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- xmlns:ui="using:CommunityToolkit.WinUI"
mc:Ignorable="d">
diff --git a/AppControl Manager/Pages/AllowNewApps/AllowNewAppsEventLogsDataGrid.xaml b/AppControl Manager/Pages/AllowNewApps/AllowNewAppsEventLogsDataGrid.xaml
index fe1ea567b..64d5f995b 100644
--- a/AppControl Manager/Pages/AllowNewApps/AllowNewAppsEventLogsDataGrid.xaml
+++ b/AppControl Manager/Pages/AllowNewApps/AllowNewAppsEventLogsDataGrid.xaml
@@ -7,7 +7,6 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
- xmlns:ui="using:CommunityToolkit.WinUI"
xmlns:controls="using:CommunityToolkit.WinUI.Controls"
xmlns:tk7controls="using:CommunityToolkit.WinUI.UI.Controls">
diff --git a/AppControl Manager/Pages/AllowNewApps/AllowNewAppsLocalFilesDataGrid.xaml b/AppControl Manager/Pages/AllowNewApps/AllowNewAppsLocalFilesDataGrid.xaml
index e266b0810..ea3f9b631 100644
--- a/AppControl Manager/Pages/AllowNewApps/AllowNewAppsLocalFilesDataGrid.xaml
+++ b/AppControl Manager/Pages/AllowNewApps/AllowNewAppsLocalFilesDataGrid.xaml
@@ -7,7 +7,6 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
- xmlns:ui="using:CommunityToolkit.WinUI"
xmlns:controls="using:CommunityToolkit.WinUI.Controls"
xmlns:tk7controls="using:CommunityToolkit.WinUI.UI.Controls">
diff --git a/AppControl Manager/Pages/AllowNewApps/AllowNewAppsStart.xaml b/AppControl Manager/Pages/AllowNewApps/AllowNewAppsStart.xaml
index e7ac915da..ffb303d08 100644
--- a/AppControl Manager/Pages/AllowNewApps/AllowNewAppsStart.xaml
+++ b/AppControl Manager/Pages/AllowNewApps/AllowNewAppsStart.xaml
@@ -6,10 +6,7 @@
xmlns:local="using:AppControlManager.Pages"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- xmlns:ui="using:CommunityToolkit.WinUI"
xmlns:controls="using:CommunityToolkit.WinUI.Controls"
- xmlns:tk7controls="using:CommunityToolkit.WinUI.UI.Controls"
- xmlns:animations="using:CommunityToolkit.WinUI.Animations"
xmlns:animatedvisuals="using:AnimatedVisuals"
mc:Ignorable="d">
@@ -39,11 +36,8 @@
-
-
-
+
-
@@ -64,14 +58,14 @@
-
+
-
-
+ x:Uid="LogSizeNumberBox"
+ SpinButtonPlacementMode="Inline"
+ SmallChange="1"
+ LargeChange="10" Minimum="2" Maximum="1000000" ValueChanged="LogSizeNumberBox_ValueChanged" />
@@ -140,7 +132,7 @@ LargeChange="10" Minimum="2" Maximum="1000000" ValueChanged="LogSizeNumberBox_Va
-
+
@@ -193,25 +185,22 @@ LargeChange="10" Minimum="2" Maximum="1000000" ValueChanged="LogSizeNumberBox_Va
-
+
-
+
-
+ FilePublisherPublisherHash
-
-
+
-
-
diff --git a/AppControl Manager/Pages/BuildNewCertificate.xaml b/AppControl Manager/Pages/BuildNewCertificate.xaml
index e91dd8f78..e313c681f 100644
--- a/AppControl Manager/Pages/BuildNewCertificate.xaml
+++ b/AppControl Manager/Pages/BuildNewCertificate.xaml
@@ -8,7 +8,6 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:ui="using:CommunityToolkit.WinUI"
xmlns:controls="using:CommunityToolkit.WinUI.Controls"
- xmlns:tk7controls="using:CommunityToolkit.WinUI.UI.Controls"
xmlns:win="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
mc:Ignorable="d">
diff --git a/AppControl Manager/Pages/ConfigurePolicyRuleOptions.xaml b/AppControl Manager/Pages/ConfigurePolicyRuleOptions.xaml
index 3e1dd6a61..bc1f2e5df 100644
--- a/AppControl Manager/Pages/ConfigurePolicyRuleOptions.xaml
+++ b/AppControl Manager/Pages/ConfigurePolicyRuleOptions.xaml
@@ -35,8 +35,8 @@
@@ -105,7 +104,7 @@
-
+
@@ -136,7 +135,7 @@
-
+
diff --git a/AppControl Manager/Pages/StrictKernelPolicyScanResults.xaml b/AppControl Manager/Pages/StrictKernelPolicyScanResults.xaml
index 4353b9356..3adeb2da7 100644
--- a/AppControl Manager/Pages/StrictKernelPolicyScanResults.xaml
+++ b/AppControl Manager/Pages/StrictKernelPolicyScanResults.xaml
@@ -7,7 +7,6 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
- xmlns:ui="using:CommunityToolkit.WinUI"
xmlns:controls="using:CommunityToolkit.WinUI.Controls"
xmlns:tk7controls="using:CommunityToolkit.WinUI.UI.Controls">
diff --git a/AppControl Manager/Pages/SystemInformation/CodeIntegrityInfo.xaml b/AppControl Manager/Pages/SystemInformation/CodeIntegrityInfo.xaml
index b05e80aed..98606d90d 100644
--- a/AppControl Manager/Pages/SystemInformation/CodeIntegrityInfo.xaml
+++ b/AppControl Manager/Pages/SystemInformation/CodeIntegrityInfo.xaml
@@ -75,7 +75,5 @@
-
-
diff --git a/AppControl Manager/Pages/Update.xaml b/AppControl Manager/Pages/Update.xaml
index bc567f6f9..6fc30bcfc 100644
--- a/AppControl Manager/Pages/Update.xaml
+++ b/AppControl Manager/Pages/Update.xaml
@@ -99,7 +99,5 @@ Header="Hardened Update Procedure" HeaderIcon="{ui:FontIcon Glyph=}" IsC
-
-
diff --git a/AppControl Manager/Pages/UpdatePageCustomMSIXPath.xaml b/AppControl Manager/Pages/UpdatePageCustomMSIXPath.xaml
index 66f7db289..624ad5613 100644
--- a/AppControl Manager/Pages/UpdatePageCustomMSIXPath.xaml
+++ b/AppControl Manager/Pages/UpdatePageCustomMSIXPath.xaml
@@ -45,7 +45,5 @@
-
-
diff --git a/AppControl Manager/Pages/ValidatePolicy.xaml b/AppControl Manager/Pages/ValidatePolicy.xaml
index ce4ac510d..4a27dbd03 100644
--- a/AppControl Manager/Pages/ValidatePolicy.xaml
+++ b/AppControl Manager/Pages/ValidatePolicy.xaml
@@ -6,7 +6,6 @@
xmlns:local="using:AppControlManager.Pages"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- xmlns:ui="using:CommunityToolkit.WinUI"
xmlns:controls="using:CommunityToolkit.WinUI.Controls"
xmlns:win="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
mc:Ignorable="d">
@@ -49,17 +48,16 @@
-
+
-
+
-
diff --git a/AppControl Manager/Pages/ViewFileCertificates.xaml b/AppControl Manager/Pages/ViewFileCertificates.xaml
index 8173e14b9..dd70dcd29 100644
--- a/AppControl Manager/Pages/ViewFileCertificates.xaml
+++ b/AppControl Manager/Pages/ViewFileCertificates.xaml
@@ -6,7 +6,6 @@
xmlns:local="using:AppControlManager.Pages"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- xmlns:ui="using:CommunityToolkit.WinUI"
xmlns:controls="using:CommunityToolkit.WinUI.Controls"
xmlns:tk7controls="using:CommunityToolkit.WinUI.UI.Controls"
xmlns:win="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
diff --git a/AppControl Manager/Strings/en-US/Resources.resw b/AppControl Manager/Strings/en-US/Resources.resw
index 9f6ee7b44..738d48186 100644
--- a/AppControl Manager/Strings/en-US/Resources.resw
+++ b/AppControl Manager/Strings/en-US/Resources.resw
@@ -508,4 +508,181 @@
Open User Config Directory
+
+ Will reset the steps and if the base policy is deployed in Audit mode, will redeploy it in Enforced mode.
+
+
+ Reset Steps
+
+
+ Select the required info such as a deployed policy XML file and a name for the Supplemental policy that will be created
+
+
+ Now install your new app or run a pre-installed app that was being blocked. You can optionally browse for folders to scan such as the location where the app is installed. Once you're done, use the button below to go to Step 3.
+
+
+ Use the Event logs and local files tab to confirm or select the detected files in order to include them in the final Supplemental policy.
+
+
+ Start creating the policy with the logs and files you selected
+
+
+ Create Policy
+
+
+ This is the Maximum Capacity of the Code Integrity Operational Log Size
+
+
+ Enter a number for Log Size in MB
+
+
+ Browse
+
+
+ Browse for a Base policy file
+
+
+ Browse for a policy XML file
+
+
+ Click/Tap to choose a XML policy file from your device
+
+
+ Pick a level based on which the Files/Logs will be scanned
+
+
+ Back
+
+
+ Forward
+
+
+ Reload
+
+
+ Home
+
+
+ The following are the contents of the User Configurations JSON file
+
+
+ User Configs
+
+
+ Save
+
+
+ Save
+
+
+ Browse
+
+
+ Browse
+
+
+ Clear
+
+
+ Clear
+
+
+ Refresh
+
+
+ Fetches the latest certificate common names from the User's personal certificate store
+
+
+ Customize the App Background Style
+
+
+ Background Style
+
+
+ This is the backdrop of the AppControl Manager. The changes will be visible in the background.
+
+
+ Choose a style for the main navigation icons
+
+
+ Icons Style
+
+
+ Pick a style for the main navigation's icons.
+
+
+ Customize the Theme
+
+
+ Theme
+
+
+ Select a theme for the AppControl Manager
+
+
+ Customize the Navigation Menu location
+
+
+ Navigation Menu
+
+
+ Select a location for the navigation menu
+
+
+ Hear audio feedback when using different elements of the AppControl Manager
+
+
+ Sound
+
+
+ Hear audio feedback when using different elements of the AppControl Manager
+
+
+ Mostly suitable when using MicaAlt as the background.
+
+
+ Darker Background
+
+
+ It will remove the extra light shadow from the background, giving an overall darker look to the AppControl Manager's appearance.
+
+
+ User Configurations
+
+
+ Appearance
+
+
+ Sound
+
+
+ About
+
+
+ Browse for an App Control policy XML file to validate
+
+
+ Select Policy
+
+
+ Browse
+
+
+ View the XML file(s) you selected.
+
+
+ Select XML File
+
+
+ Select Files
+
+
+ Select Folders
+
+
+ Scan Logs
+
+
+ Scan the system or the selected EVTX files for Code Integrity/AppLocker logs
+
\ No newline at end of file