Skip to content

Instantly share code, notes, and snippets.

@Hellowlol
Last active February 21, 2020 01:53
Show Gist options
  • Save Hellowlol/daaa7aa4c5f8bd54033895df5a5fb2d2 to your computer and use it in GitHub Desktop.
Save Hellowlol/daaa7aa4c5f8bd54033895df5a5fb2d2 to your computer and use it in GitHub Desktop.
Restart plex plexpyscript
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