Skip to content

Instantly share code, notes, and snippets.

@BitPatty
Created September 7, 2020 10:59
Show Gist options
  • Save BitPatty/730e6b05e695aea71d67080288d20c10 to your computer and use it in GitHub Desktop.
Save BitPatty/730e6b05e695aea71d67080288d20c10 to your computer and use it in GitHub Desktop.
$Hscroll = Get-Process | ? Name -eq "HscrollFun"
If ($Hscroll -eq $null){
Start-Process -FilePath "C:\Program Files (x86)\Lenovo\ThinkPad Compact Keyboard with TrackPoint driver\HScrollFun.exe"}
else {
"running"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment