You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This stemmed from #816, but we determined the task to remove the dependency on running as admin will take too much time, so it's getting a dedicated task.
Most of the functionality that requires running as admin can probably just be removed, such as JIT debugger registration. I personally don't see much value in that functionality, i can use gflags to do that if i want. There is a lot of ETW logging as well, and we'll need to handle that gracefully so that we can maintain this, although I doubt anyone will use it.
The text was updated successfully, but these errors were encountered:
This stemmed from #816, but we determined the task to remove the dependency on running as admin will take too much time, so it's getting a dedicated task.
Most of the functionality that requires running as admin can probably just be removed, such as JIT debugger registration. I personally don't see much value in that functionality, i can use gflags to do that if i want. There is a lot of ETW logging as well, and we'll need to handle that gracefully so that we can maintain this, although I doubt anyone will use it.
The text was updated successfully, but these errors were encountered: