Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi
When ever system start, my exe file as to be started as default, instead of Windows Operating system. how to change this.. I tried to change in BCD Edit in system 32. it's not working.

in startup folder if we copy the shortcut of exe is not a solution in my requirement.

can any one suggest me

Thanks in advance

Regards
Sheethal
Posted

Your 'exe' has to be a, possibly minimal, operative system. Have a look at "Beginning Operating System Development, Part One"[^] to get an idea of the effort required.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 13-Nov-15 2:50am    
5ed. But is EXE is EXE (PE), it needs some system already booted before one has something to load the PE. Please see my answer.
—SA
CPallini 13-Nov-15 2:57am    
That's the whole point. You have to engineer your possibly minimal OS, in order to skip the existing one (that's the topic of the linked article).
By the way, thank you.
You cannot, period. It would be too long and boring thing to explain why. Just one thing: to recognize and load your executable file, PE file, you already need a lot of OS components.

To get just some basic ideas, you can read https://en.wikipedia.org/wiki/Booting[^].

—SA
 
Share this answer
 
v2
Comments
CPallini 13-Nov-15 2:57am    
5.
Sergey Alexandrovich Kryukov 13-Nov-15 3:12am    
Thank you, Carlo.
—SA
Hi
To make exe as startup of my system.


1. in Run Command type regedit
2. select HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/WindowsNT/Winlogon
in Shell Register change explorer.exe to my exe filename.with full path

after changing it is working for me.


Regards
Sheethal
 
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