Tuesday 27 November 2012

How to access Cached Credentials - Windows XP - Vista - 7



Start > Run > OR  Windows Key + R

rundll32.exe keymgr.dll, KRShowKeyMgr


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