4
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

指定したサイズのダミーファイルを作成するには(Windows編)

Last updated at Posted at 2016-02-27

実現したいこと

Windows7で指定したサイズのダミーファイルの作成したい

実現方法および解決方法

PowerShellでfsutilコマンドを利用して指定したサイズのファイルを作成する

実行コマンド

  • Windows7でWindows PowerShellを"管理者として実行"する
fsutil file createnew testfile 10737418240

情報源

補足

ファイル生成ごときで、UAC(管理者として実行)を利用しないといけないため2ステップ余分にコストがかかるのであまり使いたくない。

4
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?