Skip to content

Instantly share code, notes, and snippets.

@Zingam
Created March 22, 2015 11:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zingam/878357f3e6bef3c90259 to your computer and use it in GitHub Desktop.
Save Zingam/878357f3e6bef3c90259 to your computer and use it in GitHub Desktop.
Unset the "sparse' flag of a file
REM Unsets "sparse" flag of a file.
REM Usage: Drag and drop the file onto the batch file.
fsutil sparse queryflag %1 pause
fsutil sparse setflag %1 0
fsutil sparse queryflag %1 pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment