Windows 8 Patcher

Discussion in 'Windows 8' started by Peter Kleissner, Feb 4, 2012.

  1. reiverblade

    reiverblade MDL Novice

    Apr 2, 2013
    1
    0
    0
    too bad it doesnt work anymore, plus Avast gave me a warning about it but since its a W8 CP 8250 i gave it a try and ... nothing

    (yay for necro eh?)
     
  2. Efi

    Efi MDL Novice

    Oct 24, 2010
    1
    0
    0
    log in REMOTELY with ANOTHER user, and then run on an elevated cmd "shadow zzz" where zzz is the sesion number that you want to "shadow control" as you do with teamviewer.

    If you only want to log to an already running session, but don't need two users (you and other) to see the session, then you should use gpedit.mse and adjust the terminal server policy to allow only one sesion per user.
     
  3. mprost

    mprost MDL Novice

    Jul 23, 2009
    10
    14
    0
    #243 mprost, Apr 11, 2013
    Last edited by a moderator: Apr 20, 2017
    alternatively, you can also open a command prompt after connecting to the new session and:

    1. 'qwinsta' will give you the list of opened sessions, including the new one you've just opened (it's usually session number 2)
    2. 'tscon X' will connect you to one of those sessions (for example, 'tscon console' or 'tscon 1' will connect you to the console session)
    3. after connecting, in another command promtp, 'logoff X' will close any session (for example 'logoff 2' will close the new session you've just opened)

    also, if you want to avoid entering your password when you return to you computer, create a .bat with this text in it:

    Code:
    for /f "tokens=3" %%i in ('qwinsta ^| findstr /b ^^^>') do tscon %%i /dest:console
    and execute it as administrator instead of disconnecting or logging off your session

    cheers,

    mprost
     
  4. craigx

    craigx MDL Novice

    Jun 9, 2013
    1
    0
    0
    #244 craigx, Jun 9, 2013
    Last edited: Jun 9, 2013
    Thread makes for interesting reading. Thanks to Peter and others for their persistent work with this little gem. Sorry for my ignorance but i can't seem to find a valid link to the 64bit win8pro9200 version. Would someone please point me.. if this is still available.
    PS: is there a final ver No. & Hash for the download? seems to be many versions thrown around.

    Many Thanks.


    Sorry didnt read the first post. link is current version.

    Many Thanks to all.
     
  5. return

    return MDL Novice

    Jun 26, 2013
    1
    0
    0
    can patch?
    “Enable multiple logons per user”
    “Enable blank password logons”
     
  6. qq515237330

    qq515237330 MDL Novice

    Jun 27, 2013
    1
    1
    0
    can not work on windows8.1 (9431) hope to update thx
     
  7. paiching

    paiching MDL Novice

    Jul 13, 2013
    1
    0
    0
    [h=2][/h]
    Hi Peter,

    I got error "The application was unable to start correctly (0xc000007b)" why ?
     
  8. dlink377

    dlink377 MDL Novice

    Jul 15, 2013
    1
    0
    0
    #248 dlink377, Jul 15, 2013
    Last edited: Jul 15, 2013
    Hi,

    I have tried this patch on two different system, but it seems that on both system, the windows is not stable when user connecting with rdp.

    It will show bluescreen error message: driver corrupted expool, kernel security / verification failed. Both bluescreen will only appear when another user is connecting to the PC (even disconnected one but not logged off).
    I don't think a hard drive issue, because it is on two different system, one with HDD, and one with SSD.

    iHMkklM.png

    Capture1.PNG

    RDP client is raspberry pi with rdesktop.

    Is there any fix for it?

    Thanks
     
  9. nailz420

    nailz420 MDL Novice

    May 19, 2008
    7
    1
    0
    i concur. Please make it work on 8.1 especially since it cannot be uninstalled.
     
  10. krikkit

    krikkit MDL Novice

    Sep 2, 2012
    3
    3
    0
    just tested it on windows 8.1 RTM build, but does not work :( ...would be really great if this patch can be updated...
     
  11. Majin3

    Majin3 MDL Novice

    Dec 21, 2012
    5
    3
    0
    #251 Majin3, Sep 6, 2013
    Last edited by a moderator: Apr 20, 2017
  12. algotroll

    algotroll MDL Novice

    Aug 29, 2013
    8
    0
    0
    #252 algotroll, Sep 6, 2013
    Last edited by a moderator: Apr 20, 2017
  13. CONTROL4

    CONTROL4 MDL Novice

    Sep 6, 2013
    6
    0
    0
    Does this patch allow for concurrent RDP session with the same user name? I am able to connect concurrent sessions on Win8 ver 6.2 (9200) build BUT not with same user account.
     
  14. Majin3

    Majin3 MDL Novice

    Dec 21, 2012
    5
    3
    0
    Source is me. I just applied Peter Kleissner's patch manually like he described in one of his posts. Tried to start a remote session while a local user was logged on and it worked, no further testing.
     
  15. CONTROL4

    CONTROL4 MDL Novice

    Sep 6, 2013
    6
    0
    0
    Does it work with the same user name?
     
  16. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    #257 Mr Jinje, Sep 6, 2013
    Last edited by a moderator: Apr 20, 2017
    Thanks majin3, here is some info for others who are interested. Just for the 8.1 x64.

    Hex offsets : 56C23 - 56C34

    Code:
    Search/replace hex string for this.
    
    8B 81 38 06 00 00 39 81 3C 06 00 00 0F 84 1B 70 00 00
    with 
    B8 00 01 00 00 89 81 38 06 00 00 90 90 90 90 90 90 90
    Compared to the original patch you can see what changed from 8.0 to 8.1, someone get cracking on the x86 please.

    8B 87 38 06 00 00 39 87 3C 06 00 00 0F 84 ?? ?? ?? ??
    8B 81 38 06 00 00 39 81 3C 06 00 00 0F 84 1B 70 00 00

    modded-termsrv-offsets.png
     
  17. nailz420

    nailz420 MDL Novice

    May 19, 2008
    7
    1
    0
    Stopped termservice, replaced termserv.dll with one in the link, trying to start termservice, get error 126 module not found or something. Replaced termserv.dll with the original one, remote desktop service starts fine again.
     
  18. Majin3

    Majin3 MDL Novice

    Dec 21, 2012
    5
    3
    0
    I replaced it without stopping any service and rebooted afterwards. Worked fine.
     
  19. nailz420

    nailz420 MDL Novice

    May 19, 2008
    7
    1
    0
    Could someone else verify this works for them or not?