Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jaycdave88/212c7b03e5e5f807d7908da30cf4dbcc to your computer and use it in GitHub Desktop.
Save jaycdave88/212c7b03e5e5f807d7908da30cf4dbcc to your computer and use it in GitHub Desktop.
[String[]] $v = @("COR_ENABLE_PROFILING=1", "COR_PROFILER={846F5F1C-F9AE-4B07-969E-05C26BC060D8}","CORECLR_ENABLE_PROFILING=1", "CORECLR_PROFILER={846F5F1C-F9AE-4B07-969E-05C26BC060D8}")
Set-ItemProperty HKLM:SYSTEM\CurrentControlSet\Services\W3SVC -Name Environment -Value $v
Set-ItemProperty HKLM:SYSTEM\CurrentControlSet\Services\WAS -Name Environment -Value $v
net stop was /y
net start w3svc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment