Skip to content

Instantly share code, notes, and snippets.

@Soulflare3
Last active June 20, 2016 22:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Soulflare3/3d472590a90246594bf4fa019bd0a167 to your computer and use it in GitHub Desktop.
Save Soulflare3/3d472590a90246594bf4fa019bd0a167 to your computer and use it in GitHub Desktop.
Quick simple script to get the job done, will probably adjust if other problems arise. Use when Teamspeak won't stop crashing. Adjust paths as needed.
@echo off
REM Script to fix Teamspeak if it crashes every time it is launched
REM Caused by file corruption during reboot?
elevate taskkill /im ts3client_win64.exe /f
cd C:\CMD\TeamSpeak 3 Client\config
rm cache -rd
rm logs -rd
rm crashdumps -rd
start "" "C:\CMD\TeamSpeak 3 Client\ts3client_win64.exe"
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment