mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-23 23:21:08 +01:00
Taskbar10: Fix Wi-Fi flyout buttons on 22621 builds
This commit is contained in:
parent
148e398b8c
commit
070639360d
@ -13105,7 +13105,7 @@ void InjectShellExperienceHostFor22H2OrHigher() {
|
||||
if (RegOpenKeyW(HKEY_CURRENT_USER, _T(SEH_REGPATH), &hKey) != ERROR_SUCCESS) return;
|
||||
RegCloseKey(hKey);
|
||||
HMODULE hQA = LoadLibraryW(L"Windows.UI.QuickActions.dll");
|
||||
if (hQA) VnPatchIAT(hQA, "api-ms-win-core-sysinfo-l1-2-0.dll", "GetProductInfo", SEH_GetProductInfo);
|
||||
//if (hQA) VnPatchIAT(hQA, "api-ms-win-core-sysinfo-l1-2-0.dll", "GetProductInfo", SEH_GetProductInfo);
|
||||
//if (hQA) VnPatchIAT(hQA, "ntdll.dll", "RtlGetDeviceFamilyInfoEnum", SEH_RtlGetDeviceFamilyInfoEnum);
|
||||
//if (hQA) VnPatchIAT(hQA, "api-ms-win-core-registry-l1-1-0.dll", "RegGetValueW", SEH_RegGetValueW);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user