Skip to content

Commit

Permalink
Hotfix 8.7 again
Browse files Browse the repository at this point in the history
  • Loading branch information
hellzerg committed Jun 6, 2021
1 parent 136e674 commit b3f64f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Optimizer/Optimize.cs
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ internal static void CompromisePrivacy()
{
// Enable location tracking
Registry.SetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Sensor\Overrides\{BFA794E4-F964-4FDB-90F6-51056BFE4B44}", "SensorPermissionState", "1", RegistryValueKind.DWord);
Registry.SetValue(@"System\CurrentControlSet\Services\lfsvc\Service\Configuration", "Status", "1", RegistryValueKind.DWord);
Registry.SetValue(@"HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\lfsvc\Service\Configuration", "Status", "1", RegistryValueKind.DWord);

// Enable biometrics
try
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ https://github.com/hellzerg/optimizer/blob/master/LEGACY.md

* Latest version: 8.7
* Released: June 6, 2021
* SHA256: 9D51C389B0A2232D068257FB1685D9B06BC8A39897E1C560F9F733B7D335F8F0
* SHA256: D61F28508CD77C3EBC3825B22ECFB123EF721B2374FD6EF0A3913AB658B4CF25

0 comments on commit b3f64f5

Please sign in to comment.