Hiding items at starup

  • Thread starter Thread starter Trevor Skogsbergh
  • Start date Start date
T

Trevor Skogsbergh

Does anyone know how to make a program run in stealth
mode? I don't want it to appear at all when the computer
starts. Please email me asap. I have until sunday night
to do this.

Thanks,
Trevor
(e-mail address removed)
 
That depends on if the program is capable of running as a background task,
i.e. without throwing up a GUI interface; if yes, add it to the registry
under HKLM\Software\Microsoft\Windows\Current Version\Run.
 
Back
Top