Author Topic: Disable Caps Lock on remote Windows machine  (Read 91051 times)

Goofpod

  • Newbie
  • *
  • Posts: 11
Disable Caps Lock on remote Windows machine
« on: July 12, 2013, 06:19:38 PM »
Anybody figure out how to send a turn-off caps lock command through TV to the remote computer? The desktop is locked and the caps lock key is on and I cannot log into the box. tried everything i can think of- maybe a cryptic control sequence out there for TeamViewer?

TIA,

Goofpod   :P

matt

  • Hero Member
  • *****
  • Posts: 904
Re: Disable Caps Lock on remote Windows machine
« Reply #1 on: July 17, 2013, 04:41:56 PM »
CAPs or not, is taken from local keyboard, despite what the remote computer says.

Ie if the computer you are trying to connect to has caps lock ON, and you go to the windows logon screen, a message will show saying that the caps lock is on.
This is not reflected by the keyboard that you are sitting at, and TV passes the case of the keys as displayed on the computer you are connecting from.

Goofpod

  • Newbie
  • *
  • Posts: 11
Re: Disable Caps Lock on remote Windows machine
« Reply #2 on: July 18, 2013, 02:25:14 PM »
Thanks Matt, but I'm looking for a command to TURN OFF the remote Caps Lock. Some remote access utilities have a tool or command for this. Toggling the Caps Lock key on my local machine does nothing to affect the remote PC via TV. Thus, no way to log into the remote PC. Frustrating...! (I did receive a reply from TV support saying my question is being considered...?)   - Goof

matt

  • Hero Member
  • *****
  • Posts: 904
Re: Disable Caps Lock on remote Windows machine
« Reply #3 on: July 18, 2013, 10:42:38 PM »
Ahhh, sorry I see what you are after now.

On the remote computer, open notepad

Type the below three lines (copy and paste is fine)

Dim obShell
Set obShell = CreateObject("WScript.Shell")
obshell.sendkeys "{CAPSLOCK}"


Save as "something.vbs" to the desktop
double click on it to toggle the status of the remote machine's Caps Lock key
(it will turn Caps Lock ON if it is OFF, and OFF if it is ON)


Goofpod

  • Newbie
  • *
  • Posts: 11
Re: Disable Caps Lock on remote Windows machine
« Reply #4 on: July 19, 2013, 09:54:22 AM »
Hey Matt- this still doesn't help me. The remote Windows computer is locked, and has the caps lock key on. So, I can't even log into the machine to run notepad. I understand the VB script approach but I can't even get in without the ability to disable the Caps Lock key so that the user password can be keyed in with the proper case. I can connect to the remote PC but can't get past the Windows logon screen. Make sense?
(Still haven't heard back from TV support...)   :-\

matt

  • Hero Member
  • *****
  • Posts: 904
Re: Disable Caps Lock on remote Windows machine
« Reply #5 on: July 21, 2013, 03:58:47 AM »
I'm pretty sure that I can log onto a remote computer at the windows logon screen when CAPS lock is enabled at remote end

CAPs or not, is taken from local keyboard, despite what the remote computer says.

Ie if the computer you are trying to connect to has caps lock ON, and you go to the windows logon screen, a message will show saying that the caps lock is on.
This is not reflected by the keyboard that you are sitting at, and TV passes the case of the keys as displayed on the computer you are connecting from.

Goofpod

  • Newbie
  • *
  • Posts: 11
Re: Disable Caps Lock on remote Windows machine
« Reply #6 on: July 22, 2013, 09:47:27 AM »
How can you log in if the password has any lower-case letters in it? That's the issue: the desktop is locked and the password is case-sensitive (of course) and will not let me in... arghhhhh.

Goofpod

  • Newbie
  • *
  • Posts: 11
Re: Disable Caps Lock on remote Windows machine
« Reply #7 on: July 23, 2013, 01:33:43 PM »
TV support replied finally and said sorry, they were busy. But, they didn't even mention my issue request...?! So, I replied and asked again. Will update if I get a reasonable reply this time....

Goofpod

  • Newbie
  • *
  • Posts: 11
Re: Disable Caps Lock on remote Windows machine
« Reply #8 on: July 29, 2013, 11:15:54 AM »
Still waiting for an update from TV support....... is anybody out there?   :'(

matt

  • Hero Member
  • *****
  • Posts: 904
Re: Disable Caps Lock on remote Windows machine
« Reply #9 on: July 30, 2013, 07:33:29 AM »
I believe that this is a fan run site, not official support from TeamViewer.

Goofpod

  • Newbie
  • *
  • Posts: 11
Re: Disable Caps Lock on remote Windows machine
« Reply #10 on: July 30, 2013, 12:41:07 PM »
Yeah, I understand that. Just posting an update to my attempt to get a reply from their actual support site. Their initial reply didn't touch on my issue at all! It was basically an apology for not replying sooner because they were all busy working on their new mobile Droid app.... Gee, thanks guys... :'(   

matt

  • Hero Member
  • *****
  • Posts: 904
Re: Disable Caps Lock on remote Windows machine
« Reply #11 on: August 04, 2013, 08:02:07 PM »
CAPs or not, is taken from local keyboard, despite what the remote computer says.

Ie if the computer you are trying to connect to has caps lock ON, and you go to the windows logon screen, a message will show saying that the caps lock is on.
This is not reflected by the keyboard that you are sitting at, and TV passes the case of the keys as displayed on the computer you are connecting from.
I had this happen again today

client had left cap lock on

I logged on via team viewer with my password, and got the Windows logon screen, with a warning message that the caps lock was on.
I entered the appropriate password without regard to this message, and I was successfully logged on. The password contains both upper and lower case letters.

Goofpod

  • Newbie
  • *
  • Posts: 11
Re: Disable Caps Lock on remote Windows machine
« Reply #12 on: August 05, 2013, 03:45:37 PM »
Wow- weird. Was the user logged out of Windows entirely or was the user still logged in and the desktop was locked?

matt

  • Hero Member
  • *****
  • Posts: 904
Re: Disable Caps Lock on remote Windows machine
« Reply #13 on: August 06, 2013, 02:18:46 AM »
user still logged in and desktop locked

Goofpod

  • Newbie
  • *
  • Posts: 11
Re: Disable Caps Lock on remote Windows machine
« Reply #14 on: August 06, 2013, 10:21:13 AM »
Man, Matt, you got me curious. I'm going to have to recreate this issue on my own machines to see if it repeats. I gave up last time (couldn't get in) but will try it again and post results. This was a major PITA when it occurred, not sure why it worked for you...!?