跳转到内容

卸载

  1. 右键单击​​桌面上的 OneLiveRec 快捷方式图标

  2. 点击 打开文件所在的位置 打开 OneLiveRec 安装目录

  3. 运行 uninstall.exe,然后按照向导完成卸载。

  1. 停止并删除容器、网络和卷

    docker compose down -v
  2. 删除 OneLiveRec 容器镜像

    docker image rm oneliverec/orec
  3. 删除应用数据

    rm -rf ~/orec
  1. 停止 OneLiveRec

    ctrl + c

  2. 删除应用数据

    Remove-Item -Path orec-0.2.2-x86_64-pc-windows-msvc -Recurse -Force