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)
Platform : C# 2010
Operating System : Windows
2000 /
XP /
2003 /
Vista /
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
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)

Platform : C# 2010
Operating System : Windows





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