• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

After sysprep reboots

Scheduled Pinned Locked Moved Unsolved
Windows Problems
2
2
262
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S
    Scott Boucher
    last edited by Nov 9, 2018, 6:37 PM

    So I have may sysprep file working good. I have it auto logging on so the fog service can startup properly and it can build that default administrator and account because I used the copy profile feature. My question is do I need to have the auto login on for these items to happen. I would prefer not, I would prefer that it just rebooted to the login screen in general. This way if I send a image down and I am not near the pc I dont have to worry about it sitting logged in as admin until I can get to it to log off that account. I am worried if I dont do the auto login the fog service and copy profile command the items wont fully get to the state they need to be. I there a option that I can have this account auto login after sysprep just as it is but then log off after a set time.

    1 Reply Last reply Reply Quote 0
    • G
      george1421 Moderator
      last edited by Nov 9, 2018, 7:07 PM

      There are 2 ways that I go about this.

      1. Put the commands you need to execute in the setupcomplete.cmd batch file (like creating accounts and such). Just make sure you delete this batch file after it runs to ensure you don’t have any password leakage.

      2. We use the first run section of the unattend.xml file for actions that need to happen inside a windows profile. We setup the unattended login function with a count of 1. The second to last step of the first run section changes the login screen to our standard company branding (so we know the imaging process is complete) by updating a few registry settings, and the very last step of the first run section is to issue a shutdown.exe -r -t 15 -c "This system will reboot in 15 seconds" command. This forces the computer to reboot after all of the other actions are done.

      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

      1 Reply Last reply Reply Quote 0
      • 1 / 1
      1 / 1
      • First post
        1/2
        Last post

      204

      Online

      12.1k

      Users

      17.3k

      Topics

      155.4k

      Posts
      Copyright © 2012-2024 FOG Project