disable hags
This commit is contained in:
parent
1ed26e63c4
commit
56ce28b2fc
1 changed files with 4 additions and 0 deletions
|
@ -126,6 +126,10 @@ REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Privacy" /v TailoredExpe
|
|||
:: Disable ad in start menu
|
||||
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v Start_IrisRecommendations /t REG_DWORD /d 0 /f
|
||||
|
||||
:: Disable HAGS
|
||||
:: see https://obsproject.com/wiki/How-to-disable-Windows-10-Hardware-GPU-Scheduler
|
||||
REG ADD "HKLM\System\CurrentControlSet\Control\GraphicsDrivers" /v HwSchMode /t REG_DWORD /d 1 /f
|
||||
|
||||
|
||||
:: === Install optional features ==
|
||||
PowerShell -Command "" ^
|
||||
|
|
Loading…
Reference in a new issue