Quote:
Originally Posted by cookies24
does anyone have a cleaner or know the traces for valorant after you get a ban because I don't really want to reinstall windows for the 100th time
|
%USERPROFILE%\AppData\Local\Riot Games\
%USERPROFILE%\AppData\Local\VALORANT\
%PROGRAMDATA%\Riot Games\
Run CC Cleaner
You might want to use a string finder, the following function will search all directories and subdirectories for a given string.
StringFinder.bat
Code:
echo off
set RESULT_FILE="result.txt"
set /p "var1=Enter the String to Find: "
pushd %~p0
type NUL > %RESULT_FILE%.tmp
for /f "delims=" %%a in ('dir /B /S *.txt') do (
for /f "tokens=3 delims=:" %%c in ('find /i /c "%var1%" "%%a"') do (
for /f "tokens=*" %%f in ('find /i "%var1%" "%%a"') do if %%c neq 0 echo %%f
)
) >> "%RESULT_FILE%".tmp
move %RESULT_FILE%.tmp %RESULT_FILE% >nul 2>&1
:: Open the file
"%RESULT_FILE%"
popd
Imho, it's just easier to reinstall windows then to try cleanout their bs