Skip to content

Instantly share code, notes, and snippets.

@AlbertoMonteiro
Created January 26, 2016 04:26
Show Gist options
  • Select an option

  • Save AlbertoMonteiro/4ab7bcfb99979e97770b to your computer and use it in GitHub Desktop.

Select an option

Save AlbertoMonteiro/4ab7bcfb99979e97770b to your computer and use it in GitHub Desktop.
Enable IIS Compresion
dism /online /get-features | MORE
dism /online /enable-feature /FeatureName:IIS-HttpCompressionDynamic /All
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment