Background User Logon

Discussion in 'Windows 7' started by alons11, Jun 3, 2015.

  1. alons11

    alons11 MDL Novice

    Aug 13, 2012
    1
    0
    0
    Hi,

    I need to run a program in another user on my windows's pc.
    The program will run when the second user logon.
    I'm searching for a way to make a background logon (using cmd) to the other user while still continue using the primary user account.

    Hope one of you can help me out.

    Thanks,
    Al:cool:
     
  2. my59

    my59 MDL Novice

    Dec 24, 2009
    3
    0
    0
    You can create a task that will run a batch file at login.
    Check who logged in by running a batch file,
    echo %USERNAME%
    if %USERNAME% ...... etc
     
  3. FooBerry

    FooBerry MDL Novice

    Aug 17, 2009
    4
    0
    0
    Search for "How to Enable Multiple Concurrent User in Remote Desktop Windows 7". You need to patch TermServ.dll to allow concurrent users.