Skip to content

Commit 43ef233

Browse files
committed
ToolStatus: Remove XP support
1 parent c765bde commit 43ef233

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/ToolStatus/filter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ BOOLEAN ProcessTreeFilterCallback(
201201
}
202202
}
203203

204-
if (WINDOWS_HAS_UAC && processNode->ProcessItem->ElevationType != TokenElevationTypeDefault)
204+
if (processNode->ProcessItem->ElevationType != TokenElevationTypeDefault)
205205
{
206206
switch (processNode->ProcessItem->ElevationType)
207207
{

plugins/ToolStatus/toolbar.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ VOID ToolbarLoadSettings(
318318
{
319319
case PHAPP_ID_HACKER_SHOWDETAILSFORALLPROCESSES:
320320
{
321-
if (WINDOWS_HAS_UAC && PhGetOwnTokenAttributes().Elevated)
321+
if (PhGetOwnTokenAttributes().Elevated)
322322
{
323323
buttonInfo.fsState |= TBSTATE_HIDDEN;
324324
}

0 commit comments

Comments
 (0)