Browse Source

Major update v12.9

deadmoon 3 years ago
parent
commit
812bb0a498

+ 6 - 0
CHANGELOG.md

@@ -1,3 +1,9 @@
+## [12.9] - 2022-05-03
+- New: Enable Defender automatically (```/restart=enabledefender``` switch)
+- New: Enable/Disable hibernation from command-line (```/disablehibernate & /enablehibernate```)
+- New: Added accessibility support for toggles (#150)
+- Hotfix: Warning if choosing to Disable System Restore
+
 ## [12.8] - 2022-05-02
 ## [12.8] - 2022-05-02
 - New: Enable Gaming Mode (plus hardware-accelerated GPU scheduling)
 - New: Enable Gaming Mode (plus hardware-accelerated GPU scheduling)
 - New: Added Brave browser in Common Apps
 - New: Added Brave browser in Common Apps

+ 14 - 0
CONFS.md

@@ -12,6 +12,15 @@
 
 
 - Execute: ```optimizer.exe /restart=disabledefender``` and let Optimizer do the rest automatically
 - Execute: ```optimizer.exe /restart=disabledefender``` and let Optimizer do the rest automatically
 
 
+## How to re-enable Windows Defender ##
+
+- Restart in SAFE MODE
+- Execute: ```optimizer.exe /enabledefender```
+
+-OR-
+
+- Execute: ```optimizer.exe /restart=enabledefender``` and let Optimizer do the rest automatically
+
 ## How to restart in SAFE MODE / NORMAL easily ##
 ## How to restart in SAFE MODE / NORMAL easily ##
 
 
 - ```optimizer.exe /restart=safemode```
 - ```optimizer.exe /restart=safemode```
@@ -40,6 +49,11 @@
 ## Reset Optimizer configuration might fix it when can't open ##
 ## Reset Optimizer configuration might fix it when can't open ##
 ```optimizer.exe /reset```
 ```optimizer.exe /reset```
 
 
+## How to disable/enable Windows Hibernate function from command-line ##
+
+- ```optimizer.exe /disablehibernate```
+- ```optimizer.exe /enablehibernate```
+
 ## You can execute Optimizer silently, applying tweaks according to a configuration file. ##
 ## You can execute Optimizer silently, applying tweaks according to a configuration file. ##
 
 
 Download the configuration file based on your Windows version and edit it accordingly.
 Download the configuration file based on your Windows version and edit it accordingly.

+ 1 - 0
Optimizer/CleanHelper.cs

@@ -3,6 +3,7 @@ using System.Collections.Generic;
 using System.IO;
 using System.IO;
 using System.Linq;
 using System.Linq;
 using System.Runtime.InteropServices;
 using System.Runtime.InteropServices;
+using System.Windows.Forms;
 
 
 namespace Optimizer
 namespace Optimizer
 {
 {

+ 8 - 1
Optimizer/Controls/ToggleCard.cs

@@ -10,12 +10,19 @@ namespace Optimizer
         public ToggleCard()
         public ToggleCard()
         {
         {
             InitializeComponent();
             InitializeComponent();
+
+            this.AccessibleRole = AccessibleRole.CheckButton;
+            this.AccessibleName = LabelText;
         }
         }
 
 
         public string LabelText
         public string LabelText
         {
         {
             get { return Label.Text; }
             get { return Label.Text; }
-            set { Label.Text = value; }
+            set 
+            { 
+                Label.Text = value;
+                this.AccessibleName = value;
+            }
         }
         }
 
 
         public bool ToggleChecked
         public bool ToggleChecked

+ 148 - 46
Optimizer/Forms/MainForm.Designer.cs

@@ -621,16 +621,18 @@ namespace Optimizer
             this.universalTab.Controls.Add(this.superfetchSw);
             this.universalTab.Controls.Add(this.superfetchSw);
             this.universalTab.Controls.Add(this.faxSw);
             this.universalTab.Controls.Add(this.faxSw);
             this.universalTab.Controls.Add(this.performanceSw);
             this.universalTab.Controls.Add(this.performanceSw);
-            this.universalTab.Location = new System.Drawing.Point(4, 25);
+            this.universalTab.Location = new System.Drawing.Point(4, 24);
             this.universalTab.Margin = new System.Windows.Forms.Padding(2);
             this.universalTab.Margin = new System.Windows.Forms.Padding(2);
             this.universalTab.Name = "universalTab";
             this.universalTab.Name = "universalTab";
             this.universalTab.Padding = new System.Windows.Forms.Padding(2);
             this.universalTab.Padding = new System.Windows.Forms.Padding(2);
-            this.universalTab.Size = new System.Drawing.Size(999, 610);
+            this.universalTab.Size = new System.Drawing.Size(999, 611);
             this.universalTab.TabIndex = 0;
             this.universalTab.TabIndex = 0;
             this.universalTab.Text = "Universal";
             this.universalTab.Text = "Universal";
             // 
             // 
             // chromeTelemetrySw
             // chromeTelemetrySw
             // 
             // 
+            this.chromeTelemetrySw.AccessibleName = "Disable Google Chrome Telemetry";
+            this.chromeTelemetrySw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.chromeTelemetrySw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.chromeTelemetrySw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.chromeTelemetrySw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.chromeTelemetrySw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.chromeTelemetrySw.ForeColor = System.Drawing.Color.White;
             this.chromeTelemetrySw.ForeColor = System.Drawing.Color.White;
@@ -644,6 +646,8 @@ namespace Optimizer
             // 
             // 
             // ffTelemetrySw
             // ffTelemetrySw
             // 
             // 
+            this.ffTelemetrySw.AccessibleName = "Disable Mozilla Firefox Telemetry";
+            this.ffTelemetrySw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.ffTelemetrySw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.ffTelemetrySw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.ffTelemetrySw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.ffTelemetrySw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.ffTelemetrySw.ForeColor = System.Drawing.Color.White;
             this.ffTelemetrySw.ForeColor = System.Drawing.Color.White;
@@ -657,6 +661,8 @@ namespace Optimizer
             // 
             // 
             // vsSw
             // vsSw
             // 
             // 
+            this.vsSw.AccessibleName = "Disable Visual Studio Telemetry";
+            this.vsSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.vsSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.vsSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.vsSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.vsSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.vsSw.ForeColor = System.Drawing.Color.White;
             this.vsSw.ForeColor = System.Drawing.Color.White;
@@ -670,6 +676,8 @@ namespace Optimizer
             // 
             // 
             // reportingSw
             // reportingSw
             // 
             // 
+            this.reportingSw.AccessibleName = "Disable Error Reporting";
+            this.reportingSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.reportingSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.reportingSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.reportingSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.reportingSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.reportingSw.ForeColor = System.Drawing.Color.White;
             this.reportingSw.ForeColor = System.Drawing.Color.White;
@@ -683,6 +691,8 @@ namespace Optimizer
             // 
             // 
             // systemRestoreSw
             // systemRestoreSw
             // 
             // 
+            this.systemRestoreSw.AccessibleName = "Disable System Restore";
+            this.systemRestoreSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.systemRestoreSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.systemRestoreSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.systemRestoreSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.systemRestoreSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.systemRestoreSw.ForeColor = System.Drawing.Color.White;
             this.systemRestoreSw.ForeColor = System.Drawing.Color.White;
@@ -696,6 +706,8 @@ namespace Optimizer
             // 
             // 
             // officeTelemetrySw
             // officeTelemetrySw
             // 
             // 
+            this.officeTelemetrySw.AccessibleName = "Disable Office 2016 Telemetry";
+            this.officeTelemetrySw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.officeTelemetrySw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.officeTelemetrySw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.officeTelemetrySw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.officeTelemetrySw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.officeTelemetrySw.ForeColor = System.Drawing.Color.White;
             this.officeTelemetrySw.ForeColor = System.Drawing.Color.White;
@@ -709,6 +721,8 @@ namespace Optimizer
             // 
             // 
             // smartScreenSw
             // smartScreenSw
             // 
             // 
+            this.smartScreenSw.AccessibleName = "Disable SmartScreen";
+            this.smartScreenSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.smartScreenSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.smartScreenSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.smartScreenSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.smartScreenSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.smartScreenSw.ForeColor = System.Drawing.Color.White;
             this.smartScreenSw.ForeColor = System.Drawing.Color.White;
@@ -722,6 +736,8 @@ namespace Optimizer
             // 
             // 
             // networkSw
             // networkSw
             // 
             // 
+            this.networkSw.AccessibleName = "Disable Network Throttling";
+            this.networkSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.networkSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.networkSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.networkSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.networkSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.networkSw.ForeColor = System.Drawing.Color.White;
             this.networkSw.ForeColor = System.Drawing.Color.White;
@@ -735,6 +751,8 @@ namespace Optimizer
             // 
             // 
             // telemetryTasksSw
             // telemetryTasksSw
             // 
             // 
+            this.telemetryTasksSw.AccessibleName = "Disable Telemetry Tasks";
+            this.telemetryTasksSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.telemetryTasksSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.telemetryTasksSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.telemetryTasksSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.telemetryTasksSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.telemetryTasksSw.ForeColor = System.Drawing.Color.White;
             this.telemetryTasksSw.ForeColor = System.Drawing.Color.White;
@@ -748,6 +766,8 @@ namespace Optimizer
             // 
             // 
             // defenderSw
             // defenderSw
             // 
             // 
+            this.defenderSw.AccessibleName = "Disable Windows Defender";
+            this.defenderSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.defenderSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.defenderSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.defenderSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.defenderSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.defenderSw.ForeColor = System.Drawing.Color.White;
             this.defenderSw.ForeColor = System.Drawing.Color.White;
@@ -761,6 +781,8 @@ namespace Optimizer
             // 
             // 
             // homegroupSw
             // homegroupSw
             // 
             // 
+            this.homegroupSw.AccessibleName = "Disable HomeGroup";
+            this.homegroupSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.homegroupSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.homegroupSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.homegroupSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.homegroupSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.homegroupSw.ForeColor = System.Drawing.Color.White;
             this.homegroupSw.ForeColor = System.Drawing.Color.White;
@@ -774,6 +796,8 @@ namespace Optimizer
             // 
             // 
             // stickySw
             // stickySw
             // 
             // 
+            this.stickySw.AccessibleName = "Disable Sticky Keys";
+            this.stickySw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.stickySw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.stickySw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.stickySw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.stickySw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.stickySw.ForeColor = System.Drawing.Color.White;
             this.stickySw.ForeColor = System.Drawing.Color.White;
@@ -787,6 +811,8 @@ namespace Optimizer
             // 
             // 
             // compatSw
             // compatSw
             // 
             // 
+            this.compatSw.AccessibleName = "Disable Compatibility Assistant";
+            this.compatSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.compatSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.compatSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.compatSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.compatSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.compatSw.ForeColor = System.Drawing.Color.White;
             this.compatSw.ForeColor = System.Drawing.Color.White;
@@ -800,6 +826,8 @@ namespace Optimizer
             // 
             // 
             // mediaSharingSw
             // mediaSharingSw
             // 
             // 
+            this.mediaSharingSw.AccessibleName = "Disable Media Player Sharing";
+            this.mediaSharingSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.mediaSharingSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.mediaSharingSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.mediaSharingSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.mediaSharingSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.mediaSharingSw.ForeColor = System.Drawing.Color.White;
             this.mediaSharingSw.ForeColor = System.Drawing.Color.White;
@@ -813,6 +841,8 @@ namespace Optimizer
             // 
             // 
             // printSw
             // printSw
             // 
             // 
+            this.printSw.AccessibleName = "Disable Print Service";
+            this.printSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.printSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.printSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.printSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.printSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.printSw.ForeColor = System.Drawing.Color.White;
             this.printSw.ForeColor = System.Drawing.Color.White;
@@ -826,6 +856,8 @@ namespace Optimizer
             // 
             // 
             // superfetchSw
             // superfetchSw
             // 
             // 
+            this.superfetchSw.AccessibleName = "Disable Superfetch";
+            this.superfetchSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.superfetchSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.superfetchSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.superfetchSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.superfetchSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.superfetchSw.ForeColor = System.Drawing.Color.White;
             this.superfetchSw.ForeColor = System.Drawing.Color.White;
@@ -839,6 +871,8 @@ namespace Optimizer
             // 
             // 
             // faxSw
             // faxSw
             // 
             // 
+            this.faxSw.AccessibleName = "Disable Fax Service";
+            this.faxSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.faxSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.faxSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.faxSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.faxSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.faxSw.ForeColor = System.Drawing.Color.White;
             this.faxSw.ForeColor = System.Drawing.Color.White;
@@ -852,6 +886,8 @@ namespace Optimizer
             // 
             // 
             // performanceSw
             // performanceSw
             // 
             // 
+            this.performanceSw.AccessibleName = "Enable Performance Tweaks";
+            this.performanceSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.performanceSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.performanceSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.performanceSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.performanceSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.performanceSw.ForeColor = System.Drawing.Color.White;
             this.performanceSw.ForeColor = System.Drawing.Color.White;
@@ -889,16 +925,18 @@ namespace Optimizer
             this.windows10Tab.Controls.Add(this.oldExplorerSw);
             this.windows10Tab.Controls.Add(this.oldExplorerSw);
             this.windows10Tab.Controls.Add(this.adsSw);
             this.windows10Tab.Controls.Add(this.adsSw);
             this.windows10Tab.Controls.Add(this.panelWin11Tweaks);
             this.windows10Tab.Controls.Add(this.panelWin11Tweaks);
-            this.windows10Tab.Location = new System.Drawing.Point(4, 25);
+            this.windows10Tab.Location = new System.Drawing.Point(4, 24);
             this.windows10Tab.Margin = new System.Windows.Forms.Padding(2);
             this.windows10Tab.Margin = new System.Windows.Forms.Padding(2);
             this.windows10Tab.Name = "windows10Tab";
             this.windows10Tab.Name = "windows10Tab";
             this.windows10Tab.Padding = new System.Windows.Forms.Padding(2);
             this.windows10Tab.Padding = new System.Windows.Forms.Padding(2);
-            this.windows10Tab.Size = new System.Drawing.Size(999, 610);
+            this.windows10Tab.Size = new System.Drawing.Size(999, 611);
             this.windows10Tab.TabIndex = 1;
             this.windows10Tab.TabIndex = 1;
             this.windows10Tab.Text = "Windows 10";
             this.windows10Tab.Text = "Windows 10";
             // 
             // 
             // gameModeSw
             // gameModeSw
             // 
             // 
+            this.gameModeSw.AccessibleName = "Enable Gaming Mode";
+            this.gameModeSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.gameModeSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.gameModeSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.gameModeSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.gameModeSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.gameModeSw.ForeColor = System.Drawing.Color.White;
             this.gameModeSw.ForeColor = System.Drawing.Color.White;
@@ -912,6 +950,8 @@ namespace Optimizer
             // 
             // 
             // featuresSw
             // featuresSw
             // 
             // 
+            this.featuresSw.AccessibleName = "Disable Feature Updates";
+            this.featuresSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.featuresSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.featuresSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.featuresSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.featuresSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.featuresSw.ForeColor = System.Drawing.Color.White;
             this.featuresSw.ForeColor = System.Drawing.Color.White;
@@ -925,6 +965,8 @@ namespace Optimizer
             // 
             // 
             // oldMixerSw
             // oldMixerSw
             // 
             // 
+            this.oldMixerSw.AccessibleName = "Enable Classic Volume Mixer";
+            this.oldMixerSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.oldMixerSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.oldMixerSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.oldMixerSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.oldMixerSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.oldMixerSw.ForeColor = System.Drawing.Color.White;
             this.oldMixerSw.ForeColor = System.Drawing.Color.White;
@@ -938,6 +980,8 @@ namespace Optimizer
             // 
             // 
             // insiderSw
             // insiderSw
             // 
             // 
+            this.insiderSw.AccessibleName = "Disable Insider Service";
+            this.insiderSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.insiderSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.insiderSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.insiderSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.insiderSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.insiderSw.ForeColor = System.Drawing.Color.White;
             this.insiderSw.ForeColor = System.Drawing.Color.White;
@@ -951,6 +995,8 @@ namespace Optimizer
             // 
             // 
             // castSw
             // castSw
             // 
             // 
+            this.castSw.AccessibleName = "Remove Cast to Device";
+            this.castSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.castSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.castSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.castSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.castSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.castSw.ForeColor = System.Drawing.Color.White;
             this.castSw.ForeColor = System.Drawing.Color.White;
@@ -964,6 +1010,8 @@ namespace Optimizer
             // 
             // 
             // gameBarSw
             // gameBarSw
             // 
             // 
+            this.gameBarSw.AccessibleName = "Disable Game Bar";
+            this.gameBarSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.gameBarSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.gameBarSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.gameBarSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.gameBarSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.gameBarSw.ForeColor = System.Drawing.Color.White;
             this.gameBarSw.ForeColor = System.Drawing.Color.White;
@@ -977,6 +1025,8 @@ namespace Optimizer
             // 
             // 
             // sensorSw
             // sensorSw
             // 
             // 
+            this.sensorSw.AccessibleName = "Disable Sensor Services";
+            this.sensorSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.sensorSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.sensorSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.sensorSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.sensorSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.sensorSw.ForeColor = System.Drawing.Color.White;
             this.sensorSw.ForeColor = System.Drawing.Color.White;
@@ -990,6 +1040,8 @@ namespace Optimizer
             // 
             // 
             // ccSw
             // ccSw
             // 
             // 
+            this.ccSw.AccessibleName = "Disable Cloud Clipboard";
+            this.ccSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.ccSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.ccSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.ccSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.ccSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.ccSw.ForeColor = System.Drawing.Color.White;
             this.ccSw.ForeColor = System.Drawing.Color.White;
@@ -1003,6 +1055,8 @@ namespace Optimizer
             // 
             // 
             // cortanaSw
             // cortanaSw
             // 
             // 
+            this.cortanaSw.AccessibleName = "Disable Cortana";
+            this.cortanaSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.cortanaSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.cortanaSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.cortanaSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.cortanaSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.cortanaSw.ForeColor = System.Drawing.Color.White;
             this.cortanaSw.ForeColor = System.Drawing.Color.White;
@@ -1016,6 +1070,8 @@ namespace Optimizer
             // 
             // 
             // privacySw
             // privacySw
             // 
             // 
+            this.privacySw.AccessibleName = "Enhance Privacy";
+            this.privacySw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.privacySw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.privacySw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.privacySw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.privacySw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.privacySw.ForeColor = System.Drawing.Color.White;
             this.privacySw.ForeColor = System.Drawing.Color.White;
@@ -1029,6 +1085,8 @@ namespace Optimizer
             // 
             // 
             // driversSw
             // driversSw
             // 
             // 
+            this.driversSw.AccessibleName = "Exclude Drivers from Update";
+            this.driversSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.driversSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.driversSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.driversSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.driversSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.driversSw.ForeColor = System.Drawing.Color.White;
             this.driversSw.ForeColor = System.Drawing.Color.White;
@@ -1042,6 +1100,8 @@ namespace Optimizer
             // 
             // 
             // telemetryServicesSw
             // telemetryServicesSw
             // 
             // 
+            this.telemetryServicesSw.AccessibleName = "Disable Telemetry Services";
+            this.telemetryServicesSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.telemetryServicesSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.telemetryServicesSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.telemetryServicesSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.telemetryServicesSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.telemetryServicesSw.ForeColor = System.Drawing.Color.White;
             this.telemetryServicesSw.ForeColor = System.Drawing.Color.White;
@@ -1055,6 +1115,8 @@ namespace Optimizer
             // 
             // 
             // autoUpdatesSw
             // autoUpdatesSw
             // 
             // 
+            this.autoUpdatesSw.AccessibleName = "Disable Automatic Updates";
+            this.autoUpdatesSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.autoUpdatesSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.autoUpdatesSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.autoUpdatesSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.autoUpdatesSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.autoUpdatesSw.ForeColor = System.Drawing.Color.White;
             this.autoUpdatesSw.ForeColor = System.Drawing.Color.White;
@@ -1068,6 +1130,8 @@ namespace Optimizer
             // 
             // 
             // tpmSw
             // tpmSw
             // 
             // 
+            this.tpmSw.AccessibleName = "Disable TPM 2.0 Check";
+            this.tpmSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.tpmSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.tpmSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.tpmSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.tpmSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.tpmSw.ForeColor = System.Drawing.Color.White;
             this.tpmSw.ForeColor = System.Drawing.Color.White;
@@ -1081,6 +1145,8 @@ namespace Optimizer
             // 
             // 
             // xboxSw
             // xboxSw
             // 
             // 
+            this.xboxSw.AccessibleName = "Disable Xbox Live";
+            this.xboxSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.xboxSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.xboxSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.xboxSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.xboxSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.xboxSw.ForeColor = System.Drawing.Color.White;
             this.xboxSw.ForeColor = System.Drawing.Color.White;
@@ -1094,6 +1160,8 @@ namespace Optimizer
             // 
             // 
             // inkSw
             // inkSw
             // 
             // 
+            this.inkSw.AccessibleName = "Disable Windows Ink";
+            this.inkSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.inkSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.inkSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.inkSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.inkSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.inkSw.ForeColor = System.Drawing.Color.White;
             this.inkSw.ForeColor = System.Drawing.Color.White;
@@ -1107,6 +1175,8 @@ namespace Optimizer
             // 
             // 
             // spellSw
             // spellSw
             // 
             // 
+            this.spellSw.AccessibleName = "Disable Spell Checking";
+            this.spellSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.spellSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.spellSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.spellSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.spellSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.spellSw.ForeColor = System.Drawing.Color.White;
             this.spellSw.ForeColor = System.Drawing.Color.White;
@@ -1120,6 +1190,8 @@ namespace Optimizer
             // 
             // 
             // longPathsSw
             // longPathsSw
             // 
             // 
+            this.longPathsSw.AccessibleName = "Enable Long Paths";
+            this.longPathsSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.longPathsSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.longPathsSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.longPathsSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.longPathsSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.longPathsSw.ForeColor = System.Drawing.Color.White;
             this.longPathsSw.ForeColor = System.Drawing.Color.White;
@@ -1133,6 +1205,8 @@ namespace Optimizer
             // 
             // 
             // uODSw
             // uODSw
             // 
             // 
+            this.uODSw.AccessibleName = "Uninstall OneDrive";
+            this.uODSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.uODSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.uODSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.uODSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.uODSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.uODSw.ForeColor = System.Drawing.Color.White;
             this.uODSw.ForeColor = System.Drawing.Color.White;
@@ -1146,6 +1220,8 @@ namespace Optimizer
             // 
             // 
             // peopleSw
             // peopleSw
             // 
             // 
+            this.peopleSw.AccessibleName = "Disable My People";
+            this.peopleSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.peopleSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.peopleSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.peopleSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.peopleSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.peopleSw.ForeColor = System.Drawing.Color.White;
             this.peopleSw.ForeColor = System.Drawing.Color.White;
@@ -1159,6 +1235,8 @@ namespace Optimizer
             // 
             // 
             // oldExplorerSw
             // oldExplorerSw
             // 
             // 
+            this.oldExplorerSw.AccessibleName = "Restore Classic Windows Explorer";
+            this.oldExplorerSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.oldExplorerSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.oldExplorerSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.oldExplorerSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.oldExplorerSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.oldExplorerSw.ForeColor = System.Drawing.Color.White;
             this.oldExplorerSw.ForeColor = System.Drawing.Color.White;
@@ -1172,6 +1250,8 @@ namespace Optimizer
             // 
             // 
             // adsSw
             // adsSw
             // 
             // 
+            this.adsSw.AccessibleName = "Disable Start Menu Ads";
+            this.adsSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.adsSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.adsSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.adsSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.adsSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.adsSw.ForeColor = System.Drawing.Color.White;
             this.adsSw.ForeColor = System.Drawing.Color.White;
@@ -1200,6 +1280,8 @@ namespace Optimizer
             // 
             // 
             // classicRibbonSw
             // classicRibbonSw
             // 
             // 
+            this.classicRibbonSw.AccessibleName = "Enable Classic Ribbon in Explorer";
+            this.classicRibbonSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.classicRibbonSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.classicRibbonSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.classicRibbonSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.classicRibbonSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.classicRibbonSw.ForeColor = System.Drawing.Color.White;
             this.classicRibbonSw.ForeColor = System.Drawing.Color.White;
@@ -1213,6 +1295,8 @@ namespace Optimizer
             // 
             // 
             // snapAssistSw
             // snapAssistSw
             // 
             // 
+            this.snapAssistSw.AccessibleName = "Disable Snap Assist";
+            this.snapAssistSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.snapAssistSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.snapAssistSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.snapAssistSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.snapAssistSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.snapAssistSw.ForeColor = System.Drawing.Color.White;
             this.snapAssistSw.ForeColor = System.Drawing.Color.White;
@@ -1226,6 +1310,8 @@ namespace Optimizer
             // 
             // 
             // widgetsSw
             // widgetsSw
             // 
             // 
+            this.widgetsSw.AccessibleName = "Disable Widgets";
+            this.widgetsSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.widgetsSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.widgetsSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.widgetsSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.widgetsSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.widgetsSw.ForeColor = System.Drawing.Color.White;
             this.widgetsSw.ForeColor = System.Drawing.Color.White;
@@ -1239,6 +1325,8 @@ namespace Optimizer
             // 
             // 
             // leftTaskbarSw
             // leftTaskbarSw
             // 
             // 
+            this.leftTaskbarSw.AccessibleName = "Align Taskbar to Left";
+            this.leftTaskbarSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.leftTaskbarSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.leftTaskbarSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.leftTaskbarSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.leftTaskbarSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.leftTaskbarSw.ForeColor = System.Drawing.Color.White;
             this.leftTaskbarSw.ForeColor = System.Drawing.Color.White;
@@ -1252,6 +1340,8 @@ namespace Optimizer
             // 
             // 
             // classicContextSw
             // classicContextSw
             // 
             // 
+            this.classicContextSw.AccessibleName = "Enable Classic Right-Click Menu";
+            this.classicContextSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.classicContextSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.classicContextSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.classicContextSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.classicContextSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.classicContextSw.ForeColor = System.Drawing.Color.White;
             this.classicContextSw.ForeColor = System.Drawing.Color.White;
@@ -1265,6 +1355,8 @@ namespace Optimizer
             // 
             // 
             // chatSw
             // chatSw
             // 
             // 
+            this.chatSw.AccessibleName = "Disable Chat";
+            this.chatSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.chatSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.chatSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.chatSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.chatSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.chatSw.ForeColor = System.Drawing.Color.White;
             this.chatSw.ForeColor = System.Drawing.Color.White;
@@ -1278,6 +1370,8 @@ namespace Optimizer
             // 
             // 
             // smallerTaskbarSw
             // smallerTaskbarSw
             // 
             // 
+            this.smallerTaskbarSw.AccessibleName = "Make Taskbar Smaller";
+            this.smallerTaskbarSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.smallerTaskbarSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.smallerTaskbarSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.smallerTaskbarSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.smallerTaskbarSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.smallerTaskbarSw.ForeColor = System.Drawing.Color.White;
             this.smallerTaskbarSw.ForeColor = System.Drawing.Color.White;
@@ -1293,16 +1387,18 @@ namespace Optimizer
             // 
             // 
             this.windows8Tab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.windows8Tab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.windows8Tab.Controls.Add(this.disableOneDriveSw);
             this.windows8Tab.Controls.Add(this.disableOneDriveSw);
-            this.windows8Tab.Location = new System.Drawing.Point(4, 25);
+            this.windows8Tab.Location = new System.Drawing.Point(4, 24);
             this.windows8Tab.Margin = new System.Windows.Forms.Padding(2);
             this.windows8Tab.Margin = new System.Windows.Forms.Padding(2);
             this.windows8Tab.Name = "windows8Tab";
             this.windows8Tab.Name = "windows8Tab";
             this.windows8Tab.Padding = new System.Windows.Forms.Padding(2);
             this.windows8Tab.Padding = new System.Windows.Forms.Padding(2);
-            this.windows8Tab.Size = new System.Drawing.Size(999, 610);
+            this.windows8Tab.Size = new System.Drawing.Size(999, 611);
             this.windows8Tab.TabIndex = 2;
             this.windows8Tab.TabIndex = 2;
             this.windows8Tab.Text = "Windows 8.1";
             this.windows8Tab.Text = "Windows 8.1";
             // 
             // 
             // disableOneDriveSw
             // disableOneDriveSw
             // 
             // 
+            this.disableOneDriveSw.AccessibleName = "Disable OneDrive";
+            this.disableOneDriveSw.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.disableOneDriveSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.disableOneDriveSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.disableOneDriveSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.disableOneDriveSw.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.disableOneDriveSw.ForeColor = System.Drawing.Color.White;
             this.disableOneDriveSw.ForeColor = System.Drawing.Color.White;
@@ -1324,10 +1420,10 @@ namespace Optimizer
             this.modernAppsTab.Controls.Add(this.refreshModernAppsButton);
             this.modernAppsTab.Controls.Add(this.refreshModernAppsButton);
             this.modernAppsTab.Controls.Add(this.txtModernAppsTitle);
             this.modernAppsTab.Controls.Add(this.txtModernAppsTitle);
             this.modernAppsTab.Controls.Add(this.panelModernAppsList);
             this.modernAppsTab.Controls.Add(this.panelModernAppsList);
-            this.modernAppsTab.Location = new System.Drawing.Point(4, 25);
+            this.modernAppsTab.Location = new System.Drawing.Point(4, 24);
             this.modernAppsTab.Name = "modernAppsTab";
             this.modernAppsTab.Name = "modernAppsTab";
             this.modernAppsTab.Padding = new System.Windows.Forms.Padding(3);
             this.modernAppsTab.Padding = new System.Windows.Forms.Padding(3);
-            this.modernAppsTab.Size = new System.Drawing.Size(999, 610);
+            this.modernAppsTab.Size = new System.Drawing.Size(999, 611);
             this.modernAppsTab.TabIndex = 11;
             this.modernAppsTab.TabIndex = 11;
             this.modernAppsTab.Text = "UWP Apps";
             this.modernAppsTab.Text = "UWP Apps";
             // 
             // 
@@ -1462,10 +1558,10 @@ namespace Optimizer
             this.startupTab.Controls.Add(this.panel3);
             this.startupTab.Controls.Add(this.panel3);
             this.startupTab.Controls.Add(this.removeStartupItemB);
             this.startupTab.Controls.Add(this.removeStartupItemB);
             this.startupTab.Controls.Add(this.startupTitle);
             this.startupTab.Controls.Add(this.startupTitle);
-            this.startupTab.Location = new System.Drawing.Point(4, 25);
+            this.startupTab.Location = new System.Drawing.Point(4, 24);
             this.startupTab.Margin = new System.Windows.Forms.Padding(2);
             this.startupTab.Margin = new System.Windows.Forms.Padding(2);
             this.startupTab.Name = "startupTab";
             this.startupTab.Name = "startupTab";
-            this.startupTab.Size = new System.Drawing.Size(999, 610);
+            this.startupTab.Size = new System.Drawing.Size(999, 611);
             this.startupTab.TabIndex = 7;
             this.startupTab.TabIndex = 7;
             this.startupTab.Text = "Startup";
             this.startupTab.Text = "Startup";
             // 
             // 
@@ -1721,10 +1817,10 @@ namespace Optimizer
             this.appsTab.Controls.Add(this.panel10);
             this.appsTab.Controls.Add(this.panel10);
             this.appsTab.Controls.Add(this.panelCommonApps);
             this.appsTab.Controls.Add(this.panelCommonApps);
             this.appsTab.Controls.Add(this.groupSystemTools);
             this.appsTab.Controls.Add(this.groupSystemTools);
-            this.appsTab.Location = new System.Drawing.Point(4, 25);
+            this.appsTab.Location = new System.Drawing.Point(4, 24);
             this.appsTab.Name = "appsTab";
             this.appsTab.Name = "appsTab";
             this.appsTab.Padding = new System.Windows.Forms.Padding(3);
             this.appsTab.Padding = new System.Windows.Forms.Padding(3);
-            this.appsTab.Size = new System.Drawing.Size(999, 610);
+            this.appsTab.Size = new System.Drawing.Size(999, 611);
             this.appsTab.TabIndex = 12;
             this.appsTab.TabIndex = 12;
             this.appsTab.Text = "Common Apps";
             this.appsTab.Text = "Common Apps";
             // 
             // 
@@ -1736,7 +1832,7 @@ namespace Optimizer
             this.txtFeedError.ForeColor = System.Drawing.Color.Gold;
             this.txtFeedError.ForeColor = System.Drawing.Color.Gold;
             this.txtFeedError.Location = new System.Drawing.Point(3, 47);
             this.txtFeedError.Location = new System.Drawing.Point(3, 47);
             this.txtFeedError.Name = "txtFeedError";
             this.txtFeedError.Name = "txtFeedError";
-            this.txtFeedError.Size = new System.Drawing.Size(993, 440);
+            this.txtFeedError.Size = new System.Drawing.Size(993, 441);
             this.txtFeedError.TabIndex = 171;
             this.txtFeedError.TabIndex = 171;
             this.txtFeedError.Text = "No internet connection, try refreshing links again";
             this.txtFeedError.Text = "No internet connection, try refreshing links again";
             this.txtFeedError.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
             this.txtFeedError.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -1883,7 +1979,7 @@ namespace Optimizer
             this.panelCommonApps.Controls.Add(this.bitPref);
             this.panelCommonApps.Controls.Add(this.bitPref);
             this.panelCommonApps.Controls.Add(this.goToDownloadsB);
             this.panelCommonApps.Controls.Add(this.goToDownloadsB);
             this.panelCommonApps.Dock = System.Windows.Forms.DockStyle.Bottom;
             this.panelCommonApps.Dock = System.Windows.Forms.DockStyle.Bottom;
-            this.panelCommonApps.Location = new System.Drawing.Point(3, 487);
+            this.panelCommonApps.Location = new System.Drawing.Point(3, 488);
             this.panelCommonApps.Name = "panelCommonApps";
             this.panelCommonApps.Name = "panelCommonApps";
             this.panelCommonApps.Size = new System.Drawing.Size(993, 120);
             this.panelCommonApps.Size = new System.Drawing.Size(993, 120);
             this.panelCommonApps.TabIndex = 162;
             this.panelCommonApps.TabIndex = 162;
@@ -2075,11 +2171,11 @@ namespace Optimizer
             this.cleanerTab.Controls.Add(this.panel14);
             this.cleanerTab.Controls.Add(this.panel14);
             this.cleanerTab.Controls.Add(this.panel13);
             this.cleanerTab.Controls.Add(this.panel13);
             this.cleanerTab.Controls.Add(this.panel1);
             this.cleanerTab.Controls.Add(this.panel1);
-            this.cleanerTab.Location = new System.Drawing.Point(4, 25);
+            this.cleanerTab.Location = new System.Drawing.Point(4, 24);
             this.cleanerTab.Margin = new System.Windows.Forms.Padding(2);
             this.cleanerTab.Margin = new System.Windows.Forms.Padding(2);
             this.cleanerTab.Name = "cleanerTab";
             this.cleanerTab.Name = "cleanerTab";
             this.cleanerTab.Padding = new System.Windows.Forms.Padding(2);
             this.cleanerTab.Padding = new System.Windows.Forms.Padding(2);
-            this.cleanerTab.Size = new System.Drawing.Size(999, 610);
+            this.cleanerTab.Size = new System.Drawing.Size(999, 611);
             this.cleanerTab.TabIndex = 5;
             this.cleanerTab.TabIndex = 5;
             this.cleanerTab.Text = "Cleaner";
             this.cleanerTab.Text = "Cleaner";
             // 
             // 
@@ -2090,7 +2186,7 @@ namespace Optimizer
             this.panel14.Dock = System.Windows.Forms.DockStyle.Fill;
             this.panel14.Dock = System.Windows.Forms.DockStyle.Fill;
             this.panel14.Location = new System.Drawing.Point(221, 2);
             this.panel14.Location = new System.Drawing.Point(221, 2);
             this.panel14.Name = "panel14";
             this.panel14.Name = "panel14";
-            this.panel14.Size = new System.Drawing.Size(776, 545);
+            this.panel14.Size = new System.Drawing.Size(776, 546);
             this.panel14.TabIndex = 51;
             this.panel14.TabIndex = 51;
             // 
             // 
             // listCleanPreview
             // listCleanPreview
@@ -2104,7 +2200,7 @@ namespace Optimizer
             this.listCleanPreview.HorizontalScrollbar = true;
             this.listCleanPreview.HorizontalScrollbar = true;
             this.listCleanPreview.Location = new System.Drawing.Point(0, 0);
             this.listCleanPreview.Location = new System.Drawing.Point(0, 0);
             this.listCleanPreview.Name = "listCleanPreview";
             this.listCleanPreview.Name = "listCleanPreview";
-            this.listCleanPreview.Size = new System.Drawing.Size(774, 543);
+            this.listCleanPreview.Size = new System.Drawing.Size(774, 544);
             this.listCleanPreview.TabIndex = 1;
             this.listCleanPreview.TabIndex = 1;
             // 
             // 
             // panel13
             // panel13
@@ -2116,7 +2212,7 @@ namespace Optimizer
             this.panel13.Controls.Add(this.cleanDriveB);
             this.panel13.Controls.Add(this.cleanDriveB);
             this.panel13.Controls.Add(this.lblFootprint);
             this.panel13.Controls.Add(this.lblFootprint);
             this.panel13.Dock = System.Windows.Forms.DockStyle.Bottom;
             this.panel13.Dock = System.Windows.Forms.DockStyle.Bottom;
-            this.panel13.Location = new System.Drawing.Point(221, 547);
+            this.panel13.Location = new System.Drawing.Point(221, 548);
             this.panel13.Name = "panel13";
             this.panel13.Name = "panel13";
             this.panel13.Size = new System.Drawing.Size(776, 61);
             this.panel13.Size = new System.Drawing.Size(776, 61);
             this.panel13.TabIndex = 50;
             this.panel13.TabIndex = 50;
@@ -2145,7 +2241,7 @@ namespace Optimizer
             this.checkSelectAll.Font = new System.Drawing.Font("Segoe UI Semibold", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.checkSelectAll.Font = new System.Drawing.Font("Segoe UI Semibold", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.checkSelectAll.ForeColor = System.Drawing.Color.DodgerBlue;
             this.checkSelectAll.ForeColor = System.Drawing.Color.DodgerBlue;
             this.checkSelectAll.LinkColor = System.Drawing.Color.DodgerBlue;
             this.checkSelectAll.LinkColor = System.Drawing.Color.DodgerBlue;
-            this.checkSelectAll.Location = new System.Drawing.Point(528, -1);
+            this.checkSelectAll.Location = new System.Drawing.Point(528, 1);
             this.checkSelectAll.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
             this.checkSelectAll.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
             this.checkSelectAll.Name = "checkSelectAll";
             this.checkSelectAll.Name = "checkSelectAll";
             this.checkSelectAll.Size = new System.Drawing.Size(247, 20);
             this.checkSelectAll.Size = new System.Drawing.Size(247, 20);
@@ -2238,7 +2334,7 @@ namespace Optimizer
             this.panel1.Location = new System.Drawing.Point(2, 2);
             this.panel1.Location = new System.Drawing.Point(2, 2);
             this.panel1.Margin = new System.Windows.Forms.Padding(2);
             this.panel1.Margin = new System.Windows.Forms.Padding(2);
             this.panel1.Name = "panel1";
             this.panel1.Name = "panel1";
-            this.panel1.Size = new System.Drawing.Size(219, 606);
+            this.panel1.Size = new System.Drawing.Size(219, 607);
             this.panel1.TabIndex = 47;
             this.panel1.TabIndex = 47;
             // 
             // 
             // label8
             // label8
@@ -2321,7 +2417,7 @@ namespace Optimizer
             this.IECache.AutoSize = true;
             this.IECache.AutoSize = true;
             this.IECache.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.IECache.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.IECache.ForeColor = System.Drawing.Color.White;
             this.IECache.ForeColor = System.Drawing.Color.White;
-            this.IECache.Location = new System.Drawing.Point(9, 569);
+            this.IECache.Location = new System.Drawing.Point(10, 569);
             this.IECache.Margin = new System.Windows.Forms.Padding(2);
             this.IECache.Margin = new System.Windows.Forms.Padding(2);
             this.IECache.Name = "IECache";
             this.IECache.Name = "IECache";
             this.IECache.Size = new System.Drawing.Size(66, 23);
             this.IECache.Size = new System.Drawing.Size(66, 23);
@@ -2451,7 +2547,7 @@ namespace Optimizer
             this.label6.AutoSize = true;
             this.label6.AutoSize = true;
             this.label6.Font = new System.Drawing.Font("Segoe UI Semibold", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.label6.Font = new System.Drawing.Font("Segoe UI Semibold", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.label6.ForeColor = System.Drawing.Color.DarkGray;
             this.label6.ForeColor = System.Drawing.Color.DarkGray;
-            this.label6.Location = new System.Drawing.Point(32, 545);
+            this.label6.Location = new System.Drawing.Point(33, 545);
             this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
             this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
             this.label6.Name = "label6";
             this.label6.Name = "label6";
             this.label6.Size = new System.Drawing.Size(125, 20);
             this.label6.Size = new System.Drawing.Size(125, 20);
@@ -2498,7 +2594,7 @@ namespace Optimizer
             // pictureBox10
             // pictureBox10
             // 
             // 
             this.pictureBox10.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox10.Image")));
             this.pictureBox10.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox10.Image")));
-            this.pictureBox10.Location = new System.Drawing.Point(9, 544);
+            this.pictureBox10.Location = new System.Drawing.Point(10, 544);
             this.pictureBox10.Name = "pictureBox10";
             this.pictureBox10.Name = "pictureBox10";
             this.pictureBox10.Size = new System.Drawing.Size(20, 20);
             this.pictureBox10.Size = new System.Drawing.Size(20, 20);
             this.pictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
             this.pictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
@@ -2599,10 +2695,10 @@ namespace Optimizer
             this.pingerTab.Controls.Add(this.txtPingInput);
             this.pingerTab.Controls.Add(this.txtPingInput);
             this.pingerTab.Controls.Add(this.lblPinger);
             this.pingerTab.Controls.Add(this.lblPinger);
             this.pingerTab.Controls.Add(this.pingerTitle);
             this.pingerTab.Controls.Add(this.pingerTitle);
-            this.pingerTab.Location = new System.Drawing.Point(4, 25);
+            this.pingerTab.Location = new System.Drawing.Point(4, 24);
             this.pingerTab.Name = "pingerTab";
             this.pingerTab.Name = "pingerTab";
             this.pingerTab.Padding = new System.Windows.Forms.Padding(3);
             this.pingerTab.Padding = new System.Windows.Forms.Padding(3);
-            this.pingerTab.Size = new System.Drawing.Size(999, 610);
+            this.pingerTab.Size = new System.Drawing.Size(999, 611);
             this.pingerTab.TabIndex = 13;
             this.pingerTab.TabIndex = 13;
             this.pingerTab.Text = "Pinger";
             this.pingerTab.Text = "Pinger";
             // 
             // 
@@ -2913,11 +3009,11 @@ namespace Optimizer
             this.hostsEditorTab.Controls.Add(this.panel4);
             this.hostsEditorTab.Controls.Add(this.panel4);
             this.hostsEditorTab.Controls.Add(this.hostsTitle);
             this.hostsEditorTab.Controls.Add(this.hostsTitle);
             this.hostsEditorTab.Controls.Add(this.linkLocate);
             this.hostsEditorTab.Controls.Add(this.linkLocate);
-            this.hostsEditorTab.Location = new System.Drawing.Point(4, 25);
+            this.hostsEditorTab.Location = new System.Drawing.Point(4, 24);
             this.hostsEditorTab.Margin = new System.Windows.Forms.Padding(2);
             this.hostsEditorTab.Margin = new System.Windows.Forms.Padding(2);
             this.hostsEditorTab.Name = "hostsEditorTab";
             this.hostsEditorTab.Name = "hostsEditorTab";
             this.hostsEditorTab.Padding = new System.Windows.Forms.Padding(2);
             this.hostsEditorTab.Padding = new System.Windows.Forms.Padding(2);
-            this.hostsEditorTab.Size = new System.Drawing.Size(999, 610);
+            this.hostsEditorTab.Size = new System.Drawing.Size(999, 611);
             this.hostsEditorTab.TabIndex = 9;
             this.hostsEditorTab.TabIndex = 9;
             this.hostsEditorTab.Text = "Hosts";
             this.hostsEditorTab.Text = "Hosts";
             // 
             // 
@@ -3209,11 +3305,11 @@ namespace Optimizer
             this.registryFixerTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.registryFixerTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.registryFixerTab.Controls.Add(this.panel2);
             this.registryFixerTab.Controls.Add(this.panel2);
             this.registryFixerTab.Controls.Add(this.registryTitle);
             this.registryFixerTab.Controls.Add(this.registryTitle);
-            this.registryFixerTab.Location = new System.Drawing.Point(4, 25);
+            this.registryFixerTab.Location = new System.Drawing.Point(4, 24);
             this.registryFixerTab.Margin = new System.Windows.Forms.Padding(2);
             this.registryFixerTab.Margin = new System.Windows.Forms.Padding(2);
             this.registryFixerTab.Name = "registryFixerTab";
             this.registryFixerTab.Name = "registryFixerTab";
             this.registryFixerTab.Padding = new System.Windows.Forms.Padding(2);
             this.registryFixerTab.Padding = new System.Windows.Forms.Padding(2);
-            this.registryFixerTab.Size = new System.Drawing.Size(999, 610);
+            this.registryFixerTab.Size = new System.Drawing.Size(999, 611);
             this.registryFixerTab.TabIndex = 8;
             this.registryFixerTab.TabIndex = 8;
             this.registryFixerTab.Text = "Registry";
             this.registryFixerTab.Text = "Registry";
             // 
             // 
@@ -3419,10 +3515,10 @@ namespace Optimizer
             this.indiciumTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.indiciumTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.indiciumTab.Controls.Add(this.panel12);
             this.indiciumTab.Controls.Add(this.panel12);
             this.indiciumTab.Controls.Add(this.panel11);
             this.indiciumTab.Controls.Add(this.panel11);
-            this.indiciumTab.Location = new System.Drawing.Point(4, 25);
+            this.indiciumTab.Location = new System.Drawing.Point(4, 24);
             this.indiciumTab.Name = "indiciumTab";
             this.indiciumTab.Name = "indiciumTab";
             this.indiciumTab.Padding = new System.Windows.Forms.Padding(3);
             this.indiciumTab.Padding = new System.Windows.Forms.Padding(3);
-            this.indiciumTab.Size = new System.Drawing.Size(999, 610);
+            this.indiciumTab.Size = new System.Drawing.Size(999, 611);
             this.indiciumTab.TabIndex = 14;
             this.indiciumTab.TabIndex = 14;
             this.indiciumTab.Text = "Hardware";
             this.indiciumTab.Text = "Hardware";
             // 
             // 
@@ -3433,7 +3529,7 @@ namespace Optimizer
             this.panel12.Dock = System.Windows.Forms.DockStyle.Fill;
             this.panel12.Dock = System.Windows.Forms.DockStyle.Fill;
             this.panel12.Location = new System.Drawing.Point(3, 38);
             this.panel12.Location = new System.Drawing.Point(3, 38);
             this.panel12.Name = "panel12";
             this.panel12.Name = "panel12";
-            this.panel12.Size = new System.Drawing.Size(993, 569);
+            this.panel12.Size = new System.Drawing.Size(993, 570);
             this.panel12.TabIndex = 2;
             this.panel12.TabIndex = 2;
             // 
             // 
             // specsTree
             // specsTree
@@ -3488,7 +3584,7 @@ namespace Optimizer
             treeNode6,
             treeNode6,
             treeNode7,
             treeNode7,
             treeNode8});
             treeNode8});
-            this.specsTree.Size = new System.Drawing.Size(991, 567);
+            this.specsTree.Size = new System.Drawing.Size(991, 568);
             this.specsTree.TabIndex = 0;
             this.specsTree.TabIndex = 0;
             this.specsTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.specsTree_NodeMouseClick);
             this.specsTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.specsTree_NodeMouseClick);
             // 
             // 
@@ -3588,6 +3684,8 @@ namespace Optimizer
             // 
             // 
             // hwDetailed
             // hwDetailed
             // 
             // 
+            this.hwDetailed.AccessibleName = "Detailed View";
+            this.hwDetailed.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.hwDetailed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.hwDetailed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.hwDetailed.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.hwDetailed.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.hwDetailed.ForeColor = System.Drawing.Color.White;
             this.hwDetailed.ForeColor = System.Drawing.Color.White;
@@ -3604,11 +3702,11 @@ namespace Optimizer
             // 
             // 
             this.integratorTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.integratorTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.integratorTab.Controls.Add(this.synapse);
             this.integratorTab.Controls.Add(this.synapse);
-            this.integratorTab.Location = new System.Drawing.Point(4, 25);
+            this.integratorTab.Location = new System.Drawing.Point(4, 24);
             this.integratorTab.Margin = new System.Windows.Forms.Padding(2);
             this.integratorTab.Margin = new System.Windows.Forms.Padding(2);
             this.integratorTab.Name = "integratorTab";
             this.integratorTab.Name = "integratorTab";
             this.integratorTab.Padding = new System.Windows.Forms.Padding(2);
             this.integratorTab.Padding = new System.Windows.Forms.Padding(2);
-            this.integratorTab.Size = new System.Drawing.Size(999, 610);
+            this.integratorTab.Size = new System.Drawing.Size(999, 611);
             this.integratorTab.TabIndex = 10;
             this.integratorTab.TabIndex = 10;
             this.integratorTab.Text = "Integrator";
             this.integratorTab.Text = "Integrator";
             // 
             // 
@@ -3627,7 +3725,7 @@ namespace Optimizer
             this.synapse.Name = "synapse";
             this.synapse.Name = "synapse";
             this.synapse.Padding = new System.Drawing.Point(0, 0);
             this.synapse.Padding = new System.Drawing.Point(0, 0);
             this.synapse.SelectedIndex = 0;
             this.synapse.SelectedIndex = 0;
-            this.synapse.Size = new System.Drawing.Size(995, 606);
+            this.synapse.Size = new System.Drawing.Size(995, 607);
             this.synapse.TabIndex = 0;
             this.synapse.TabIndex = 0;
             // 
             // 
             // integratorInfoTab
             // integratorInfoTab
@@ -3644,7 +3742,7 @@ namespace Optimizer
             this.integratorInfoTab.Margin = new System.Windows.Forms.Padding(2);
             this.integratorInfoTab.Margin = new System.Windows.Forms.Padding(2);
             this.integratorInfoTab.Name = "integratorInfoTab";
             this.integratorInfoTab.Name = "integratorInfoTab";
             this.integratorInfoTab.Padding = new System.Windows.Forms.Padding(2);
             this.integratorInfoTab.Padding = new System.Windows.Forms.Padding(2);
-            this.integratorInfoTab.Size = new System.Drawing.Size(987, 577);
+            this.integratorInfoTab.Size = new System.Drawing.Size(987, 579);
             this.integratorInfoTab.TabIndex = 0;
             this.integratorInfoTab.TabIndex = 0;
             this.integratorInfoTab.Text = "Info";
             this.integratorInfoTab.Text = "Info";
             // 
             // 
@@ -3752,7 +3850,7 @@ namespace Optimizer
             this.tabPage8.Margin = new System.Windows.Forms.Padding(2);
             this.tabPage8.Margin = new System.Windows.Forms.Padding(2);
             this.tabPage8.Name = "tabPage8";
             this.tabPage8.Name = "tabPage8";
             this.tabPage8.Padding = new System.Windows.Forms.Padding(2);
             this.tabPage8.Padding = new System.Windows.Forms.Padding(2);
-            this.tabPage8.Size = new System.Drawing.Size(987, 577);
+            this.tabPage8.Size = new System.Drawing.Size(987, 579);
             this.tabPage8.TabIndex = 1;
             this.tabPage8.TabIndex = 1;
             this.tabPage8.Text = "Add/Modify";
             this.tabPage8.Text = "Add/Modify";
             // 
             // 
@@ -4096,7 +4194,7 @@ namespace Optimizer
             this.tabPage9.Margin = new System.Windows.Forms.Padding(2);
             this.tabPage9.Margin = new System.Windows.Forms.Padding(2);
             this.tabPage9.Name = "tabPage9";
             this.tabPage9.Name = "tabPage9";
             this.tabPage9.Padding = new System.Windows.Forms.Padding(2);
             this.tabPage9.Padding = new System.Windows.Forms.Padding(2);
-            this.tabPage9.Size = new System.Drawing.Size(987, 577);
+            this.tabPage9.Size = new System.Drawing.Size(987, 579);
             this.tabPage9.TabIndex = 2;
             this.tabPage9.TabIndex = 2;
             this.tabPage9.Text = "Remove";
             this.tabPage9.Text = "Remove";
             // 
             // 
@@ -4208,7 +4306,7 @@ namespace Optimizer
             this.tabPage10.Margin = new System.Windows.Forms.Padding(2);
             this.tabPage10.Margin = new System.Windows.Forms.Padding(2);
             this.tabPage10.Name = "tabPage10";
             this.tabPage10.Name = "tabPage10";
             this.tabPage10.Padding = new System.Windows.Forms.Padding(2);
             this.tabPage10.Padding = new System.Windows.Forms.Padding(2);
-            this.tabPage10.Size = new System.Drawing.Size(987, 577);
+            this.tabPage10.Size = new System.Drawing.Size(987, 579);
             this.tabPage10.TabIndex = 3;
             this.tabPage10.TabIndex = 3;
             this.tabPage10.Text = "Ready Menus";
             this.tabPage10.Text = "Ready Menus";
             // 
             // 
@@ -4396,7 +4494,7 @@ namespace Optimizer
             this.tabPage11.Margin = new System.Windows.Forms.Padding(2);
             this.tabPage11.Margin = new System.Windows.Forms.Padding(2);
             this.tabPage11.Name = "tabPage11";
             this.tabPage11.Name = "tabPage11";
             this.tabPage11.Padding = new System.Windows.Forms.Padding(2);
             this.tabPage11.Padding = new System.Windows.Forms.Padding(2);
-            this.tabPage11.Size = new System.Drawing.Size(987, 577);
+            this.tabPage11.Size = new System.Drawing.Size(987, 579);
             this.tabPage11.TabIndex = 4;
             this.tabPage11.TabIndex = 4;
             this.tabPage11.Text = "Run Dialog";
             this.tabPage11.Text = "Run Dialog";
             // 
             // 
@@ -4597,11 +4695,11 @@ namespace Optimizer
             this.optionsTab.Controls.Add(this.lblTheming);
             this.optionsTab.Controls.Add(this.lblTheming);
             this.optionsTab.Controls.Add(this.quickAccessToggle);
             this.optionsTab.Controls.Add(this.quickAccessToggle);
             this.optionsTab.Controls.Add(this.helpTipsToggle);
             this.optionsTab.Controls.Add(this.helpTipsToggle);
-            this.optionsTab.Location = new System.Drawing.Point(4, 25);
+            this.optionsTab.Location = new System.Drawing.Point(4, 24);
             this.optionsTab.Margin = new System.Windows.Forms.Padding(2);
             this.optionsTab.Margin = new System.Windows.Forms.Padding(2);
             this.optionsTab.Name = "optionsTab";
             this.optionsTab.Name = "optionsTab";
             this.optionsTab.Padding = new System.Windows.Forms.Padding(2);
             this.optionsTab.Padding = new System.Windows.Forms.Padding(2);
-            this.optionsTab.Size = new System.Drawing.Size(999, 610);
+            this.optionsTab.Size = new System.Drawing.Size(999, 611);
             this.optionsTab.TabIndex = 6;
             this.optionsTab.TabIndex = 6;
             this.optionsTab.Text = "Options";
             this.optionsTab.Text = "Options";
             // 
             // 
@@ -5048,6 +5146,8 @@ namespace Optimizer
             // 
             // 
             // quickAccessToggle
             // quickAccessToggle
             // 
             // 
+            this.quickAccessToggle.AccessibleName = "Show Quick Access Menu";
+            this.quickAccessToggle.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.quickAccessToggle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.quickAccessToggle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.quickAccessToggle.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.quickAccessToggle.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.quickAccessToggle.ForeColor = System.Drawing.Color.White;
             this.quickAccessToggle.ForeColor = System.Drawing.Color.White;
@@ -5062,6 +5162,8 @@ namespace Optimizer
             // 
             // 
             // helpTipsToggle
             // helpTipsToggle
             // 
             // 
+            this.helpTipsToggle.AccessibleName = "Show Help Messages";
+            this.helpTipsToggle.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
             this.helpTipsToggle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.helpTipsToggle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.helpTipsToggle.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.helpTipsToggle.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.helpTipsToggle.ForeColor = System.Drawing.Color.White;
             this.helpTipsToggle.ForeColor = System.Drawing.Color.White;
@@ -5456,7 +5558,7 @@ namespace Optimizer
         private System.Windows.Forms.PictureBox pictureBox1;
         private System.Windows.Forms.PictureBox pictureBox1;
         private System.Windows.Forms.Label label2;
         private System.Windows.Forms.Label label2;
         private System.Windows.Forms.Panel bpanel;
         private System.Windows.Forms.Panel bpanel;
-        private MoonTabs tabCollection;
+        private Optimizer.MoonTabs tabCollection;
         private System.Windows.Forms.TabPage universalTab;
         private System.Windows.Forms.TabPage universalTab;
         private System.Windows.Forms.TabPage windows10Tab;
         private System.Windows.Forms.TabPage windows10Tab;
         private System.Windows.Forms.TabPage windows8Tab;
         private System.Windows.Forms.TabPage windows8Tab;
@@ -5502,7 +5604,7 @@ namespace Optimizer
         private System.Windows.Forms.Button addHostB;
         private System.Windows.Forms.Button addHostB;
         private System.Windows.Forms.TextBox txtIP;
         private System.Windows.Forms.TextBox txtIP;
         private System.Windows.Forms.TabPage integratorTab;
         private System.Windows.Forms.TabPage integratorTab;
-        private MoonTabs synapse;
+        private Optimizer.MoonTabs synapse;
         private System.Windows.Forms.TabPage integratorInfoTab;
         private System.Windows.Forms.TabPage integratorInfoTab;
         private System.Windows.Forms.TabPage tabPage8;
         private System.Windows.Forms.TabPage tabPage8;
         private System.Windows.Forms.TabPage tabPage9;
         private System.Windows.Forms.TabPage tabPage9;

+ 1 - 1
Optimizer/Forms/MainForm.resx

@@ -715,7 +715,7 @@ any application only by typing your desired keyword.</value>
         AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
         AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
         LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
         LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
         ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAC8
         ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAC8
-        GgAAAk1TRnQBSQFMAgEBCQEAATgBBAE4AQQBIAEAASABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAGA
+        GgAAAk1TRnQBSQFMAgEBCQEAAXABBAFwAQQBIAEAASABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAGA
         AwABYAMAAQEBAAEgBgABwP8A/wD/AP8A/wD/AP8A/wAeAANHAYB0//8AiQADRwGAdP//AIkAAyoBQANH
         AwABYAMAAQEBAAEgBgABwP8A/wD/AP8A/wD/AP8A/wAeAANHAYB0//8AiQADRwGAdP//AIkAAyoBQANH
         AYADRwGAA0cBgANHAYADRwGAA0cBgANHAYADRwGAA0cBgANHAYADRwGAA0cBgANHAYADRwGAA0cBgANH
         AYADRwGAA0cBgANHAYADRwGAA0cBgANHAYADRwGAA0cBgANHAYADRwGAA0cBgANHAYADRwGAA0cBgANH
         AYADRwGAA0cBgANHAYADRwGAA0cBgANHAYADRwGAA0cBgANHAYADRwGAA0cBgANHAYADRwGA/wD/AP8A
         AYADRwGAA0cBgANHAYADRwGAA0cBgANHAYADRwGAA0cBgANHAYADRwGAA0cBgANHAYADRwGA/wD/AP8A

+ 1 - 0
Optimizer/Optimizer.csproj

@@ -277,6 +277,7 @@
     <None Include="Resources\Scripts\DisableDefenderSafeMode1903Plus.bat" />
     <None Include="Resources\Scripts\DisableDefenderSafeMode1903Plus.bat" />
     <None Include="Resources\Scripts\DisableOfficeTelemetry.reg" />
     <None Include="Resources\Scripts\DisableOfficeTelemetry.reg" />
     <None Include="Resources\i18n\EN.json" />
     <None Include="Resources\i18n\EN.json" />
+    <None Include="Resources\Scripts\EnableDefenderSafeMode1903Plus.bat" />
     <None Include="Resources\Scripts\EnableOfficeTelemetry.reg" />
     <None Include="Resources\Scripts\EnableOfficeTelemetry.reg" />
     <None Include="Resources\Scripts\EnableOfficeTelemetryTasks.bat" />
     <None Include="Resources\Scripts\EnableOfficeTelemetryTasks.bat" />
     <None Include="Resources\Scripts\EnableTelemetryTasks.bat" />
     <None Include="Resources\Scripts\EnableTelemetryTasks.bat" />

+ 37 - 1
Optimizer/Program.cs

@@ -13,7 +13,7 @@ namespace Optimizer
         /* DO NOT LEAVE THEM EMPTY */
         /* DO NOT LEAVE THEM EMPTY */
 
 
         internal readonly static float Major = 12;
         internal readonly static float Major = 12;
-        internal readonly static float Minor = 8;
+        internal readonly static float Minor = 9;
 
 
         internal readonly static bool EXPERIMENTAL_BUILD = false;
         internal readonly static bool EXPERIMENTAL_BUILD = false;
 
 
@@ -160,6 +160,16 @@ namespace Optimizer
                                     Environment.Exit(0);
                                     Environment.Exit(0);
                                 }
                                 }
 
 
+                                // hibernation switches
+                                if (arg == "/disablehibernate")
+                                {
+                                    Utilities.DisableHibernation();
+                                }
+                                if (arg == "/enablehibernate")
+                                {
+                                    Utilities.EnableHibernation();
+                                }
+
                                 // instruct to restart in safe-mode
                                 // instruct to restart in safe-mode
                                 if (arg == "/restart=safemode")
                                 if (arg == "/restart=safemode")
                                 {
                                 {
@@ -181,11 +191,25 @@ namespace Optimizer
                                     RestartInSafeMode();
                                     RestartInSafeMode();
                                 }
                                 }
 
 
+                                // enable defender automatically
+                                if (arg == "/restart=enabledefender")
+                                {
+                                    // set RunOnce instruction
+                                    Microsoft.Win32.Registry.SetValue(@"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce", "*OptimizerEnableDefender", Assembly.GetExecutingAssembly().Location + " /silentenabledefender", Microsoft.Win32.RegistryValueKind.String);
+
+                                    RestartInSafeMode();
+                                }
+
                                 // return from safe-mode automatically
                                 // return from safe-mode automatically
                                 if (arg == "/silentdisabledefender")
                                 if (arg == "/silentdisabledefender")
                                 {
                                 {
                                     DisableDefenderInSafeMode();
                                     DisableDefenderInSafeMode();
+                                    RestartInNormalMode();
+                                }
 
 
+                                if (arg == "/silentenabledefender")
+                                {
+                                    EnableDefenderInSafeMode();
                                     RestartInNormalMode();
                                     RestartInNormalMode();
                                 }
                                 }
 
 
@@ -343,6 +367,18 @@ namespace Optimizer
             File.Delete("DisableDefenderSafeMode.bat");
             File.Delete("DisableDefenderSafeMode.bat");
         }
         }
 
 
+        private static void EnableDefenderInSafeMode()
+        {
+            File.WriteAllText("EnableDefenderSafeMode.bat", Properties.Resources.EnableDefenderSafeMode1903Plus);
+
+            Utilities.RunBatchFile("EnableDefenderSafeMode.bat");
+            Thread.Sleep(1000);
+            Utilities.RunBatchFile("EnableDefenderSafeMode.bat");
+            Thread.Sleep(1000);
+
+            File.Delete("EnableDefenderSafeMode.bat");
+        }
+
         private static void StartSplashForm()
         private static void StartSplashForm()
         {
         {
             _SplashForm = new SplashForm();
             _SplashForm = new SplashForm();

+ 58 - 80
Optimizer/Properties/Resources.Designer.cs

@@ -94,14 +94,10 @@ namespace Optimizer.Properties {
         ///	&quot;restartButton8&quot;: &quot;إعادة التشغيل الآن&quot;,
         ///	&quot;restartButton8&quot;: &quot;إعادة التشغيل الآن&quot;,
         ///	&quot;restartButton10&quot;: &quot;إعادة التشغيل الآن&quot;,
         ///	&quot;restartButton10&quot;: &quot;إعادة التشغيل الآن&quot;,
         ///	&quot;restartAndApply&quot;: &quot;إعادة التشغيل لتطبيق التغييرات؟&quot;,
         ///	&quot;restartAndApply&quot;: &quot;إعادة التشغيل لتطبيق التغييرات؟&quot;,
+        ///	&quot;onedriveM&quot;: &quot;هل أنت متأكد من أنك تريد إزالة تثبيت OneDrive؟ يؤدي هذا إلى حذف ملفات سطح المكتب والمستندات الخاصة بك! استخدم هذا الخيار فقط في حساب محلي!&quot;,
+        ///	&quot;systemRestoreM&quot;: &quot;هل أنت متأكد أنك تريد تعطيل استعادة النظام؟ سيؤدي هذا إلى حذف صورك الاحتياطية الحالية!&quot;,
         ///	&quot;txtVersion&quot;: &quot;الإصدار: {VN}&quot;,
         ///	&quot;txtVersion&quot;: &quot;الإصدار: {VN}&quot;,
-        ///	&quot;txtBitness&quot;: &quot;أنت تعمل مع {BITS}&quot;,
-        ///	&quot;linkUpdate&quot;: &quot;تحديث متاح&quot;,
-        ///	&quot;lblLab&quot;: &quot;بناء تجريبي\n(حذف بعد التجربة) &quot;,
-        ///	&quot;performanceSw&quot;: &quot;تفعيل تعديلات الأداء&quot;,
-        ///	&quot;networkSw&quot;: &quot;تعطيل خنق الشبكة&quot;,
-        ///	&quot;defenderSw&quot;: &quot;تعطيل Windows Defender&quot;,
-        ///	&quot;systemRestoreSw&quot;: &quot;تعطيل إستعادة ال [rest of string was truncated]&quot;;.
+        ///	&quot;txt [rest of string was truncated]&quot;;.
         /// </summary>
         /// </summary>
         internal static string AR {
         internal static string AR {
             get {
             get {
@@ -138,17 +134,15 @@ namespace Optimizer.Properties {
         ///	&quot;restartAndApply&quot;: &quot;重新启动以应用更改?&quot;,
         ///	&quot;restartAndApply&quot;: &quot;重新启动以应用更改?&quot;,
         ///	&quot;txtVersion&quot;: &quot;版本: {VN}&quot;,
         ///	&quot;txtVersion&quot;: &quot;版本: {VN}&quot;,
         ///	&quot;txtBitness&quot;: &quot;您使用的是{BITS}&quot;,
         ///	&quot;txtBitness&quot;: &quot;您使用的是{BITS}&quot;,
+        ///	&quot;onedriveM&quot;: &quot;确定要卸载 OneDrive 吗? 这将删除您的桌面和文档文件! 仅在本地帐户上使用此选项!&quot;,
+        ///	&quot;systemRestoreM&quot;: &quot;您确定要禁用系统还原吗? 这将删除您当前的备份图像!&quot;,
         ///	&quot;linkUpdate&quot;: &quot;更新可用&quot;,
         ///	&quot;linkUpdate&quot;: &quot;更新可用&quot;,
         ///	&quot;lblLab&quot;: &quot;实验构建\n(删除后测试)&quot;,
         ///	&quot;lblLab&quot;: &quot;实验构建\n(删除后测试)&quot;,
         ///	&quot;performanceSw&quot;: &quot;启用性能调整&quot;,
         ///	&quot;performanceSw&quot;: &quot;启用性能调整&quot;,
         ///	&quot;networkSw&quot;: &quot;禁用网络节流&quot;,
         ///	&quot;networkSw&quot;: &quot;禁用网络节流&quot;,
         ///	&quot;defenderSw&quot;: &quot;禁用 Windows Defender&quot;,
         ///	&quot;defenderSw&quot;: &quot;禁用 Windows Defender&quot;,
         ///	&quot;systemRestoreSw&quot;: &quot;禁用 System Restore&quot;,
         ///	&quot;systemRestoreSw&quot;: &quot;禁用 System Restore&quot;,
-        ///	&quot;printSw&quot;: &quot;禁用打印服务&quot;,
-        ///	&quot;mediaSharingSw&quot;: &quot;禁用媒体播放器共享&quot;,
-        ///	&quot;faxSw&quot;: &quot;禁用传真服务&quot;,
-        ///	&quot;reportingSw&quot;: &quot;禁用错误报告&quot;,
-        ///	&quot;homegroupSw&quot;: &quot;禁用 [rest of string was truncated]&quot;;.
+        ///	&quot;printS [rest of string was truncated]&quot;;.
         /// </summary>
         /// </summary>
         internal static string CN {
         internal static string CN {
             get {
             get {
@@ -164,13 +158,9 @@ namespace Optimizer.Properties {
         ///	&quot;restartButton10&quot;: &quot;Restartovat nyní&quot;,
         ///	&quot;restartButton10&quot;: &quot;Restartovat nyní&quot;,
         ///	&quot;restartAndApply&quot;: &quot;Restartovat a použít změny?&quot;,
         ///	&quot;restartAndApply&quot;: &quot;Restartovat a použít změny?&quot;,
         ///	&quot;txtVersion&quot;: &quot;Verze: {VN}&quot;,
         ///	&quot;txtVersion&quot;: &quot;Verze: {VN}&quot;,
-        ///	&quot;txtBitness&quot;: &quot;Pracujete s {BITS}ovou verzí&quot;,
-        ///	&quot;linkUpdate&quot;: &quot;Dostupná aktualizace&quot;,
-        ///	&quot;lblLab&quot;: &quot;Experimentální sestavení\n(po testování smazat)&quot;,
-        ///	&quot;performanceSw&quot;: &quot;Povolit Vylepšení výkonu&quot;,
-        ///	&quot;networkSw&quot;: &quot;Zakázat Omezení sítě&quot;,
-        ///	&quot;defenderSw&quot;: &quot;Zakázat Windows Defender&quot;,
-        ///	&quot;sys [rest of string was truncated]&quot;;.
+        ///	&quot;onedriveM&quot;: &quot;Opravdu chcete odinstalovat OneDrive? Tím smažete soubory plochy a dokumentů! Tuto možnost používejte pouze na místním účtu!&quot;,
+        ///	&quot;systemRestoreM&quot;: &quot;Opravdu chcete zakázat Obnovení systému? Tím se odstraní vaše aktuální záložní obrázky!&quot;,
+        ///	&quot;txtBitness&quot;: &quot;Pracujete s {BIT [rest of string was truncated]&quot;;.
         /// </summary>
         /// </summary>
         internal static string CZ {
         internal static string CZ {
             get {
             get {
@@ -197,11 +187,9 @@ namespace Optimizer.Properties {
         ///	&quot;restartAndApply&quot;: &quot;Neu starten, um Änderungen anzuwenden?&quot;,
         ///	&quot;restartAndApply&quot;: &quot;Neu starten, um Änderungen anzuwenden?&quot;,
         ///	&quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
         ///	&quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
         ///	&quot;txtBitness&quot;: &quot;Betriebssystem: {BITS}&quot;,
         ///	&quot;txtBitness&quot;: &quot;Betriebssystem: {BITS}&quot;,
+        ///	&quot;onedriveM&quot;: &quot;Möchten Sie OneDrive wirklich deinstallieren? Dadurch werden Ihre Desktop und Dokumentdateien gelöscht! Verwenden Sie diese Option nur auf einem lokalen konto!&quot;,
         ///	&quot;linkUpdate&quot;: &quot;Update verfügbar&quot;,
         ///	&quot;linkUpdate&quot;: &quot;Update verfügbar&quot;,
-        ///	&quot;lblLab&quot;: &quot;Experimenteller Build\n(nach dem Testen löschen)&quot;,
-        ///	&quot;performanceSw&quot;: &quot;Leistungsoptimierung aktivieren&quot;,
-        ///	&quot;networkSw&quot;: &quot;Netzwerkdrosselung deaktivieren&quot;,
-        ///	&quot;defenderSw&quot;: &quot;Windows  [rest of string was truncated]&quot;;.
+        ///	&quot;systemRestor [rest of string was truncated]&quot;;.
         /// </summary>
         /// </summary>
         internal static string DE {
         internal static string DE {
             get {
             get {
@@ -334,10 +322,8 @@ namespace Optimizer.Properties {
         ///	&quot;txtBitness&quot;: &quot;Αρχιτεκτονική {BITS}&quot;,
         ///	&quot;txtBitness&quot;: &quot;Αρχιτεκτονική {BITS}&quot;,
         ///	&quot;linkUpdate&quot;: &quot;Διαθέσιμη ενημέρωση&quot;,
         ///	&quot;linkUpdate&quot;: &quot;Διαθέσιμη ενημέρωση&quot;,
         ///	&quot;lblLab&quot;: &quot;Πειραματική έκδοση&quot;,
         ///	&quot;lblLab&quot;: &quot;Πειραματική έκδοση&quot;,
-        ///	&quot;performanceSw&quot;: &quot;Βελτιστοποίηση Απόδοσης Συστήματος&quot;,
-        ///	&quot;networkSw&quot;: &quot;Βελτιστοποίηση Δικτύου&quot;,
-        ///	&quot;defenderSw&quot;: &quot;Απενεργοποίηση Windows Defender&quot;,
-        ///	&quot;systemResto [rest of string was truncated]&quot;;.
+        ///	&quot;systemRestoreM&quot;: &quot;Είστε σίγουροι ότι θέλετε να απενεργοποιήσετε τα αντίγραφα ασφαλείας; Αυτό θα διαγράψει τα υπάρχοντα αντίγραφα!&quot;,
+        ///	&quot;onedriveM&quot;: &quot;Είστε σίγο [rest of string was truncated]&quot;;.
         /// </summary>
         /// </summary>
         internal static string EL {
         internal static string EL {
             get {
             get {
@@ -367,6 +353,23 @@ namespace Optimizer.Properties {
             }
             }
         }
         }
         
         
+        /// <summary>
+        ///   Looks up a localized string similar to reg add &quot;HKLM\Software\Microsoft\Windows Defender\Features&quot; /v &quot;TamperProtection&quot; /t REG_DWORD /d &quot;1&quot; /f
+        ///
+        ///reg add &quot;HKLM\System\CurrentControlSet\Services\SgrmBroker&quot; /v &quot;Start&quot; /t REG_DWORD /d &quot;2&quot; /f
+        ///
+        ///reg add &quot;HKLM\System\CurrentControlSet\Services\SecurityHealthService&quot; /v &quot;Start&quot; /t REG_DWORD /d &quot;2&quot; /f
+        ///
+        ///rem 1 - Disable Real-time protection
+        ///reg delete &quot;HKLM\Software\Policies\Microsoft\Windows Defender&quot; /f
+        ///reg add &quot;HKLM\Software\Policies\Microsoft\Windows Defender&quot; /v &quot;DisableAntiSpyware&quot; /t REG_DWO [rest of string was truncated]&quot;;.
+        /// </summary>
+        internal static string EnableDefenderSafeMode1903Plus {
+            get {
+                return ResourceManager.GetString("EnableDefenderSafeMode1903Plus", resourceCulture);
+            }
+        }
+        
         /// <summary>
         /// <summary>
         ///   Looks up a localized string similar to Windows Registry Editor Version 5.00
         ///   Looks up a localized string similar to Windows Registry Editor Version 5.00
         ///
         ///
@@ -439,17 +442,13 @@ namespace Optimizer.Properties {
         /// <summary>
         /// <summary>
         ///   Looks up a localized string similar to {
         ///   Looks up a localized string similar to {
         ///	&quot;btnAbout&quot;: &quot;OK&quot;,
         ///	&quot;btnAbout&quot;: &quot;OK&quot;,
-        ///	&quot;restartButton&quot;: &quot;reiniciar ahora&quot;,
-        ///	&quot;restartButton8&quot;: &quot;reiniciar ahora&quot;,
-        ///	&quot;restartButton10&quot;: &quot;reiniciar ahora&quot;,
+        ///	&quot;restartButton&quot;: &quot;Reiniciar ahora&quot;,
+        ///	&quot;restartButton8&quot;: &quot;Reiniciar ahora&quot;,
+        ///	&quot;restartButton10&quot;: &quot;Reiniciar ahora&quot;,
         ///	&quot;restartAndApply&quot;: &quot;Reiniciar para aplicar cambios?&quot;,
         ///	&quot;restartAndApply&quot;: &quot;Reiniciar para aplicar cambios?&quot;,
+        ///	&quot;onedriveM&quot;: &quot;¿Seguro que quieres desinstalar OneDrive? ¡Esto eliminará sus archivos de escritorio y documentos! ¡Use esta opción solo en una cuenta local!&quot;,
         ///	&quot;txtVersion&quot;: &quot;Versión: {VN}&quot;,
         ///	&quot;txtVersion&quot;: &quot;Versión: {VN}&quot;,
-        ///	&quot;txtBitness&quot;: &quot;Estas trabajando con {BITS}&quot;,
-        ///	&quot;linkUpdate&quot;: &quot;Actualización disponible&quot;,
-        ///	&quot;lblLab&quot;: &quot;Lamzamiento experimental\n(eliminar después de la prueba)&quot;,
-        ///	&quot;CleanPreviewForm&quot;: &quot;Vista Previa Limpia&quot;,
-        ///	&quot;performanceSw&quot;: &quot;Habilitar ajustes de rendimiento&quot;,
-        ///	&quot;networkSw&quot;: &quot;Deshabilitar la  [rest of string was truncated]&quot;;.
+        ///	&quot;systemRestoreM&quot;: &quot;¿Está seguro de que desea deshabilitar Restaurar sistema? ¡Esto eliminará sus imágenes de respaldo actu [rest of string was truncated]&quot;;.
         /// </summary>
         /// </summary>
         internal static string ES {
         internal static string ES {
             get {
             get {
@@ -474,13 +473,9 @@ namespace Optimizer.Properties {
         ///	&quot;restartButton8&quot;: &quot;redemarrer maintenant&quot;,
         ///	&quot;restartButton8&quot;: &quot;redemarrer maintenant&quot;,
         ///	&quot;restartButton10&quot;: &quot;redemarrer maintenant&quot;,
         ///	&quot;restartButton10&quot;: &quot;redemarrer maintenant&quot;,
         ///	&quot;restartAndApply&quot;: &quot;Redemarrer pour appliquer les changements?&quot;,
         ///	&quot;restartAndApply&quot;: &quot;Redemarrer pour appliquer les changements?&quot;,
+        ///	&quot;onedriveM&quot;: &quot;Voulez-vous vraiment désinstaller OneDrive? Cela supprimera vos fichiers de bureau et de document! N&apos;utilisez cette option que sur un compte local!&quot;,
         ///	&quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
         ///	&quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
-        ///	&quot;txtBitness&quot;: &quot;Vous travaillez avec {BITS}&quot;,
-        ///	&quot;linkUpdate&quot;: &quot;Mise a jour disponible&quot;,
-        ///	&quot;CleanPreviewForm&quot;: &quot;Nettoyer L&apos;aperçu&quot;,
-        ///	&quot;lblLab&quot;: &quot;build Experimental\n(supprimer apres avoir teste)&quot;,
-        ///	&quot;performanceSw&quot;: &quot;Activer les Tweaks de Performance&quot;,
-        ///	 [rest of string was truncated]&quot;;.
+        ///	&quot;systemRestoreM&quot;: &quot;Voulez-vous vraiment désactiver la restauration du système? Cela sup [rest of string was truncated]&quot;;.
         /// </summary>
         /// </summary>
         internal static string FR {
         internal static string FR {
             get {
             get {
@@ -577,9 +572,8 @@ namespace Optimizer.Properties {
         ///	&quot;txtBitness&quot;: &quot;Architettura: {BITS}&quot;,
         ///	&quot;txtBitness&quot;: &quot;Architettura: {BITS}&quot;,
         ///	&quot;linkUpdate&quot;: &quot;Aggiornamento disponibile&quot;,
         ///	&quot;linkUpdate&quot;: &quot;Aggiornamento disponibile&quot;,
         ///	&quot;lblLab&quot;: &quot;Build sperimentale\n(cancellare dopo il test)&quot;,
         ///	&quot;lblLab&quot;: &quot;Build sperimentale\n(cancellare dopo il test)&quot;,
-        ///	&quot;performanceSw&quot;: &quot;Abilita miglioramento prestazioni&quot;,
-        ///	&quot;networkSw&quot;: &quot;Disabilita rallentamento della rete&quot;,
-        ///	&quot;defenderSw&quot;: &quot;Disabilita Windows Defender&quot; [rest of string was truncated]&quot;;.
+        ///	&quot;systemRestoreM&quot;: &quot;Sei sicuro di voler disabilitare Ripristino configurazione di sistema? Questo cancellerà le tue attuali immagini di backup!&quot;,
+        ///	&quot;oned [rest of string was truncated]&quot;;.
         /// </summary>
         /// </summary>
         internal static string IT {
         internal static string IT {
             get {
             get {
@@ -604,16 +598,15 @@ namespace Optimizer.Properties {
         ///	&quot;restartButton8&quot;: &quot;지금 다시 시작&quot;,
         ///	&quot;restartButton8&quot;: &quot;지금 다시 시작&quot;,
         ///	&quot;restartButton10&quot;: &quot;지금 다시 시작&quot;,
         ///	&quot;restartButton10&quot;: &quot;지금 다시 시작&quot;,
         ///	&quot;restartAndApply&quot;: &quot;변경을 적용하려면 다시 시작하시겠습니까?&quot;,
         ///	&quot;restartAndApply&quot;: &quot;변경을 적용하려면 다시 시작하시겠습니까?&quot;,
+        ///	&quot;onedriveM&quot;: &quot;OneDrive를 제거하시겠습니까? 데스크탑 및 문서 파일이 삭제됩니다! 로컬 계정에서만 이 옵션을 사용하십시오!&quot;,
+        ///	&quot;systemRestoreM&quot;: &quot;시스템 복원을 비활성화하시겠습니까? 현재 백업 이미지가 삭제됩니다!&quot;,
         ///	&quot;txtVersion&quot;: &quot;버전: {VN}&quot;,
         ///	&quot;txtVersion&quot;: &quot;버전: {VN}&quot;,
         ///	&quot;txtBitness&quot;: &quot;{BITS}로 작업중입니다&quot;,
         ///	&quot;txtBitness&quot;: &quot;{BITS}로 작업중입니다&quot;,
         ///	&quot;linkUpdate&quot;: &quot;업데이트 가능&quot;,
         ///	&quot;linkUpdate&quot;: &quot;업데이트 가능&quot;,
         ///	&quot;lblLab&quot;: &quot;실험 빌드\n(테스트 후 삭제)&quot;,
         ///	&quot;lblLab&quot;: &quot;실험 빌드\n(테스트 후 삭제)&quot;,
         ///	&quot;performanceSw&quot;: &quot;성능 조정을 활성화&quot;,
         ///	&quot;performanceSw&quot;: &quot;성능 조정을 활성화&quot;,
         ///	&quot;networkSw&quot;: &quot;네트워크 조절 사용 안 함&quot;,
         ///	&quot;networkSw&quot;: &quot;네트워크 조절 사용 안 함&quot;,
-        ///	&quot;defenderSw&quot;: &quot;Windows Defender 사용 안 함&quot;,
-        ///	&quot;systemRestoreSw&quot;: &quot;시스템 복원 사용 안 함&quot;,
-        ///	&quot;printSw&quot;: &quot;인쇄 서비스 사용 안 함&quot;,
-        ///	&quot;mediaSharingSw&quot;: &quot;Media Player 공유 사용 안 함&quot; [rest of string was truncated]&quot;;.
+        ///	&quot;defenderS [rest of string was truncated]&quot;;.
         /// </summary>
         /// </summary>
         internal static string KO {
         internal static string KO {
             get {
             get {
@@ -654,17 +647,13 @@ namespace Optimizer.Properties {
         /// <summary>
         /// <summary>
         ///   Looks up a localized string similar to {
         ///   Looks up a localized string similar to {
         ///	&quot;btnAbout&quot;: &quot;OK&quot;,
         ///	&quot;btnAbout&quot;: &quot;OK&quot;,
-        ///	&quot;restartButton&quot;: &quot;Uruchom ponownie&quot;,
-        ///	&quot;restartButton8&quot;: &quot;Uruchom ponownie&quot;,
-        ///	&quot;restartButton10&quot;: &quot;Uruchom ponownie&quot;,
-        ///	&quot;restartAndApply&quot;: &quot;Uruchomić ponownie aby zastosować zmiany?&quot;,
-        ///	&quot;txtVersion&quot;: &quot;Obecna wersja: {VN}&quot;,
-        ///	&quot;txtBitness&quot;: &quot;Praca na {BITS} bitach&quot;,
-        ///	&quot;linkUpdate&quot;: &quot;Dostępna aktualizacja&quot;,
-        ///	&quot;lblLab&quot;: &quot;Eksperymentalna kompilacja\n(usuwana po testowaniu)&quot;,
-        ///	&quot;performanceSw&quot;: &quot;Włącz ulepszenia wydajności&quot;,
-        ///	&quot;networkSw&quot;: &quot;Wyłącz Network Throttling&quot;,
-        ///	&quot;defenderSw&quot;: &quot;Wyłą [rest of string was truncated]&quot;;.
+        ///	&quot;restartButton&quot;: &quot;Uruchom ponownie teraz&quot;,
+        ///	&quot;restartButton8&quot;: &quot;Uruchom ponownie teraz&quot;,
+        ///	&quot;restartButton10&quot;: &quot;Uruchom ponownie teraz&quot;,
+        ///	&quot;restartAndApply&quot;: &quot;Uruchom ponownie, aby zastosować zmiany?&quot;,
+        ///	&quot;onedriveM&quot;: &quot;Czy na pewno chcesz odinstalować OneDrive? Spowoduje to usunięcie plików pulpitu i dokumentów! Używaj tej opcji tylko na koncie lokalnym!&quot;,
+        ///	&quot;txtVersion&quot;: &quot;Wersja: {VN}&quot;,
+        ///	&quot;systemRestoreM&quot;: &quot;Czy na pewno chcesz wyłączyć Przywracanie systemu? Spowoduje to usunięcie bież [rest of string was truncated]&quot;;.
         /// </summary>
         /// </summary>
         internal static string PL {
         internal static string PL {
             get {
             get {
@@ -710,13 +699,9 @@ namespace Optimizer.Properties {
         ///	&quot;restartButton8&quot;: &quot;reinicie agora&quot;,
         ///	&quot;restartButton8&quot;: &quot;reinicie agora&quot;,
         ///	&quot;restartButton10&quot;: &quot;reinicie agora&quot;,
         ///	&quot;restartButton10&quot;: &quot;reinicie agora&quot;,
         ///	&quot;restartAndApply&quot;: &quot;Reiniciar para aplicar as alterações?&quot;,
         ///	&quot;restartAndApply&quot;: &quot;Reiniciar para aplicar as alterações?&quot;,
+        ///	&quot;onedriveM&quot;: &quot;Tem certeza de que deseja desinstalar o OneDrive? Isso excluirá seus arquivos da área de trabalho e de documentos! Use esta opção apenas em uma conta local!&quot;,
         ///	&quot;CleanPreviewForm&quot;: &quot;Antevisão Limpa&quot;,
         ///	&quot;CleanPreviewForm&quot;: &quot;Antevisão Limpa&quot;,
-        ///	&quot;txtVersion&quot;: &quot;Versão: {VN}&quot;,
-        ///	&quot;txtBitness&quot;: &quot;A arquitetura do seu computador é de {BITS}.&quot;,
-        ///	&quot;linkUpdate&quot;: &quot;Nova atualização disponível&quot;,
-        ///	&quot;lblLab&quot;: &quot;Experimentar nova implementação\n(deletar após teste)&quot;,
-        ///	&quot;performanceSw&quot;: &quot;Habilitar ajustes de desempenho&quot;,
-        ///	&quot;networkSw&quot;: &quot;Des [rest of string was truncated]&quot;;.
+        ///	&quot;systemRestoreM&quot;: &quot;Tem certeza de que deseja desativar a Restauração do sistema? Isso excluirá suas imag [rest of string was truncated]&quot;;.
         /// </summary>
         /// </summary>
         internal static string PT {
         internal static string PT {
             get {
             get {
@@ -748,11 +733,8 @@ namespace Optimizer.Properties {
         ///	&quot;restartAndApply&quot;: &quot;Перезапустить, чтобы применить изменения?&quot;,
         ///	&quot;restartAndApply&quot;: &quot;Перезапустить, чтобы применить изменения?&quot;,
         ///	&quot;txtVersion&quot;: &quot;Версия: {VN}&quot;,
         ///	&quot;txtVersion&quot;: &quot;Версия: {VN}&quot;,
         ///	&quot;txtBitness&quot;: &quot;Вы работаете с {BITS}&quot;,
         ///	&quot;txtBitness&quot;: &quot;Вы работаете с {BITS}&quot;,
-        ///	&quot;linkUpdate&quot;: &quot;Доступно новое обновление&quot;,
-        ///	&quot;lblLab&quot;: &quot;Экспериментальная версия\n(удалить после тестирования)&quot;,
-        ///	&quot;performanceSw&quot;: &quot;Включить настройки оптимизации&quot;,
-        ///	&quot;networkSw&quot;: &quot;Отключить троттлинг сети&quot;,
-        ///	&quot;defenderSw&quot;: &quot;Отк [rest of string was truncated]&quot;;.
+        ///	&quot;systemRestoreM&quot;: &quot;Вы уверены, что хотите отключить восстановление системы? Это удалит ваши текущие резервные изображения!&quot;,
+        ///	&quot;onedriveM&quot;: &quot;Вы уверены, что хотите удалить OneDrive? Это удалит файлы рабочего стола и документов [rest of string was truncated]&quot;;.
         /// </summary>
         /// </summary>
         internal static string RU {
         internal static string RU {
             get {
             get {
@@ -830,13 +812,11 @@ namespace Optimizer.Properties {
         ///	&quot;restartButton8&quot;: &quot;şimdi yeniden başlat&quot;,
         ///	&quot;restartButton8&quot;: &quot;şimdi yeniden başlat&quot;,
         ///	&quot;restartButton10&quot;: &quot;şimdi yeniden başlat&quot;,
         ///	&quot;restartButton10&quot;: &quot;şimdi yeniden başlat&quot;,
         ///	&quot;restartAndApply&quot;: &quot;Değişiklikleri uygulamak için yeniden başlatılsın mı?&quot;,
         ///	&quot;restartAndApply&quot;: &quot;Değişiklikleri uygulamak için yeniden başlatılsın mı?&quot;,
+        ///	&quot;onedriveM&quot;: &quot;OneDrive&apos;ı kaldırmak istediğinizden emin misiniz? Bu, Masaüstü ve Belge dosyalarınızı siler! Bu seçeneği yalnızca yerel bir hesapta kullanın!&quot;,
         ///	&quot;txtVersion&quot;: &quot;Versiyon: {VN}&quot;,
         ///	&quot;txtVersion&quot;: &quot;Versiyon: {VN}&quot;,
         ///	&quot;txtBitness&quot;: &quot;{BITS} ile çalışıyor.&quot;,
         ///	&quot;txtBitness&quot;: &quot;{BITS} ile çalışıyor.&quot;,
         ///	&quot;CleanPreviewForm&quot;: &quot;Temiz Önizleme&quot;,
         ///	&quot;CleanPreviewForm&quot;: &quot;Temiz Önizleme&quot;,
-        ///	&quot;linkUpdate&quot;: &quot;Güncelleme Mevcut&quot;,
-        ///	&quot;lblLab&quot;: &quot;Deneysel Yapı\n(Testten sonra silin)&quot;,
-        ///	&quot;performanceSw&quot;: &quot;Performans Ayarlarını Etkinleştir&quot;,
-        ///	&quot;networkSw&quot;: &quot;Ağ Kısıtlamasını [rest of string was truncated]&quot;;.
+        ///	&quot;systemRestor [rest of string was truncated]&quot;;.
         /// </summary>
         /// </summary>
         internal static string TR {
         internal static string TR {
             get {
             get {
@@ -861,7 +841,9 @@ namespace Optimizer.Properties {
         ///	&quot;restartButton8&quot;: &quot;現在重啟&quot;,
         ///	&quot;restartButton8&quot;: &quot;現在重啟&quot;,
         ///	&quot;restartButton10&quot;: &quot;現在重啟&quot;,
         ///	&quot;restartButton10&quot;: &quot;現在重啟&quot;,
         ///	&quot;restartAndApply&quot;: &quot;重新啟動以應用更改?&quot;,
         ///	&quot;restartAndApply&quot;: &quot;重新啟動以應用更改?&quot;,
+        ///	&quot;onedriveM&quot;: &quot;確定要卸載 OneDrive 嗎? 這將刪除您的桌面和文檔文件! 僅在本地帳戶上使用此選項!&quot;,
         ///	&quot;txtVersion&quot;: &quot;版本: {VN}&quot;,
         ///	&quot;txtVersion&quot;: &quot;版本: {VN}&quot;,
+        ///	&quot;systemRestoreM&quot;: &quot;您確定要禁用系統還原嗎? 這將刪除您當前的備份圖像!&quot;,
         ///	&quot;txtBitness&quot;: &quot;您使用的是{BITS}&quot;,
         ///	&quot;txtBitness&quot;: &quot;您使用的是{BITS}&quot;,
         ///	&quot;linkUpdate&quot;: &quot;更新可用&quot;,
         ///	&quot;linkUpdate&quot;: &quot;更新可用&quot;,
         ///	&quot;lblLab&quot;: &quot;實驗構建\n(刪除後測試)&quot;,
         ///	&quot;lblLab&quot;: &quot;實驗構建\n(刪除後測試)&quot;,
@@ -869,11 +851,7 @@ namespace Optimizer.Properties {
         ///	&quot;networkSw&quot;: &quot;禁用網路節流&quot;,
         ///	&quot;networkSw&quot;: &quot;禁用網路節流&quot;,
         ///	&quot;defenderSw&quot;: &quot;禁用 Windows Defender&quot;,
         ///	&quot;defenderSw&quot;: &quot;禁用 Windows Defender&quot;,
         ///	&quot;systemRestoreSw&quot;: &quot;禁用 System Restore&quot;,
         ///	&quot;systemRestoreSw&quot;: &quot;禁用 System Restore&quot;,
-        ///	&quot;printSw&quot;: &quot;禁用列印服務&quot;,
-        ///	&quot;mediaSharingSw&quot;: &quot;禁用媒體播放器分享&quot;,
-        ///	&quot;faxSw&quot;: &quot;禁用傳真服務&quot;,
-        ///	&quot;reportingSw&quot;: &quot;禁用錯誤報告&quot;,
-        ///	&quot;homegroupSw&quot;: &quot;禁用 [rest of string was truncated]&quot;;.
+        ///	&quot;printS [rest of string was truncated]&quot;;.
         /// </summary>
         /// </summary>
         internal static string TW {
         internal static string TW {
             get {
             get {

+ 3 - 0
Optimizer/Properties/Resources.resx

@@ -271,4 +271,7 @@
   <data name="egypt" type="System.Resources.ResXFileRef, System.Windows.Forms">
   <data name="egypt" type="System.Resources.ResXFileRef, System.Windows.Forms">
     <value>..\Resources\Flags\egypt.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
     <value>..\Resources\Flags\egypt.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
   </data>
   </data>
+  <data name="EnableDefenderSafeMode1903Plus" type="System.Resources.ResXFileRef, System.Windows.Forms">
+    <value>..\Resources\Scripts\EnableDefenderSafeMode1903Plus.bat;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
+  </data>
 </root>
 </root>

+ 41 - 0
Optimizer/Resources/Scripts/EnableDefenderSafeMode1903Plus.bat

@@ -0,0 +1,41 @@
+reg add "HKLM\Software\Microsoft\Windows Defender\Features" /v "TamperProtection" /t REG_DWORD /d "1" /f
+
+reg add "HKLM\System\CurrentControlSet\Services\SgrmBroker" /v "Start" /t REG_DWORD /d "2" /f
+
+reg add "HKLM\System\CurrentControlSet\Services\SecurityHealthService" /v "Start" /t REG_DWORD /d "2" /f
+
+rem 1 - Disable Real-time protection
+reg delete "HKLM\Software\Policies\Microsoft\Windows Defender" /f
+reg add "HKLM\Software\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /t REG_DWORD /d "0" /f
+reg add "HKLM\Software\Policies\Microsoft\Windows Defender" /v "DisableAntiVirus" /t REG_DWORD /d "0" /f
+reg add "HKLM\Software\Policies\Microsoft\Windows Defender\MpEngine" /v "MpEnablePus" /t REG_DWORD /d "1" /f
+reg add "HKLM\Software\Policies\Microsoft\Windows Defender\Real-Time Protection" /v "DisableBehaviorMonitoring" /t REG_DWORD /d "0" /f
+reg add "HKLM\Software\Policies\Microsoft\Windows Defender\Real-Time Protection" /v "DisableIOAVProtection" /t REG_DWORD /d "0" /f
+reg add "HKLM\Software\Policies\Microsoft\Windows Defender\Real-Time Protection" /v "DisableOnAccessProtection" /t REG_DWORD /d "0" /f
+reg add "HKLM\Software\Policies\Microsoft\Windows Defender\Real-Time Protection" /v "DisableRealtimeMonitoring" /t REG_DWORD /d "0" /f
+reg add "HKLM\Software\Policies\Microsoft\Windows Defender\Real-Time Protection" /v "DisableRoutinelyTakingAction" /t REG_DWORD /d "0" /f
+reg add "HKLM\Software\Policies\Microsoft\Windows Defender\Real-Time Protection" /v "DisableScanOnRealtimeEnable" /t REG_DWORD /d "0" /f
+reg add "HKLM\Software\Policies\Microsoft\Windows Defender\Reporting" /v "DisableEnhancedNotifications" /t REG_DWORD /d "0" /f
+reg add "HKLM\Software\Policies\Microsoft\Windows Defender\SpyNet" /v "DisableBlockAtFirstSeen" /t REG_DWORD /d "0" /f
+reg add "HKLM\Software\Policies\Microsoft\Windows Defender\SpyNet" /v "SpynetReporting" /t REG_DWORD /d "1" /f
+reg add "HKLM\Software\Policies\Microsoft\Windows Defender\SpyNet" /v "SubmitSamplesConsent" /t REG_DWORD /d "1" /f
+
+rem 0 - Disable Logging
+reg add "HKLM\System\CurrentControlSet\Control\WMI\Autologger\DefenderApiLogger" /v "Start" /t REG_DWORD /d "1" /f
+reg add "HKLM\System\CurrentControlSet\Control\WMI\Autologger\DefenderAuditLogger" /v "Start" /t REG_DWORD /d "1" /f
+
+rem Disable WD Tasks
+schtasks /Change /TN "Microsoft\Windows\ExploitGuard\ExploitGuard MDM policy Refresh" /Enable
+schtasks /Change /TN "Microsoft\Windows\Windows Defender\Windows Defender Cache Maintenance" /Enable
+schtasks /Change /TN "Microsoft\Windows\Windows Defender\Windows Defender Cleanup" /Enable
+schtasks /Change /TN "Microsoft\Windows\Windows Defender\Windows Defender Scheduled Scan" /Enable
+schtasks /Change /TN "Microsoft\Windows\Windows Defender\Windows Defender Verification" /Enable
+
+rem Disable WD services
+rem reg add "HKLM\System\CurrentControlSet\Services\WdBoot" /v "Start" /t REG_DWORD /d "4" /f
+reg add "HKLM\System\CurrentControlSet\Services\WdFilter" /v "Start" /t REG_DWORD /d "2" /f
+reg add "HKLM\System\CurrentControlSet\Services\WdNisDrv" /v "Start" /t REG_DWORD /d "2" /f
+reg add "HKLM\System\CurrentControlSet\Services\WdNisSvc" /v "Start" /t REG_DWORD /d "2" /f
+reg add "HKLM\System\CurrentControlSet\Services\WinDefend" /v "Start" /t REG_DWORD /d "2" /f
+
+rem Run twice to disable WD services !!!!!

+ 4 - 4
README.md

@@ -10,7 +10,7 @@ Optimizer is recommended after a fresh, clean installation of Windows to achieve
 
 
 Depending on your version of Windows, Optimizer will also allow you to perform some specific tweaks.
 Depending on your version of Windows, Optimizer will also allow you to perform some specific tweaks.
 <p align="center">
 <p align="center">
-	<a href="https://github.com/hellzerg/optimizer/releases/download/12.8/Optimizer-12.8.exe" target="_blank">
+	<a href="https://github.com/hellzerg/optimizer/releases/download/12.9/Optimizer-12.9.exe" target="_blank">
 		<img src="https://raw.githubusercontent.com/hellzerg/optimizer/master/download-button.png">
 		<img src="https://raw.githubusercontent.com/hellzerg/optimizer/master/download-button.png">
 		<br>
 		<br>
 		<img src="https://raw.githubusercontent.com/hellzerg/optimizer/master/flags.png">
 		<img src="https://raw.githubusercontent.com/hellzerg/optimizer/master/flags.png">
@@ -92,6 +92,6 @@ https://github.com/hellzerg/optimizer/blob/master/FEED.md
 
 
 ## Details: ##
 ## Details: ##
 
 
-* Latest version: 12.8
-* Released: May 2, 2022
-* SHA256: 430B48D945F655EFC4AEAB4986E1FB1F1A6807E6E2F3C80B19A6CF8E7A484A88
+* Latest version: 12.9
+* Released: May 3, 2022
+* SHA256: 21D2A3719D7023B150D07C2B42FF7AC281569B94CB173E3AA9DC7DBCDE46DA4A

+ 1 - 1
version.txt

@@ -1 +1 @@
-12.8
+12.9