Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Is it possible to make my own login form in .Net(c#) to appear when windows start and when login succeeds the windows load and if login is unsuccessful than windows shouldn't start.
Posted
Comments
Amalraj Ramesh 5-Mar-14 6:39am    
I think its not possible.. :P

IMO, you cannot / should not try and integrate a windows login form with the Windows OS login screen.
 
Share this answer
 
v2
As you want a login screen, which authenticate user before you load your windows operating system, if user is unauthenticated then you don't need to allow user to login. you can do it using your custom boot loader..

But any Managed language like C# or VB.NET are required .NET Framework to run, so you can not create your boot loader using any other managed language.

you can create your own boot loader by using C or any assembly language...

here is example article please refer below link...

How to develop your own Boot Loader[^]
 
Share this answer
 
Comments
kool15th 7-Mar-14 8:10am    
after the Session Manager's BootExecute is done and the services starts followed by the RunServicesOnce. I think I can call my services because simply after it only the windows login screen loads. And as the boot starts my services should also starts.

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