Microsoft Windows – Disable file compression from command line

On a Windows machine we can disable file compression feature by running the following command.

fsutil behavior set DisableCompression 1

Note that you need to run this from administrator login. (And from elevated command prompt in case of Vista and Windows 7)

Reboot is required for the change to take effect.

SOURCE

LINK (Windows-commandline.com)

LANGUAGE
ENGLISH