ExecuteOnUnlock

Costas

Administrator
Staff member
The application lying to system tray icon, takes action when the user unlocks the workstation (aka when previously CTRL+L). Executes the start.bat and logs the times locked/unlocked to log.txt, all files are near application. The user easily can modify the batch file (start.bat) and write his own commands to be executed when the workstation unlocked. When the system tray icon, right clicked has an option to run the batch file (start.bat) manually.

The start.bat by default configured for Iris Micro Edition... Fixes the bug of Iris Micro, automates the 'when workstation unlocked you have to run it again'.

>> For easy use, put a shortcut under %appdata%\Microsoft\Windows\Start Menu\Programs\Startup (always on first login, you have to right click tray icon and select run to execute start.bat)

snap014.png


Platform : C# 2010
Operating System : Windows
windows1.gif
2000 /
windows1.gif
XP /
windows1.gif
2003 /
windows1.gif
Vista /
windows1.gif
win7 (32bit)
Requirements : v4 .NET framework
Filesize : 21kb


Download
 

 
simple method to enable on windows startup if your gfx card is not conflicting between sessions (lock / unlock)
<code>
goto
C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

create a batch file :
cd /d D:\Program Files\iris

TIMEOUT /T 2

iris-micro 3400 80
</code>

dont forget to set the monitor hardware brightness 100%
 

 
ref - Intel HD Graphics – Maintain Color Profile (ICC)
 
#iris
 
Top