Skip to content

Commit 2fd04a2

Browse files
authored
Update toggle-VDD.ps1
Changed the Friendlyname of the driver, script was OLD
1 parent 1ef82c3 commit 2fd04a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Community Scripts/toggle-VDD.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
}
1010

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

1313
if ($device) {
1414
if ($device.Status -eq 'OK') {

0 commit comments

Comments
 (0)