| View previous topic :: View next topic |
| Author |
Message |
BoBo Guest
|
Posted: Mon Dec 20, 2004 12:33 am Post subject: lock the workstation [CMD] |
|
|
| Quote: | Win32 command line for Win 2000 or NT this version will run the screensaver and lock the workstation or just lock the workstation.
[Download]
Win32 command line for Win XP this version will run the screensaver and lock the workstation, just lock the workstation, minimize all open windows before locking the workstation or lock the workstation and send the system to standby
[Download] |
Seem to remember that CTRL+ALT+DEL isn't an issue, but difficult to confirm the Windows Security PopUp Message, correct ?
Maybe the above helps  |
|
| Back to top |
|
 |
3tones
Joined: 14 Dec 2004 Posts: 45 Location: Minneapolis, MN
|
Posted: Mon Dec 20, 2004 12:55 am Post subject: |
|
|
| Code: | | Run rundll32.exe user32.dll LockWorkStation, %windir%\System32 |
To lock the workstation with AHK.
Tom |
|
| Back to top |
|
 |
jonny
Joined: 13 Nov 2004 Posts: 3004 Location: Minnesota
|
Posted: Mon Dec 20, 2004 1:26 am Post subject: |
|
|
| Beat me to it. But, I'm not sure if that works on XP. Still, some manner of hacky workaround could be done with AHK. Also, why not just run the screensaver with password-protect on? |
|
| Back to top |
|
 |
Falco
Joined: 01 Jan 2005 Posts: 10
|
Posted: Mon Jan 03, 2005 8:57 pm Post subject: |
|
|
| Yeha that works on XP SP2, i just tried it. |
|
| Back to top |
|
 |
|