From 2c548b8675035691deb868dd7642804514d0fde7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Thu, 20 Mar 2025 16:35:13 +0100 Subject: [PATCH] chore: Update question issue template (#1945) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Otto Kröpke --- .github/ISSUE_TEMPLATE/question.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/question.yaml b/.github/ISSUE_TEMPLATE/question.yaml index 662219b5..2b406292 100644 --- a/.github/ISSUE_TEMPLATE/question.yaml +++ b/.github/ISSUE_TEMPLATE/question.yaml @@ -2,6 +2,28 @@ name: ❓ Question description: Something is not clear. labels: [ ❓ question ] body: + + - 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: Problem Statement