Windows have a command line utility called Fsutil that can help you to create the respective file size you want.
The following command create a dummy file called “test.txt” with 1 GB file size. Just copy and paste into your cmd.
fsutil file createnew test.txt 1000000000
No comments:
Post a Comment