up vote 0 down vote favorite
share [g+] share [fb]

A friend of mine has opened a Microsoft Publisher document from an e-mail (in gmail) in IE. They made changes to the file, repeatedly saved the changes, then closed Publisher. I've tried looking in Temporary Internet Files, but no joy. Where else might the file be? Is there anything I can do to get the file back? They're running Windows Vista Home Premium.

Thanks,

Dom

link|improve this question
done – Shoban Sep 9 '09 at 8:14
Thanks for the close as "belongs on superuser votes" all! – Dominic Rodger Sep 9 '09 at 8:14
feedback

migrated from stackoverflow.com Sep 9 '09 at 8:14

This question came from our site for professional and enthusiast programmers.

5 Answers

Try opening Word & looking into the list of recently opened files. Also try to search the folder pointed out by the System Environment Variables: tmp & temp.

EDIT: If Vista & Elevation on, it might happen that the file is created in a virtualization folder located at: C:\Users\User_name\AppData\Local\VirtualStore

link|improve this answer
feedback

Check the Office Recent folder as well, there might be a shortcut in there pointing to the file:

%USERPROFILE%\Application Data\Microsoft\Office\Recent

link|improve this answer
Apologies, added clarification that it's Windows Vista. – Dominic Rodger Sep 9 '09 at 8:32
feedback

It should be somewhere in "C:\Documents and Settings\%%USER%%\Local Settings\Temporary Internet Files\Content.IE5" (on windows xp).

On some other windows version you can always try opening another word document the same way through IE, then select "Save As" from the File menu and look where it is going to save that doc.

link|improve this answer
Apologies, added clarification that it's Windows Vista. – Dominic Rodger Sep 9 '09 at 8:30
Well, that doesn't change the second part - open that doc through IE again (or some other document, it doesn't matter), pick "Save As" and look where it is going to save that file. – Slink84 Sep 9 '09 at 8:39
feedback

Try to open Publisher and see if it a list of resent files at the bottom in the File menu.

You also have a "Resent items" in the Windows Start menu where you might find a shortcut to it.

link|improve this answer
feedback

I had to fix an issue like this is Vista not too long ago. IE stores files that it opens in a special 'low' directory for Protected Mode (yeah Protected Mode). To find the location of the actual temporary internet files go to: "C:\Users\youruseraccount\AppData\Local\Microsoft\Windows\Temporary Internet Files\Low"

Probably the most trival way to find publisher files though is to drill down the directory listing via the command-line. Open up a command prompt to the user directory and type in:

dir /S *.pub

The should search all subdirectories for publisher file extension files. The file is likely going to be under that 'Low' directory.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.