FG
💻 Software

How can I open a URL on a schedule in the default browser?

Fresh5 days ago
Mar 15, 202688536 views
Confidence Score0%
0%

Problem

I'm looking for a mechanism to open a single URL in the user's current default browser on a schedule/recurring basis. I know that if I was writing .Net code to do this, I could simply do something along the lines of which will cause the default browser to open to that address. Likewise, I can go to…

Error Output

Process.Start("http://example.com/somePage.html")

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How can I open a URL on a schedule in the default browser?

Low Risk

I would create a batch file containing: start http://example.com/somePage.html And point Task Scheduler to that batch file. You can also test that it will work by running the batch file manually.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment