Symptoms
Users are able to see RAS Monitor alerts in remote session.
RAS Console is installed on the same server.
Cause
Along with RAS Console, RAS Monitor utility is installed.
RAS Monitor is configured to run automatically on Windows startup by default.
Resolution
Possible ways to resolve the issue:
1. Uncheck "Run automatically on Windows startup":
2. Remove RAS Console from this server and use it on a different machine.
NOTE: Starting from RAS v16 you may use RAS Console to connect to the Farm remotely.
3. Disable from the registry:
Path: HKEY_CURRENT_USER\Software\Parallels\TuxMonitor
Value: Set to 0 in order to disable launching at Windows Startup.
4. PowerShell:
Set-ItemProperty -Path HKCU:\Software\Parallels\TuxMonitor -name AutoLaunch -value 0
Stop-Process -Name TuxMonitor
5. CMD:
Reg Add "HKEY_CURRENT_USER\Software\Parallels\TuxMonitor" /v "AutoLaunch" /t REG_DWORD /d "1" /f
Taskkill /IM TuxMonitor.exe
Was this article helpful?
Tell us how we can improve it.