恢复文件名混乱的文件
我有一个文件名混乱的文件夹。文件扩展名也被打乱。该文件夹包含各种不同的文件格式。文件未加密。
示例:原始文件名 = abcde.pdf 乱码文件名 = !@#FDZ13
有办法恢复原始文件名吗?如果没有,有没有办法区分文件格式(.pdf、.png、...)?最终,我希望再次访问和使用这些文件。
我正在使用 Windows。
I have a folder of files with scrambled file names. The file extensions are scrambled too. The folder contains a variety of different file formats. The files are not encrypted.
example: original file name = abcde.pdf
scrambled file name = !@#FDZ13
Is there a way to recover the original file names? If not, is there a way to differentiate the file formats (.pdf, .png, ...)? Ultimately, I wish to access and use these files again.
I am working with windows.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
魏先生,原则上来说,这个案子很简单。
我假设您知道可能出现在那里的文件类型集。假设我们期望有 DOC、PDF 和 PNG 文件。
然后我会继续执行以下操作:
Wei, in principle, the case is quite easy.
I assume you know the set of file types that can possibly appear there. Let's say we expect there to be DOC, PDF and PNG files.
Then I would go ahead and do the following: