Back to articles
How to Restrict "Kick-off" Issues During Remote Desktop Connections: A Developer's Guide
How-ToDevOps

How to Restrict "Kick-off" Issues During Remote Desktop Connections: A Developer's Guide

via Dev.to DevOpsAweRay EN

To restrict kick-off during a remote desktop connection, you should configure the Windows Group Policy to allow persistent sessions or use a professional tool like AweSun Remote Desktop that prioritizes session stability and prevents concurrent user interruptions. The Frustration of the "Kick-off" For developers and IT pros, there is nothing more frustrating than a "kick-off" in the middle of a long-running script, a server deployment, or a complex rendering session. This usually happens due to session timeouts, network instability, or another user attempting to log in to the same account (Session Shadowing). Method 1: OS Level Adjustments (GPO) If you are using native RDP, you can adjust the settings to stop the system from automatically ending idle sessions. Press Win + R , type gpedit.msc , and hit Enter. Navigate to: Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Session Time Limits Enable "Set time l

Continue reading on Dev.to DevOps

Opens in a new tab

Read Full Article
7 views

Related Articles