使用 Adob​​e Dreamweaver 时如何禁用“Node.js:服务器端 JavaScript”的自动启动?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/43470400/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-23 01:57:12  来源:igfitidea点击:

How to disable auto-start of "Node.js: Server-side JavaScript" when using Adobe Dreamweaver?

javascriptnode.jsdreamweavercpu-usageautostart

提问by Chek Wei Tan

How can I disable auto-start of "Node.js: Server-side JavaScript" process when every time using Adobe Dreamweaver?

每次使用 Adob​​e Dreamweaver 时,如何禁用“Node.js:服务器端 JavaScript”进程的自动启动?

The main reason I want it to not auto-start is this process utilize my CPU about 40%, causing my laptop's temperature high.

我希望它不自动启动的主要原因是这个过程使用了我大约 40% 的 CPU,导致我的笔记本电脑温度很高。

Besides, I don't think I need it, because nothing happen every time I end this process.

此外,我认为我不需要它,因为每次结束此过程时都不会发生任何事情。

This process also will kept running even I close the Dreamweaver.

即使我关闭了 Dreamweaver,这个过程也会继续运行。

My location of node.exe is

我的 node.exe 位置是

C:\Program Files (x86)\Adobe\Adobe Creative Cloud\CCXProcess\libs

C:\Program Files (x86)\Adobe\Adobe Creative Cloud\CCXProcess\libs

enter image description here

在此处输入图片说明

Any help would be appreciated.

任何帮助,将不胜感激。

回答by josh1978

Solution: One suggestion in Adobe Forumswas to log out of CC. Instead, I disabled all the CC auto-updating services that run when my PC starts up. Here are directions on how to disable startup programs in Windows.

解决方案:Adobe 论坛中的一项建议是退出 CC。相反,我禁用了在我的 PC 启动时运行的所有 CC 自动更新服务。以下是有关如何在 Windows 中禁用启动程序的说明

Hypothesis: I couldn't find any documentation specifically about Adobe CC and node.js, but I believe its being used as part of the their software update process.

假设:我找不到任何专门关于 Adob​​e CC 和 node.js 的文档,但我相信它被用作他们软件更新过程的一部分。

Background: My PC at work has been very sluggish and freezing a lot recently, so I checked the Task Manager I saw that there were two node.js processes running. I use node.js as a stand-alone product for web development/programming, but it doesn't run on startup.

背景:我工作的电脑最近很卡,经常死机,于是查看任务管理器,发现有两个node.js进程在运行。我使用 node.js 作为 Web 开发/编程的独立产品,但它不会在启动时运行。

To troubleshoot, I uninstalled node.js, removed all related files on my system, confirmed all references to it in %PATH%environment variables were removed, updated system registry, cleared all caches, and finally rebooted. None of this resolved the issue.

为了排除故障,我卸载了 node.js,删除了系统上的所有相关文件,确认%PATH%删除了环境变量中对它的所有引用,更新了系统注册表,清除了所有缓存,最后重新启动。这些都没有解决问题。

I don't know why I didn't do the following to being: I right-clicked on the process in the Task Manager, selected "Open File Location" and found the .exe within Adobe CC folders. Repeating this, I found the same for the second process in the Task Manager. A google search brought me here and to the Adobe Forums.

我不知道为什么我没有执行以下操作:我在任务管理器中右键单击该进程,选择“打开文件位置”并在 Adob​​e CC 文件夹中找到 .exe。重复此操作,我发现任务管理器中的第二个进程也是如此。谷歌搜索把我带到了 Adob​​e 论坛。

In retrospect, my company switched to CC in Dec. 2016, and I mainly use it for Photoshop. This is around the time my system began experiencing performance problems, so more than likely that's when the node.js processes began running on system startup.

回想起来,我公司是在 2016 年 12 月转用 CC 的,我主要用它来做 Photoshop。这是我的系统开始遇到性能问题的时候,所以很有可能是 node.js 进程在系统启动时开始运行。

Hope that helps.

希望有帮助。

回答by Arslan Ahmed Bhatti

Edit the file C:\Program Files (x86)\Adobe\Adobe Creative Cloud\CCLibrary\js\serverto whatever you want, and then rename C:\Program Files (x86)\Adobe\Adobe Creative Cloud\CCLibrary\libsto whatever you want. Press the buttons WindowRand enter msconfig. Now, click on the startup tab button and uncheck all the adobenamed services. Then click apply and OK and restart your PC.

将文件编辑为C:\Program Files (x86)\Adobe\Adobe Creative Cloud\CCLibrary\js\server您想要的任何内容,然后重命名C:\Program Files (x86)\Adobe\Adobe Creative Cloud\CCLibrary\libs为您想要的任何内容。按下按钮WindowR并输入msconfig。现在,单击启动选项卡按钮并取消选中所有adobe命名服务。然后单击应用和确定并重新启动您的 PC。