Create large file from command prompt by admin Posted on March 12, 2014 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.