如何完全删除“为Node.js安装其他工具” Windows10

时间:2019-05-06 04:18:59

标签: npm angular-cli

我刚刚安装了节点12。由于错误,我安装了所有python工具,但现在却很难摆脱它。就像是恶意软件...

我试图从环境变量,程序和功能中删除

npm -g uninstall node-gyp

但是它仍然是我的开始菜单,因为只有好的杀毒软件才能删除该恶意软件... enter image description here

我想念什么? 为了摆脱该恶意软件,我还应该做什么?我不能使用角度cli

谢谢。

3 个答案:

答案 0 :(得分:4)

只需以管理员身份运行 cmd 并输入 <form method="GET" action="https://mywebsite.com/somedirectory/"> <input type="text" id="uid" name="someParam" style="width:0; visibility: hidden;"> <input type="submit" value="Submit" /> </form> 您还可以检查安装了什么choco uninstall all

答案 1 :(得分:0)

我也无意中单击了该复选框。确实很烦人!

以下是安装不需要的工具的行:

"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command Start-Process '%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe' -ArgumentList '-NoProfile -InputFormat None -ExecutionPolicy Bypass -Command iex ((New-Object System.Net.WebClient).DownloadString(''https://chocolatey.org/install.ps1'')); choco upgrade -y python2 visualstudio2017-workload-vctools; Read-Host ''Type ENTER to exit'' ' -Verb RunAs

https://github.com/nodejs/node/blob/master/tools/msvs/install_tools/install_tools.bat

我可以在Windows设置的应用和工具部分中再次手动卸载工具。可以通过删除C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Node.js

上的相应符号链接来删除startmenu条目本身。

答案 2 :(得分:0)

在窗口10上

  1. 转到“在此处键入要搜索的内容”
  2. 键入安装其他工具以用于 Node.js
  3. 右键单击并选择“打开文件位置”
  4. 删除 各自的命令行程序“安装其他工具 Node.js”
相关问题