Share via

Create verbose debug logging key

Boopathi S 3,951 Reputation points
2023-06-02T18:06:46.5+00:00

Hello,

I need to create key "DebugLogging" under "HKLM\Software\Microsoft\CCM\Logging" using "Run command Line"

Use below command but it is not creating the key and step is getting success

key.jpg

I tried by selecting "Disable 64 bit file system redirection" and without it.

But it does not create the key.

Please help what is the mistake in this step.

Microsoft Security | Intune | Configuration Manager | Other
0 comments No comments

Answer accepted by question author

AllenLiu-MSFT 49,441 Reputation points Microsoft External Staff
2023-06-05T02:37:05.2466667+00:00

Hi, @Boopathi S

Thank you for posting in Microsoft Q&A forum.

You may try to use the command like below:

Reg Add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CCM\Logging\DebugLogging" /v "Enabled" /t REG_SZ /d "True" /f


If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Add comment".

Was this answer helpful?


1 additional answer

Sort by: Most helpful
  1. Sherry Kissinger 5,626 Reputation points
    2023-06-05T21:54:22.8+00:00

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.