How to Recover/ Hack / Reset Windows NT/2000/XT/Vista Password Using Ubuntu Live CD
You can easily hack Windows Password with Ubuntu. You may need to reset an admin password in windows (NT/2000/XT/Vista) for many reasons, such as you have forgotten it or you need to repair and don't have access to the admin password. You can Easily Reset Windows password with Ubuntu.
Requirements
A little knowledge in Command Line , An Ubuntu Live CD. And a Wonderful package called chntpw.
Open a terminal
$ apt-get install chntpw
Chntpw is a program designed to overwrite Windows
NT/2000/XP/Vista
SAM password.
Mount your Windows partition with read/write support
Then you need to locate (use your Command line Skills) SAM file which for Windows 2000 and XP is normally located at windows/system32/config or winnt/system32/config.
Once inside the ‘config’ folder , issue this command:
$ sudo chntpw -h for help
$sudo chntpw -l SAM for list of windows users
$sudo chntpw -u USERNAME SAM for reset password
it is recomended to reset the password to BLANK.
Related Posts:
Convert PDF to TXT in Ubuntu LinuxUse pdftotext utility can be used to convert Portable Document Format (PDF) files to plain text. $ sudo apt-get install poppler-utils usage: $ pdf… Read More
Enable Process Accounting in Ubuntu: Acct will log user processIf you Enable process accounting in your system, it will help you to keep track of your user processes. It is very useful for System administrators fo… Read More
How to release and renew a DHCP IP address in Ubuntu 10.04 (Lucid)/9.10 (Karmic)/9.04(Jaunty)This tutorial will explain how to release and renew a DHCP IP address in Ubuntu 10.04 (Lucid)/9.10 (Karmic)/9.04(Jaunty) Release a DHCP ip address in … Read More
Best Audio Tools for Ubuntu LinuxPlay and Manage Music in Linux Rhythmbox is a music software originally inspired by Apple's iTunes. It is based on the powerful GStreamer media framew… Read More
Howto get iOS 4 (iPhone OS) to sync with rhythmbox in ubuntu 10.04 (Lucid)Well with the release of iOS 4, many Ubuntu users are complaining of incompatibility with between rhythmbox and the new update. Here is a simple way t… Read More
0 comments:
Post a Comment