Bildiğiniz üzere, windows 10 ile birlikte bir çok yeni araç hayatımıza girdi. Microsoft artık silinen dosyalarınızın sabit veya takılabilir disklerinizden kurtarmaya yarayan bir aracı yayınlamaya hazırlanıyor.
Windows 10 build 19041 ve sonrasını kapsayacak bu yeni araç ile komut satırından silinmiş dosyalarınızı geri getirme şansına sahip olabileceksiniz.
ilgili versiyona güncelleme yaptıysanız, arama satırına Windows File Recovery yazarsanız ilgili araca ulaşabilirsiniz.
Açılan komut satırında
winfr /?
komutunu uygulayarak aracın kullanım şekline dair bilgi sahibi olabilirsiniz.
Fakat ben aşağıda basitçe kullanımını anlatmaya çalıştım.
winfr C: E:\RecoveryTest /y:ZIP
Bu kodu inceleyelim:
winfr diyerek recovery aracını çalıştırıyoruz,
yazım kuralı,
source target parametre şeklinde tanımlanabilir
winfr source (kaynak C:) target (hedef E:\recoverytest) /y (bu parametre belli dosya türleri için tarama yapar)
Aşağıda parametre kaynaklarına göz atabilirsiniz.
Parametre | Tanımlama | Destekleme modu |
Source-drive: | Specifies the storage device where the files were lost. Must be different from the destination-drive. | All |
Destination-drive: | Specifies the storage device and folder on which to put the recovered files. Must be different from the source-drive. | All |
/r | Uses segment mode, which examines File Record Segments (FRS). | Segment |
/n <filter> | Scans for a specific file by using a file name, file path, or wildcards. For example:
| Default Segment |
/x | Uses signature mode, which examines file types and works on all file systems. | Signature |
/y:<type(s)> | Scans for files with specific file types. Separate multiple entries by using commas. For a list of extension groups and corresponding file types, see the table, “Signature mode extension groups and file types” in the section, “About modes and file systems”. | Signature |
/# | Shows signature mode extension groups and corresponding file types in each group. | All |
/? | Shows a quick summary of syntax and switches for general users. | All |
/! | Shows a quick summary of syntax and switches for advanced users. | All |