@Omer Barak I didn't see your response before, but I don't think the KBs address the same issue.
The KB describes being able to resolve by disconnecting and then reconnecting. But this issue doesn't resolve that way.
Which is why, despite my most recent posting, this has sadly returned for some reason.
If it is of any consequence, the one unusual thing I did notice is that my first attempt to RDP in after a lid close sleep, failed with an error. The next attempt went in, but the session was already frozen.
I had to apply my trick... perhaps the "suppression of all input" is sequenced in a problematic way... so if you do not RDP soon enough after resumption from a sleep, this issues occurs.
And when you try to login, the attempt by Windows terminal service to back this out fails. And the now backgrounded user session can never prevent that "suppression".
In fact, let me see if that failed first resumption RDP attempt caused terminal server to restart...
No restart that I can see, but:
"The Windows logon process has failed to connect the user session."
- <Event xmlns="__http://schemas.microsoft.com/win/2004/08/events/event__">
- <System> <Provider Name="Microsoft-Windows-Winlogon" Guid="{DBE9B383-7CF3-4331-91CC-A3CB16A3B538}" EventSourceName="Winlogon" /> <EventID Qualifiers="32768">4008</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2025-11-07T08:34:49.7686615Z" /> <EventRecordID>7478</EventRecordID> <Correlation /> <Execution ProcessID="8864" ThreadID="0" /> <Channel>Application</Channel> <Computer>pooter-msw</Computer> <Security /> </System>
- <EventData> <Binary>CA080000</Binary> </EventData> </Event>
Preceded by "PowerEvent handled successfully by the service." by igcc and DellTechHub.
That's the theory I'm going with. That connecting RDP triggers the attempt to backout of... I guess modern standby. Your user session attempts to suppress modern standby, just as it would if you'd logged in at the "console".
But that fails for some reason... but your user session is now at the ready.
In fact... if I am correct, I think logging in at the console should suppress modern standby. And I should be able to go back in via RDP and avoid the freezing.
I will do that and report.