Need help identifying two Registry KeyNames

aazumaa 21 Reputation points
2021-03-10T13:21:57.867+00:00

Greetings all, I'm working on optimizing our VDI environment for Windows 10 20H2 and was looking at suggested settings from Microsoft here: https://learn.microsoft.com/en-us/windows-server/remote/remote-desktop-services/rds-vdi-recommendations-2004

There are a couple registry tweaks that are listed and I couldn't find any information regarding what the actual registry change does for the following registry key names:

ShellState: HKLM\Temp\Software\Microsoft\Windows\CurrentVersion\Explorer
ShowCompColor: HKLM\Temp\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

In the document, it advises to set ShellState to 240000003C2800000000000000000000 and ShowCompColor to 1 Would anyone know what these key names pertain to and what the suggested tweak would change? Cheers and thanks in advance.

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

Accepted answer
  1. Castorix31 86,491 Reputation points
    2021-03-10T15:03:13.48+00:00

    ShowCompColor is described at GlobalFolderOptions element
    ShellState is defined in a structure (SHELLSTATEW structure)
    (not easy to find which bits are set apart by using SHGetSetSettings in a program (C++, VB, C#, ...))

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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