Skip to content

Uninstallation

  1. Exit OneLiveRec via tray icon menu

  2. Right-click the OneLiveRec shortcut icon on the desktop

  3. Click Open file location to open the OneLiveRec installation directory

  4. Run uninstall.exe, then follow the wizard to finish the uninstallation.

  1. Stop and remove containers, networks and volumes

    docker compose down -v
  2. Remove OneLiveRec container image

    docker image rm oneliverec/orec
  3. Remove the application data

    rm -rf ~/orec
  1. Quit the App

    Press ctrl + c

  2. Remove the App and data

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