Browse Source

update conf files and changelog

deadmoon 2 years ago
parent
commit
e734044434
6 changed files with 22 additions and 5 deletions
  1. 1 0
      CHANGELOG.md
  2. 1 1
      README.md
  3. 5 1
      confs/win10.conf
  4. 5 1
      confs/win11.conf
  5. 5 1
      confs/win7.conf
  6. 5 1
      confs/win8.conf

+ 1 - 0
CHANGELOG.md

@@ -9,6 +9,7 @@
 - Hotfix: Various localization updates
 - Removed: Classic Ribbon for Windows 11 because Microsoft dropped it
 - Removed: Taskbar Size for Windows 11 because Microsoft dropped it
+- Removed: Optimizer Insights telemetry service
 
 ## [14.9] - 2023-02-18
 - New: Uninstall OneDrive is ONLY visible in UNSAFE MODE, for apparent reasons...

+ 1 - 1
README.md

@@ -86,7 +86,7 @@ https://github.com/hellzerg/optimizer/blob/master/LEGACY.md
 
 ### 💻 Compatibility:
 
-- .NET Framework 4.8
+- .NET Framework 4.8.1
 - Compatible with Windows 7, 8, 8.1, 10, 11
 - Can run under Windows Server 2008, 2012, 2016, 2019, 2022 using `/unsafe` switch
 

+ 5 - 1
confs/win10.conf

@@ -44,5 +44,9 @@
   "DisableSMB1": false,
   "DisableSMB2": false,
   "DisableNTFSTimeStamp": false,
-  "DisableSearch": false
+  "DisableSearch": false,
+  "DisableHPET": false,
+  "EnableLoginVerbose": false,
+  "DisableEdgeDiscoverBar": false,
+  "DisableEdgeTelemetry": false
 }

+ 5 - 1
confs/win11.conf

@@ -55,5 +55,9 @@
   "DisableFirefoxTemeletry": false,
   "DisableChromeTelemetry": false,
   "DisableNVIDIATelemetry": false,
-  "DisableSearch": false
+  "DisableSearch": false,
+  "DisableHPET": false,
+  "EnableLoginVerbose": false,
+  "DisableEdgeDiscoverBar": false,
+  "DisableEdgeTelemetry": false
 }

+ 5 - 1
confs/win7.conf

@@ -23,5 +23,9 @@
   "DisableSMB1": false,
   "DisableSMB2": false,
   "DisableNTFSTimeStamp": false,
-  "DisableSearch": false
+  "DisableSearch": false,
+  "DisableHPET": false,
+  "EnableLoginVerbose": false,
+  "DisableEdgeDiscoverBar": false,
+  "DisableEdgeTelemetry": false
 }

+ 5 - 1
confs/win8.conf

@@ -24,5 +24,9 @@
   "DisableSMB1": false,
   "DisableSMB2": false,
   "DisableNTFSTimeStamp": false,
-  "DisableSearch": false
+  "DisableSearch": false,
+  "DisableHPET": false,
+  "EnableLoginVerbose": false,
+  "DisableEdgeDiscoverBar": false,
+  "DisableEdgeTelemetry": false
 }