Skip to main content

Share Keyboard and Mouse among Two Computers Connected Via LAN

I use two computers at my desk – an HP 520 notebook running Windows vista along with an Intel P4 desktop on Windows XP. Both the computers are connected via LAN using an Ethernet cable and I share internet connection them using an ADSL router
The problem comes when I get confused between the keyboard and mouse pairs.
Sometimes, I move the mouse of my desktop computer thinking that I am moving the mouse of my laptop. Another disadvantage of the above setup is “Desk clutter” – caused by wires, cables and peripheral devices.
with  InputDirector, you can remove the extra keyboard and mouse if both the computers are connected across a network (LAN or WAN). You can operate both the computers using a single mouse and keyboard as described below:

How to Share Keyboard and Mouse across Computers connected in a Network

Let’s assume you have two computers at your workplace – computer1 is the host or “Master” while computer 2 is the client or “slave”. Both the systems are connected through a Local area network connection and you can share files, documents etc. Following are the steps involved to share mouse and keyboard across multiple computers:
1. Install Input Director on both computers.
2. Open InputDirector in the “Host computer”. The computer whose mouse and keyboard you will use to operate both the computers is the “Host Computer”. The other computer is called as “Slave system”.
3. Go to “Global Preferences” and select the option “On Start, Input Director is Enabled as Master”. Also, select the checkbox “Share Clipboard”. This will allow you to quickly copy files across the two systems.





4. On the Slave System, right click “My computer” from the start menu and select “properties”. Switch to the “Computer Name” tab and note the name of the Slave system.


5. On the “Host” system, open Input Director and navigate to the “Master configuration” tab. Click “Add” and add the name of the “Slave” system.
6. On the Slave System, open Input Director and navigate to the “Slave configuration” tab. Enter the name of the Master computer and select the option “Allow any computer to take control”.
7. Hit “Ok” and you will see a system tray notification saying “The Slave system is now available”.

This means that you are ready to share the keyboard and mouse of your master computer with the slave computer.
Sharing the mouse: Just move the mouse of master computer around the edge of the screen and it would appear in the monitor of the slave system. You can then operate the slave system with the mouse of the master system and do all kinds of work – even shut down the slave system. Move the mouse to the edge of the slave screen, and the cursor returns to the master computer.
Sharing the keyboard: To share the keyboard, first move the mouse in the monitor of the slave system. Then start typing in the master computer’s keyboard and the words would appear in any application window of the slave computer.
Watch the following video demo to learn how Input Director works:
The application also lets you share clipbord data. Suppose you want to copy a file from the slave computer to the master computer without using “My Network Places”. Copy the file in the slave computer, move the mouse to the master computer and hit “Paste”. Done...!

Comments

Popular posts from this blog

Best convertor FF(Format factory)

To Download FORMAT FACTORY free Just click HERE Format Factory is a multifunctional media converter. Provides functions below: All to MP4/3GP/MPG/AVI/WMV/FLV/SWF . All to MP3/WMA/AMR/OGG/AAC/WAV . All to JPG/BMP/PNG/TIF/ICO/GIF/TGA . Rip DVD to video file , Rip Music CD to audio file. MP4 files support iPod/iPhone/PSP/BlackBerry format. Supports RMVB , Watermark , AV Mux.  Format Factory's Feature: 1 support converting all popular video,audio,picture formats to others. 2 Repair damaged video and audio file. 3 Reducing Multimedia file size. 4 Support iphone,ipod multimedia file formats. 5 Picture converting supports Zoom,Rotate/Flip,tags. 6 DVD Ripper . 7 Supports 56 languages OS requirements: All Windows OS

How to modify exe

learn how to change *.exe files, in 5 easy steps: 1) Don't try to modify a prog by editing his source in a dissasembler.Why? Cause that's for programmers and assembly experts only. try to view it in hex you'll only get tons of crap you don't understand. First off, you need Resource Hacker(last version). It's a resource editor- very easy to use, You can download it at h**p://www.users.on.net/johnson/resourcehacker/ 2) Unzip the archive, and run ResHacker.exe. You can check out the help file too 3) You will see that the interface is simple and clean. Go to the menu FileOpen or press Ctrl+O to open a file. Browse your way to the file you would like to edit. You can edit *.exe, *.dll, *.ocx, *.scr and *.cpl files, but this tutorial is to teach you how to edit *.exe files, so open one. 4) In the left side of the screen a list of sections will appear. The most common sections are -String table; -RCData; -Dialog; -Cursor group; -Bitmap; -WAV. *Icon: You can wiew and change

One-click PC shut down

This is really very easy one but very effective one. Enjoy it! First, create a shortcut on your desktop by right-clicking on the desktop, choosing New, and then choosing Shortcut. The Create Shortcut Wizard appears. In the box asking for the location of the shortcut, type shutdown. After you create the shortcut, double-clicking on it will shut down your PC. But you can do much more with a shutdown shortcut than merely shut down your PC. You can add any combination of several switches to do extra duty, like this shutdown -r -t 01 -c “Rebooting your PC” Double-clicking on that shortcut will reboot your PC after a one-second delay and display the message “Rebooting your PC.” The shutdown command includes a variety of switches you can use to customize it. Table 1-3 lists all of them and describes their use. I use this technique to create two shutdown shortcuts on my desktop—one for turning off my PC, and one for rebooting. Here are the ones I use: shutdown -s -t 03 -c “Bye Bye!” shutdo