Create large file from command prompt

Print Friendly

A quick way to create a file of a specific size from command prompt:

fsutil file createnew C:\bigfile.txt 5000000000

The above command will create bigfile.txt with size 4,65GB.

This entry was posted in Windows. Bookmark the permalink.

Comments are closed.