Skip to content

Instantly share code, notes, and snippets.

View 3nws's full-sized avatar
:shipit:

Enes Kurbetoğlu 3nws

:shipit:
View GitHub Profile
@AndrewMast
AndrewMast / disable_vanguard.vbs
Last active June 18, 2024 19:12
Commands to disable Riot Vanguard when you aren't playing Valorant
' Disables Vanguard from starting when you boot your computer
Call CreateObject("Shell.Application").ShellExecute("cmd.exe", "/c ""sc config vgc start= disabled & sc config vgk start= disabled""", "", "runas")