Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear All,
How can I Implement a windows boot that will, instead of showing the windows startup screen, with the image and then have my program(ABC.EXE) start immediately after the bootup of windows.

Can any one help me out on this?
Thanks in advance.
Posted

1 solution

As far as changing the image that is displayed when Windows is booting up, this link will help you out:

Windows XP:
http://www.jakeludington.com/windows_xp/20060219_change_xp_boot_screen.html[^]

Windows 7:
http://www.sevenforums.com/customization/11930-change-boot-logo-screen.html[^]
http://www.sevenforums.com/tutorials/5382-log-screen-change.html?filter%5B2%5D=Appearance%20Personalize[^]

This image cannot be replaced with an application, but you can change it to your image/logo. As for starting your application at startup, you simply need to put a link to your application in the startup folder of Windows. Another way of doing it would be to put your application under the Run section in the registry. Here are the places you could put it:

http://msdn.microsoft.com/en-us/library/aa376977(v=vs.85).aspx[^]
 
Share this answer
 
v2
Comments
Nischal Bhatt 27-Jun-12 8:50am    
Hello! Tim,
Can this done on Windows 7? 'cause i am not using Windows XP
Tim Corey 27-Jun-12 8:57am    
I updated my solution for Windows 7. Changing the Login screen on Windows 7 is easy, but changing the logo isn't as easy. The first forum link, near the bottom of the first page, has some suggestions that seem like they might work. Use at your own risk though.
Nischal Bhatt 27-Jun-12 9:16am    
Hey! Tim
I'll try my best, hope it'll help me out and yeah! Thanks for commenting. I'll let you know about the outcome.

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