AutoHotkey Community

It is currently May 27th, 2012, 3:50 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: June 4th, 2009, 9:32 pm 
If I use Windows Remote Desktop in Vista the screen on the host computer gets locked. Is there a way for autohotkey to send my password as if it was send by the physical keyboard and unlock the computer remotely?

Everything I tried has resulted in autohotkey sending my password as if it was send from the client pc...

Hopefully someone has a solution...


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 4th, 2009, 10:02 pm 
I guess you're out of luck here. The RDP remote session will lock the host box once you disconnect. :?
[Brainfart]
You might have a chance to trigger the locked box with psexec to forcefully restart the box so it logs in using TweakUI's auto login option ...
[EOBrainfart]


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 4th, 2009, 10:39 pm 
BoBo³ wrote:
I guess you're out of luck here. The RDP remote session will lock the host box once you disconnect. :?

Actually is locks the host box on connecting...
I can easily restart the host pc, but that is not a solution I'm looking for...
appreciate the idea though :)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 4th, 2009, 11:20 pm 
Offline

Joined: November 2nd, 2004, 2:43 pm
Posts: 1019
Location: London, UK
When the session is locked the password screen runs in a separate desktop process.

Programs such as PSEXEC allow you to start programs in this desktop window, I have never got round to testing, but perhaps starting your ahk script in this way will work.

I have a feeling that all virtual input is blocked though.

_________________
Steve F AKA Superfraggle

http://r.yuwie.com/superfraggle


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Login remote PC
PostPosted: August 7th, 2010, 4:10 am 
Put this in the run command in the desktop that you remote into. %windir%\system32\tscon.exe 0 /dest:console


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot] and 21 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group