Skip to content

Instantly share code, notes, and snippets.

@igorkulman
Created November 6, 2015 13:42
Show Gist options
  • Save igorkulman/3bea04333c0b47156c68 to your computer and use it in GitHub Desktop.
Save igorkulman/3bea04333c0b47156c68 to your computer and use it in GitHub Desktop.
Import-Module DeviceManagement.psd1
Get-Device | where {$_.name -like "Synaptics FP Sensors*"} | Disable-Device
Get-Device | where {$_.name -like "Synaptics FP Sensors*"} | Enable-Device
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment