So, you've hit your head upon the nearest table corner and are suffering from selective amnesia. Or you've been so paranoid and have changed your admin password more than you've changed your shirt. It was inevitable that you would forget the administrator password. Chances are that you haven't really helped yourself and created either a Password Hint, a Password Reset Disk or another Administrator-privileges enabled account.
Do not despair. All is not lost, and you may still be able to bring things back to normal without a reinstall. However, once you're done with this HOWTO, please create a password reset disk in Windows XP and store it in a safe place and save yourself a world of trouble.
Tool #1: Offline NT Password and Registry Editor:
Get it here:
Bootable floppy:
http://home.eunet.no/~pnordahl/ntpasswd/bd041205.zip
Bootable CD:
http://home.eunet.no/~pnordahl/ntpasswd/cd041205.zip
and then boot the computer off it. It will detect and offer to unlock locked or disabled out user accounts but be warned, that if you've encrypted user data, you may end up corrupting it if you've used EFS.
Tool #2: Austrumi
Austrumi is a Linux bootable ISO image for recovering NT passwords and other cool tools and methods, sized for Business Card size CD media (50Mb). It allows you to change any password, including that of the Administrator, on a partition occupied by Windows NT, Windows 2000 or Windows XP. Simply boot the CD and when you get to the initial boot prompt, type:
boot: nt_pass
This will launch a console utility that will detect Windows partitions on the hard disk and provide you with a menu to modify any user or Administrator passwords on the Windows system. It will even give access to the Windows registry for recovery purposes. Quite a handy utility to keep in your wallet (AUSTRUMI is small enough to fit on a business card-size CD) if you are unfortunate enough to having to deal with Windows machines in your line of work.
Read more at http://sourceforge.net/projects/austrumi
Download the files you need here:
http://prdownloads.sourceforge.net/a...2.iso?download
Tool #3: XP Password Recovery:
This site provides a tool to recover lost Windows XP passwords. It works for administrator accounts, it doesn't change the password just tells you the old one. It works with encrypted files (EFS) and password hashes. It even works if no passwords at all are known for the machine (as long as you have another computer with internet access to view this website with). It does not work if the password has symbols or spaces in.
Author (Oliver Mattos) claims it also works with Windows NT and Windows Server 2003 and Windows Longhorn, but the BEST thing about it is the fact that it won't reset your passwords, but simply reveal them for you to remember and then use.
Give it a try. The author would like to receive feedbacks for debugging and troubleshooting purposes.
Note: You'll need a blank floppy to run the process, and it will take anywhere between a few minutes to a few hours for the scan to complete.
Usage, instructions and additional information can be found at
http://xpcracker.mine.nu/xpcracker
After installing Windows XP Service Pack 3 (SP3), the system may encounter an error code 0×80070002 that saying “A problem is preventing Windows from accurately checking the license for this computer.” The computer boots up and log on to desktop, but the error dialog pops up. Cancel the dialog will log off user. Attempt to login will fail again and logout. The process repeats endlessly in loop, and users cannot access the desktop. The only thing user can do is to restart the computer.
To recover from the unable to logon to desktop due to failure to checking the license error after installing Windows XP SP3, there is various solutions available. If the solutions suggested not working, try one of the following resolutions to fix the error.
Boot up to Safe Mode (by pressing F8 during initial startup), then copy the oembios.bi_ and expand.exe from the Windows XP installation CD (locate both files in i386 folder) to local hard disk, such as C:\ drive. Then open a command prompt window (Cmd), and run the following command to expand or unpack the compressed file:
expand oembios.bi_ oembios.bin
Alternatively, use WinRAR to extract oembios.bin from oembios.bi_ if expand command fails. Then, copy the the oembios.bin to C:\Windows\System32 folder (replace C to your system drive letter if applicable). Restart the computer.
If the above method fails to fix the problem, or you can’t find oembios.bi_ on your retail Windows XP setup CD, try to uninstall the Windows XP SP3 to revert back to error-free Windows XP SP2 which working properly. To uninstall Windows XP SP3 manually, restart computer and go into Safe Mode (press F8 on system startup), then run the following command in the Run command box or command prompt window:
C:\WINDOWS\$NtservicePackUnistall$\spuninst\spuninst.exe
Alternatively, go to Folder Options’s View tab to uncheck the option to hide protected system files. Then manually traverse the folder tree above, and double click on spuninst.exe to start uninstallation process of Windows XP SP3. After able to boot into XP desktop, you may want to fix the issue before reinstalling again.
If you getting tired of everytime have to clicking Start menu, and then click on Turn Off Computer, and then still have to click on Turn Off or Restart or Log Off in order to log off, restart or shut down your computer, and feel that it’s time wasting, you can create a one-click shortcut that allows the user to shutdown or restart Windows, or go into standby or hibernate mode, with just a single click on the shortcut itself. Best of all, the shortcut can be put at any place - desktop, Quick Launch bar, or Start Menu, and can even launch the shutdown or restart process from command line or command prompt.
In order to shutdown or restart the Windows with just one click shortcut or from command prompt or command line, users can use shutdown command line utility/command that comes with Windows 2000 (with the Resource Kit installed) and Windows XP or Windows Vista (native). To access shutdown command, simply go to DOS command prompt by clicking on Start -> All Programs -> Accessories -> Command Prompt or Start -> Run and then type in Cmd to launch a command prompt window.
To create a one-click shortcut to shutdown the Windows computer, right click on your desktop or any folder (or click at File at toolbar), and then select New, and then click on Shortcut. A New Shortcut wizard will ask for location of this item. In the textbox, type “shutdown -s -t 01″ (without quotation marks). Click on Next when done. When ask for a name for the shortcut, give any descriptive name you prefer, such as Shutdown. Then click on Finish, and you can now use the shortcut created to shut down PC immediately after click.
If you want to create a shortcut that quick restart the Windows instead of shutting down the computer, follow the above instruction, but “shutdown -s -t 01″, key in “shutdown -r -t 01″ for location of this item. Again, give a proper descriptive name to the shortcut, such as Restart, and the shortcut is ready to be used to restart the Windows right after click.
As in the shutdown command above, -s parameter will shutdown the computer, while -r will shutdown and restart the computer. -t 01 set the timeout or time to lapse in seconds for a shut down or restart to begin. By default, if no -t argument is specified, shutdown command will wait for 30 seconds countdown before shutdown or restart. The best part for shutdown command is that it can abort a system shutdown, by using -a as the option for shutdown, i.e. “shutdown -a”. There are other options or parameters that available, and users can view all of the flags with “shutdown /?” command at command prompt.
The options available for shutdown are:
No arguments : Display this message (same as -?)
-i : Display GUI interface, must be the first option
-l : Log off (cannot be used with -m option)
-s : Shutdown the computer
-r : Shutdown and restart the computer
-a : Abort a system shutdown
-m \\computername : Remote computer to shutdown/restart/abort
-t xx : Set timeout for shutdown to xx seconds
-c “comment” : Shutdown comment (maximum of 127 characters)
-f : Forces running applications to close without warning
-d [u][p]:xx:yy : The reason code for the shutdown