You can create a scheduled tasks by scheduling your task to run in an interval repeatedly. To schedule a new task:
To schedule a task for browser to open a webpage, the Run field should looks like “C:\Program Files\Internet Explorer\iexplore.exe” http:\\www.website_name.com\file_name.aspx
By default, iexplore.exe will open a browser every time it runs. So, in order to close the browser, you may have to create another schedule task.
Below is the steps to close the browser:
- Click on Start menu, go to Control panel and choose Scheduled Tasks
- Double-click Add Scheduled Task to start the Scheduled Task Wizard, and then click Next in the dialog box
- Click Browse, choose the program/file that you want to schedule
- Assign a name for the task, and then choose one of the following options:
- Daily
- Weekly
- Monthly
- One time only
- When my computer starts
- When I log on
- Specify the day and time to run the task, and then click Next
- Type the name and password of the user who is associated with this task
- Click Next, and then click Finish after you verify the choices that you have made
To schedule a task for browser to open a webpage, the Run field should looks like “C:\Program Files\Internet Explorer\iexplore.exe” http:\\www.website_name.com\file_name.aspx
By default, iexplore.exe will open a browser every time it runs. So, in order to close the browser, you may have to create another schedule task.
Below is the steps to close the browser:
- 1. Create a Notepad, type taskkill /IM iexplore.exe inside Notepad and then save the file as file_name.bat
- Create a new schedule task, browse the file file_name.bat
- Schedule this task to run 5 or 10 minutes after the first schedule task.