servicedesk wrote:
What about a deployment that creates scheduled task to run at the start up?...
You mean without the use of Lansweeper?
Is a possible solution and we use it in a pre Lansweeper time. But now we have Lansweeper running and now we explore the boundaries and limitations of Lansweeper.
Some status update:
We have modify som packages and ad a simple step to prevent a installation if a user logged on.
query user | findstr /i /l "rdp console"
On the historical startup script (
kixtart) we trigger a scan on system startup and if the startup script has done his normal work the script check if a deployment running
tasklist | findstr /i /c:"RemoteDeployment_"
In this case the script show a progress indicator and prevent a user logon.