UNCOFIRMED
VACNet has a ban tracing feature. If you were banned before, this information is stored through steam's registry. Apparently deleting these files will remove VACNet's information on your ban history.
Command prompt
The rest of the files are attached, which will remove it from the registry.
Note that all this info isn't official, you can edit the files to see what they do.
VACNet has a ban tracing feature. If you were banned before, this information is stored through steam's registry. Apparently deleting these files will remove VACNet's information on your ban history.
Command prompt
Code:
fsutil usn deletejournal /d c:
for /F "tokens=*" %1 in ('wevtutil.exe el') DO wevtutil.exe cl "%1"
The rest of the files are attached, which will remove it from the registry.
Note that all this info isn't official, you can edit the files to see what they do.