首页 网络科技 正文

pe中怎么复制隐藏的文件

pe中怎么复制隐藏的文件?Windows下使用命令提示符:1.打开cmd(运行“cmd”)。2.输入attrib+hC:\path\to\hidden_file.ext例如:attrib+hC:\Users\exampleuser\Desktop\HiddenFileName.txt3.复制文件的命令是copyC:\path\to\h...

pe中怎么复制隐藏的文件?

Windows下使用命令提示符:

1. 打开cmd(运行“cmd”)。

2. 输入attrib +h C:\path\to\hidden_file.ext例如: attrib +h C:\Users\exampleuser\Desktop\HiddenFileName.txt

3. 复制文件的命令是copy C:\path\to\hidden_file.ext D:\destination 就像你对于非隐藏的文件一样复制它,只是省去了attrib+h步骤。

本文转载自互联网,如有侵权,联系删除