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
I don't know much about ETW,
so providers = [etw.ProviderInfo('Some Provider', etw.GUID("{11111111-1111-1111-11111111}"))] how do I find this GUID ({11111111-1111-1111-11111111})?
The text was updated successfully, but these errors were encountered:
There no provider with GUID("{11111111-1111-1111-11111111}") by default. Try logman query providers in Command Prompt as Administrator to list all available providers on the system.
There no provider with GUID("{11111111-1111-1111-11111111}") by default. Try logman query providers in Command Prompt as Administrator to list all available providers on the system.
what if I don't see any providers? how do I create one?
I don't know much about ETW,
so
providers = [etw.ProviderInfo('Some Provider', etw.GUID("{11111111-1111-1111-11111111}"))]
how do I find this GUID ({11111111-1111-1111-11111111})?The text was updated successfully, but these errors were encountered: