Remote System Input Device Not Working

Hi,
when i try to connect remote system through RDP, input device (Keyboard & Mouse) in remote system is too slow, it takes more time to respond. Tried to take RDP from different system but same problem.
Looking forward for your response. 
Regards
Mohan Rao R

Hi Mohan,
Since the slowness of displaying mouse movement and input from Keyboard does happen to multiple systems, seems like poor performance to me.
You may improve performance by increasing network bandwidth, reducing workload on the Terminal Server, updating video and network card drivers.
Here are some related links below for you:
Terminal Services and Graphically Intensive Applications
http://blogs.technet.com/b/askperf/archive/2009/04/17/terminal-services-and-graphically-intensive-applications.aspx
Improve the performance of connections
https://technet.microsoft.com/en-us/library/cc778760(v=ws.10).aspx
Remote Desktop into 2008 really slow
https://social.technet.microsoft.com/Forums/windowsserver/en-US/fea5450d-e8e7-4778-b5cc-6b6ff9facc7b/remote-desktop-into-2008-really-slow?forum=winserverTS
Best Regards,
Amy
Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

Similar Messages

  • Remote system JSP project not working in eclipse

    Hi
    I am developing a JSP project. My files are on a remote server and I want to configure it in Eclipse 3.3 with Lomboz. The problem is After adding the project it gives a warning that xml files can't be validated.The exact warning is
    The file cannot be validated as the XML Schema "\192.168.1.10\gunjan_share\workspace\Project1\WebContent\WEB-INF\web.xml (The system cannot find the path specified)" that is specified as describing the syntax of the file cannot be located.
    Due to this error JSP pages are not getting compiled.
    Plz help me
    Thanks

    Extracted from Note 1067696.1:
    You need to either adapt your code to remove the scriptlets in your JSP page,
    or you can use the following Java option to disable OJSP:
    -Dadfvdt.disableOjspDeployment=true
    You can add this option -Dadfvdt.disableOjspDeployment=true in your file "ide.conf" in the directory "<Middleware_Home>\jdeveloper\ide\bin"
    For your Production environment, you can have your Managed WLS ignoring the OJSP mode by adding the Java Option -Dadfvdt.disableOjspDeployment=true
    * in the "startManagedWebLogic" (if you want to limit it to a specific Managed Server)
    * or "setDomainEnv" (for all managed servers in a domain).

  • All input devices stop working suddenly

    Every now and then ALL input devices stop working,ths is not temporary - a forced shut down is needed
    What happens is that I am happily working away when suddenly all input devices stop working with no warning, so the light goes off on my Wacom (Intuous 3) tablet, the keyboard and the apple trackpad  are not responded to i.e. the cursor stays where it was on the screen prevously and I am left with the only option to restart by holding down the power button
    any thoughts or similar experiences

    If you don't already have a current backup, back up all data before doing anything else. This procedure is a diagnostic  test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem. The backup is necessary on general principle, not because of anything suggested in this comment.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The procedure will help identify which such modifications you've installed, as well as some other aspects of the configuration that may be related to the problem.
    Don’t be alarmed by the seeming complexity of these instructions — they’re easy to carry out. Here's a brief summary: In each of two steps, you copy a line of text from this web page into a window in another application. You wait about a minute. Then you paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is copy; paste; paste again. That's all there is to it. Details follow.
    You may have started the computer in "safe" mode. Preferably, these steps should be taken while booted in “normal” mode. If the system is now running in safe mode and is bootable in normal mode, reboot as usual.
    Below are instructions to enter UNIX shell commands. They do nothing but produce human-readable output. However, you need to think carefully before running any program at the behest of a stranger on a public message board. If you question the safety of the procedure suggested here — which you should — search this site for other discussions in which it’s been followed without any report of ill effects. If you can't satisfy yourself that these instructions are safe, don't follow them.
    The commands will line-wrap or scroll in your browser, but each one is really just a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it.
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. Step 1 should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    Launch the Terminal application in any of the following ways: 
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Triple-click anywhere in the line of text below on this page to select it:
    PB=/usr/libexec/PlistBuddy; PR () { [[ "$o" ]] && printf '\n%s:\n%s\n' "$1" "$o"; }; PF () { o=$($PB -c Print "$2" | awk -F'= ' \/$3'/{print $2}'); PR "$1"; }; PN () { [[ $o -eq 0 ]] || printf "\n%s: %s\n" "$1" $o; };{ system_profiler SPSoftwareDataType | sed '8!d;s/^ *//'; o=$(system_profiler SPDiagnosticsDataType | sed '5,6!d'); fgrep -q P <<< "$o" && o=; PR "POST"; o=$(( $(vm_stat | awk '/Pageo/{sub("\\.",""); print $2}')/256 )); [[ $o -gt 1024 ]] && printf "\nPageouts: %s MiB\n" $o; o=$(kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1); PR "Loaded extrinsic kernel extensions"; o=$(launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'); PR "Loaded extrinsic user agents"; o=$(launchctl getenv DYLD_INSERT_LIBRARIES); PR "Inserted libraries"; o=$(crontab -l); PR "User cron tasks"; o=$(cat /e*/lau*); PR "Global launchd configuration"; o=$(cat ~/.lau*); PR "Per-user launchd configuration"; PF "Global login items" /L*/P*/loginw* Path; PF "Per-user login items" L*/P*/*loginit* Name; PF "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=$(find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l); PN "Restricted user files"; cd; o=$(find -L /S*/L*/E* {,/}L*/{A*d,Compon,Ex,In,Keyb,Mail/Bu,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB -c 'Print :CFBundleIdentifier' "$d/Info.plist"); ID=${ID:-No bundle ID}; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf '%s\n\t(%s)\n' "${d%/Contents}" "$ID"; done); PR "Extrinsic loadable bundles"; o=$(find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print); PR "Unsigned shared libraries"; o=$(system_profiler SPFontsDataType | egrep "Valid: N|Duplicate: Y" | wc -l); PN "Font problems"; for d in {,/}L*/{La,Priv,Sta}*; do o=$(ls -A "$d"); PR "$d"; done; } 2> /dev/null | pbcopy; echo $'\nStep 1 done'
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    The command may take up to a few minutes to run, depending on how many files you have and the speed of the computer. Wait for the line "Step 1 done" to appear below what you entered. The output of the command will be automatically copied to the Clipboard. Paste into a reply to this message. No typing is involved in this step.
    Step 2 
    Remember that you must be logged in as an administrator for this step. Do as in Step 1 with this line:
    PR () { [[ "$o" ]] && printf '\n%s:\n%s\n' "$1" "$o"; }; { o=$(sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'); PR "Loaded extrinsic daemons"; o=$(sudo defaults read com.apple.loginwindow LoginHook); PR "Login hook"; o=$(sudo crontab -l); PR "Root cron tasks"; o=$(syslog -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|find tok|n Cause: -|NVDA\(|pagin|timed? ?o' | tail -n25 | awk '/:/{$4=""; print}'); PR "Log check"; } 2>&- | pbcopy; echo $'\nStep 2 done'
    This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    Note: Step 2 might not produce any output, in which case the Clipboard will be empty.
    You can then quit Terminal.
    To prevent confusion, I'll repeat: When you type your password in the Terminal window, you won't see what you're typing.
    Note: If you don’t have a login password, set one before taking Step 2. If that’s not possible, skip the step.
    Important: If any personal information, such as your name or email address, appears in the output of these commands, anonymize it before posting. Usually that won't be necessary.
    Remember, Steps 1 and 2 are all copy-and-paste — type only your password. Also remember to post the output.

  • HDMI and PC inputs do not work on my 37AV502R LCD TV

    HDMI inputs and PC inputs do not work consistently
    my Apple TV (HDMI) and computers 2 on HDMI, 1 on PC, display just fine n the TV but after a while the TV goes blank,
    the time is not consistent sometime a few minutes, sometimes a few hours,
    but every time, after the TV goes blank there is nothing I can do, the TV just stays blank, if I unplug and turn back on the TV displays the image for a split second and goes bank again,
    I thought it might be an overheating thing, however sometimes the PC input will stop working but the HDMI input (either one) will work fine,
    has anyone else had this issue?
    Thanks
    A. 

    I'm having the same issue.  As soon as I connect it to VGA or HDMI, it goes into a cycle of flashing on-and-off.  A guy on youtube had the same problem (posted a video identical to my problem) and reportedly fixed it with a firmware update.  
    The problem: the US website doesn't have a firmware download.  The canadian website does, but the update is from 4/2009, and the manufactured date on the back of my TV is 5/2009.  (I also tried the update, but it didn't fix the problem).
    When I call Toshiba to ask about the firmware update, after they confirm I am out of warranty, their automated system keeps hanging up on me.  So frustrating. 

  • Dual-Boot; Restart and boot other o/s USB devices not working

    I have issue with my msi z97-g43 mobo and Windows dual o/s PC.
    Booting with win-8.1, USB devices working very well.Restaring windows 8.1 have NOT any issue.
    After shutdown & start PC, choosing to boot windows 7 on bootmanager, USB devices not working in Win-7.
    System no hang or occur any error/BSOD message.All startup programs run as normal.
    I tried to re-plug usb devices but notting happens...  Still not working
    But after the win-8.1 shutdown, if i switch off PSU power button, watting ~1 munute for discharge.
    After power up PC and boot with windows 7 all usb devices works normaly.
    I checked all internal connections. 2 times disassembly all hardware and re-built system, nothing changed.All windows updates and latest drivers installed.
    I'm sure other H/W is OK, but I thnik this mobo have a fault.

    Thank you for reply.My PC system specs:
    CPU:    Intel Pentium G3258 3.2ghz
    Board:    MSI Z97-G43 /Bios: Ver. V17.7
    MEM:    G.Skill Ripjaws 2x4gb DDR3-1600mhz cl9 1.5v F3-12800CL9-4GBRL
    VGA:    Sapphire AMD Redeon HD6670
    CASE:    Zalman z3 plus white (5x 120mm fan)
    PSU:    Thermaltake Litepower 500w (12v1+12v2=36amp)
    HDD-1:    Seagate 1TB ST1000DM003 /HDD-2: Seagate 2TB ST2000DM001
    COOLER:    Akasa 92mm PWM Blue Led
    OC:    CPU:Default /MEM: X.M.P mode=1600mhz 9-9-9-24-2t 1.5v
    O/S:    Win7 x64 PRO + Win8.1 x64 PRO (Genuine)
    All hdd's have MBR based partition table.Windows 7 & 8.1 installed in non-efi mode.In BIOS Boot sequence is setting up to non-efi Boot(system) drive as primary.
    Before I suspect maybe have a short circuit to pcb or similar thing cause this issue.I take out all parts outside the chassis, and ran this system on the antistatic bag and box.Nothing has been changed.
    I have Cooler Master Devastator(MB24 + MS2k) USB keyb+mouse set and tplink wn722n usb wireless dongle.
    I have one more pc,based on AMD 970+SB950 chipset mainboard and AMD CPU.I exchange all parts to this amd mainbaord and tested for faulted hardware.All intel system H/W's is ok.All works great
    Dual boot works perfectly.Not needs to switch off psu/power back and run system again.
    I think msi z97-g43 mainbıoard have a problem.

  • My laptop biometric device not working.

    HI,
    I am facing one problem with my hp pavilion dv6 6160se biometric device not working and i also lost my recovery deta. kindly provide me the solution. 
    and my system also very slow how can i make it fast.
    m. asif 

    Hi there @Sweeto684 
    Welcome to the HP Support Forums! It is a great place to find the help you need, both from other users, HP experts and other support personnel.
    I understand that your fingerprint reader is not working and that your system is running very slow, but please clarify what you mean by saying you lost the recovery data. Are you referring to the factory recovery image stored on your system, or are you meaning something else?
    I am happy to help you with all of this, but need to know more before I can make some useful recommendations. I want to avoid having you do something that could cause a problem with something else, until I know what problem really is.
    Malygris1
    I work on behalf of HP
    Please click Accept as Solution if you feel my post solved your issue, it will help others find the solution.
    Click Kudos Thumbs Up on the right to say “Thanks” for helping!

  • My aux input does not work. When i put in my headphones my mac does not respond, and my speakers just continues as normal. What to do?

    My aux input does not work. When i put in my headphones my mac does not respond, and my speakers just continues as normal. What to do?

    I had the same issue. Initially i thought i need to take it to apple for replacing the aux port. But luckily I was able to fix it by resetting the PRAM . To reset the PRAM
    Shut down the computer.
    Locate the following keys on the keyboard: Command, Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Immediately press and hold the Command-Option-P-R keys. You must press this key combination before the gray screen appears.Continue holding the keys down until the computer restarts, and you hear the startup sound for the second time.
    Release the keys.
    Resetting PRAM may change some system settings and preferences. Use System Preferences to restore your settings.
    You can try this before you take to apple store. It may work if you are lucky. Good luck

  • HP Pavilion dv6-6181TX. System Recovery is not working From HP Recovery Manager.

    HP Pavilion dv6-6181TX
    Product No. A3U49PA
    Genuine Windows 7 Home Premium 64
    (but i upgraded it to windows 7 ultimate)
    System Recovery is not working From HP Recovery Manager. so i cant restore my laptop to its original factory condition. (Genuine Windows 7 Home Premium).
    so when i restart my computer and press Esc and then choose F11 i get this message :
    "Windows failed to start. A recent hardware or software change might be the
    cause. To fix the problem:
    1. Insert your Windows installation disc and restart your computer.
    2. Choose your language settings, and then click "Next."
    3. Click "Repair your computer."
    If you do not have this disc, contact your system administrator or computer
    manufacturer for assistance.
    File: \Boot\BCD
    Status: 0xc0000225
    Info: An error occured while attempting to read the boot configuration data."
    i saw this from the forum
    http://h30434.www3.hp.com/t5/Notebook-Recovery/Hp-recovery-manager-problems/m-p/2395473/highlight/tr...
    Had the C partition been split/shrunk to form a new partition previously?
    Does disk management show the HDD as basic or dynamic? (Start>Right-click Computer>Manage>disk management on the left).
    If it has been switched to dynamic (Windows does this automatically when more than 4 partitions are present on the disk), then the F11 recovery partition won't function until it is restored to basic, but I would like to confirm that is the scenario before providing those steps.
    The Disk management shows that my HDD as Dynamic, what should i do then if this is the case and the possible solution to my problem?
    please help me & Thank you for your time,
    This question was solved.
    View Solution.

    If you have more than 4 partitions you will need to delete the extra partition/partitions, then convert the hdd back to Basic.
    Older versions of Partiton Wizard Free work: 
    http://www.sevenforums.com/tutorials/26829-convert-dynamic-disk-basic-disk.html
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • System.out.println not working in Tomcat-4.1.x

    System.out.println not working in Tomcat-4.1.24. Any settings has to be enabled??? I am using tomcat for Solaris

    I think u can use ServletContext.log() to output info instased.

  • Input Textfields not working in fullscreen mode

    Input Textfields not working in fullscreen mode any one help me.

    Quotes from Adobe:
    "Users cannot enter text in text input fields while in full-screen mode. All keyboard input and key-related ActionScript is disabled while in full-screen mode, with the exception of the keyboard shortcuts that take the viewer out of full-screen mode."
    Check with this article to know more: http://www.adobe.com/devnet/flashplayer/articles/full_screen_mode.html

  • Input textbox not working in Fullscreen view

    Hi,
    I've created one form application in flash, i have fillup the form(inputbox) in normal view, its working fine. but it's not work in fullscreen view,
    Please let me know how do enter the text in input textbox in fullscreen mode.
    Note: input textbox not work in fullscreen mode.
    Thanks
    Suresh

    Hello,
    I think your problem is very similiar to a problem that I had been suffering from a few days ago.
    I think that the below code should solve your problem:
    stage.scaleMode = StageScaleMode.NO_BORDER;
    Chinmaya

  • Systems preferences does not work

    My Systems Preferences does not work, either reminders and messages... since Mavericks(10.9) Programs do not respond and Macbook air is not responding....  Help.....

    Well, you are certainly correct that the fact that the "wired" machines work sure doesn't rule out a faulty router....But that's why (as part of a process of elimination troubleshooting scheme) I hooked up my old Linksys Router, and got the same results. Now...What are the odds of 2 separate routers acting the same way? Especially when both worked fine on my TIPB and even on my MBP until a few months ago. Plus, my 12 year old son can pull a wireless signal from the router on his console games (xbox360, Wii, PS3) with no problem
    Believe me, my first thought was to go out and buy another router, but when I swapped routers and got the same problem, I began to look elsewhere, eventually coming here for help and knowledge.
    I did the SMC reset to no avail. I'm not sure about the stuff in System Configuration....By "pull" do you mean to delete all the files in this folder? Move them to a temporary folder? Should I just deal with the folders that have "IP" in the "bundle" file name?
    Any help would be greatly appreciated!
    G5 Dual / G4 TiPB / MBP 2.0 / 2.0   Mac OS X (10.4.8)   23" Cinema Display and 8 gig on G5 Dual
    G5 Dual / G4 TiPB / MBP 2.0 / 2.0   Mac OS X (10.4.7)   23" Cinema Display and 8 gig on G5 Dual

  • System restore is not working

    System restore is not working for my Itouch. I am getting a picture of a white cord and and arrow pointing to Itunes logo... any suggestions?

    It sounds like there is definitely a system problem. The whole OS seems to be messed up.
    Do you have an MS Windows 7 disk?
    In such case you could start the Windows 7 Startup Repair process using the MS Win 7 disk.
    Boot from Win 7 disk, after the temporal files has been load, you should get and window where you could choose between the OS installation and other options. The second option called Repair you Computer is the one which would be needed to get the system repaired.
    Then wait for System Recovery Options to locate Windows 7 on the HDD.
    Then choose the Windows 7 installation and then the next window should appear providing the option to repair the system Startup Repair
    But in case this workaround would not help you, the system should be reinstalled once again using Toshiba Recovery disk

  • I have an Ipod Touch, it appears inactive and says conect to Itunes. When I connect it to the PC, the PC says "USB device not working". How can do to solve this problem.

    I have an Ipod Touch, it appears inactive and says "connect to Itunes". When I connect to the PC, the PC says "USB device not working". How could do to solve this problem?

    See:
    iOS: Device not recognized in iTunes for Windows
    I would start with
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    or
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP

  • In my system facebook is not working plz hepl me out fast

    sir in my system Facebook is not working plz sir help me out fast plllzz

    At 1st click the Facebook
    button in the toolbar
    and select Remove
    from Firefox.
    Then You will see a
    confirmation dialog
    asking if you are sure
    you want to remove
    the feature. Click
    Remove Facebook
    Messenger to
    completely disable it.
    After that Messenger should be
    completely disabled.
    Then Log in to your
    Facebook account at
    facebook.com and Visit facebook.com/
    about/messenger-
    for-firefox
    then Click the green Turn
    On button. The
    messenger sidebar
    will open and
    confirmation
    message will be
    shown.and Click OK in the
    confirmation
    message to turn the
    feature on.

Maybe you are looking for