<< 

Many times that is OK,
but sometimes I would like the remote user to see what I am doing for 
educational
purpose.
Can I define somehow
within MS environment or do I need a 3:third party software?
I know this is not R:Base
but it is needed to support R:Base>>

You do not need a third party program.

What you need to do is use the /CONSOLE option on the remote desktop program.  
In order to do this, you need to create a desktop shortcut (on your desktop) to 
the user's machine, like this:

%SystemRoot%\system32\mstsc.exe 123.45.67.8 /CONSOLE

(assuming your user is on IP 123.45.67.8).

When you run this shortcut, you will be connected not to a mysterious 
"internal" session on the remote computer, but to the actual session that the 
user can see.  When you log in, you must use the same credentials as the user 
logged in at the workstation.

Hope this helps!
--
Larry

Reply via email to