Complete listing of all Windows registry contents

AnyKey 1 Reputation point
2020-09-29T16:04:22.103+00:00

Is there a reference of complete hierarchical list of Windows registry contents (keys, subkeys, values...) with detailed description?

For instance, where could be found information about "LaunchProtected" value purpose and usage?

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,153 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Sean Liming 4,591 Reputation points
    2020-09-29T16:22:36.34+00:00

    There have been a number of Windows Registry books that provide an overview of the registry. The best content comes from searching the internet and Microsoft Learn.

    There doesn't appear to be much available on LaunchProtected because it centers around security and protecting processes. There are some search results to determine what it does:

    Result 1 - The Evolution of Protected Processes Part 2: Exploit/Jailbreak Mitigations, Unkillable Processes and Protected Services
    Result 2 - Taking ownership over processes
    Result 3 - 0patching the "Worst Windows Remote Code Execution Bug in Recent Memory" CVE-2017-0290

    Why are you asking about this specific value?


  2. Castorix31 83,101 Reputation points
    2020-09-29T16:24:59.943+00:00

    Many keys/values are documented in MSDN
    But not the whole registry hierarchy, it would be too big...

    LaunchProtected value is set by SCM APIs
    See : Protecting Anti-Malware Services