Fsutil: Create a specific file size in Windows 10

Use the Fsutil command to create a specific sized file in Windows 10.

fsuti

Sometimes you need to create a file of a certain size for purposes s. Of course, you can create it with a third-party application, such as WinRAR, by compressing large-volume files into rar or zip files of desired volume, but did you know that Windows 10 offers you a ready-made solution through the Fsutil command?

Windows comes with a special command-line tool, called fsutil. This tool is aimed at advanced users and system administrators. Performs tasks related to FAT and NTFS file systems, such as managing mount points, managing sporadic files, or unmounting a volume. If with no parameters, Fsutil displays a list of the individual commands that are supported. The tool has been available on Windows since Windows XP.

You must be logged in as an Administrator or a member of the Administrators group to use Fsutil. You may need to enable it WSL mode to have full in fsutil.

One of the parameters of fsutil is the "file". Contains a list of subtitles that can be used to find a file with a username (if Disk Quotas are enabled), to find a selected file range, to set a short file name, to zero data in a file, to create a new file etc

In our case, we will use the fsutil application to create a specific size file in Windows 10. See how.

Step 1: Open a command line with administrative privileges.
Step 2:

The following command will create the iguru.bin file with 4 kilobytes size under c: \.

fsutil file createnew c: \ config.bin 4096

Do not forget to put quotes in your file path if it contains spaces.

iGuRu.gr The Best Technology Site in Greecefgns

every publication, directly to your inbox

Join the 2.082 registrants.

Written by Dimitris

Dimitris hates on Mondays .....

Leave a reply

Your email address is not published. Required fields are mentioned with *

Your message will not be published if:
1. Contains insulting, defamatory, racist, offensive or inappropriate comments.
2. Causes harm to minors.
3. It interferes with the privacy and individual and social rights of other users.
4. Advertises products or services or websites.
5. Contains personal information (address, phone, etc.).