第一段代码:
while (1){
set str =$(ping -n 3 -w 80 baidu.com)`
echo $str
$result=[regex]::matches($str,’100% 丢失’)
if($result.Success)
{
echo
!!替换掉这一行!!
sleep 2 } else{ sleep 2
}
}
第二段:
start powershell -File AutoConnect.ps1
第三段:
set-executionpolicy remotesigned
第四段:
*[System[Provider[@Name=’RasClient’] and (Level=4 or Level=0)]]
原帖:https://blog.csdn.net/weixin_43502315/article/details/109782893
非常实用