zodiacon / SystemExplorer

Windows System Explorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The process's commandline is empty.

BeneficialCode opened this issue · comments

I found that the process's commandline is empty when it runs on the Windows 7. Then I try to use the ProcessHacker. It correctly gets the process's commandLine. After that, I have found the function implementation is PhGetProcessCommandLine.
ProcessCommandLineInformation only supports WindowsVersion >= WINDOWS_8_1.

Yes, I'm aware...
I was just too lazy to implement it for earlier Windows versions :)