本視頻適用于Windows 10 專業(yè)版系統(tǒng)。
win10csgo無(wú)法驗(yàn)證vac,可以嘗試以下方法解決,首先在電腦桌面單擊鼠標(biāo)右鍵,選擇【新建】,找到文本文檔;
將以下代碼復(fù)制到新建的文件文檔中:
@echo off
color a
title VAC修復(fù)工具
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 請(qǐng)輸入你的Steam文件夾所在位置,然后按回車
echo (例: d:program Filessteam 格式一定要正確,若出錯(cuò)請(qǐng)重啟本軟件!)
echo.
set /p steampath=
cd /d %steampath%in
echo.
echo == 請(qǐng)等待 ==
echo.
steamservice.exe /install
echo.
steamservice.exe /repair
echo.
echo.
echo ==完成 ==
echo.
pause
依次選擇文本文檔【文件】-【另存為】,輸入帶.bat后綴的文件名,如修復(fù).bat,保存類型選擇【所有文件】;
然后運(yùn)行我們保存的文件,根據(jù)提示輸入steam文件夾的路徑然后回車?yán)^續(xù)修復(fù);
然后右鍵單擊電腦桌面的【此電腦】圖標(biāo),依次選擇【管理】-【服務(wù)】,右鍵單擊【steam Client service】,將其啟動(dòng)類型更改為【自動(dòng)】即可。