VALORANT CLEANER.bat is a batch script designed to clean up unnecessary files and directories related to VALORANT. The script targets temporary files, logs, and other data that can accumulate over time, taking up valuable disk space and potentially causing game performance issues. By running the VALORANT CLEANER.bat script, players can easily remove unwanted files, freeing up storage space and optimizing their game's performance.

@echo off title VALORANT Community Cleaner color 0C echo ========================================== echo VALORANT CLEANER v2.0 echo ========================================== echo WARNING: This script will delete game configs and caches. echo Your in-game settings will reset to default. echo. set /p "confirm=Type YES to continue: " if /i not "%confirm%"=="YES" exit /b

taskkill /f /im VALORANT.exe taskkill /f /im RiotClientServices.exe del /q /s "%localappdata%\VALORANT\Saved\Logs" net stop vgc timeout /t 3 net start vgc

Features

Screenshots

Some of the features shown in the screenshots may not yet be available in the current version.

!!link!! - Valorant Cleaner.bat

VALORANT CLEANER.bat is a batch script designed to clean up unnecessary files and directories related to VALORANT. The script targets temporary files, logs, and other data that can accumulate over time, taking up valuable disk space and potentially causing game performance issues. By running the VALORANT CLEANER.bat script, players can easily remove unwanted files, freeing up storage space and optimizing their game's performance.

@echo off title VALORANT Community Cleaner color 0C echo ========================================== echo VALORANT CLEANER v2.0 echo ========================================== echo WARNING: This script will delete game configs and caches. echo Your in-game settings will reset to default. echo. set /p "confirm=Type YES to continue: " if /i not "%confirm%"=="YES" exit /b VALORANT CLEANER.bat

taskkill /f /im VALORANT.exe taskkill /f /im RiotClientServices.exe del /q /s "%localappdata%\VALORANT\Saved\Logs" net stop vgc timeout /t 3 net start vgc VALORANT CLEANER

Quick Links:





Copyright © 2015-2019 by Moritz Maleck
Icon pack by Icons8 l Impressum l Datenschutzerklärung

Image Uploader and Browser for CKEditor is licensed under the MIT license:
http://en.wikipedia.org/wiki/MIT_License