AutoHotkey Community

It is currently May 27th, 2012, 12:34 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 63 posts ]  Go to page Previous  1, 2, 3, 4, 5
Author Message
 Post subject:
PostPosted: March 7th, 2010, 12:49 pm 
got another good idea how to prevent killing it by taskmanager.

on crl+alt+del run taskmanager (for those systems where first another screen is opened)
then hide taskmanager

there is no way to get to it.


Report this post
Top
  
Reply with quote  
 Post subject: AutoLock and AutoUnlock
PostPosted: May 14th, 2010, 4:55 pm 
Offline

Joined: May 5th, 2010, 5:21 pm
Posts: 3
I love these two scripts. I was going nuts trying to find a way to make a scheduled script run at night. Locking with Win+l blocks some inputs from scripts, and I never did find a way to emulate Ctrl+Alt+Del with a script in order to unlock Windows.

The first line in my scheduled script is:
Run, %A_ScriptDir%\Auto Unlock.ahk

And the last line is: Run, %A_ScriptDir%\Auto Lock.ahk

In my startup folder is the following : #l::run, C:\.........\Auto Lock.ahk
When I leave at night, I press Win+l to lock my PC. The scheduled script unlocks the PC, runs, and Relocks the PC during the night.

Ignore the following, as it is working fine now. Not sure why however!
/*In the morning, the AutoLock script will not accept my password keystrokes and I have to Alt+x to unlock. If I start the AutoLock with the Win+l hotkey, it will accept my password and unlock.

Can someone please tell me what I am missing to make this work correctly when called from my script?*/


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 26th, 2010, 1:25 pm 
Offline

Joined: February 3rd, 2010, 12:47 pm
Posts: 38
Location: Zagreb, Croatia
Thank you on this nice script. Needed something like this for a long time...


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 63 posts ]  Go to page Previous  1, 2, 3, 4, 5

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bon, maul.esel and 8 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