Jump to content

Program startup on login


sebgg
 Share

Recommended Posts

Hi all,

Anyone know how to make a program startup on login, on multiple computers, without putting it in the startup folder on each computer?

Cheers,

Seb.

so to clarify I want to set this up on one computer, and all computers on the same network for it to start up when I logg in to any of them, Possible?

GC - Program to rapidly manipulate DNA SequencesRotaMol - Program to measure Protein Size
Link to comment
Share on other sites

Hi sebgg,

may roads lead to where you want to go.

you could either use scheduled tasks, that execute when you login or a loginscript. If your're running in a Windows Domain environment, you can assign them over group policy (since 2008 also group policy preferences) or the active directory user object.

Regards,Hannes[spoiler]If you can't convince them, confuse them![/spoiler]
Link to comment
Share on other sites

There is a better way to do that! Copy your EXE locally somewhere for better use and create a new string in (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run). This will called at every login! :mellow: Hope this helped you... let me know if you have any other quest!

Like this:

RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run","test","REG_SZ","c:\Program Files\AutoIt3\SciTE\SciTE.exe")
Edited by Syed23

Thank you,Regards,[font="Garamond"][size="4"]K.Syed Ibrahim.[/size][/font]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...