Jump to content

Trying to add a program to start when Windows starts


Twist

Recommended Posts

I have copied the program and moved it to the start up folder. this did not help. The program is located in the "Start Up" section of CCleaner. All the other programs listed in the Key section are either "HKCU:Run or "HKLM:Run". This particular program is listed as "Startup User". I am drawing blanks to what else to do. Any help would much appreiciated and thank you in advance.

 

 

Only specs you should need are : Windows7 64

Link to comment
Share on other sites

This works for starting my Task Manager, so try it for your program.

 

http://www.howtogeek.com/howto/windows-vista/make-a-shortcut-to-start-task-manager-in-minimized-mode/

 

Thank you for your suggestion! I have a 3rd party software GPU meter (somewhat like a windows gadget but it is a program). It keeps track and logs the GPU temp, Vmem, MC Load and VE load. Instead of having to open it after my computer boots, i want it to automatically open. I have tried that, what was suggested in the article, but with no luck. Thanks again for your help.

Link to comment
Share on other sites

Link to comment
Share on other sites

  • Moderators

Nah, it's not that one. The name of it is TechPowerUp GPU-Z. I forgot where i downloaded from, sorry.

 

i think this might be the one; http://www.techpowerup.com/downloads/2297/techpowerup-gpu-z-v0-7-4/

Backup now & backup often.
It's your digital life - protect it with a backup.
Three things are certain; Birth, Death and loss of data. You control the last.

Link to comment
Share on other sites

  • Moderators

well, it was harder than it ought to have been, but I got it to start when Windows loads.

all the usually stuff didn't work, as described above.

the only way I got it to start with Windows was to put it into a BAT file with the following commands;

 

cd C:\Program Files (x86)\GPU-Z
start gpu-z

 

that went into C:\Users\Owner\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup and it finally started.

(if it works for you, you can tidy up the BAT file with @echo off and /D switch on start to have it on one line and whatever other programming habits you have)

Backup now & backup often.
It's your digital life - protect it with a backup.
Three things are certain; Birth, Death and loss of data. You control the last.

Link to comment
Share on other sites

well, it was harder than it ought to have been, but I got it to start when Windows loads.

all the usually stuff didn't work, as described above.

the only way I got it to start with Windows was to put it into a BAT file with the following commands;

 

cd C:\Program Files (x86)\GPU-Z

start gpu-z

 

that went into C:\Users\Owner\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup and it finally started.

(if it works for you, you can tidy up the BAT file with @echo off and /D switch on start to have it on one line and whatever other programming habits you have)

Thank you very much! I should have mentioned that I was curious if there was a way to add it through CCleaner software, since it is the softwares forum and you are able adjust the start up programs through the software. Any who.. thanks a ton and  I hope this helps others as well.

Link to comment
Share on other sites

  • Moderators

glad you got it to work :)

Backup now & backup often.
It's your digital life - protect it with a backup.
Three things are certain; Birth, Death and loss of data. You control the last.

Link to comment
Share on other sites

  • Moderators

Thank you very much! I should have mentioned that I was curious if there was a way to add it through CCleaner

 

Not yet, but hopefully they do make it capable of creating startups via the registry since it can after all delete them so it's a logical feature to request. It would save me from what I typically do which is manually adding them in the registry.

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

Important Information

By using this site, you agree to our Terms of Use.