rmm-scripts/disable-touchscreen.ps1

2 lines
142 B
PowerShell
Raw Permalink Normal View History

2023-06-05 18:51:38 +00:00
#Zebra - Disables all touch screens
Get-PnpDevice | Where-Object {$_. FriendlyName -like '*touch screen*'} | Disable-PnpDevice -Confirm:$false