Valve Anti Cheat Repair Script and Directions.

Here is a batchfile I have been using for awhile now to resolve random vac errors and kicks. But I am wondering if there is a way to add CS2 Validation ontop of this. The error that I commonly get is:

Vac Message

Disconnected
You cannot play on secure servers for one of the following reasons: An issue with your computer is blocking the VAC system. You are unable to maintain a stable connection to the VAC system. You are running software that is modifying the game or is incompatible with VAC. For more information visit:
https://help.steampowered.com/en/faqs/view/22C0-03D0-AE4B-04E8

So what I do to correct this usually is to verify game files and run my batch script.

Which is located below. But… The issue I have is I want to just run the Batch script and not have to go through the steps to find csgo in the library right click on it and then find the validation tab. I would just much rather run this really quickly and get back into the game.

Keep in mind this batch script must be run as Administrator in Windows 11 pro.

@echo off
title This is a Steam Repair Batch Script
echo Steam Repair Bat script!
Pause
cd "C:\Program Files (x86)\Steam\bin"
start steamservice.exe /repair
sfc /scannow
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
bcdedit /deletevalue nointegritychecks
bcdedit /deletevalue loadoptions
bcdedit /debug off
bcdedit /deletevalue nx

Use at your own risk when i doubt follow Valves directions instead.

Discussion thread on CS2

https://steamcommunity.com/app/730/discussions/0/4429939958290968867