Skip to content

Instantly share code, notes, and snippets.

@shanselman
Created October 11, 2016 17:11
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shanselman/de9c8fd74eabedcd930427a14e9736cf to your computer and use it in GitHub Desktop.
Save shanselman/de9c8fd74eabedcd930427a14e9736cf to your computer and use it in GitHub Desktop.
REG ADD HKLM\SYSTEM\CurrentControlSet\Services\W3SVC /v SvcHostSplitDisable /t REG_DWORD /d 1 /f
REG ADD HKLM\SYSTEM\CurrentControlSet\Services\WAS /v SvcHostSplitDisable /t REG_DWORD /d 1 /f
@csharpfritz
Copy link

In case it wasn't clear, these registry changes need to be run as an administrator

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