Excellent.
Do you need anything else?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Windows 10 has developed a critical error and, following the assessment of an expert technician, I have been advised to reinstall. The process will remove all apps but preserve my files which are, in any event, backed up daily. I am not sure if the reinstall will erase Outlook's pst files and I'm not sure if I included them in my daily backup routine. I really don't want to risk losing all my archived emails. I am, therefore, looking to find these files on my PC's hard drive and save them to an external hard drive before I initiate the Windows 10 reinstall. I can only access the drive by command prompt or notepad - but I do not know how to search or find the files !
I assume they are hidden in some way. Can anyone suggest a means of finding files stored anywhere on the hard drive in my PC, whether hidden or not, using only DOS commands? I cannot find the file in users/local data or even that file in users. HELP
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Excellent.
Do you need anything else?
X means you are accessing a memory disk. This can occur if you are accessing from Windows installation disk. To change the disk, you must type C: and press enter.
You can access that partition, if your disk is healthy.
Thank you -
cmd has me in “x” as the directory - which is boot ...
not sure how to get to “c” and that partition ?
if that makes sense
Hi, my name is Jose. I'm an Independent Advisor and a Windows user like you. I'll be glad to help you today.
From the CMD window, run the following commands:
CD \ "This command will bring you to the root path"
DIR /S *.PST " This command will show you all pst file names and location"
DIR /S *.OST " This command will show you all ost file names and location"
After that, you can copy those file using the command COPY <Original path> <Destination path>
Please let me know if you need any further assistance.