Copy the batch script code,
then save as .bat, double click it .
good luck .

@echo off
color f
title CSGO VAC  Tools      -By Xiaosi  www.itiohub.com
echo  ◤━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━◥
echo  ┃                                                                        ┃
echo  ┃    ███████  ███████    ███████  ███████    ┃
echo  ┃    ██            ██           ● ██            ██      ██    ┃
echo  ┃    ██            ███████    ██  ████  ██      ██    ┃
echo  ┃    ██                      ██ ● ██      ██  ██      ██    ┃
echo  ┃    ███████  ███████    ███████  ███████    ┃
echo  ┃                                                                        ┃
echo  ◣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━◢
echo                            ┏━━━━━━━━━━┓
echo                            ┃  解除VAC屏蔽工具   ┃  
echo                            ┗━━━━━━━━━━┛                   
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  ┃                                                                        ┃
echo  ┃    ███████  ███████    ███████  ███████    ┃
echo  ┃    ██            ██           ● ██            ██      ██    ┃
echo  ┃    ██            ███████    ██  ████  ██      ██    ┃
echo  ┃    ██                      ██ ● ██      ██  ██      ██    ┃
echo  ┃    ███████  ███████    ███████  ███████    ┃
echo  ┃                                                                        ┃
echo  ◣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━◢
echo                            ┏━━━━━━━━━━┓
echo                            ┃VAC-Tools By Xiaosi ┃  
echo                            ┗━━━━━━━━━━┛   
echo.
echo 请输入你的Steam文件夹所在位置,然后按回车
echo.
echo  Please enter your Steam folder location and press Enter
echo -----------------------------------------------------------------------
echo  (例: Z:\Steam Games\Steam  格式一定要正确,若出错请重启本软件!)
echo.
echo  Example: "Z: \ Steam Games\Steam" format must be correct, if an error please restart the software  
echo.
set /p steampath=
cd /d %steampath%\bin
echo.
echo == 操作中,请等待 ==
echo ====Please wait====
echo.
steamservice.exe /install
echo.
steamservice.exe /repair
echo.
echo.
echo ==    操作完成    ==
echo ===OK Game Happy===
echo.
pause