Wednesday 17 July 2013

Change Any User Password at Windows Log in Screen

Change Any User Password at Windows Log in Screen


If you want to open any Windows user account and you don’t know the user’s password, you can use the Command Prompt to create a new password and enter the account. You can do this before you enter the Windows login by bypassing Login Screen. As we are going to use CMD for this trick, you are even able to create new user accounts, modify existing user accounts or execute other programs all in the Windows Lock or Login page. The first thing we need to do is to open the Windows Command Prompt at the Login page. To do this, follow these steps:

Step 1

Run Command Prompt or CMD as administrator and enter the exact command below:

REG ADD "HKLM\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Image File Execution Options\sethc.exe" /v Debugger /t
REG_SZ /d "C:\windows\system32\cmd.exe"



Step 2

Hit the Enter Key and wait till the operation completed successfully.


Step 3

Now Log off the Windows to enter the Windows Log in screen or page. To open the Command Prompt, press the Shift key times.


Step 4

To change an existing user account password, type the command below:

net user [user_name] [new_password]


Instead of [user_name], write the user name you want to change its password and instead of [new_password], enter your desired password. For example if I want to change thewin7 user password, my command would be like this:

net user win7 123456 


Step 5

To create a new user account, use the command below:

net user [user_name] [new_password] /add

Again instead of [user_name] and [new_password], write your desired user name and password. For example if I want to add a new user account "CSArchiveNet", I will type:

net user CSArchiveNet 123456 /add


Share this post
  • Share to Facebook
  • Share to Twitter
  • Share to Google+
  • Share to Stumble Upon
  • Share to Evernote
  • Share to Blogger
  • Share to Email
  • Share to Yahoo Messenger
  • More...

0 comments:

Post a Comment