Southsoftware.com
   

Advanced Task Scheduler in Windows Safe Mode

It is possible to start Advanced Task Scheduler Service in Windows Safe Mode, so that the tasks created on the All Users tab of Advanced Task Scheduler will run automatically when Windows is loaded in Safe Mode.

In general, it is possible to start any additional services and drivers in safe mode. To do that, you need to start some registry editor such as REGEDIT and select the following key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot, which has sub-keys of Minimal and Network. Minimal is for safe mode, Network is for safe mode with networking. To allow a service or driver in the corresponding safe mode, add a key for the service or driver short name, then a string for type.

The screenshot below demonstrates how to add Advanced Task Scheduler Service to start in safe mode.

Advanced Task Scheduler in Windows Safe Mode
Click the picture to enlarge.

Installing Advanced Task Scheduler to run in Safe Mode

The entry below, when entered into registry, allows Advanced Task Scheduler Service to start in safe mode:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\advschedulerbsc]
@="Service"

The entry below, when entered into registry, allows Advanced Task Scheduler Service to start in safe mode with networking:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\advschedulerbsc]
@="Service"

Installing Advanced Task Scheduler Professional to run in Safe Mode

The entry below, when entered into registry, allows Advanced Task Scheduler Professional Service to start in safe mode:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\advschedulerpro]
@="Service"

The entry below, when entered into registry, allows Advanced Task Scheduler Professional Service to start in safe mode with networking:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\advschedulerpro]
@="Service"

Installing Advanced Task Scheduler Network to run in Safe Mode

The entry below, when entered into registry, allows Advanced Task Scheduler Network Service to start in safe mode:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\advschedulernet]
@="Service"

The entry below, when entered into registry, allows Advanced Task Scheduler Network Service to start in safe mode with networking:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\advschedulernet]
@="Service"

Caution

You should always be very careful not to modify parts of the registry other than those expressly mentioned. Using Registry Editor incorrectly can cause serious problems that may require you to reinstall your operating system. It cannot be guaranteed that problems resulting from the incorrect use of Registry Editor can be solved.

Categories: Task scheduler

Leave a Reply

   
About us   Cookie policy   Privacy policy   Terms of use   Link to us