Jump to content
View in the app

A better way to browse. Learn more.

Pulseway

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Posted

Hello,

I try with this script to remove the agent from a former client:

try
{
    $result = Get-WmiObject win32_product -filter "Name LIKE 'Pulseway'" | Select-Object IdentifyingNumber;
    [string]$a = $result.identifyingNumber;
    msiexec.exe /X $a /qn
    Remove-Item -Path "HKLM:\SOFTWARE\MMSOFT Design" -Recurse
    if (Test-Path -Path "C:\Program Files\Pulseway") {
      remove-item -path "C:\Program Files\Pulseway" -Force -Recurse -ErrorAction SilentlyContinue
    }
	Write-Host "$a Uninstallation completed successfully"
}
catch
{
	Write-Host "Uninstallation failed"
	Break
}

But it is still installed. So what can I to totally remove it?

{12CF5BF5-CA28-4904-A981-B3615F660468} Uninstallation completed successfully
PS C:\WINDOWS\system32> Get-WmiObject win32_product -filter "Name LIKE 'Pulseway'"
    

IdentifyingNumber : {12CF5BF5-CA28-4904-A981-B3615F660468}
Name              : Pulseway
Vendor            : MMSOFT Design
Version           : 8.9.1                              
Caption           : Pulseway

 

Featured Replies

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.