How do I change my password in Windows XP?

link|improve this question
-1 idiotic question but at least people are giving interesting answers. – barlop Sep 15 '11 at 3:51
feedback

migrated from stackoverflow.com Apr 3 '11 at 17:12

This question came from our site for professional and enthusiast programmers.

4 Answers

Control Panel > Users > [your username] > Change Password

link|improve this answer
feedback
  1. Press Ctrl+Alt+Del

  2. Click Change Password

link|improve this answer
5  
Only works if Welcome Screen is disabled. – grawity Apr 3 '11 at 17:19
feedback

In case you were interested, you can also do this on the command line:

net user <your username> *

This will prompt you to enter a new password for your account. You can also substitute * for the actual password which will change it without any prompting.

link|improve this answer
feedback

If you have owned another available admin password, it can work:

  1. Log on your PC
  2. Click Start -> Control Panel -> Add or remove user account
  3. Select the account you want to reset
  4. Click Change or Remove the password
link|improve this answer
feedback

protected by Community Sep 15 '11 at 3:55

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.