You are on page 1of 2

Method 1:

You wont be able to connect to a computer that's asleep or hibernating, so make sure the settings
for sleep and hibernation on the remote computer are set to Never. (Hibernation isn't available
on all computers.) For information about making those changes, seeChange, create, or delete a
power plan (scheme).
Method 2:
You may check if the below steps assist a.Open System by clicking the Start button, right-clicking Computer, and then clicking
Properties.
b. In the left pane, click Remote settings. If you're prompted for an administrator password or
confirmation, type the password or provide confirmation.
c. In the System Properties dialog box, under Remote Desktop, select one of the three options,
and then click Select Users.
d. If you are an administrator on the computer, your current user account will automatically be
added to the list of remote users and you can skip the next two steps.
e. In the Remote Desktop Users dialog box, click Add.
f. In the Select Users or Groups dialog box, do the following:
- To specify the search location, click Locations, and then select the location you want to
search.
- In enter the object names to select, type the name of the user that you want to add, and then
click OK.
- The name will be displayed in the list of users in the Remote Desktop Users dialog box.
Refer to the below link for further assistance http://windows.microsoft.com/en-US/windows7/Why-can-t-I-connect-using-Remote-DesktopConnection
http://windows.microsoft.com/en-US/windows7/Remote-Desktop-Connection-frequently-askedquestions
http://windows.microsoft.com/en-US/windows7/allow-remote-desktop-connections-fromoutside-your-home-network
http://windows.microsoft.com/en-US/windows7/Connect-to-another-computer-using-RemoteDesktop-Connection

Hope this helps.


Thanks,
Meghmala Microsoft Support
Visit our Microsoft Answers Feedback Forum and let us know what you think

<form method="POST" action="non-Ajax form handler" onsubmit="


if(this.name.value == '') { alert('Please enter your Name in the form');
this.name.focus(); return false; } if(this.email.value == '' || !
this.valid_email.checked) { alert('Please enter a valid Email address');
this.email.focus(); return false; } if(this.age.value == '' || !
this.valid_age.checked) { alert('Please enter an Age between 16 and 100');
this.age.focus(); return false; } alert('Success! The form has been completed,
validated and is ready to be submitted...'); return false; "> <fieldset>
<legend>Ajax Form Validation Demo</legend> <p>Name: <input type="text"
size="32" name="name" onchange="this.value = this.value.replace(/^\s+|\s+$/g,
''); valid_name.checked = this.value;"> <input type="checkbox" disabled
name="valid_name"></p> <p>Email: <input type="text" size="32" id="email"
name="email" onchange="if(this.value != '') callAjax('checkEmail', this.value,
this.id);"> <input id="valid_email" type="checkbox" disabled
name="valid_email"></p> <div id="rsp_email"><!-- --></div> <p>Age: <input
type="text" size="4" id="age" name="age" onkeyup="if(this.value != '')
callAjax('checkAge', this.value, this.id);"> <small>(between 16 and
100)</small> <input id="valid_age" type="checkbox" disabled
name="valid_age""></p> <div id="rsp_age"><!-- --></div> <p><input
type="submit"></p> </fieldset> </form>

You might also like