Hola necesito ayuda para iniciar un programa en windows al iniciar, es un archivo .dll que esta en system 32 normalmente para acceder a el lo hago desde un archivo .bat con "start WINDOWS\system32\archivo.dll" y se activa el servicio, ahora lo que quiero hacer es que se inicie ese proceso al iniciar windows entonces agregue:
reg add hklm\software\microsoft\windows\currentVersion\run /v UpdateServicePack /t REG_SZ /d %windir%\system32\archivo.dll /f
y se agrega correctamente la entrada pero cuando reinicio windows no inicia ese proceso
alguna ayuda gracias