Hello there
1 have 2 scheduled tasks on my WES7 Thin Clients:
1) On Lock: Execute the following batch:
This kills the open Citrix session and shuts down all citrix programs.
2) On Unlock: Reconnect the Citrix Session and open all programs via this batch:
If i execute the 2 batch-files manually, everything works perfect. If they are run via the scheduled tasks, the locking works perfectly, but the unlocking behaves as following:
Who might have a helping idea?
Thanks a lot and cheers from Switzerland,
Simon
1 have 2 scheduled tasks on my WES7 Thin Clients:
1) On Lock: Execute the following batch:
Code:
TASKKILL /F /IM "pnamain.exe"
TASKKILL /F /IM "Receiver.exe
TASKKILL /F /IM "WFICA32.EXE"
2) On Unlock: Reconnect the Citrix Session and open all programs via this batch:
Code:
start "" "C:\Program Files\Citrix\ICA Client\pnamain.exe" /connect
start "" "C:\Program Files\Citrix\ICA Client\Receiver\Receiver.exe"
- pnamain.exe is started
- Receiver.exe is NOT started
- EDIT: The task is marked as 'finished without problems'
Who might have a helping idea?
Thanks a lot and cheers from Switzerland,
Simon
Last edited:
My Computer
At a glance
Windows Embedded 7 Standard SP1
- OS
- Windows Embedded 7 Standard SP1