A2.134 : How to set Window task scheduler if system default doesn’t start my sync services

A2.134 : How to set Window task scheduler if system default doesn’t start my sync services

Question :

My POS sync services somehow doesn’t auto start even when I set it to automatic during startup. How to set it automatically start?


Solution :

1. Go to Windows Start and search for Services.

000303-a.png


2. Find out your service name (my service is APOS Server Sync - 20 base on the picture) > Double click it > Right click Services name and copy.

000303-b.png


3. Go to Windows Start and search for Notepad > right click Run as administrator

000303-c.png


4. Key in some script as shown below, then File > Save as > Change “save as type” to All Files and on your file name must add .bat at the end. Script

net stop "YourServicesName"

net start "YourServicesName"

000303-d.png


5. Go to Windows Start and search for Task Scheduler

000303-e.png


6. Click Create Task… > Input Name > then select either 1 option.

a. Run only when user is logged on – this option is for those PC which did not have password set, normally single user which is admin.

b. Run whether user is logged on or not – this option is for those corporate control which limit user access right with multiple users.

000303-f.png


7. Go to Triggers tab > New… > select Daily > Start Date & Time > Recur every 1 days > OK.

If you need it to run multiple times per day u can set a few trigger tasks for it.

000303-g.png


8. Go to Action tab > New… > Browse… > find your file where you save your .bat files > Open > OK

000303-h.png


9. Click OK > Enter Password > OK

It will prompt enter password if you choose second option which is Run whether user is logged on or not

000303-i.png


--Source from AutoCount Wiki --

    • Related Articles

    • A2.140 : How to set auto restart services when detected sync monitor service is stopped?

      Question : How to set auto restart services when sync monitor service is stopped? Solution : Sometimes the sync service will be stopped permanently by certain reason, and causes some data not up to date. You may set it to auto restart service to ...
    • A2.28 : How to set the value limit of sync item by batch?

      Question : How to set value limit of sync item by batch? Note : This function will break the items in batches to avoid overload of system memory. Default value is 30000 items per batch. Solution : 1. Go to Start Menu, click on Database Configuration ...
    • UBSA1.189 : Access UBS (Accounting): How to Start, Stop, Pause, Resume, Restart UBS Services

      EnvironmentAccess UBS (Accounting Microsoft Windows OS 10 Version 2022.1 Solution Go to Control Panel, Administrative tools, Services. Search for the respective Access UBS Services. The following shows the common type of services; Access UBS Backup ...
    • A2.90 : How to set default Promoter ID

      Question : Can I set default Promoter ID whenever i enter a new transaction? It’s a bit hassle to select it every time I create a new transaction and I may sometimes select a wrong one. Solution : We can set default promoter by navigating to 1. Login ...
    • A4.12 : How to set default report in AOTG

      Question : In AOTG, how can I set default report ? Answer : AOTG did not follow AutoCount Accounting default report setting. In AOTG, you may set the default report. Every user can set his own default report. 1) Go to Sales > Sale Invoices, click on ...