Once you click on a computer the main info sections (particularly the Ping round trip time) is stuck in "Loading..." and does not display ping info,once you enter it you can see the ping graf,going back no change and still it shows "Loading..."
Samsung S10+ Android 11
Pulseway version 9.4.1
Agent version on Windows 9.5.1
Hell,can some one explain to me what pulsewayaddonmanager.exe is/does? and is there a way to disable it? i noticed after the last update one more running process witch i don't need if it can be disabled and view just the basic info about my pc
So Pulseway started spamming my event log with the following Message
"Received Request Execute addon command '1.32.-2' from device Id: 'Agent'"
Here are the Eventlog messages
other than that everything is working fine
Here is a script for Powershell to set the pc to autologon one time [configurable] after restart, with a 15 sec delay
Someone may find it handy
Copy paste into Powershell ISE or txt and then rename to *.ps1
Tested on Windows 7 X64
$RegPath = "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon"
$DefaultUsername = "Insert Username Here"
$DefaultPassword = "Insert Password Here"
Set-ItemProperty $RegPath "AutoAdminLogon" -Value "1" -type String
Set-ItemProperty $RegPath "DefaultUsername" -Value "$DefaultUsername" -type String
Set-ItemProperty $RegPath "DefaultPassword" -Value "$DefaultPassword" -type String
Set-ItemProperty $RegPath "AutoLogonCount" -Value "1" -type DWord
Start-Sleep -Seconds 15 ; Restart-Computer -Force
Hi where can i download an older version of Pulseway Agent, the new version removed the login feature, but on windows 7 it works ok for me and i need that,
the last version i think was 6.1.1 agent for windows that had the login feature