P
Podi
Hi,
How can I start a process in system context at boot time without
requiring user login?
I added a registry in
HKLM\Software\Microsoft\Windows\CurrentVersion\Run\
StartInfo REG_SZ c:\Work\StartInfo.bat
StartInfo.bat is
dir > c:\Work\out.txt
I rebooted my XPe box, waited for 5 minutes, then logged in. The file
was created with timestamp near login, not when it finished rebooting.
Is there a way to achieve this?
Thanks in advance,
Podi
How can I start a process in system context at boot time without
requiring user login?
I added a registry in
HKLM\Software\Microsoft\Windows\CurrentVersion\Run\
StartInfo REG_SZ c:\Work\StartInfo.bat
StartInfo.bat is
dir > c:\Work\out.txt
I rebooted my XPe box, waited for 5 minutes, then logged in. The file
was created with timestamp near login, not when it finished rebooting.
Is there a way to achieve this?
Thanks in advance,
Podi