Skip to content

Commit

Permalink
Fix bug with Telemetry Tweak
Browse files Browse the repository at this point in the history
services should NOT be tweaked here
  • Loading branch information
ChrisTitusTech committed Jul 21, 2023
1 parent a7516ef commit ea56378
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions config/tweaks.json
Original file line number Diff line number Diff line change
Expand Up @@ -1838,23 +1838,6 @@
"type": "String"
}
],
"service": [
{
"Name": "DiagTrack",
"StartupType": "Disabled",
"OriginalType": "Automatic"
},
{
"Name": "dmwappushservice",
"StartupType": "Disabled",
"OriginalType": "Manual"
},
{
"Name": "SysMain",
"StartupType": "Disabled",
"OriginalType": "Manual"
}
],
"InvokeScript": [
"bcdedit /set `{current`} bootmenupolicy Legacy | Out-Null
If ((get-ItemProperty -Path \"HKLM:\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\" -Name CurrentBuild).CurrentBuild -lt 22557) {
Expand Down

0 comments on commit ea56378

Please sign in to comment.