Hacker News new | ask | show | jobs
by Kwpolska 1047 days ago
In PowerShell:

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