{"id":25247,"date":"2021-12-21T14:09:34","date_gmt":"2021-12-21T08:39:34","guid":{"rendered":"http:\/\/198.58.113.91\/blog\/?p=25247"},"modified":"2024-04-30T21:02:58","modified_gmt":"2024-04-30T15:32:58","slug":"recover-deleted-files-windows-file-recovery-wfr","status":"publish","type":"post","link":"https:\/\/www.winhelponline.com\/blog\/recover-deleted-files-windows-file-recovery-wfr\/","title":{"rendered":"How to Recover Deleted Files Using Windows File Recovery (WFR)"},"content":{"rendered":"<p>Did you accidentally delete an important file? Have you wiped clean your hard drive? Unsure of what to do with corrupted data? Windows File Recovery can help recover your personal data.<\/p>\n<p>Windows File Recovery (WFR) is a command-line app from Microsoft. It can help you recover lost files deleted from your local storage device (including internal drives, external drives, and USB devices) that cannot be restored from the Recycle Bin.<!--more--><\/p>\n<p>For photos, documents, videos, and more, Windows File Recovery supports many file types to help ensure that your data is not permanently lost. However, WFR can&#8217;t recover files in your network file shares.<\/p>\n<p>WFR can recover data from your hard drive, SSD (*limited by TRIM), USB drive, or memory cards.<\/p>\n<h2>Recover Deleted Files Using Windows File Recovery (WFR)<\/h2>\n<p>Download and install <a href=\"https:\/\/www.microsoft.com\/store\/r\/9N26S50LN705\" target=\"_blank\" rel=\"noopener\">Windows File Recovery<\/a> (WFR) from the Microsoft store.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-25261\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2021\/12\/wfr-store-app-featured.png\" alt=\"windows file recovery - store app from Microsoft\" width=\"696\" height=\"265\" \/><\/p>\n<p>There are two basic modes to recover files: Regular and Extensive.<\/p>\n<ul>\n<li>Regular mode is the standard recovery option for non-corrupted NTFS drives.<\/li>\n<li>Extensive mode is a thorough recovery option suitable for all file systems.<\/li>\n<\/ul>\n<h3>Regular mode examples<\/h3>\n<p><strong>Example 1:<\/strong> Recover a specific file from your D: drive (e.g., &#8220;D:\\Media&#8221; folder) to the recovery folder on the C: drive.<\/p>\n<p>From an <a href=\"https:\/\/www.winhelponline.com\/blog\/open-elevated-command-prompt-windows\/\">elevated or admin Command Prompt<\/a>, run:<\/p>\n<pre>winfr D: C: \/regular \/n \"\\Media\\Samsung Galaxy Chromebook Unboxing.mp4\"<\/pre>\n<p><em><strong>Note:<\/strong> If the file name or path contains space(s), enclose it within double quotes as in the above example. The source and destination drives must be different. <\/em><em>When recovering from the operating system drive (often C: ), use the \/n &lt;filter&gt; switches to specify the user files or folder.<\/em><\/p>\n<div class=\"qt\">\n<strong>Important:<\/strong><\/p>\n<p>If the file was sent to the Recycle Bin earlier and then you emptied the bin, the above path filter won&#8217;t work. This is because when you send a file to the Recycle Bin, it is stored in a different name\u2014e.g., $I7U9HMH.mp4 instead of &#8220;Samsung Galaxy Chromebook Unboxing.mp4.&#8221;<\/p>\n<p>Also, if the file was sent to the Recycle Bin and then the bin was emptied, the deleted file&#8217;s path will be something like &#8220;$RECYCLE.BIN\\S-1-5-21-2548784221-372374091-3270274566-1001\\$I7U9HMH.mp4&#8221;.<\/p>\n<p>So, the above filter <code>\/n \"\\Media\\Samsung Galaxy Chromebook Unboxing.mp4<\/code>&#8221; <strong>will not work<\/strong>.<\/p>\n<p>In that case, it&#8217;s better to use the <strong>file extension<\/strong> filter, such as<\/p>\n<pre class=\"cmd\">winfr D: C: \/regular \/n .mp4<\/pre>\n<p>When using the <strong><code>\/n<\/code><\/strong> filter, please note this important point.\n<\/div>\n<p>You&#8217;ll see the following prompt. Press &#8220;<code>y<\/code>&#8220;to continue.<\/p>\n<pre>Windows File Recovery\nCopyright (c) Microsoft Corporation. All rights reserved\nVersion: 0.1.20151.0\n----------------------------------------------------------\n\nSource drive: D:\nDestination folder: C:\\Recovery_20211221_124818\nFilter: MEDIA\\SAMSUNG GALAXY CHROMEBOOK UNBOXING.MP4\nExtension filter: *\n\nSector count: 0x0000000021ce47ff\nCluster size: 0x00001000\nSector size: 0x00000200\nOverwrite: Prompt\nMode: Regular\n\n\nContinue? (y\/n)<\/pre>\n<pre>Pass 1: Scanning and processing disk\nScanning disk: 100%\n\nPass 2: Recovering files\nFiles recovered: 1, total files: 1, current filename: C:\\Recovery_20211221_124818\\Media\\Samsung Galaxy Chromebook Unboxing.mp4\nProgress: 100%\n\nView recovered files? (y\/n)<\/pre>\n<p><em>This tool automatically creates a recovery folder called Recovery_&lt;date and time&gt; on the destination drive.<\/em><\/p>\n<p>Clicking &#8220;y&#8221; opens the &#8220;Recovery&#8221; folder where the file has been restored.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-25250\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2021\/12\/wfr-recovered-folder.png\" alt=\"windows file recovery wfr examples\" width=\"479\" height=\"144\" \/><\/p>\n<p>The recovery logfile&#8221;<code>RecoveryLog.txt<\/code>&#8220;would contain the list of recovered, damaged, and irrecoverable files about the last undelete operation.<\/p>\n<pre>Windows File Recovery\nCopyright (c) Microsoft Corporation. All rights reserved\nVersion: 0.1.20151.0\n----------------------------------------------------------\n\n\nRecovered files\n\nC:\\Recovery_20211221_124818\\Media\\Samsung Galaxy Chromebook Unboxing.mp4\n\nTotal damaged files:\n0\nTotal recovered files:\n1\nTotal irrecoverable files:\n0<\/pre>\n<p>The recovered video file was available in a subfolder folder named&#8221;<code>Media<\/code>&#8220;(the same folder name you gave in the command line).<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-25251\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2021\/12\/wfr-recovered-folder-2.png\" alt=\"windows file recovery wfr examples\" width=\"430\" height=\"197\" \/><\/p>\n<div class=\"qt\">\n<p>For more WFR command-line information, run one of these two commands:<\/p>\n<ul>\n<li>&#8220;<code><strong>winfr \/?<\/strong><\/code>&#8220;&#8211; Shows a quick summary of syntax and switches for general users.<\/li>\n<li>&#8220;<code><strong>winfr \/!<\/strong><\/code>&#8220;&#8211; Shows a quick summary of syntax and switches for advanced users.<\/li>\n<\/ul>\n<\/div>\n<p><strong>Example 2:<\/strong> Recover your <code><strong>Documents<\/strong><\/code> folder from your C: drive to the recovery folder on an E: drive. Don&#8217;t forget the backslash (<code><strong>\\<\/strong><\/code>) at the end of the folder.<\/p>\n<pre class=\"cmd\">Winfr C: E: \/regular \/n \\Users\\&lt;username&gt;\\Documents\\<\/pre>\n<p><strong>Example 3:<\/strong> Recover PDF and Word files from your <code>C:<\/code> drive to the recovery folder on an E: drive.<\/p>\n<pre class=\"cmd\">Winfr C: E: \/regular \/n *.pdf \/n *.docx<\/pre>\n<p>Sometimes, you may get the following message when attempting to undelete\/recover a file:<\/p>\n<pre class=\"err\">No recoverable files were found with this mode. Please check \/? for more recovery options<\/pre>\n<p>In that case, you may try the extensive mode (previously known as the &#8220;Segment mode&#8221; and &#8220;Signature mode&#8221;) for a thorough scan.<\/p>\n<hr \/>\n<h3>Extensive mode examples<\/h3>\n<p><strong>Example 1:<\/strong> Recover any file with the string &#8220;invoice&#8221; in the filename using wildcard characters.<\/p>\n<pre class=\"cmd\">Winfr E: C: \/extensive \/n *invoice*<\/pre>\n<p><strong>Example 2: <\/strong>Recover JPEG and PNG\u202fphotos from your Pictures folder to the recovery folder on your E: drive.<\/p>\n<pre class=\"cmd\">Winfr C: E: \/extensive \/n \\Users\\&lt;username&gt;\\Pictures\\*.JPEG \/n \\Users\\&lt;username&gt;\\Pictures\\*.PNG<\/pre>\n<p><strong>Example 3:<\/strong> Recover file types having a specific extension<\/p>\n<p>Let&#8217;s say you want to recover deleted files that have the extension &#8220;.LLC&#8221; (e.g. <code>sample-proj.llc<\/code>). Assuming that the deleted file(s) was present on the D: drive and you want to restore it to a folder on the C: drive.<\/p>\n<p>Run this command:<\/p>\n<pre class=\"cmd\">winfr D: C: \/extensive \/n *.llc\n\n(or)\n\nwinfr D: C: \/extensive \/n \\media\\*.llc\n(if you remember the directory path of the deleted file)<\/pre>\n<p>The source and destination drives must be different.<\/p>\n<p>Microsoft automatically creates a recovery folder called <strong>Recovery_&lt;date and time&gt;<\/strong> on the destination drive.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-25258\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2021\/12\/wfr-extensive-mode.png\" alt=\"windows file recovery wfr examples\" width=\"699\" height=\"418\" \/><\/p>\n<p>Press &#8220;y&#8221; when you see the following prompt:<\/p>\n<pre>Windows File Recovery\nCopyright (c) Microsoft Corporation. All rights reserved\nVersion: 0.1.20151.0\n----------------------------------------------------------\n\nSource drive: D:\nDestination folder: C:\\Recovery_20211221_173440\nFilter: **.LLC\nExtension filter: *\n\nSector count: 0x0000000021ce47ff\nCluster size: 0x00001000\nSector size: 0x00000200\nOverwrite: Prompt\nMode: <strong>Extensive<\/strong>\n\n\nContinue? (y\/n)<\/pre>\n<p>Press&#8221;<code>y<\/code>&#8220;to open the folder containing the recovered file(s).<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-25257\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2021\/12\/wfr-extensive-mode-recovered.png\" alt=\"windows file recovery wfr examples\" width=\"623\" height=\"105\" \/><\/p>\n<div class=\"qt\">\n<h3>Extensive mode and Disk Usage<\/h3>\n<p>When you use the Extensive mode, disk usage shoots up to 100% and remains at the peak throughout the operation. This is something the WFR development team must take note of and fix in the upcoming build.<\/p>\n<p>Depending on the size of your source drive, the extensive mode may take a while. To stop the recovery process, press Ctrl + C.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-25255\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2021\/12\/winfr-disk-usage-2.png\" alt=\"winfr disk usage 100%\" width=\"605\" height=\"374\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-25256\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2021\/12\/winfr-disk-usage.png\" alt=\"winfr disk usage 100%\" width=\"698\" height=\"197\" \/><\/p>\n<p>One of the hard disks was fully busy (<a href=\"https:\/\/www.winhelponline.com\/blog\/google-chrome-high-disk-usage-100-percent\/\">100% disk usage<\/a>) when Winfr.exe ran in &#8220;Extensive mode.&#8221;<\/p>\n<\/div>\n<h2>Deciding which mode to use<\/h2>\n<p>Here are the file systems supported by WFR:<\/p>\n<ul>\n<li>FAT and exFAT are used by SD cards, flash, or USB drives (&lt; 4GB).<\/li>\n<li>ReFS is used by Windows Server and Windows Pro for Workstations.<\/li>\n<li>NTFS is used in computers (HDD, SSD), external hard drives, flash or USB drives (&gt; 4GB)<\/li>\n<\/ul>\n<p>To recover files from non-NTFS drives, you&#8217;ll need to use the Extensive mode. Alternately, you can use the Signature mode specifically (advanced command-line switch.)<\/p>\n<p>Use the following table to help you decide which mode to use. If you&#8217;re not sure, start with the default mode.<\/p>\n<table style=\"border-collapse: collapse; width: 100%;\">\n<tbody>\n<tr>\n<td style=\"width: 33.3333%;\"><strong>File system<\/strong><\/td>\n<td style=\"width: 33.3333%;\"><strong>Circumstances<\/strong><\/td>\n<td style=\"width: 33.3333%;\"><strong>Recommended mode<\/strong><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33.3333%;\">NTFS<\/td>\n<td style=\"width: 33.3333%;\">Deleted recently<\/td>\n<td style=\"width: 33.3333%;\">Regular<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33.3333%;\">NTFS<\/td>\n<td style=\"width: 33.3333%;\">Deleted it a while ago<\/td>\n<td style=\"width: 33.3333%;\">Extensive<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33.3333%;\">NTFS<\/td>\n<td style=\"width: 33.3333%;\">After formatting a disk<\/td>\n<td style=\"width: 33.3333%;\">Extensive<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33.3333%;\">NTFS<\/td>\n<td style=\"width: 33.3333%;\">A corrupted disk<\/td>\n<td style=\"width: 33.3333%;\">Extensive<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33.3333%;\">FAT, exFAT<\/td>\n<td style=\"width: 33.3333%;\">Any<\/td>\n<td style=\"width: 33.3333%;\">Extensive<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Command-line Switches<\/h2>\n<p>Here are the <strong>general\/basic command-line switches<\/strong> for WFR.<\/p>\n<table>\n<thead>\n<tr>\n<th><b>Parameter \/ switch\u00a0\u00a0<\/b><\/th>\n<th><b>Description<\/b><\/th>\n<th><b>Supported mode(s)<\/b><\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Source-drive:<\/td>\n<td>Specifies the storage device where the files were lost. Must be different from the destination drive.<\/td>\n<td>All<\/td>\n<\/tr>\n<tr>\n<td>Destination-drive:<\/td>\n<td>Specifies the storage device and folder on which to put the recovered files. Must be different from the source drive.<\/td>\n<td>All<\/td>\n<\/tr>\n<tr>\n<td>\/regular<\/td>\n<td>Regular mode, the standard recovery option for non-corrupted NTFS drives<\/td>\n<td>Regular<\/td>\n<\/tr>\n<tr>\n<td>\/extensive<\/td>\n<td>Extensive mode, a thorough recovery option suitable for all file systems<\/td>\n<td>Extensive<\/td>\n<\/tr>\n<tr>\n<td>\/n&lt;filter&gt;<\/td>\n<td>Scans for a specific file by using a file name, file path,\u00a0file type, or\u00a0wildcards. For example:<\/p>\n<ul>\n<li>File name: \/n myfile.docx<\/li>\n<li>File path: \/n \/users\/&lt;username&gt;\/Documents\/<\/li>\n<li>Wildcard: \/n\u00a0myfile.*<\/li>\n<li>\/n *.docx<\/li>\n<li>\/n *&lt;string&gt;*<\/li>\n<\/ul>\n<\/td>\n<td>All<\/td>\n<\/tr>\n<tr>\n<td>\/?<\/td>\n<td>Summary of syntax and switches for general users.<\/td>\n<td>All<\/td>\n<\/tr>\n<tr>\n<td>\/!<\/td>\n<td>Summary of syntax and switches for advanced users.<\/td>\n<td>All<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div class=\"qt\">Besides the <strong>regular<\/strong> and <strong>extensive<\/strong> modes, you can also selectively use <strong>Segment<\/strong> mode or <strong>Signature<\/strong> mode. Run the command <code><strong>winfr \/!<\/strong><\/code> to see the advanced command-line parameters .supported by WFR. However, for most users, the <code>\/regular<\/code> and <code>\/extensive<\/code> operators would be sufficient.<\/div>\n<p>The following is the list of <strong>advanced command-line switches<\/strong> supported by WFR:<\/p>\n<pre>\nUSAGE: winfr source-drive: destination-folder [\/mode] [\/switches]\nUSAGE: winfr source-drive: destination-folder [\/mode] [\/switches]\n<\/pre>\n<h4>Advanced modes and filters<\/h4>\n<table>\n<tbody>\n<tr>\n<td>\/ntfs<\/td>\n<td>NTFS mode (Fast recovery option for healthy NTFS drives using the master file table)<\/td>\n<\/tr>\n<tr>\n<td>\/segment<\/td>\n<td>Segment mode (Recovery option for NTFS drives using file record segments)<\/td>\n<\/tr>\n<tr>\n<td>\/signature<\/td>\n<td>Signature mode (Recovery option for all file system types using file headers)<\/td>\n<\/tr>\n<tr>\n<td>\/n &lt;filter&gt;<\/td>\n<td>Filter search (NTFS\/Segment mode only, wildcards allowed, trailing \\ for folder)<\/td>\n<\/tr>\n<tr>\n<td>\/y:&lt;type(s)&gt;<\/td>\n<td>Recover specific extension groups (Signature mode only, comma separated)<\/td>\n<\/tr>\n<tr>\n<td>\/#<\/td>\n<td>Displays signature mode extension groups and file types<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<pre>\n<strong>Example usage<\/strong>\n\nwinfr C: D:\\RecoveryDestination \/ntfs \/n Users\\<username>\\Downloads\\\nwinfr C: D:\\RecoveryDestination \/segment \/n *.pdf \/n *.jpg\nwinfr C: D:\\RecoveryDestination \/signature \/y:PDF,JPEG\n<\/pre>\n<h4>Advanced switches<\/h4>\n<table>\n<tbody>\n<tr>\n<td>\/p:&lt;folder&gt;<\/td>\n<td>Specify recovery log destination (default: destination folder)<\/td>\n<\/tr>\n<tr>\n<td>\/a<\/td>\n<td>Accepts all user prompts<\/td>\n<\/tr>\n<tr>\n<td>\/u<\/td>\n<td>Recover non-deleted files (NTFS\/Segment mode only)<\/td>\n<\/tr>\n<tr>\n<td>\/k<\/td>\n<td>Recover system files (NTFS\/Segment mode only)<\/td>\n<\/tr>\n<tr>\n<td>\/o:&lt;a|n|b&gt;<\/td>\n<td>Overwrite (a)lways, (n)ever or keep (b)oth always (NTFS\/Segment mode only)<\/td>\n<\/tr>\n<tr>\n<td>\/g<\/td>\n<td>Recover files without primary data stream (default: false, NTFS\/Segment mode only)<\/td>\n<\/tr>\n<tr>\n<td>\/e<\/td>\n<td>Disable extension exclusion list (NTFS\/Segment mode only)<\/td>\n<\/tr>\n<tr>\n<td>\/e:&lt;extension&gt;<\/td>\n<td>Disable specific extension(s) (default extension list no longer applies) (NTFS\/Segment mode only)<\/td>\n<\/tr>\n<tr>\n<td>\/s:&lt;sectors&gt;<\/td>\n<td>Number of sectors in volume (Segment\/Signature mode only)<\/td>\n<\/tr>\n<tr>\n<td>\/b:&lt;bytes&gt;<\/td>\n<td>Number of bytes in cluster (Segment\/Signature mode only)<\/td>\n<\/tr>\n<tr>\n<td>\/f:&lt;sector&gt;<\/td>\n<td>First sector to scan (Segment\/Signature mode only)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>See also <a href=\"https:\/\/support.microsoft.com\/en-us\/windows\/recover-lost-files-on-windows-10-61f5b28a-f5b8-3cc2-0f8e-a63cb4e1d4c4\" rel=\"noopener\" target=\"_blank\">Recover lost files on Windows 10 &#8211; Microsoft Support<\/a> for more command-line help.<\/p>\n<p>The Windows File Recovery app requires Windows 10 build 19041 (v2004) or later. See which <a href=\"https:\/\/www.winhelponline.com\/blog\/find-windows-10-build-version-edition-bit\/\">version of Windows 10<\/a> you have. Visit <code>https:\/\/aka.ms\/winfrhelp<\/code> for the user guide.<\/p>\n<p><em>(This post was revised on 30-April-2024.)<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Did you accidentally delete an important file? Have you wiped clean your hard drive? Unsure of what to do with corrupted data? Windows File Recovery can help recover your personal data. Windows File Recovery (WFR) is a command-line app from Microsoft. It can help you recover lost files deleted from your local storage device (including &#8230; <a title=\"How to Recover Deleted Files Using Windows File Recovery (WFR)\" class=\"read-more\" href=\"https:\/\/www.winhelponline.com\/blog\/recover-deleted-files-windows-file-recovery-wfr\/\" aria-label=\"Read more about How to Recover Deleted Files Using Windows File Recovery (WFR)\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[6,8],"tags":[],"class_list":["post-25247","post","type-post","status-publish","format-standard","hentry","category-utilities","category-windows-10"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":274,"url":"https:\/\/www.winhelponline.com\/blog\/recover-files-previous-versions-shadow-copy-windows-7-vista\/","url_meta":{"origin":25247,"position":0},"title":"How to Recover Deleted Files Using Previous versions (Shadow Copy) in Windows","author":"Ramesh","date":"May 9, 2008","format":false,"excerpt":"If you accidentally delete a file or folder, you can restore a shadow copy of that file or folder using the Previous Versions feature in Windows Vista and higher. Shadow Copy, a useful innovation included first in Windows Vista, automatically creates point-in-time copies of files as you work, so you\u2026","rel":"","context":"In &quot;Windows&quot;","block_context":{"text":"Windows","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/prevversions1.gif?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":3491,"url":"https:\/\/www.winhelponline.com\/blog\/previousfilesrecovery-search-recover-files-shadow-copy\/","url_meta":{"origin":25247,"position":1},"title":"[PreviousFilesRecovery] Search and Recover Files from Shadow Copy Easily","author":"Ramesh","date":"July 12, 2016","format":false,"excerpt":"PreviousFilesRecovery is another new tool to recover files from volume shadow copy snapshots. This is a similar one like the previous shadow copy recovery tool (ShadowCopyView) released last month by Nirsoft.Using PreviousFilesRecovery you can search for specific file names (wildcards supported) in a particular directory, and recover the appropriate version\u2026","rel":"","context":"In &quot;Utilities&quot;","block_context":{"text":"Utilities","link":"https:\/\/www.winhelponline.com\/blog\/category\/utilities\/"},"img":{"alt_text":"previousfilesrecovery","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/07\/previous-files-recovery-1.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/07\/previous-files-recovery-1.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/07\/previous-files-recovery-1.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]},{"id":18069,"url":"https:\/\/www.winhelponline.com\/blog\/create-a-recovery-drive-refresh-reinstall-windows-10\/","url_meta":{"origin":25247,"position":2},"title":"How to Create Recovery Drive in Windows 10","author":"Ramesh","date":"August 25, 2020","format":false,"excerpt":"If your current Windows 10 installation gets corrupted, you'll be able to use the recovery drive to reinstall Windows 10 -- restoring the same build and version of Windows 10 you were using, along with the installed drivers and preinstalled customizations. For this, you'll need to have created a USB\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"recover from windows 10 usb recovery drive","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2020\/08\/recdrive_restore_error.jpg?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2020\/08\/recdrive_restore_error.jpg?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2020\/08\/recdrive_restore_error.jpg?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2020\/08\/recdrive_restore_error.jpg?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":10651,"url":"https:\/\/www.winhelponline.com\/blog\/clean-install-windows-10-using-reset-this-pc-option\/","url_meta":{"origin":25247,"position":3},"title":"How to Use &#8220;Reset this PC&#8221; to Clean Install Windows 10 or 11","author":"Ramesh","date":"August 9, 2019","format":false,"excerpt":"Windows 10 and 11 have multiple recovery options to revert or roll back to an old configuration. The built-in recovery options include System Restore, driver rollback, in-place upgrade (a.k.a repair install), Reset This PC, Recovery disk, and Go back to the previous version of Windows. The Reset this PC option\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"cloud download - reset or refresh computer","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/08\/cloud-download-reset-pc.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/08\/cloud-download-reset-pc.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/08\/cloud-download-reset-pc.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]},{"id":3806,"url":"https:\/\/www.winhelponline.com\/blog\/restore-deleted-systemapps-windowsapps-packages\/","url_meta":{"origin":25247,"position":4},"title":"Accidentally Deleted SystemApps, WindowsApps or Local Packages. How to Recover?","author":"Ramesh","date":"August 13, 2016","format":false,"excerpt":"If you have accidentally deleted the Windows 10 apps folders such as SystemApps, WindowsApps, or the Packages folder (in Local Application Data), here is how to restore them back. Each sub-folder in the above locations stores your program files and settings for the modern Apps, and deleting those folders would\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"deleted systemapps windowsapps local packages","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/08\/recover-systemapps-shadow-copy.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/08\/recover-systemapps-shadow-copy.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/08\/recover-systemapps-shadow-copy.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]},{"id":47587,"url":"https:\/\/www.winhelponline.com\/blog\/recover-chrome-bookmarks-windows-old-profile\/","url_meta":{"origin":25247,"position":5},"title":"How to Recover Chrome Bookmarks from Windows.old or Old Profile","author":"Ramesh","date":"May 21, 2023","format":false,"excerpt":"If you custom install Windows 10\/11 using the Windows ISO, your files will be archived to Windows.old. Some users wonder how to retrieve Chrome bookmarks from the Windows.old folder. If you had enabled syncing, the bookmarks would be back when you sign in to that account using Chrome. However, if\u2026","rel":"","context":"In &quot;General&quot;","block_context":{"text":"General","link":"https:\/\/www.winhelponline.com\/blog\/category\/general\/"},"img":{"alt_text":"find chrome profile path","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2023\/05\/find-chrome-profile-path.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2023\/05\/find-chrome-profile-path.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2023\/05\/find-chrome-profile-path.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]}],"_links":{"self":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts\/25247","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/comments?post=25247"}],"version-history":[{"count":0,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts\/25247\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/media?parent=25247"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/categories?post=25247"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/tags?post=25247"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}