string odd = ProcessGetProcessesByName("winlogon")[0].MainModule.FileName;
The return string is added with ?? as in \??\C:\Windows\system32\winlogon.exe
I wonder what is that ? and why a similar process’s exe path query done to any other processes does not result strings with \??\ as their prefix?
This is a Long Path if I am not mistaken.