Advertisement
Imthedude025

Terraria Refuses To Launch Bug Fix - NVIDIA Users (BATCH)

Apr 13th, 2021 (edited)
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  2. ::Terraria Game Launch Fix For NVIDIA ::
  3. ::Created by RU$$ [https://steamcommunity.com/id/CrypticNight7/] ::
  4. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  5. @ECHO OFF
  6.  
  7. Rem | Kill Some NVIDIA Tasks
  8. TASKKILL /F /IM "nvcontainer.exe"
  9. TASKKILL /F /IM "NVDisplay.Container.exe"
  10. TASKKILL /F /IM "NVIDIA Share.exe"
  11.  
  12. Rem | Wait 3 Seconds
  13. Echo Waiting 3 Seconds To Launch Game
  14. PING localhost -n 3 >NUL
  15.  
  16. Rem | Launch Terraria
  17. CD "C:\Program Files (x86)\Steam\steamapps\common\Terraria\"
  18. START Terraria.exe
  19.  
  20. Rem | Exit Batch
  21. GOTO :EOF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement