| View previous topic :: View next topic |
| Author |
Message |
filip Valued Contributor


Joined: 07 Aug 2004 Posts: 340
|
Posted: Wed Aug 31, 2005 3:35 pm Post subject: [resolved] Lock desktop with VDS |
|
|
How can i run this line inside VDS 5
rundll32.exe user32.dll, LockWorkStation
One way is with lock.cmd i don't like it
@echo off
rundll32.exe user32.dll, LockWorkStation
cls
exit |
|
| Back to top |
|
 |
SnarlingSheep Professional Member


Joined: 13 Mar 2001 Posts: 759 Location: Michigan
|
Posted: Wed Aug 31, 2005 5:05 pm Post subject: |
|
|
| Code: |
SHELL OPEN,rundll32.exe, user32.dll LockWorkStation
|
_________________ -Sheep
My pockets hurt... |
|
| Back to top |
|
 |
filip Valued Contributor


Joined: 07 Aug 2004 Posts: 340
|
Posted: Wed Aug 31, 2005 5:25 pm Post subject: |
|
|
| Thanks |
|
| Back to top |
|
 |
|