Contacts are stored under Windows Live (not Windows Live Mail), in a hidden system folder:
**C:\Users\%username%\AppData\Local\Microsoft\Windows Live\Contacts**
For %username% substitute the name of the current user.
That folder is hidden by default. You have to elect to show "hidden files, folders and drives", in Windows 7's "Explorer" (called "File Explorer" in Windows 10), to be able to see it.
The following command opens that folder, in Windows 7, even if it's not in the default location (a single command, that must be copied and pasted as a single line):
FOR /F "TOKENS=4* SKIP=1" %A IN ('REG QUERY "HKCU\Software\Microsoft\Windows Live Mail" /V "Store Root"') DO @CALL explorer %A %B & EXIT
- Copy that line of text to the clipboard.
- Open a command window: press Windows key + the R key to open a Run box, type CMD then press the Enter key.
- Then right-click inside that command window, and click on 'Paste' to insert the copied text.
- Press the Enter key (the folder in which the current user's e-mail messages are stored will open).
- Do NOT rename or move this folder!! Make a copy of the folder and all of its contents and subfolders (e.g. copy it to the Desktop), so that two identical sets of files exist.
If you can open that folder, don't monkey with its contents.
Make a copy of the folder on your desktop, it contains one (or more) ESE database files. Your contacts are in that file.
There are quite a few programs that can read an ESE database file. I suggest NirSoft DatabaseView -
[http://www.nirsoft.net/utils/esedatabaseview.zip](http://www.nirsoft.net/utils/esedatabaseview.zip)
ESEDatabaseView is a simple utility that reads and displays the data stored inside an Extensible Storage Engine (ESE) database (also known as "Jet Blue"), an .edb (Extensible DataBase) file.
It displays a list of all tables available in the opened database file, allows you to choose the desired table to view, and then when you choose a table it displays all records found in the selected table.
ESEDatabaseView also allows you to easily choose one or more records, and then export them into comma-delimited/tab-delimited/html/xml file, or copy the records to the clipboard (Ctrl+C) and then paste them into Excel or another spreadsheet application.