Fix typo introduced by previous merge

ref #276
pull/282/head
Alex Hirsch 4 years ago
parent f0b073f9a7
commit 0fb7713dbc

@ -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