Greetings all!
I am looking for a way to programmatically unlock a workstation from a MS Access application.
Scenario: workstation is locked (Ctrl-Alt-Del/lock computer) and this application would be run from scheduler in background to “log in” as the person to unlock the computer, allowing some application updates to run (some of which require Outlook to email some things and with the Outlook anti-email-sending object model guard, the workstation must be unlocked – and no, we can’t use Redemption and I don’t want to go through that discussion with you!).
So, I was wondering if there are Windows objects that could be controlled via code (VB/VBA?) to unlock the computer (and ideally, re-lock after completion using the rundll.exe user32.dll LockWorkStation function). I’m thinking having the password in a table, so as it is changed on the computer, the user can update this table so the unlocking can still occur nightly.
Am I chasing a dream or is this doable? The reason I would think it’s doable is because surely someone creating a new lockable screensaver would be needing to tap into the Windows objects to unlock…
Thanks!
LJ
I am looking for a way to programmatically unlock a workstation from a MS Access application.
Scenario: workstation is locked (Ctrl-Alt-Del/lock computer) and this application would be run from scheduler in background to “log in” as the person to unlock the computer, allowing some application updates to run (some of which require Outlook to email some things and with the Outlook anti-email-sending object model guard, the workstation must be unlocked – and no, we can’t use Redemption and I don’t want to go through that discussion with you!).
So, I was wondering if there are Windows objects that could be controlled via code (VB/VBA?) to unlock the computer (and ideally, re-lock after completion using the rundll.exe user32.dll LockWorkStation function). I’m thinking having the password in a table, so as it is changed on the computer, the user can update this table so the unlocking can still occur nightly.
Am I chasing a dream or is this doable? The reason I would think it’s doable is because surely someone creating a new lockable screensaver would be needing to tap into the Windows objects to unlock…
Thanks!
LJ