Create a large files

You may want to create a large dummy sample files on Windows PC for specific requirement. Dummy files of fixed size can be used to test data transfer over network. You can use huge sample files to over-write sensitive data on the hard drive. These can also be used to fill up USB pen drives and prevent malicious content to transfer or execute. On Windows PC, you can use this command method or third party utility programs to create large dummy files of specific sizes. 1. Command line method to create large files, you can easily create dummy file of specific size which do not contain any data using this command . Fsutil file create new <name of file> <size in bytes> Following is example to create dummy file of 10MB size in ‘temp’ folder of E drive. Fsutil file create new e: temptempfile.txt 10000000 2. FileFiller to create huge files (4GB / 80GB) 1. Download file filler program on your Windows (7, Vista, XP, 2000, NT) computer. It is a free utility program of sm...