Results 1 to 14 of 14

Thread: Reset/Change forgotten Windows password.

  1. #1
    Gold Member
    Join Date
    Jan 2008
    Liked
    0 times
    Posts
    722

    Default Reset/Change forgotten Windows password.

    For Win Vista
    The Password Reset Disk is essentially a small file that can be used to reset your password, even if you have changed your password since creating the reset disk. This can be extremely valuable for preventing any embarrassing situations.

    Naturally, you should store this in a very safe place, since it can be easily used by anybody to reset the password and gain access to your account.


    Of course, Windows has supported the use of a Password Reset Disk for a while, but Windows Vista makes it really simple to use since you can use a USB Flash drive to store the reset file instead of a floppy.

    Creating the Password Reset Disk

    Open up User Accounts by clicking on your User icon in the start menu, and then select the link for "Create a password reset disk" over on the upper left-hand side.

    You'll be greeted with a wizard that gives you basic information about how it works… just click Next.

    Now you can select the removable drive to create the password key on:

    You'll be asked for your current password, which we'll hope you haven't forgotten.

    And that's all there is to it… just remember to save this disk in a safe place.

    If you actually look at the drive, you'll see a file named userkey.psw that contains your reset key, and you could backup the file to another location if you wanted to.

    Logically, you could then copy this file to another USB drive and use it to reset the password.

    Resetting Your Password

    Once you have a password reset disk, you can use it easily the next time you forget your password… once you've typed the wrong password Vista will show a "Reset password" link below the login box.



    You'll want to make sure you already have the USB flash drive inserted at this point, or else you'll get an error message:

    If you do already have the disk inserted, you should get this wizard screen instead.

    You'll want to pick the right disk if you have more than one…

    And then type in a new password and a hint for the password.

    That's all there is to it.

    Note that you don't need to create a new password reset disk after using it to change your password.
    ------------------------------------------------------------------------------
    For Windows XP
    Well to Change/Reset XP's password u need to have Ultimate Boot CD for Windows, the information on the same can be collected from here.
    So for this trick to work, i assume u have Ultimate Boot CD with u. I guess this cd can also work on windows Vista too, but not sure. Try it & tell me.

    Now i assume u have booted though Ultimate Recovery CD.You'll be nearly immediately presented with the boot options menu, where you can run a memory test, access the XP recovery console, or just hit the Enter key to start up the ultimate boot cd & u will be on the Desktop of it.

    Resetting Your Password

    Once you've started up the Ultimate Boot CD, you'll want to navigate through Start \ Programs \ Password Tools and find NTPWEdit in the menu.



    Once the utility opens, you'll want to click the (Re)open button to open up the SAM file which contains your Windows password, which should show you the list of usernames.

    Note that if it doesn't or you are using a dual-boot, you might have to
    browse to find the correct SAM file.



    Once you've found your username in the list, you can simply use the Change password button. Note that if you are using Vista you probably shouldn't edit the Administrator password.



    At this point you should be able to reboot the computer and login with your new password. It's just that simple.

    Note: If you have previously encrypted files using the built-in Windows encryption features, changing the password will make them inaccessible. I will try to cover how to crack the password if possible

    PS : I never directly tried both of the above method directly....coz i never put a password for my system. But i have seen the method working for few of my frnds. Do things on ur own risk.
    Last edited by just4kix; 11-04-08 at 12:18 PM. Reason: Correction & adding Contents

  2. #2
    Super Moderator smoothvibes's Avatar
    Join Date
    Jul 2008
    Liked
    0 times
    Posts
    4,876

    Default

    great post and it can really help lot of vista users but do we have any such utility for windows xp too.

  3. #3
    Gold Member
    Join Date
    Jan 2008
    Liked
    0 times
    Posts
    722

    Default

    @smoothvibes
    sure dood...i will post the method for it 2moro.....there are mainly 2 methods......1.using CD & 2. Using Linux Disk.

    will post both....the first one is bit lengthy & second one lil advanced.

  4. #4
    Super Moderator smoothvibes's Avatar
    Join Date
    Jul 2008
    Liked
    0 times
    Posts
    4,876

    Default

    ohhht thats really great mate

    i will give you repo for that

    great work :clap:

  5. #5
    Guardian Angel just4kix's Avatar
    Join Date
    Dec 2007
    Liked
    4 times
    Posts
    10,904

    Default

    Great post logik. Repo point added.

  6. #6
    Bronze Member
    Join Date
    Sep 2008
    Liked
    0 times
    Posts
    110

    Default

    Nice guide for resetting the password there, also on Windows XP if you have access to an administrator account you can reset the password of any account on the system. You can do that from Start-->Run and type 'control userpasswords2' and press Enter. This will open the user account management window from where you can reset account passwords.

  7. #7
    Gold Member
    Join Date
    Jan 2008
    Liked
    0 times
    Posts
    722

    Default

    Guys edited my first post & added the info for XP password reset. Plz check the same.

  8. #8
    Gold Member
    Join Date
    Jan 2008
    Liked
    0 times
    Posts
    722

    Default

    Ok guys as promised earlier.....here is the method using the Linux System Rescue CD..... unfortunately i am not able to edit my posts.....so i am posting here in reply.......or i was planning to put it in the first post by using edit...

    So far in our series we've covered how to reset your Windows password with the Ultimate Boot CD, but if you are a little more technical you might want to simply use the excellent System Rescue CD, which is based on Linux

    Creating the System Rescue CD

    Before you can do anything else, you'll need to download a copy of the System Rescue CD from here

    Code:
    http://www.sysresccd.org/Main_Page
    now burn the ISO image using Imgburn.

    now the main thing.......Resetting Your Password

    Now that you have your boot CD, you'll want to boot from it, which will take you to this very informative prompt, with some basic instructions on how to use the CD.




    The first thing we'll want to do is mount the hard drive, using this command. (Note that you might not need to use the –o force argument, it's only really for when the system didn't shut down correctly)

    ntfs-3g /dev/sda1 /mnt/windows –o force
    You can use the df –m command to verify that the drive has been mounted and that it's the right drive. Note that it's mounted on /mnt/windows at this point.



    Now you'll want to change directory into the Windows/System32/config directory inside of your windows installation. For mine, the full path was something like this, but it might be different on yours:

    cd /mnt/windows/Windows/System32/config
    Once you are in that directory, you should see that there is a SAM file, which is where we'll want to change the passwords.



    To change the password we'll use the chntpw command, and it's most useful to use the –l argument first to list out all the usernames in the file.

    chntpw –l SAM


    Now you can add the –u argument with your username, which will end up being something like this command, except you'll want to replace geek with your username:

    chntpw –u geek SAM
    This will present you with a wizard type screen:



    I'm going to assume that you want to set a new password, so just type "2″ at the prompt, add in your password, and remember to use the "y" key when prompted to save



    At this point your password has been changed, so you can issue the reboot command to restart the computer (should take the disc out of the drive)



    And now you should be able to login with the new password. Note that this technique on both XP and Vista with good results.

    PS : use this method only if ur a tech geek. this is kind of complex method if u dont know abt linux. but its definitely a great thing to learn

  9. #9
    Gold Member
    Join Date
    Dec 2007
    Age
    24
    Liked
    0 times
    Posts
    687

    Default

    Nice post.

  10. #10
    Junior Member
    Join Date
    Sep 2008
    Liked
    0 times
    Posts
    27

    Default

    Good knowledge. also ERD commander is an great tool that lets u get inside the system without asking the password and then u can change the password easily you can download it from piratebay.org

    and suppose u forgot the password of admin but u have an alternate account other than administrator account like an normal local user even wth the restricted account u can reset the admin"s account password just use this command
    net user administrator * (* is an wild card entry)

    after that it will ask you to reset the admin account"s password

  11. #11
    Bronze Member
    Join Date
    Dec 2008
    Age
    20
    Liked
    0 times
    Posts
    169

    Default

    Good post, also u can reset user passwords from limited accounts. Go to control panel->administrative tools->computer management , select a user from the list & change the password directly.

  12. #12
    Junior Member
    Join Date
    May 2009
    Age
    39
    Liked
    0 times
    Posts
    1

    Default

    In an enterprise environment a good practice is self password reset. I recommend Password Self Service.

    This tool implements a "Forgot your password ?" button to every user's login screen to allow our end users to reset their passwords using a common web interface just by answering a set of challenging questions.

    scriptlogic.com/products/password-self-service

  13. #13
    Junior Member
    Join Date
    Apr 2009
    Liked
    0 times
    Posts
    59

    Default

    A good post but in XP [the another way]
    the reboot. While booting about repeatedly
    1. press "F8"
    2. from the menu choose Safe Mode
    3. When you reach the "choose account screen" choose "Administrator"
    4. From Start Menu choose "Run" in the field type - "controluserpasswords2"
    5. In list choose your acoount and press remove password.
    5. reboot. now log in to your account without password.

    obviously after logging on you can assign a password as usual.

  14. #14
    Junior Member
    Join Date
    May 2009
    Age
    23
    Liked
    0 times
    Posts
    1

    Default Just want to help you all

    If you want tips and tricks for free you can visit
    getallyouwant-all(.)blogspot(.)com
    Some posts are listed below:
    • Hard drive gone bad
    • 10 Fast and Free Security Enhancements PC magazine
    • Remove Memory Card Write Protection
    • InfiniteBux pays you to view advertisements provid
    • Increase back Links
    • Boot Winxp Fast
    • Check For Dos, Check to see if you are infected.
    • Removing Banners From Free Webhosts
    • Make A Roughly 16 Hour Video Dvd
    • Making Web Page Fonts Consistent and Uniform
    • getting movies, mp3,games using google
    • Auto End Tasks to Enable a Proper Shutdown, Win XP...
    • Your Home Page Nevr Being Changed
    • Make your home page
    • Yahoo messenger free from ad's!!!
    • Transferring Data from old pc to new one
    • Winxp Applications Startup Time, Decrease your App...
    • Make a autorun file for your cd.
    • How to safeguard your files when computer crashes
    • Unlimited Rapidshare Downloads
    • Mobile Secret Code
    • Search Files in ftp servers
    • Protect Your Pendrive
    • How To Get Top Ranking,Search Engines
    • Delete An "undeletable" File
    • Want real tips to increase website traffic??
    • Cracking Zip Password Files
    • Best Keyboard Shortcuts
    • Simple Tweaks for Peak PC Graphics Performance
    • Speed Up Internet
    • Regedit.exe & Regedt32.exe, Whats the difference
    • How do I remove an extra operating system from by
    • How To Block Websties Without Software, block webs...
    • Speed up menu display
    • Create One-Click Shutdown and Reboot Shortcuts
    • Go to Windows updates anonymously
    • Enable Folder and Icon Refresh, Win XP Tweak
    • A few things you might want to try with Google
    • Earn From blog or website
    • How To Change Thumbnail Size And Quality
    • How To Find Ftp's The Easy Way'
    • Make your xbox game cd from your pc
    • Firefox Speed tweak
    • How to get lost Password of your Windows XP
    • Change Your Ip In Less Then 1 Minute
    • How to create a bootable Windows XP SP1 CD (Nero)
    • How to speed Up HTTP Requests On Internet Explorer
    • Caught A Virus?
    • 23 Ways To Speed WinXP, Not only Defrag
    • DVD Regions Information
    • Get 7$ over and over again!
    • Scam PTC websites list
    • Keyboard Shortcuts, must read
    • How Download MP3s from Fanscape.com or other Strea
    • How Do U See Hidden Files, Using DOS
    • How To Access Your Folders From Your Taskbar
    • How Long Has Your XP System Been Running
    • How Linux boots
    • GET ANY THING

    :rockon:

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Windows XP vs Windows Vista vs Windows 7
    By imrock in forum Windows
    Replies: 29
    Last Post: 01-04-12, 01:31 PM
  2. General Keyboard Shortcuts
    By Arjun1 in forum Computer technology
    Replies: 4
    Last Post: 04-11-11, 03:35 AM
  3. Windows 7 vs. Ubuntu
    By gaggan4392 in forum Operating Systems
    Replies: 13
    Last Post: 05-24-10, 11:30 AM
  4. Speeding your Windows XP Notebook
    By Preeti_20 in forum Laptop
    Replies: 0
    Last Post: 02-16-10, 12:50 AM
  5. Log in without Password in Windows XP
    By ashishcw in forum Windows
    Replies: 10
    Last Post: 02-13-10, 02:42 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •