Was wondering if anyone ever figured out how to set a Service.Create to .. like subject line .. "Automatic Start (Delayed)"?
Announcement
Collapse
No announcement yet.
Service.Create ("Automatic Start (Delayed)")
Collapse
X
-
First, create the service normally with an "Automatic" start. If the operation finished successfully, you would then add a REG_DWORD value with "1" named "DelayedAutostart" to the registry key you created. The key would be typically found in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\[Service name].
Here is a screenshot to illustrate the data you need to change / insert via Lua action:
Ulrich
Comment