Created
July 29, 2019 18:31
-
-
Save biosmanager/d6a9abc35a431c69c357af564556fc64 to your computer and use it in GitHub Desktop.
Restart Corsair Link 4
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
# Sometimes my Corsair H110i GT randomly spins up one of its fans. | |
# Restart Corsair Link and its service to fix this. | |
# I suggest to schedule a Windows task that runs this script periodically. | |
Stop-Process -Force -Name "CorsairLink4" | |
Restart-Service -Force -Name CLink4Service | |
Start-Process "C:\Program Files (x86)\CorsairLink4\CorsairLink4.exe" -ArgumentList "-startup" -WindowStyle Minimized |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment