- Create
.bat
file with the script below. - Replace
-----URL-----
with the website you need to get to - Run BAT file.
- Internet Explorer will be started.
@PowerShell -ExecutionPolicy RemoteSigned -Command New-Object -COMObject InternetExplorer.Application -Property @{Navigate2='-----URL-----'; Visible=1}