Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
HiI have designed an application which creates an event log of the system.
I want the application to startup every time the OS boots up.
I need some code to change the registry keys to enable the application to startup automaticaly.
Also,
Is there a possibility to hide processes from taskmanager.Reagards
X-TechKid
Programming is like Teaching a Honest Child

i think you need to have the program run reg.exe via shell:
k="\HKLM\Software\Microsoft\Windows\cCurrentversion\Run"
shell ("reg import "+k+" startup"),0
i'm not familiar with where Xp puts its registry startup programs, but in winME its at the value assigned to "k" above.
the safest method would be to use regedit to add the logger program, then export the startup information, then use that as the import file on subsequent runs. Not sure why you would need to edit the registry each time however, but you must have reason for wanting to do that.

![]() |
how to make multiple resp...
|
Vbscript problem
|
| Login or Register to Reply | |
| Login | Register |
| Ads by Google |