Just recently started using litestep and was wondering if someone could help me with this. What I am trying to do is switch wallpapers on a resume from a system lockdown. I have used this hotkey command !Execute [!Wallpaper "$Documents$wallpaper.bmp][!SwitchUser]to change the background pic and lock the computer. What I can't figure out is how to swap the background back on a resume.
If anyone has any ideas that would be great.
currently, i don't think there are any litestep modules that allow bangs to be run when the workstation is unlocked. (be a great module idea...)
There were requests like this before, but I've never found out if and/or how windows notifies apps of the "unlock" event. Without such a notification it'd be hard for a module to execute a !bang after unlocking. =) If you can find out anything about this (on MSDN for example) lemme know.
Thanks for the feedback guys, looks like I'll have to make do with a manual command for the time being. Might take a look at writting a module to do it if I ever get the time btw my coding skills leave alot to be desired so don't expect it to work well! :P
(i'm not a windows api hacker, so i have no idea how relevant the following links are. apologies if i'm posting junk...)
LSA authentication:
LINK
lsalogonuser:
LINK
SECURITY_LOGON_TYPE:
LINK
winlogon and gina:
LINK
windows 2000 security event descriptions (non-MSDN):
LINK
audit logon events:
LINK
winxp pro system event id's:
LINK
xrx posted a neat hack to the ls.com requests forum:
http://www.litestep.com/forum_viewtopic.php?16.236.
uses dynamic loading/unloading of jkey to trigger the !unlock command(s). it'll work nicely, at least until we have a module. *grin grin*