Restore hidden files
By mistake, the "folder encryption wizard" is used to encrypt some folders. Then I forgot to decrypt it. When I tried to decrypt the software again, I found that the trial period of the software was 20 days. After expiration, I could not use it. I had to use it. I had to spend 39 yuan to register the software and decrypt it.
It is useless to uninstall the software and reinstall it. The study found that the original software called encryption only hides the file and renames it, such as dirrecycler. {645ff040-5081-101b-9f08-00aa002f954e. How can we extract hidden files? After searching online, icesword can achieve this goal, but it cannot be used in win7. Using finaldata/foldersniffer also achieves this goal. In this way, we save the data from the hidden area.
However, the original folder was renamed and the data was moved to the dirrecycler. {645ff040-5081-101b-9f08-00aa002f954e} \ NUL directory, and cannot be deleted. What should I do?
1. Delete the renamed file of the original file.
①Rename a complex file name to a simple file name, such as 123
②H: \> attrib-r-a-s-h/S/D/L 123 // to remove special folder features
③H: \> RD/S/Q 123 // delete a folder
2. Delete the Back-to-station folder disguised by the software
①Rename a complex folder named simple folder name, such as 123
②H: \> RD/S/Q\. \ H: \ 123 \ NUL// Because the software maps the folder to a device (essentially a special file), \. \ is a network path, that is, specifying the complete path of the folder
③H: \> attrib-r-a-s-h/S/D/L 123 // to remove special folder features
④H: \> RD/S/Q 123 // delete a folder
⑤Use CD and Dir to switch folders and list the current directory
Refer:
[1] about deleting hidden files
Http://blog.sina.com.cn/s/blog_51a4af870100adve.html
【2]About retrieving hidden files
Http://bbs.ylmf.net/forum.php? MoD = viewthread & tid = 641877 #6077509