Created
November 6, 2015 13:42
-
-
Save igorkulman/3bea04333c0b47156c68 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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