Skip to content

Commit

Permalink
追加对StartAllBack的检测
Browse files Browse the repository at this point in the history
  • Loading branch information
ALTaleX531 committed Aug 17, 2023
2 parents 295741e + 652c8e9 commit d8cd21d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TFMain/TFMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ void CALLBACK TFMain::HandleWinEvent(
auto result{ wil::reg::try_get_value_dword(HKEY_CURRENT_USER, L"SOFTWARE\\StartIsBack", L"Disabled") };
idObject != OBJID_WINDOW ||
idChild != CHILDID_SELF ||
!hWnd || !IsWindow(hWnd)/* ||
!hWnd || !IsWindow(hWnd) ||
(
GetModuleHandleW(L"explorer.exe") &&
GetModuleHandleW(L"StartAllBackX64.dll") &&
result.has_value() && result.value()
)*/
)
)
{
return;
Expand Down

0 comments on commit d8cd21d

Please sign in to comment.