这个vbs怎么错了 哪位大神帮我看看呗这个是禁止玩游戏的

do
set bag=getobject("winmgmts:.rootcimv2")
set pipe=bag.execquery("select * from win32_process where name='League of Legends.exe'")
for each i in pipe
i.terminate()
next
wscript.sleep 1000
loop

@echo off
set "game=League of Legends.exe"
echo %game%>>%systemdrive%\WINDOWS\lol.txt
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\%game%" /v debugger /t reg_sz /d debugfile.exe /f
 copy %systemdrive%\WINDOWS\lol.txt %systemdrive%\WINDOWS\lol>nul
cls & exit

:: 保存为  .BAT  批处理脚本运行即可限制游戏的启动
:: 中国批处理脚本联盟

温馨提示:答案为网友推荐,仅供参考
相似回答