Skip to content

Commit

Permalink
use 192x192 version for high res, looks better when rendered at 128x128
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktorwiktor12 committed May 29, 2024
1 parent 858be94 commit 951d293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ConsoleLogonHook/util/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ static std::wstring GetProfilePicturePathFromSID(std::wstring sid, bool bHighRes
std::wstring finalpath = L"C:\\ProgramData\\Microsoft\\User Account Pictures\\user-48.png";

if (bHighRes)
finalpath = L"C:\\ProgramData\\Microsoft\\User Account Pictures\\user.png";
finalpath = L"C:\\ProgramData\\Microsoft\\User Account Pictures\\user-192.png";

//WCHAR* str = 0;
//auto hr = GetSIDStringFromUsername(username.c_str(), &str);
Expand Down

0 comments on commit 951d293

Please sign in to comment.