Jump to content

_mike

Members
  • Posts

    1
  • Joined

  • Last visited

Reputation Activity

  1. Upvote
    _mike reacted to eDecisions in Uninstall NINJARMM Agent   
    Revised script, the (x86) was causing issues, this seems to have fixed
     
    $UninstallString = (Get-ItemProperty HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\NinjaRMMAgent*).UninstallString

    $path = $UninstallString -replace "uninstall.exe", ""
    cd $path
    Start-Process -FilePath .\uninstall.exe -ArgumentList "--mode","unattended"
     
×
×
  • Create New...