Using chained scheduler task instead of runonce action for post-install task.
Unsing runonce action to execute post install task need to automaticaly open an administrator session at fisrt boot. On slow computers sometimes, this session is fully open, and it looks like a security risk.
Why don't use chaind scheduler task instead? This way we don't need to open a session to do post-install tasks.
It would be relatively easy to do this with SCHTASKS
http://technet.microsoft.com/en-us/library/ff935309(v=ws.10).aspx
0
votes

Task sequencing is now in K2000 3.6!
-
Gilles commented
Excellent! Thank you.