Jump to content

How can i add a software to start up? ( bad english sorry)


allanruba

Recommended Posts


  • 4 weeks later...

You want some .exe file auto start at windows startup ?

If it's true , you can copy .exe file (or shortcut) into StartMenu>Startup folder , your file will autorun next time !

Other way , in registry , find the key "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run"

For each program you want to start automatically create a new string value using a descriptive name, and set the value of the string to the program executable.

For example, to automatically start Notepad, add a new entry of "Notepad"="c:\windows\notepad.exe".

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
  • Recently Browsing   0 members

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