Card Command | Reset Graphics

Alternatively, you can use a scriptable PowerShell command to cycle the device status: $d = Get-PnpDevice | where $_.class -like "Display*"; $d | Disable-PnpDevice -Confirm:$false; $d | Enable-PnpDevice -Confirm:$false . Resetting via Device Manager

Start-Sleep -Seconds 2