VALORANT Process Disabler is a Python utility designed to help users manage and disable specific VALORANT-related processes and services on Windows. This tool is particularly useful for those looking to disable the RiotClientServices.exe, RiotClientCrashHandler.exe, and vgtray.exe processes, as well as the Riot Vanguard service, ensuring they do not run at startup.
- Terminate Processes: Automatically detects and terminates VALORANT-related processes (
RiotClientServices.exe,RiotClientCrashHandler.exe,vgtray.exe). - Disable Autostart: Removes the
Riot Vanguardentry from the Windows registry to prevent it from starting automatically. - User Feedback: Provides detailed feedback on the status of processes and registry entries, including confirmation of changes made.
- Run as Administrator: Ensure the script is run with administrative privileges to modify system processes and registry entries.
- Monitor Feedback: Follow the on-screen prompts to see which processes are running and which registry entries have been modified.
- Hit Enter to Close: After all tasks are completed, simply press Enter to close the script.
This script is ideal for users who want more control over VALORANT's background processes and services. Whether you're troubleshooting or optimizing your system, VALORANT Sentinel provides a straightforward solution. **RUN THIS EVERYTIME YOU CLOSE THE GAME SINCE VALORANT TURNS BACK ON RIOT VANGUARD IN REGISTRY !
Make sure you have psutil installed on python
pip install psutil