$url1 = "https://www.youtube.com/watch?v=_l9OCDpJhFE&ab_channel=AfricantalesByChike"
$url2 = "https://www.youtube.com/watch?v=S8prwGeXDDE&ab_channel=AfricantalesByChike"
$url2 = "https://www.youtube.com/watch?v=S8prwGeXDDE&ab_channel=AfricantalesByChike"
$j=1
$j=0
do{
[System.Diagnostics.Process]::Start("chrome.exe","--incognito --new-window $url1 --window-size=500,500")
[System.Diagnostics.Process]::Start("chrome.exe","--incognito --new-window $url2 --window-size=500,500")
$j++
}
until($J-gt3)
cls
Write-Host "Started: " -ForegroundColor Green -NoNewline
$i
Sleep -Seconds 900
Stop-Process -Name Chrome
}
----------------------------------- End ------------------------------------------