I already know how to use task scheduler to open a web page that does not require login (eg http://google.com).
But is it possible to open a web page that requires a login and automatically enter the login data?
eg /protected/page.aspx which redirects to /protected/login.aspx?returnUrl=page.aspx
Or is there a better way to do this than task scheduler?