How to Recover a File in Default Mode
To use the default mode, you use /n followed by a search path:
- To search for a file named document.docx, you’d use
/n document.docx. You can also specify a full path to the file, such as/n \Users\Bob\Documents\document.docx - To search for all files that were in the Documents folder if your username is Bob, you’d use
/n \Users\Bob\Documents. - To search with a wildcard, use a *. For example
/n \Users\Bob\Documents\*.docxwill find all DOCX files there were in the Documents folder.
[mai mult...]



