Startup script question

  • Thread starter Thread starter Schockal
  • Start date Start date
S

Schockal

Hi, I would like to open up the windows explorer window and task manager
window when the system first comes up. How do I do that ?. do I have to
create a component that runs a script ?. Please help.

SC
 
Hi, I would like to open up the windows explorer window and task manager
window when the system first comes up. How do I do that ?. do I have to
create a component that runs a script ?. Please help.

SC

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

programs that need to run on every login

or

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce

programs that need to run once on next login

all you need now, is the commands that do that.

Best regards,
Vincent
 
Hi,

By adding Entry to the registry

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run

will automatically launch any application. So add Explorer.exe under this
key. This will open Explorer every time windows started.
 
Hi Guys,

Thanks for your response. Is there any way I could do this on TD
automatically ?. Can I change the registry settings on TD ? so that I don't
have to configure it manually.

thanks
SC
 
Hi,

Yes, you can add registry settings in TD.

1. Click on Toggle Resourse Details Button in the tool Bar, this will show
you resourse details in TD and you can see Extra Registry Data.

2. Right click Extra Registry Data and select add to add new registry entry.
 
Back
Top