FAQ/Questions/How-do-I-use-the-Izenda-Reports-report-email-scheduler.md
... ...
@@ -31,16 +31,16 @@ Now that you have setup the scheduler, we will need to setup Izenda Reports. The
31 31
32 32
Izenda now also offers the option of using a service-based scheduler. The msi installer is available upon request. After running the installer, there will be an executable in the directory you specified in the installer wizard along with a config file called **IzendaService.exe.config**. Here is how to configure the service-based scheduler:
33 33
34
-1. Open task manager
35
-2. Locate "IzendaService"
34
+1. Open **task manager**.
35
+2. Locate **IzendaService**.
36 36
3. The service should be running. Right click the service and select "Stop".
37
-4. Open the windows explorer
38
-5. Navigate to where the IzendaService scheduler is installed (by default C:/Program Files (x86)/IzendaService).
39
-6. Open IzendaService.exe.config in the text editor of your choice with administrator privileges.
40
-7. Edit the "url" setting to the location of your rs.aspx page with the "run_scheduled_reports=1" query string parameter.
41
-8. Edit the "interval" setting to the time in milliseconds that will elapse between calls to the URL specified.
37
+4. Open the **Windows Explorer**.
38
+5. Navigate to where the **IzendaService** scheduler is installed (by default C:/Program Files (x86)/IzendaService).
39
+6. Open **IzendaService.exe.config** in the text editor of your choice with administrator privileges.
40
+7. Edit the **url** setting to the location of your rs.aspx page with the **run_scheduled_reports=1** query string parameter.
41
+8. Edit the **interval** setting to the time in milliseconds that will elapse between calls to the URL specified.
42 42
9. Save the config file with the modified settings.
43
-10. Go back to the task manager and restart the IzendaService.
43
+10. Go back to the **task manager** and restart the **IzendaService**.
44 44
45 45
The service-based scheduler is now ready to run and will call the requested URL each time the interval elapses from the time the service was started.
46 46