[PROCESSR] Employ usual casing for CurrentControlSet key.

This commit is contained in:
Hermès Bélusca-Maïto 2019-08-10 19:14:04 +02:00
parent 31a3f3177c
commit d7d13b3226
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -105,7 +105,7 @@ ProcessorSetFriendlyName(
PWSTR KeyNameBuffer = NULL;
PWSTR DeviceId = NULL;
PWSTR InstanceId = NULL;
PWSTR pszPrefix = L"\\Registry\\Machine\\System\\CurrentcontrolSet\\Enum";
PWSTR pszPrefix = L"\\Registry\\Machine\\System\\CurrentControlSet\\Enum";
RtlInitUnicodeString(&HardwareKeyName,
L"\\Registry\\Machine\\HARDWARE\\DESCRIPTION\\System\\CentralProcessor\\0");