Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
C:\Windows\System32>taskkill/IM "GTA5.exe" /T /F
ERROR: The process with PID 23936 (child process of PID 16204) could not be terminated.
Reason: There is no running instance of the task.
C:\Windows\System32>taskkill/IM "GTA5.exe" /T /F
ERROR: The process with PID 23936 (child process of PID 16204) could not be terminated.
Reason: There is no running instance of the task.
C:\Windows\System32>taskkill /f /t /pid16204
ERROR: Invalid argument/option - '/pid16204'.
Type "TASKKILL /?" for usage.
C:\Windows\System32>taskkill /f /t /pid 16204
ERROR: The process "16204" not found.
C:\Windows\System32>taskkill /f /t /pid 23936
ERROR: The process with PID 23936 (child process of PID 16204) could not be terminated.
Reason: There is no running instance of the task.
C:\Windows\System32>wmic process where name="GTA5.exe" delete
Deleting instance \\IITZJACK\ROOT\CIMV2:Win32_Process.Handle="23936"
ERROR:
Description = Access denied
C:\Windows\System32>wmic processs where name="GTA5.exe" call terminate
processs - Alias not found.
[b/]
I pressed "shift"on my keyboard and then clicked turn off, force my pc to completely shut down. After I restarting my pc, everything is fine.
I might can try next time if I encounter it again! Do u willing to share your experience plz?
U can help lots of ppl who find this discussion in the future.
I stayed on a very old version for years without issue til recently - then it started happening to me too. In my case I just turned off keyboard effects ingame, and disabled integrations for gta5 in the software (stuff I never used anyway) and now no longer have the problem. Didn't bother narrowing to 'which' exactly caused it. YMMV obviously. I will likely go back to the old version if it starts again.
Else, can go complain to R*/logitech, but that has been a fruitless endeavor for years.
/goodluck
I see in your log you're being very specific as to which task to kill, you might consider trying the following in the future:
Start with opening command prompt as administrator. This should prevent or eliminate most access denied's.. any access denied's as administrator likely means something running needs it.
You can use wildcards in taskkill. When I need to close GTA, I simply do a:
taskkill /f /im gta*