Skip to content

Instantly share code, notes, and snippets.

@shrop
Created December 8, 2011 19:25
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save shrop/1448164 to your computer and use it in GitHub Desktop.
Save shrop/1448164 to your computer and use it in GitHub Desktop.
Use drush to disable all non-core modules
drush pml --no-core --type=module --status=enabled --pipe | xargs drush -y dis
@jutulen
Copy link

jutulen commented Aug 20, 2013

Thank you, this really saved me a lot of time!

@marcus7777
Copy link

me too. thank you

@aborruso
Copy link

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment