原文转载至:https://blog.csdn.net/w893932747/article/details/81018191

To uninstall RabbitMQ and Erlang from the machine completely, do the following:

Open the Windows Control Panel.
Double-click Programs and Features.
In the list of currently installed programs, right-click RabbitMQ Server, and then click Uninstall.
In the list of currently installed programs, right-click Erlang OTP, and then click Uninstall.
Open the Windows Task Manager.
In the Task Manager, look for the process epmd.exe. If this process is still running, right-click it and then click End Process.
Delete all the installation directories for both RabbitMQ and Erlang.
Delete the file C:\Windows\.erlang.cookie (if present).
Go to the User folder: C:\Users\[username], and then delete the file .erlang.cookie.   删除
Also in the User folder, go to AppData\Roaming\RabbitMQ.     输入%appdata%\Rabbitmq 找到配置文件删除
Backup the Log folder to a secure location, and then delete the folder.
翻译:

要从计算机中完全卸载RabbitMQ和Erlang,请执行以下操作:
     1、打开Windows控制面板。
     2、双击“程序和功能”。
     3、在当前安装的程序列表中,右键单击RabbitMQ Server,然后单击“卸载”。
     4、在当前安装的程序列表中,右键单击“Erlang OTP”,然后单击“卸载”。
     5、打开Windows任务管理器。
     6、在任务管理器中,查找进程epmd.exe。 如果此进程仍在运行,请右键单击该进程,然后单击“结束进程”。
     7、删除RabbitMQ和Erlang的所有安装目录。
     8、删除文件C:\ Windows \ .erlang.cookie(如果存在)。
     9、转到用户文件夹:C:\ Users \ [username],然后删除文件.erlang.cookie。删除
     10、同样在User文件夹中,转到AppData \ Roaming \ RabbitMQ。 输入%appdata%\ Rabbitmq找到配置文件删除
     11、将Log文件夹备份到安全位置,然后删除该文件夹。
---------------------
作者:w893932747
来源:CSDN
原文:https://blog.csdn.net/w893932747/article/details/81018191
版权声明:本文为博主原创文章,转载请附上博文链接!

最新文章

  1. 查看html元素绑定的事件与方法的利器
  2. Windows phone应用开发[20]-禁止Pivot手势
  3. 多图上传 - Web Uploader
  4. 廖雪峰js教程笔记8 date对象介绍和处理
  5. NPOI格式设置
  6. 转:『代码』JS封装 Ajax级联下拉列表
  7. iBeacon 开发笔记
  8. POJ-1177 Picture 矩形覆盖周长并
  9. Tomcat基础教程(四)
  10. OCP prepare 20140627
  11. poj 3074 Sudoku(Dancing Links)
  12. strip 使用命令
  13. 第七十三节,css盒模型
  14. 使用 Live555 搭建流媒体服务器
  15. Socket 文件传输
  16. JavaScript 30 - 2 学习笔记
  17. 如何改变hr颜色
  18. 关于我的博客(About My Blogs)
  19. 【安全开发】浅谈JSP安全开发之XSS
  20. logistic回归和最大熵

热门文章

  1. Java基础四(switch、数组、)
  2. 关闭MongoDB服务的几种方法
  3. Android USB gadget configfs学习笔记总结
  4. 求两个数的平均值,不能只用(a+b)/2的方法
  5. tomcat源码阅读之BackupManager
  6. DefinePlugin插件
  7. Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' 解决办法
  8. 非GUI模式
  9. Flume和Kafka整合安装
  10. Elasticsearch的脚本化数据导入导出