High CPU usage fix

nina
nina Internal Posts: 428 ✭✭✭✭✭
edited December 2023 in Patch Management

Nina from Atera here.

I've seen a number of posts lately regarding high CPU usage.

There is an issue with Splashtop Streamer. You will need to update the Streamer to 3.5.8.0

To update the Streamer to the latest version, you can use the following script:

# Define variables

$downloadUrl = "https://ateranetworks.zendesk.com/attachments/token/JfG6adjBRfqwNq8kzLzyfhplj/?name=SplashtopStreamer.exe"

$downloadPath = "C:\Windows\Temp\Splashtop_Streamer.exe"


# Download Splashtop Streamer

Invoke-WebRequest -Uri $downloadUrl -OutFile $downloadPath


# Install Splashtop Streamer

Start-Process -FilePath $downloadPath -ArgumentList "/s" -Wait


# Clean up downloaded file

Remove-Item $downloadPath


Hope this helps!

Tagged: