Sunday, December 13, 2009

Enable Concurrent Local/Remote Sessions in Windows 7

Windows Media Center 2005 allowed users to create concurrent local and remote users with several hacks that were available. Here is a link, and another link, to one for Windows 7.

You can also do the hack yourself using a hex editor ...

x86 Hex edit

find:
00 3B 86 20 03 00 00 0F ** ** ** **
replace:
00 B8 00 01 00 00 90 89 86 20 03 00

find:
FF 43 50 C7
replace:
FF 90 50 C7

find:
F8 74 2F 68 ** **
replace:
F8 E9 2C 00 00 00


x64 Hex edit

find:
8B 87 38 06 00 00 39 87 ** ** ** ** ** ** ** ** ** **
replace:
B8 00 01 00 00 90 89 87 38 06 00 00 90 90 90 90 90 90

find:
60 BB 01 00 00 00
replace:
60 BB 00 00 00 00

find:
50 00 74 18 48 8D
replace:
50 00 EB 18 48 8D

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.