Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PSWinUtil
1.2.28
resources/registry/GameDvr.ps1
@{
GameDvr
=
@{
LocalMachine
=
@{
KeyName
=
'HKLM\Software\Policies\Microsoft\Windows\GameDVR'
ValueName
=
'AllowGameDVR'
Type
=
'REG_DWORD'
Data
=
@{
Enable
=
1
Disable
=
0
}
}
}
}