Click here to Skip to main content
15,887,821 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
can someone tell me how can i show icon of my desktop application in taskbar when system reboots .at present my taskbat icon appears when i double click my desktop shortcut icon then my application starts and then icon comes in taskbar and disappears when my system is restarted .again i have to double click my desktop shortcut icon then it comes in taskbar.
how can my desktop application be started automatically after window is rebooted so that icon comes automatically in taskbar,
Posted
Comments
[no name] 24-Jul-12 9:33am    
How is about put a shortcut to your application in the windows autostart folder?
N.B: This starts your application after windows login.
[no name] 24-Jul-12 9:40am    
You should post this as a possible solution. Other possible solution is the Run key in registry.
gaurav786mishra 25-Jul-12 6:11am    
Yup idle 63 ...it worked thank you..

There are two Windows registry keys that could help your issue.

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
AND
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce

One key only runs the command one time and the other runs it every time. So if you want your program to start every time, use the "Run" key.

Once you're in the registry, Create a new String. The name should be descriptive of your application, and the data/value should be the full path to start your application.

Hogan
 
Share this answer
 
put a shortcut to your application in the windows autostart folder? N.B: This starts your application after windows login.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900