File System Utility
Zero out a file
fsutil.exe file setZeroData offset=0 length=9999999999 {PATH_ABSOLUTE}
Can be used to forensically erase a file
Delete the USN journal volume to hide file creation activity
fsutil.exe usn deletejournal /d c:
Can be used to hide file creation activity
Executes a pre-planted binary named netsh.exe from the current directory.
fsutil.exe trace decode
Spawn a pre-planted executable from fsutil.exe.