Last active
February 21, 2020 01:53
-
-
Save Hellowlol/daaa7aa4c5f8bd54033895df5a5fb2d2 to your computer and use it in GitHub Desktop.
Restart plex plexpyscript
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
REM Add this script to Plex down and/or Plex remote down to restart plex if | |
REM server is unreachable. | |
TASKKILL /f /im "Plex Media Server.exe" | |
TASKKILL /f /im "PlexScriptHost.exe" | |
"C:\Program Files (x86)\Plex\Plex Media Server\Plex Media Server.exe" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment