Fixed CPU Usage spiking when RDP Monitoring is enabled#387
Merged
TibixDev merged 4 commits intoTibixDev:mainfrom Oct 24, 2025
Merged
Fixed CPU Usage spiking when RDP Monitoring is enabled#387TibixDev merged 4 commits intoTibixDev:mainfrom
TibixDev merged 4 commits intoTibixDev:mainfrom
Conversation
…d in the WinBoat GUI. Now checks for active sessions using 'quser.exe' instead of 'powershell.exe'.
TibixDev
reviewed
Oct 21, 2025
TibixDev
reviewed
Oct 21, 2025
TibixDev
reviewed
Oct 21, 2025
Contributor
Author
|
Will commit the changes shortly |
Contributor
Author
|
Should all be ready now :) |
Contributor
Author
Owner
|
Seems good now, thanks Kuritsu! 🎉 |
chevybowtie
pushed a commit
to chevybowtie/dosboat
that referenced
this pull request
Feb 15, 2026
…#387) * Fixed CPU Usage spiking in the guest VM when RDP Monitoring is enabled in the WinBoat GUI. Now checks for active sessions using 'quser.exe' instead of 'powershell.exe'. * Updated naming of the struct for RDP Connection Status, should be ready to merge. * Fixed RDP JSON Response
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

When the "RDP Monitoring" Option is enabled in the WinBoat GUI, the guest VM tends to suffer from high CPU usage due to the amount of times that
powershell.exeis being instanced. I have resolved this by letting the guest server usequser.exe, usually returns an output such as:I have then updated
main.goto let the output still be returnable in json format as expected by the remainder of the program, by implementing a new struct:and then updating the function "getRdpConnectedStatus" accordingly:
CPU Usage on an idle VM as it is currently:
CPU Usage on an Idle VM with my method: