本文介绍了在Windows系统上快速创建大文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
与 ,我想在Windows系统上快速创建一个大文件.总的来说,我认为是5 GB.内容无关紧要.最好使用内置命令或简短的批处理文件,但如果没有其他简便方法,我将接受一个应用程序.
In the same vein as Quickly create a large file on a Linux system,I'd like to quickly create a large file on a Windows system. By large I'm thinking 5 GB. The content doesn't matter. A built-in command or short batch file would be preferable, but I'll accept an application if there are no other easy ways.
推荐答案
fsutil file createnew <filename> <length>
其中<length>
以字节为单位.
fsutil
不过需要管理权限.
这篇关于在Windows系统上快速创建大文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!