I want to open the Internet Explorer as a new Com Object with no Add-ons.
$ie=New-Object -comobject InternetExplorer.Application
How could I start the Internet Explorer without Add-ons?
I want to open the Internet Explorer as a new Com Object with no Add-ons.
$ie=New-Object -comobject InternetExplorer.Application
How could I start the Internet Explorer without Add-ons?
Copyright © 2021 Jogjafile Inc.
It's even easier than that (assuming PowerShell 2.0 for Start-Process cmdlet):
See this page on Internet Explorer command line options.