Skip to content

Commit

Permalink
Update bug_report.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kr��pke <github@jkroepke.de>
  • Loading branch information
jkroepke committed Aug 27, 2024
1 parent 89c832f commit 9705ff0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ body:
attributes:
value: Thanks for taking the time to fill out this bug report!

- type: markdown
attributes:
value: |-
> [!NOTE]
> If you encounter "Counter not found" issues, try to re-build
> the performance counter first.
```
PS C:\WINDOWS\system32> cd c:\windows\system32
PS C:\windows\system32> lodctr /R
Error: Unable to rebuild performance counter setting from system backup store, error code is 2
PS C:\windows\system32> cd ..
PS C:\windows> cd syswow64
PS C:\windows\syswow64> lodctr /R
Info: Successfully rebuilt performance counter setting from system backup store
PS C:\windows\syswow64> winmgmt.exe /RESYNCPERF
```
- type: textarea
attributes:
label: Current Behavior
Expand Down

0 comments on commit 9705ff0

Please sign in to comment.