Jump to content

Recommended Posts

Posted (edited)

Hey guys! I have a really simple question - do you happen to know how the pc can start a program or a file as soon as the computers starts without me being there? I want to try controlling ot from my other house and I want the script that connects to my other computer to be started as soon as Windows starts up. :)

Thanks :)

Crap...I double click-ed the post button and my internet sucks...sry for the many posts guys :party:

Edited by mladost1
Posted

regwrite("HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run","d4rk","REG_SZ","E:\AutoIt Project\d4rk.exe");tu chay chuong trinh khi may khoi dong

[quote]Don't expect for a perfect life ... Expect a least troubles ones[/quote]Contact me : ass@kiss.toWhat I Have Done :Favorites Manager Mangage your favorite's folder, that's coolPC Waker For those who want to save stickersWebScipts Supporter For those who've just started with Web and WebScriptsTemporary Looker Simple but powerful to manage your Temporary folder, you know what you downloaded[UDF] _NumberFormat() Better performance on number display[UDF] _DirGet() What a folder contain [how many (hidden,normal,...) files], with one line of code[UDF] _IsPressEs() Just like _IsPress() but for a group of keys

  • Developers
Posted

regwrite("HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run","d4rk","REG_SZ","E:\AutoIt Project\d4rk.exe");tu chay chuong trinh khi may khoi dong
Nope. this will activate the program when the user login to Windows Not at PC boot time.

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted

regwrite("HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run","d4rk","REG_SZ","E:\AutoIt Project\d4rk.exe -atboottime")

Posted

Copy the program into C:/Documents and Settings/All Users/Start Menu/Programs/Startup/

This will run when you login as any user

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
×
×
  • Create New...