Windows account details are stored in the SAM registry hive. It stores passwords using a one-way-hash (either LM Hash, which is old and weak, or NTLM hash which is newer and stronger.)
The SAM hive file is located at %WinDir%\system32\config\sam. This directory, and it parents, are by default...