Skip to content

Can't list process on a 64bit Windows 7 Pro (french locale) #63

@Congelli501

Description

@Congelli501

I have the error process - cannot find alias on the wmic process (in french process - Alias introuvable.).

I managed to get it working again by changing line 67 from

CMD.stdin.write('wmic process get ProcessId,ParentProcessId,CommandLine \n');

to

CMD.stdin.write('wmic path win32_process get ProcessId,ParentProcessId,CommandLine \n');

According the the command line, it may only return 32 bit processes, but it works for me. As I'm not a Windows user, I can't help more, sorry for that...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions