Link to home
Start Free TrialLog in
Avatar of Granville Barrett
Granville BarrettFlag for United States of America

asked on

Outlook issues

Outlook Templates in File System. I'm trying to recover a user template files in Outlook 2013. I went to new items then choose forms and User Templates in File System. However, I can't find the folder it's in at all?  Where would I go next thanks
ASKER CERTIFIED SOLUTION
Avatar of Richard Schierer
Richard Schierer

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Noah
Hi there, do you know the file type extension it was saved as? :)

If so you can use this code below. Open your cmd, right click and paste it in.
dir /S *.txt 

Open in new window


You need to replace the .txt file extension with your own file extension. For example, if it is an excel file, it should be like .xlsm or .xls

After it has finished searching for you, right-click again and press find, then try finding the file name based on the credentials remembered. The code does specify where the file will be located under "Directory of"