Skip to content

Commit

Permalink
dupe tweak removal
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTitusTech committed Jul 21, 2023
1 parent ea56378 commit 31b7f79
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/tweaks.json
Original file line number Diff line number Diff line change
Expand Up @@ -1861,9 +1861,6 @@
Remove-Item \"$autoLoggerDir\\AutoLogger-Diagtrack-Listener.etl\"
}
icacls $autoLoggerDir /deny SYSTEM:`(OI`)`(CI`)F | Out-Null

$ram = (Get-CimInstance -ClassName \"Win32_PhysicalMemory\" | Measure-Object -Property Capacity -Sum).Sum / 1kb
Set-ItemProperty -Path \"HKLM:\\SYSTEM\\CurrentControlSet\\Control\" -Name \"SvcHostSplitThresholdInKB\" -Type DWord -Value $ram -Force
"
]
},
Expand Down

0 comments on commit 31b7f79

Please sign in to comment.