Click here to Skip to main content
15,888,401 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello Experts,

We need to provide an reset password option via windows logon screen.
Is it possible by modifying the default windows winlogon programs or any other programs which are responsible for the process.

Appreciate any help on this idea.

Thanks & Regards,
Amol Kotwal

What I have tried:

tried finding the windows logon files to be modified in order to reset the password.
Posted
Updated 8-Mar-17 4:37am
Comments
Michael_Davies 8-Mar-17 9:59am    
Have you tried using the windows password reset disk, create one on a usb stick that then allows you to reset the password if you forget it and get locked out.

Also logon as admin and reset the password of any user.

1 solution

If you could modify the existing files Windows would not be very secure. You cannot do that.

For Windows Vista and above you need to create a new Windows Credential Provider and install it. THIS IS NOT A TRIVIAL TASK! If you have no idea what I just said, just buy an off-the-shelf product that does this already, like NetIq.

You'll have the solution a lot faster than trying to write it and you don't run the risk of never being able to login to the machine again because you screwed something up.
 
Share this answer
 
Comments
amolbkotwal 9-Mar-17 1:49am    
Hi Dave,

We are trying with below link:-
https://blogs.technet.microsoft.com/aho/2009/11/14/custom-credential-provider-for-password-reset/

We wanted to launch the URL once this password reset user validates.
If we could do this using the above code that would be great.
Dave Kreskowiak 9-Mar-17 7:42am    
You're not going to launch a web browser while running as Local System. I know IE didn't work the last I tried it as an experiment. Also, the security implications of doing so are frightening.
amolbkotwal 9-Mar-17 8:08am    
We are planning to launch the URL using the domain user.
do you think is this possible? if yes, let us know how?
Dave Kreskowiak 9-Mar-17 8:11am    
Think about that for a second.

If you're trying to reset the users password because they can't login how in the hell are you going to get the users context?
amolbkotwal 9-Mar-17 8:42am    
this may seem unrealistic but that's what we want to achieve.

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