Important: Do not post bugs. Please read the FAQ before posting (or your question may be ignored).

I work at a school, and it would be really cool if I was able to use this program to connect to and control a whole lab. I would like to be able to move the mouse on a computer and it move the mouse identically on all of the other computers.

asked 03 May '11, 15:37

datcomputerguy's gravatar image

datcomputerguy
11
accept rate: 0%

edited 03 May '11, 16:14

nbolton's gravatar image

nbolton ♦♦
1.8k128


It sounds more like what you want to do is have all of the computers in the lab show what you are doing on your PC. Synergy does not work this way.

There are a couple of options for you. 1 - ScreenStream ScreenStream is a free (not open source) program that you install on the teacher's PC and turn on sharing. The Students' PCs then access and watch the screen through a web browser, requiring no additional software. (www.nchsoftware.com/screen/index.html)

2 - VNC Set up the teacher's PC as an VNC server, and the students' PCs as clients. Configure the server to maintain mouse and keyboard control, making the clients into view-only clients.

There are many, many more options, both free and commercial, but these two are what I would recommend.

If you are looking to be able to perform some task on one computer (maintenance) and have it done on all of them to save you time and work, this also is not a task for Synergy. Take a look at AutoIt3 for automation scripting that can save you hours of work. (www.autoitscript.com)

link

answered 05 May '11, 10:23

willichan's gravatar image

willichan ♦
1.7k111
accept rate: 69%

Thank you, I am looking for maintenance purposes, I have been trying to use autoitscript but haven't had much luck. The software and stuff we try to install keeps changing so my scripts only work for a short time. My boss isn't a scripter, so this was an idea that would allow him to do more work easily. Is there a program like this somewhere?

(05 May '11, 12:31) datcomputerguy

Unfortunately, I don't know of one that will do what you want. What you want requires that every machine have everything in identical locations on the screen, which is unlikely in most lab environments. You could run a VNC server on all of the machines, then your boss could remote access each machine from his desk to do the work, rather than having to physically visit each PC. PM me on the AutoIt forums (http://www.autoitscript.com/forum/user/6652-willichan/), and we can see if there is anything that can be done to make your scripts fore flexible.

(05 May '11, 13:09) willichan ♦

I have not seen any PMs on the AutoIt forum. Did you find another solution? Be sure to accept my answer if I have addressed your question correctly.

(10 May '11, 12:24) willichan ♦
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×95

Asked: 03 May '11, 15:37

Seen: 1,464 times

Last updated: 26 May '11, 11:14

powered by OSQA