Skip to content

Commit

Permalink
Update toggle-VDD.ps1
Browse files Browse the repository at this point in the history
Changed the Friendlyname of the driver, script was OLD
  • Loading branch information
zjoasan authored Dec 17, 2024
1 parent 1ef82c3 commit 2fd04a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Community Scripts/toggle-VDD.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
}

$device = get-pnpdevice -class Display -FriendlyName 'IddSampleDriver Device HDR' -ErrorAction SilentlyContinue
$device = get-pnpdevice -class Display -FriendlyName 'Virtual Display Driver' -ErrorAction SilentlyContinue

if ($device) {
if ($device.Status -eq 'OK') {
Expand Down

0 comments on commit 2fd04a2

Please sign in to comment.