Create a File of Any Size
This is a trick to create a blank file from
your pc of any specific size without any software just follow these steps.
1. Goto run(win key+r) and type there cmd and hit enter or open c>windows> and right click on cmd and clickrun as administrator.
2. In command prompt type:
fsutil(space)file(space)createnew(space)name of drive:name of file.extention(space)size example
Eg. fsutil file createnew e:temptempfile.txt 10000000
where 10000000 is file size in bytes and e: is the name of drive where you want to create the file after writing this hit enter and the file will be created in the root directory of that drive of the size you entered.
To change the extension rename the file and change .txt to .jpeg, .avi or leave the extension blank to create an unknown file
Note: Keep the drive in which you are creating the file opened in background while creating the file if the steps wont work.
Hope you Unterstood
Enjoy^_^
1. Goto run(win key+r) and type there cmd and hit enter or open c>windows> and right click on cmd and clickrun as administrator.
2. In command prompt type:
fsutil(space)file(space)createnew(space)name of drive:name of file.extention(space)size example
Eg. fsutil file createnew e:temptempfile.txt 10000000
where 10000000 is file size in bytes and e: is the name of drive where you want to create the file after writing this hit enter and the file will be created in the root directory of that drive of the size you entered.
To change the extension rename the file and change .txt to .jpeg, .avi or leave the extension blank to create an unknown file
Note: Keep the drive in which you are creating the file opened in background while creating the file if the steps wont work.
Hope you Unterstood
Enjoy^_^
No comments:
Post a Comment