Browse Source

Hotfix 8.7

deadmoon 4 years ago
parent
commit
136e67479c
5 changed files with 8 additions and 5 deletions
  1. 3 0
      CHANGELOG.md
  2. 1 1
      Optimizer/Optimize.cs
  3. 1 1
      Optimizer/Program.cs
  4. 2 2
      README.md
  5. 1 1
      version.txt

+ 3 - 0
CHANGELOG.md

@@ -2,6 +2,9 @@
 
 
 All notable changes to this project will be documented in this file.
 All notable changes to this project will be documented in this file.
 
 
+## [8.7] - 2021-06-06
+- Hotfix: Crash when applying "Enhance Privacy"
+
 ## [8.6] - 2021-06-06
 ## [8.6] - 2021-06-06
 - Plenty of improvements in Performance, Privacy & Telemetry
 - Plenty of improvements in Performance, Privacy & Telemetry
 
 

+ 1 - 1
Optimizer/Optimize.cs

@@ -804,7 +804,7 @@ namespace Optimizer
 
 
             // Disable location tracking
             // Disable location tracking
             Registry.SetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Sensor\Overrides\{BFA794E4-F964-4FDB-90F6-51056BFE4B44}", "SensorPermissionState", "0", RegistryValueKind.DWord);
             Registry.SetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Sensor\Overrides\{BFA794E4-F964-4FDB-90F6-51056BFE4B44}", "SensorPermissionState", "0", RegistryValueKind.DWord);
-            Registry.SetValue(@"System\CurrentControlSet\Services\lfsvc\Service\Configuration", "Status", "0", RegistryValueKind.DWord);
+            Registry.SetValue(@"HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\lfsvc\Service\Configuration", "Status", "0", RegistryValueKind.DWord);
 
 
             // Disable biometrics
             // Disable biometrics
             Registry.SetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Biometrics", "Enabled", "0", RegistryValueKind.DWord);
             Registry.SetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Biometrics", "Enabled", "0", RegistryValueKind.DWord);

+ 1 - 1
Optimizer/Program.cs

@@ -13,7 +13,7 @@ namespace Optimizer
         // Enter current version here
         // Enter current version here
 
 
         internal readonly static float Major = 8;
         internal readonly static float Major = 8;
-        internal readonly static float Minor = 6;
+        internal readonly static float Minor = 7;
 
 
         internal readonly static bool EXPERIMENTAL_BUILD = false;
         internal readonly static bool EXPERIMENTAL_BUILD = false;
 
 

+ 2 - 2
README.md

@@ -58,6 +58,6 @@ https://github.com/hellzerg/optimizer/blob/master/LEGACY.md
 
 
 ## Details: ##
 ## Details: ##
 
 
-* Latest version: 8.6
+* Latest version: 8.7
 * Released: June 6, 2021
 * Released: June 6, 2021
-* SHA256: B375AF6EF1AB1D2FDD9CB92DCB63A6AE98739B98B2B94764A2749B1FD975AD1C
+* SHA256: 9D51C389B0A2232D068257FB1685D9B06BC8A39897E1C560F9F733B7D335F8F0

+ 1 - 1
version.txt

@@ -1 +1 @@
-8.6
+8.7