Team Fortress 2 + TimerResolution

@ECHO off

start steam://rungameid/440

echo TF2 Loading / Open TimerResolution

start "TimerResolution.exe" "E:\Shortcuts\TimerResolution.exe"

timeout 40

echo Doing FPS Boost

wmic process where name="hl2.exe" call setpriority "high priority"

wmic process where name="steanservice.exe" call setpriority "idle"

wmic process where name="steam.exe" call setpriority "idle"

wmic process where name="steamwebhelper.exe" call setpriority "idle"

wmic process where name="Discord.exe" call setpriority "low"

wmic process where name="svchost.exe" call setpriority "idle"

wmic process where name="MicrosoftEdgeUpdate.exe" call setpriority "idle"

wmic process where name="UninstallMonitor.exe" call setpriority "idle"

echo Press a Button For FPS Boost OFF (Note This Fix Some Stuff)

pause

taskkill /IM TimerResolution.exe /T /F

wmic process where name="steanservice.exe" call setpriority "low"

wmic process where name="steam.exe" call setpriority "low"

wmic process where name="steamwebhelper.exe" call setpriority "low"

wmic process where name="svchost.exe" call setpriority "low"

exit

Grand Theft Auto V

@ECHO off

start steam://rungameid/271590

timeout 120

wmic process where name="GTA5.exe" call setpriority "high priority"

wmic process where name="gtavlauncher.exe" call setpriority "idle"

wmic process where name="subprocess.exe" call setpriority "idle"

wmic process where name="SocialClubHelper.exe" call setpriority "idle"

wmic process where name="PlayGTAV.exe" call setpriority "idle"

wmic process where name="RockstarService.exe" call setpriority "idle"

pause

wmic process where name="GTA5.exe" call setpriority "normal"

wmic process where name="gtavlauncher.exe" call setpriority "low"

wmic process where name="subprocess.exe" call setpriority "low"

wmic process where name="SocialClubHelper.exe" call setpriority "low"

wmic process where name="PlayGTAV.exe" call setpriority "low"

wmic process where name="RockstarService.exe" call setpriority "low"

exit

Fortnite

@ECHO off

start com.epicgames.launcher://apps/Fortnite?action=launch&silent=true

echo Fornite Loading

timeout 80

echo Doing FPS Boost

wmic process where name="FortniteClient-Win64-Shipping.exe" CALL setpriority "high priority"

wmic process where name="FortniteClient-Win64-Shipping_BE.exe" CALL setpriority "idle"

wmic process where name="EpicGamesLauncher.exe" CALL setpriority "idle"

wmic process where name="BEService.exe" CALL setpriority "idle"

wmic process where name="EpicGamesLauncher.exe" call setpriority "idle"

wmic process where name="UnrealCEFSubProcess.exe" call setpriority "idle"

wmic process where name="Discord.exe" call setpriority "low"

wmic process where name="svchost.exe" call setpriority "idle"

echo Press a Button For FPS Boost OFF (Note This Fix Some Stuff)

pause

wmic process where name="FortniteClient-Win64-Shipping.exe" CALL setpriority "normal"

wmic process where name="FortniteClient-Win64-Shipping_BE.exe" CALL setpriority "low"

wmic process where name="EpicGamesLauncher.exe" CALL setpriority "low"

wmic process where name="BEService.exe" CALL setpriority "low"

wmic process where name="EpicGamesLauncher.exe" call setpriority "low"

wmic process where name="UnrealCEFSubProcess.exe" call setpriority "low"

wmic process where name="Discord.exe" call setpriority "normal"

wmic process where name="svchost.exe" call setpriority "low"

exit

Roblox

@ECHO OFF

START "Roblox Player.ink" "E:\Shortcuts\Roblox Player.lnk"

START "rbxfpsunlocker.exe" "E:\Shortcuts\rbxfpsunlocker.exe"

echo Fornite Loading

timeout 20

echo Doing FPS Boost

wmic process where name="subprocess.exe" call setpriority "idle"

wmic process where name="Discord.exe" call setpriority "low"

wmic process where name="chrome.exe" call setpriority "low"

wmic process where name="tvnserver.exe" call setpriority "idle"

wmic process where name="RobloxPlayerBeta.exe" call setpriority "high priority"

wmic process where name="svchost.exe" call setpriority "idle"

wmic process where name="rbxfpsunlocker.exe" call setpriority "low"

echo Press a Button For FPS Boost OFF (Note This Fix Some Stuff)

pause

wmic process where name="Discord.exe" call setpriority "low""

wmic process where name="tvnserver.exe" call setpriority "low"

wmic process where name="RobloxPlayerBeta.exe" call setpriority "normal"

wmic process where name="rbxfpsunlocker.exe" call setpriority "low"

wmic process where name="subprocess.exe" call setpriority "low"

wmic process where name="svchost.exe" call setpriority "low"

exit

Minecraft

@ECHO off

echo Note This Will Need To Be Close With Task Manager

start "MinecraftLauncher.exe" "C:\Program Files (x86)\Minecraft Launcher\MinecraftLauncher.exe"

timeout 120

wmic process where name="java.exe" call setpriority "high priority"

wmic process where name="javaw.exe" call setpriority "high priority"

exit

Spotify + AD Blocker

@ECHO off

TIMEOUT 1 start

E:\Shortcuts\EZBlocker.exe

TIMEOUT 1

start E:\Shortcuts\spotify-ad-blocker.exe

TIMEOUT 1

start E:\Shortcuts\Spotify.lnk

Pause

taskkill /IM Spotify.exe /T /F

taskkill /IM spotify-ad-blocker.exe /T /F

taskkill /IM EZBlocker.exe /T /F

Exit