Client Management Suite

 View Only
  • 1.  wait "task" in imaging job while first time login performed?

    Posted Feb 21, 2024 10:24 AM

    I have an imaging job for a non AD PC that basically goes like this;

    BEGIN JOB

    1 -TASK ghost / image PC

    2 -TASK power control restart (let windows configure itself)

    3 -TASK autologin script to perform first time user login 

    4 -TASK power control restart

    (pc now logs in and does first time user login processing) 

    5 -TASK disable autologin

    6 -TASK power control restart

    7 -TASK install software

    END JOB

    In between task 4 and 5, is there a way to put in a pause for 5 minutes while Windows does first time user login processing? The way it currently goes, is that when the Altiris client starts up, it reboots in the middle of first time user login processing.

    Thank you!

     



    ------------------------------
    Giles
    ------------------------------


  • 2.  RE: wait "task" in imaging job while first time login performed?

    Posted Feb 21, 2024 10:26 AM
    Edited by deemacgee Feb 21, 2024 10:27 AM

    You could run a Powershell script using the Start-Sleep command?

    Having said that, there are probably better ways of determining when a machine is ready to continue building after a user has logged in.

    Start-Sleep -Seconds 300



    ------------------------------
    Tech Monkey/IT Primate
    ------------------------------



  • 3.  RE: wait "task" in imaging job while first time login performed?

    Posted Feb 22, 2024 07:36 AM

    Thank you! That works perfectly.



    ------------------------------
    Giles
    ------------------------------