Skip to content

Instantly share code, notes, and snippets.

@alshain
Created December 3, 2018 11:26
Show Gist options
  • Save alshain/8c302af4139832f7e6573811701fb3e1 to your computer and use it in GitHub Desktop.
Save alshain/8c302af4139832f7e6573811701fb3e1 to your computer and use it in GitHub Desktop.
Kill and restart "Logitech Gaming Software" when it freezes
Stop-Process -ProcessName LCore
Start-Process "C:\Program Files\Logitech Gaming Software\LCore.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment