Skip to main content

Connect your home computer from Remote location


Using the Remote Desktop feature, you can connect your home computer (host) from any other remote computer (client) and can access all computer resources (installed programs, data and any network resources). You can run any computer application on the remote computer as you were running actually sitting in front of home computer.

Follow the given steps to configure your computer to connect remote computer:

To use this feature, you will need to be logged into your computer with administrative rights.

To perform this task, first make sure your both computers are connected to the internet.

First you have to configure the host computer that allows the users to connect it remotely. On the host computer, Open Control Panel, and select Classic Menu View, Double Click System Icon, Select Remote Tab, Tick Remote Desktop Option


Now get the IP address of host computer (type the "ipconfig /all" on the command prompt of host computer to find IP address).

Now make a connection on remote or client computer, click on Start button, go to All Programs> Accessories, and Communications, then click on Remote Desktop Connection, option. A Remote Desktop Connection, dialog box will appear.


Click on Options button for detail configuration, under the General tab, type the IP address of host computer in the Computer box and also type username and password of host computer then click on Connect button to make a connection to remote computer.


If your username and password is correct then a remote desktop windows will appear.

Comments

Popular posts from this blog

ISDN

ISDN stands for "Integrated Services Digital Network" A digital telephone connection like a modem that uses digital links & offers speeds above five times that of an analog modem. The ISDN system is a packet system that can also handle voice communication.

Removing Shortcut arrow in Windows 7 - "Regedit Process"

Step 1 Click the Start Menu and Type regedit into the search box and Press Enter. Step 2 Browse to the following registry key: KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons If the Shell Icons key does not exist you’ll need to create it.  To do so Right-Click the Explorer key and Select New > Key. Step 3 In the right pane of the Shell Icons key, Right-Click any empty area and Select New > String Value.  Name the new string 29. NOTE: If Shell Icons key is not listed please add the key: Step 4 Right or Double-Click the 29 entry to modify it.  In the value data box enter the following: C:\Windows\System32\shell32.dll,50 Click OK. Step 5 You can restart Explorer and the changes should take effect, but there it will appear to be a little buggy until you Restart your computer. Done...

About CPU cache RAM

The CPU must deliver its data at a very high speed. The regular RAM can not keep up with that speed. Therefore, a special RAM type called cache is used as a buffer - temporary storage. To get top performance from the CPU, the number of outgoing transactions must be minimized. The more data transmissions, which can be contained inside the CPU, the better the performance. Therefore,the 486 was equipped with a built in mathematical co-processor, floating point unit and 8 KB L1-cache RAM. These two features help minimize the data flow in and out of the CPU. Cache RAM becomes especially important in clock doubled CPU's, where internal clock frequency is much higher than external. Then the cache RAM enhances the "horsepower" of the CPU, by allowing faster receipt or delivery of data. Beginning with 486 processors, two layers of cache are employed. The fastest cache RAM is inside the CPU. It is called L1 cache. The next layer is the L2 cache, which are small SRAM chips on the sy...