Browse Source

Fix typo introduced by previous merge

ref #276
pull/282/head
Alex Hirsch 4 years ago
parent
commit
0fb7713dbc
  1. 2
      scripts/optimize-user-interface.ps1

2
scripts/optimize-user-interface.ps1

@ -28,7 +28,7 @@ Set-ItemProperty -Path "HKCU:\Control Panel\Desktop" "UserPreferencesMask" ([byt
0x1e, 0x06, 0x80, 0x12, 0x00, 0x00, 0x00))
Write-Output "Disable Game DVR and Game Bar"
New-FolderForced -Path -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\GameDVR"
New-FolderForced -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\GameDVR"
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\GameDVR" "AllowgameDVR" 0
Write-Output "Disable easy access keyboard stuff"

Loading…
Cancel
Save