sebgg Posted August 23, 2011 Posted August 23, 2011 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
hannes08 Posted August 23, 2011 Posted August 23, 2011 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]
Syed23 Posted August 23, 2011 Posted August 23, 2011 (edited) 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! 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 August 23, 2011 by Syed23 Thank you,Regards,[font="Garamond"][size="4"]K.Syed Ibrahim.[/size][/font]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now