csgo vac无法认证您的会话解决办法

CSGO VAC无法认证您的会话解决办法

打开记事本复制下来保存,右键重命名把txt换成bat,双击运行就可以了

@echo off
color a
title VAC修复工具
sc config Netman start= AUTO
sc start Netman
sc config rasman start= AUTO
sc start rasman
sc config tapisrv start= AUTO
sc start tapisrv
sc config mpssvc start= AUTO
sc start mpssvc
netsh advfirewall set allprofiles state on
bcdedit.exe /set {current} nx alwayson
cls
echo.
echo 
请输入你的Steam文件夹所在位置,然后按回车 
echo (例: d:program Filessteam 格式一定要正确,若出错请重启)
echo.
set /p steampath=
cd /d %steampath%bin
echo.
echo == 请等待 ==
echo.
steamservice.exe /install
echo.
steamservice.exe /repair
echo.
echo.
echo ==完成 ==
echo.
pause