Skip to content

Small VB.net project that will generate an exe that keeps RDP sessions (mstsc.exe) unlocked/alive from the client side.

Notifications You must be signed in to change notification settings

natesubra/rdp_alive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rdp_alive

Small VB.net (gross) project that will generate an exe that keeps RDP sessions (mstsc.exe) unlocked/alive from the client side.

Tested in Visual Studio 2019.

Steps to compile

Option A (With VS2019):

  • Open the .sln in VS and select Build

Option B (with dotnet 5.0 SDK (or VS2019, but CLI only))

  • From the root of the project, execute: dotnet build -c release

Original source here. I cleaned up the code and made some small modifications. Designed to run as a console application.

About

Small VB.net project that will generate an exe that keeps RDP sessions (mstsc.exe) unlocked/alive from the client side.

Topics

Resources

Stars

Watchers

Forks