Skype卡住了,即使UI消失了,Windows也无法终止该进程。我必须重新启动计算机才能使Skype再次运行。
以管理员身份运行:
C:\Windows\system32>tasklist | find "Skype"
Skype.exe 2708 Console 1 92,328 K
C:\Windows\system32>taskkill.exe /pid 2708 /F /T
SUCCESS: The process with PID 2708 has been terminated.
C:\Windows\system32>tasklist | find "Skype"
Skype.exe 2708 Console 1 92,328 K
怎么可能呢?
干杯。