Server
- FOG Version: 1.2.0
- OS: Ubuntu 14.04
Client
- Service Version: Not sure what this means
- OS: Windows 10 Home Edition
Description
TL;DR : How do sysprep a windows computers such that I can skip oobe, retain default programs, retain pinned-to-taskbar applications, as well as have a username already generated? Currently I have to run through oobe and re-apply my personal settings post-image.
–
Hi all -
I’m fairly new to FOG and Windows Imaging in general. So far, I’ve got a fog server working at my office, deploying 60-150gig images (Yes, the images have to be that big), 30 at a time, in roughly 30 minutes. The laborious part is running through oobe on each machine and setting up my default programs and pinned applications. I work in a very fast paced environment, so I’d love to be able to churn out as many computers per day as possible.
Currently, I’ve created a basic unattend.xml file that just has CopyProfile=true. I’ve looked around for some reading material to help me skip oobe, but haven’t found anything relevant to my use-case. I don’t need any Active Directory or unique user IDs (every machine will have the same guest user ID), so I believe what I’m trying to accomplish is simple, I just need help pointing me in the right direction.
I hope to achieve the following with my image:
- Skip OOBE
- Set Username
- Pin several desired applications to the task bar (i.e. have Chrome pinned to the task bar)
- Set default applications (i.e. Set Chrome as the default web browser)