Monday 26 November 2012

Terminal Service session not ending after application closes

Create a batch file and start the RDP connection program to run the batch file on startup



@echo off
start /wait [Notepad.exe] (without brackets)

logoff


No comments:

Post a Comment