Note: If the Senso Client was deployed using a deployment tool, we recommend uninstalling it through the same deployment tool. This ensures that the uninstallation process is managed and verified by your IT department and prevents the program from being reinstalled automatically.
 

This article provides a step-by-step guide to uninstall the Senso Client from your Windows devices.

For MAC please see here


Windows Uninstallation Instructions


1. Uninstall via Control Panel

  • Open the Control Panel.
  • Navigate to Programs and Features.
  • Find and select senso.cloud from the list of installed programs.
  • Click Uninstall and follow the prompts to complete the uninstallation.

2. Uninstall via PowerShell with Administrative Rights

  • Click on the Start menu.
  • Type PowerShell in the search bar.
  • Right-click on Windows PowerShell and select Run as administrator.
  • Copy and paste the following commands into the PowerShell window and press Enter:


stop-service senso.cloud.service -force

$app = get-wmiobject Win32_Product | where { $_.name -eq "senso.cloud" }

$app.Uninstall()

Remove-Item -Recurse -Force -Confirm:$false -path "C:\Program Files\Renato"


This script can also be ran via your portal using our Remote Script module