Jump to content

Run on startup


mayboy
 Share

Recommended Posts

Hi! Yes indeed! :P

a) You can make a shortcut that will trigger your compiled script in the START => All Programs => Startup

;) Use the registry

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"WHATEVER_NAME"="YOUR_COMPILE_SCRIPT'S_FULL_PATH"

;This is an example.
;"Test"="C:\\MyScriptRepository\\MyCompileScript.exe"

There are other ways to do it, but these two are the easiest.

I hope this answers your question. :mad2:

Edited by totoymola
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...