Resetting User Password
-
14 April 2012 1:31
I am using this article: http://social.msdn.microsoft.com/Forums/en/Vsexpressvcs/thread/0a9a8cd3-ce3e-4729-9346-39be5a204ec4
To help me reset the password of a user account on Windows. So far, it works on all operating systems I've tried, however, it only works if run on an Administrator account. It doesn't work on limited accounts.
Is there anyway to get this to work on a limited account? If the Admin forgot the password, they can logon to another account, and reset the password.
Semua Balasan
-
14 April 2012 7:25
Off hand I'd say no. It is a basic security feature in Windows that only admins are allowed to change other users' passwords. Normal users can only change their own password. Think of the implications if this were not the case - you could change anybody's password.
If Admin forgets their password - tough; unless they have a reset password disk (Win7).
Regards David R
---------------------------------------------------------------
The great thing about Object Oriented code is that it can make small, simple problems look like large, complex ones.
Object-oriented programming offers a sustainable way to write spaghetti code. - Paul Graham.
Every program eventually becomes rococo, and then rubble. - Alan Perlis
The only valid measurement of code quality: WTFs/minute.- Ditandai sebagai Jawaban oleh Bob ShenMicrosoft Contingent Staff, Moderator 25 April 2012 3:32
-
14 April 2012 19:27Ok, Thanks.