Update switch-tabs.ps1

This commit is contained in:
Markus Fleschutz 2023-03-30 11:38:35 +02:00
parent f49d4f659d
commit 503d1394ea

View File

@ -16,7 +16,7 @@
param([int]$Interval = 10) # in seconds
try {
Write-Host " Switching browser tabs automatically every $Interval seconds..."
Write-Host " Switching browser tabs automatically every $Interval seconds..."
Write-Host " (click into the browser window to activate it, press Ctrl + C here to stop it)"
$obj = New-Object -com wscript.shell
while ($true) {