Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/LuizFerreiraAlves/Script_for_RDP_Sessions

If you are connected to a remote machine user via RDP protocol and another user tries to connect to this same user at the same machine, he will steal the session from you without even asking you. How can you prevent your session to get stolen by another user? This Powershell Script can solve this problem. Open the script, insert the username you are connected to and save this script at "Group Policy Editor" - "User Configuration" - "Windows settings" - "Scripts (Logon/Logoff)" - "Logon Scripts"
https://github.com/LuizFerreiraAlves/Script_for_RDP_Sessions

powershell rdp

Last synced: 7 days ago
JSON representation

If you are connected to a remote machine user via RDP protocol and another user tries to connect to this same user at the same machine, he will steal the session from you without even asking you. How can you prevent your session to get stolen by another user? This Powershell Script can solve this problem. Open the script, insert the username you are connected to and save this script at "Group Policy Editor" - "User Configuration" - "Windows settings" - "Scripts (Logon/Logoff)" - "Logon Scripts"

Awesome Lists containing this project

README

        

Save this file as a Windows Powershell Script (or .txt file) at Group Policy Editor:

Type gpedit.msc at Windows menu:

User Configurations - Windows Settings - Scripts (Logon/Logoff) - Logon Scripts

DON'T FORGET TO CHANGE THE SPACES WITH 'Your_user' BY THE USER YOU ACCESS VIA RDP PROTOCOL.