Hacker News new | ask | show | jobs
by PaulCarrack 1046 days ago
I would love to see the PS or VBS example of this
1 comments

In PowerShell:

    $ie = New-Object -ComObject "InternetExplorer.Application"
    $ie.Visible = $true