Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
HI,

I want to create remote desktop like teamviewer

I have create a application using mstsc.exe. it work successfully but the targeted pc get locked.

The requirement is that the when one pc access the another pc remotely, then both pc (local pc and target pc) should run.

can anyone help me?


Thanks,
Posted
Updated 27-Aug-14 5:36am
v2
Comments
Valery Possoz 27-Aug-14 12:16pm    
mstsc.exe has two interesting flags:
/admin => connects to the console and does not lock the PC.
/shadow:xxx => connects to session number xxx and shadows a user.

have you tried these?

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900