Software to detect remote desktop monitoring

Lets say I have 4 computers on a network, in using remote desktop to monitor another user I know that you can have a little binocular icon on the users top menu bar that will show when someone is watching his desktop, but if that icon is removed by the administrator is there a way to know when your being monitored?

*"is there a way to know when your being monitored?"*
No

Similar Messages

  • Remote Desktop Monitoring System

    I am having some porblem regarding my project on Remote Desktop Monitoring System.
    The project is supposed to have the following features:
    1.Monitor and Control the computer in a network
    2.Send Instant Message
    3.File Transfer
    We are having porblem on Networking ,Please supply us with the code or description on how to connect computers using Java so we can check on ours....

    Remote Desktop Monitoring System is supposed to be a fully java based project. As the name suggests, the project should be able to view the computers(active screens) on the network and perform some specified tasks.
    It also should have features like Instant messaging and File transferring between the connected computers.
    (It is similar to the available software in Windows XP which helps us to monitor and contorl othe computers in the network)
    -In order to connect to each other, the computer should have Remote
    Desktop Monitoring Systems Server software or Client software installed in it.
    -The main objective of this project is to build that Server and Client software with which we can perform the specified tasks.
    -We are using NetBeans to develop the project and MySQL to handle some user datas.
    -We have finished the Front End forms for the project and are finding difficulties in networking using java.(since we are students new to java)
    I hope the above explanation clears some queries about the project.If anything is not clear please post on this forum and help us.
    So if anybody has similar type of project or and concept regarding how to create the Client and Server side software as mentioned above please help us.

  • Allow audio in software like Apple Remote Desktop

    I have been using ARD to monitor students' computers in my school environment, but I would like to be able to also listen to the audio that they are playing on their computer, not just view their screen. Does anyone know of other software that allows this feature? (Or of a way that ARD does it?)

    ARD will not pass audio, nor will the freeware VNC (on which ARD's observe and control function is based). Timbuktu might, but I'm not sure. There are some other remote control products available for Mac, but I haven't found any that will pass the Mac's audio through to the controlling system.

  • Detect remote desktop connection

    Hey,
    I want to detect if the current user-session is a remote or local session. I have only LabVIEW 2012 at hand, so I think I need it to switch between absolute and relative mouse scrolling detection dependent on the session type.
    My approach is to check this by executing 'qwinsta' via the System Exec.vi:
    however this doesn't work at all While standard commands like 'cd' render no problem, this one throws just an error 'command not found'. If I start this command manually on a command line it just works without any problem.
    So I hope you can give me hint on the problem - or to an way more easy solution to the whole problem.
    Thanks in advance, Erik

    thank you very much dan_u.
    way more complex than my polling version, but surely more sophisticated - i will give it a try
    in the meantime, 5 hrs of google searches also led to the answer of my initial question:
    i've running 32 Bit Labview on a 64 Bit Windows...thats all. As this is the case, all commands I send to cmd are executed in the 32 Bit Version of cmd.exe, as this version is automatically called from my 32 Bit LabVIEW.
    There is no qwinsta in 32 Bit cmd.exe.
    Calling "c:\windows\sysnative\cmd.exe" instead of "cmd" let you escape the 32-Bit Sandbox of SysWoW64 (but not without complaining of my antivirus) and qwinsta returns the expected result.
    Reference:
    https://social.technet.microsoft.com/Forums/scriptcenter/en-US/5bfc1d5b-1162-495a-bc89-252de06e4baa/...
    Thanks,
    Erik

  • Detect remote desktop connection in Windows XP

    Dear experts,
    I have a single service thread application which do an activity at regular intervals.
    I have made a provision that only one instance of this thead runs at a time.
    However,this is not solving my issue to much extent.
    I want that i should be able to detect if current operating system session is RDP or not.
    I tried "os.<properties>" but none of such exists.This is strange !.
    Plz help.

    I just wonder why people do not plainly accept ignorance instead filling jittery, as we can make from these
    rude comments posted. This is the exact solution i worked on .
    //Detect local or remote session
    import com.sun.jna.Library;
    import com.sun.jna.Native;
    import com.sun.jna.ptr.IntByReference;
    import com.sun.jna.win32.*;
    import com.sun.jna.examples.win32.Kernel32;
    public class DetectSession
    boolean ret;
    DetectSession()
    ret = isLocalSession();
    if (ret == true ) {
    System.out.print("Local");
    else {
    System.out.print("Remote");
    public interface Kernel32 extends Library {
    public int GetCurrentProcessId();
    public boolean ProcessIdToSessionId(int x,IntByReference y);
    public int WTSGetActiveConsoleSessionId();
    public static void main(String args[])
    new DetectSession();
    public static boolean isLocalSession() {
    Kernel32 kernel32;
    IntByReference pSessionId;
    int consoleSessionId;
    Kernel32 lib = (Kernel32) Native.loadLibrary("kernel32", Kernel32.class);
    pSessionId = new IntByReference();
    if (lib.ProcessIdToSessionId(lib.GetCurrentProcessId(), pSessionId)) {
    consoleSessionId = lib.WTSGetActiveConsoleSessionId();
    if(consoleSessionId != 0xFFFFFFFF && consoleSessionId == pSessionId.getValue()) {
    return(true);
    return(false);
    } // isLocalSession
    }

  • Remote Desktop Client software does not match

    hello,
    I run ARD 3 as administrator and just swapped machines by using Migration Tool. Now my ARD on the new machine tells me that "The Remote Desktop Client software on this computer does not match the Administrator software version. the Remote Desktop Administrator software requires a newer version of the client software"
    how do i accomplish this?
    thanks in advance

    Sounds like the new machine might still have version 2.2 client? So download and install the newest client, if that fails follow the instructions Apple has for removing ARD (kb #108021) and wipe out everything, then it shouldn't balk. Although there is a setup bug, where if you update a client machine to 3.1 but then try and install the ARD 3.0 CD it will complain and quit! Following kb #108021 wil allow you to install (or go into the actual mpkg and install the individual .pkg file) but doing this made me wonder if I was missing out on some postflight script that does something useful... so I didn't try and make force it. Just make it happy with an ARD lobotomy, then reinstall :/

  • Using Leopard with iCal, Apple Remote Desktop, and Quicktime/Keynote

    Hi,
    I need to create the following 'synergy' or workflow or 'automation' between these softwares:
    - iCal
    - Apple Remote Desktop
    - Quicktime/Keynote
    This is the application:
    Remotely controlling (ARD) and scheduling (iCal) several quicktime/keynote files for display (ie. playing full screen video but controlling which file is playing from home).
    How can I integrate all softwares?
    Extended application:
    I would also like to know if Leopard or any Apple software has the capability to read serial (RS-232) commands. For example, I would like to know and/or be advised if a screen/monitor is turned off (regardless if the computer is properly displaying the content or not).
    I look forward to your feedback.
    Thanks,
    LMB1980

    It is if you are trying to stream it.
    Users may want to stream their music into a third party program such as Ventrilo (as I do) to share their music (but not their libraries) with other listeners and speak on Ventrilo at the same time. You need two user profiles running Ventrilo at the same time, and two user profiles running iTunes.
    When I roll over to User Profile #2 after setting up iTunes to stream into Vent in User Profile #1, iTunes stops playing. This is a recent change. It's annoying.
    How do I change it?

  • Using Apple Remote Desktop to Deploy Filemaker Pro 10 /Create Filemaker pkg

    I need to deploy Filemaker Pro 10 to a number of Macs in our office, all of them with Apple Remote Desktop installed.
    I have the FileMaker Pro 10 installation file (it's listed as an .app) and the text file called "assisted install."
    If I have these two files in the same folder, I can run them and it will allow myself (or the user) to install FileMaker with only a few "continue" clicks.
    I am, however, trying to streamline the process by creating a package (.pkg) so that I can deploy the software using Apple Remote Desktop (I'm using version 3.2.2).
    I am, however, a Package Maker novice, and am not sure if this is more pain than it's worth.
    Is there anyone out there who has done or tried to do something similar to what I'm trying?
    Is there another way using Apple Remote Desktop (besides controlling each individual pc to install the program) to deploy FileMaker Pro 10?
    Thanks in advance for any help.

    Thanks for the suggestion. Since I don't want to spend money, I decided to go with InstallEase from LanREV.
    As I was getting ready to write this off as done, one possible problem occured to me.
    When FileMaker installs, it automatically puts in the username as whatever the current installing user is. You might not be able to answer this, but I'll ask anyway.
    If I use InstallEase to take a snapshot of my system before install, then after, and use that package to deploy... is it going to show my name as the username on everyone's systems, or will it figure it out on its own?
    I'm going to see if I can scrounge up a test mac to see if my theory proves correct or not, but in the meantime, feel free to answer if you already know what will happen.

  • Remote Desktop 3.3

    I use a MacBook Pro running Mac OS X 10.5.8
    I ran Software update and Remote Desktop 3.3 was on the list. Is this update relevant to me? Thanks for the help.

    Probably not; I doubt that your school is using Apple Remote Desktop to manage your computer (and you would know if they were since they'd have needed account information for your computer). But it probably won't harm anything to install the update (harm would only be done if something's amiss with your computer already).

  • Remote desktop viewing

    i am in final sem engineering. My proj is about remote desktop monitoring.I have read about the product Real VNC. Also i came across the ROBOT class.But I am anable to get an idea of how to use this class .can anyone please help me out?

    Hi...
    can u tell in which language u are going to do above things..
    if u r giong to do in vc++ then, API are availavble there for desktop sharing.
    if u r going for java then ...i dont have any idea...but, i am sure that u will able to find the API...

  • Remote desktop connection caused host to lose a monitor and other settings

    Hello
    After a successful remote desktop login, on the host I can now no longer detect the 2nd monitor. Screen resolution on remaining monitor is off, it's gone over to use Microsoft Basic Display Adapter even though it was using the correct adapter previously.
    Both previously working display adapters now show Code 12 error: "this device cannot find enough free resources that it can use". The system has also become very slow, when I right-click the desktop, it takes up to 30 sec for the menu to appear.
    Anyone had a problem like this? I have restarted the computer several times, reverted system to a working state last week, done another successful remote desktop login/logout from my laptop to this computer.
    Windows 8.1 Pro
    Displays: Dell U2412M
    Intel R HD Graphics 4600
    Thank you in advance for any help/tips to help solve this problem!

    This error message can also appear if the BIOS did not allocate enough resources to the device, I want to know how much RAM do you have on your computer, because the Display Adapter calls for extra RAM to run the monitor.
    If you don’t have enough RAM to allocate, the monitor won’t start, that’s why the computer becomes very slow.
    Here I suggest a possible solution:
    Adjust the amount of memory dedicated to video/graphics.  You can change that in BIOS. there might be an option in your PC's BIOS that lets you change the amount of system memory used for video/graphics.  
    You'll just need to find it in the BIOS, the BIOS options in the Advanced settings,
    the option varies depends on the BIOS version
    you can set the maximum memory that it can take to a lowest value.
    Regards
    Wade Liu
    TechNet Community Support

  • Least CPU Usage- Real Monitor or Apple Remote Desktop

    Hello,
    What would require the least processing power of a Mac Pro; a 24 inch monitor run via a DVI cable or the same image accessed via Apple Remote Desktop software and displaying the screen on another Mac? Here is the rest of the story...
    I am designing a home video surveillance system built around a Mac Pro and SecuritySpy. It will coordinate 12 network cameras (HD quality) and the potential load of the cameras alone will be huge. My goal is to place the Mac Pro in a locked network closet and administer it remotely. I can either go the Apple Remote Desktop route or have the monitor signal sent via an ethernet adapter, but the aim is to tax the CPU the least.
    So, what are your thoughts?
    “Technological change is like an axe in the hands of a pathological criminal.” (Albert Einstein, 1941),
    Dr. Z.

    Hatter,
    Well, the network closet will indeed have it's own dedicated air conditioning unit, so the heat issue should be addressed. However, initial calculations with the possibility of capturing twelve 0.8 Megapixel H.264 video streams at the same time would cripple any current Mac Mini model. Only a 2.93 GHz 12-core Mac Pro could handle this kind of load, and even then, at only 6 frames per second. Obviously I am very anxious to see what Apple will release with it's next line of Mac Pro's (if they don't kill firther production as rumored). I might also be interested in a Mac Mini cluster, but that would cost even more money in the long run.
    So, back to my original question. Anyone?
    More microchiops than sense,
    Dr. Z.

  • Is there a way to Report out Remote Desktop Gateway Manager Monitor data?

    We are running Windows Server 2012 R2 Remote Desktop Services configured to provide a managed pool of VMs through a RD Gateway server. Everything is working well. We would like to generate a regular report on the information that shows up in the Gateway
    Monitoring window about connections and users etc. Is there any way to generate such a report without purchasing 3rd party software?

    Hi,
    Based on my experience, you can use Remote Desktop Gateway Manager to view information about active connections from Remote Desktop Services clients to internal network resources through an RD Gateway server. However, there is no such options in
    RD gateway manager to create reports for that.
    It seems that System Center Operations Manager can monitor Remote Desktop Gateway Service and the number of sessions that run through the RD Gateway are monitored.
    Best regards,
    Susie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Labview detect when PC is controlled by remote desktop

    Hi,
    I am running a very demanding (image processing) Labview executable on a weak PC ( it is powered by a PV panel).
    When I am trying to access the PC using remote desktop the load is too heavy on the CPU and it is very difficult to do anything on it.
    Is there a way to let Labview know that a remote session is active so I can pause the processing for a few minutes . Then when I will log off the program should go back doing what it is supposed to do.
    Thanks
    Amos

    Hi amose,
    There isn't a built in LabVIEW function to detect if a remote login has occurred.  However, you could monitor the connections to a computer as part of the image processing program that ran the "netstat" command through the command line by using the System Exec.v.i From this, yoou could parse through that output to see if a specific connections which would indicate a remote logon is established, and if this connection is established, then you could go to a case structure that waited for the remote connection to stop.
    This obviously isn't a particularly straight forward thing to do, and you would need to determine which connection indicated that a remote connection has been established, but in theory this should work for pausing the processing.
    Ben N.
    Applications Engineering
    Certified LabVIEW Developer

  • Remote Desktop - User Internet Sites Monitoring

    Can Remote Desktop Report what Internet Sites a User has gone to ?
    Thanks !
    Danny

    Again, there is no such report in Apple Remote Desktop. The only way you could get even part of that information is by copying the browser history logs from the clients to your administration workstation and examining those logs, and that's probably not practical even if the users don't just clear the history rendering those logs uninformative. You'll need to look for software that is specifically built for web monitoring.
    Regards.

Maybe you are looking for