PowerShell Command

Create Large File

Here is the command how to create a large file:

 fsutil file createnew file_name file_size

Get file size

The file size if byte not k byte

 $v = Get-PSDrive C | Select-Object Free
 $v.free
Built with Hugo
Theme Stack designed by Jimmy