Revert "[NTUSER] Enable SM_CXICON etc. settings from registry (#7679)" (#7682) This reverts commit 3b3741c10af77bd54184e9d271206ac017e73b34 of #7679 . It seems like the shell icon size is not the system icon size. The wide string L"Shell Small Icon Size" is detected in shell32.dll and themeui.dll. No L"Shell Small Icon Size" in win32k.sys found. JIRA issue: CORE-12905 [DH] […]
[ACPI] Move CMBATT and COMPBATT out of the acpi directory (#7599) Move these out of ACPI in preparation for ACPI_NEW so they keep their juicy commit history. Also both ACPIs can coexist for awhile as I don't see the old driver getting removed anytime soon. [DH] drivers/CMakeLists.txt [DH] drivers/acpi/CMakeLists.txt [DH] drivers/acpi/cmbatt/CMakeLists.txt [DH] drivers/acpi/cmbatt/cmbatt.c [DH] drivers/acpi/cmbatt/cmbatt.h […]
[RAPPS] Set working directory for zip generated shortcuts (#7674) Some applications are broken and assume the working directory is the same as the .exe directory (xrick etc). [DH] base/applications/rapps/geninst.cpp
[NTOS:KDBG] Add back 'cregs' command This command was removed in commit baa47fa5e06948b7e76ba820f7a342547eaf0cde because there was no way to get the CRx registers from a CONTEXT structure. Previous code was also displaying current GDTR/LDTR and IDT. Rewrite the code to use KdSystemDebugControl(SysDbgReadControlSpace, ...) to get CRx, GDTR/LDTR and IDT values just before entering debugger. [DH] ntoskrnl/kdbg/kdb_cli.c