问题截图如下:
atom tasklist could not be spawned的解决办法
在Atom的社区中有这样一篇帖子:
atom tasklist could not be spawned的解决办法
简要来说就是先要在Atom中下载termination 22或process-palette 之一(neither termination 22 or process-palette )。之后重新打开Atom看看是否已经解决。
如果还没有解决的话打开命令行(win + R输入cmd)输入tasklist并回车,如果出现——‘tasklist’ 不是内部或外部命令,也不是可运行的程序。接着做如下的操作,没有出现的话请自行解决。(>-<)
打开电脑的环境变量,找到下面的PATH变量并在后面添加如下的:
;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Windows\SysWOW64
具体可以参考如下博客:
‘tasklist’ 不是内部或外部命令,也不是可运行的程序(解决办法)
配置完之后重新打开Atom就解决了。

tasklist在win XP系统中没有需要重新下载:.
How and where do I download and run, missing tasklist.exe?
在下面的回答里。

over~

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-18
  • 2021-10-21
  • 2021-05-06
  • 2022-12-23
  • 2022-01-17
猜你喜欢
  • 2021-07-31
  • 2021-12-07
  • 2021-11-11
  • 2021-06-01
  • 2022-02-05
  • 2021-06-07
相关资源
相似解决方案