Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Congelli501 opened this issue Aug 3, 2017 · 1 comment
Open

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

Congelli501 opened this issue Aug 3, 2017 · 1 comment
Labels

Comments

@Congelli501
Copy link

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...

@neekey
Copy link
Owner

neekey commented Aug 14, 2017

@Congelli501 Really thanks for reporting this edge case, I will take a look

@neekey neekey added the bug label Aug 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants