windows-kill icon indicating copy to clipboard operation
windows-kill copied to clipboard

Insufficient memory to exec command

Open radiolondra opened this issue 6 years ago • 1 comments

2019-01-10_2015

radiolondra avatar Jan 10 '19 19:01 radiolondra

Hi. Sorry for the delay.

Well, this issue is raised when you want to use CreateRemoteThread on a process that is owned by another user group with a different privilege level and also the session of the process which windows assign to process. By default, all the system processes will be assigned to session 0 and this error "ERROR_NOT_ENOUGH_MEMORY" is the result of different sessions. In the screenshot, SYSTEM is the user name of the process which is belonged to a different group than the one you used to run windows-kill command. There are some tricky ways to overcome this issue. At first, I will try to reproduce the issue. Could you please give me some info about ataviasvc.exe process? I'll try my best to fix this issue. And also thank you for reporting it.

ElyDotDev avatar Mar 19 '19 14:03 ElyDotDev