Update Subscribe.ps1
This commit is contained in:
parent
0e189df76d
commit
5c35dfca38
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ Add-Type -AssemblyName System.Windows.Forms
|
|||
$o=New-Object -ComObject WScript.Shell
|
||||
$url = -join($channel,"?sub_confirmation=1")
|
||||
Start-Process "$url"
|
||||
Start-Sleep -Seconds 3
|
||||
Start-Sleep -Seconds 5
|
||||
[System.Windows.Forms.SendKeys]::SendWait('{TAB}'*2)
|
||||
[System.Windows.Forms.SendKeys]::SendWait('{ENTER}')
|
||||
Start-Sleep -Seconds 1
|
||||
|
|
Loading…
Reference in a new issue