Search the Community
Showing results for tags 'default profile'.
-
Build and capture reference image with windows 10
shineknox posted a question in Deploying Operating Systems
I've built a task sequence to build and capture our reference image; windows 10. I have been successful in the build and capture task sequence. I have a couple of application installations built into the task sequence; MS Office 2016 and Chrome. So far so good. The big issue I see with the process is that there is no suspend task. I was hoping for a suspend task, so I could configure the default profile and maybe be able to use copyprofile with the sysprep task. I need to be able to set up a default profile and leverage copy profile in the build and capture task sequences. Does anyone know how to accomplish this or have recommendations on configuring a default profile in the build and capture task sequence? Thanks, Shine-
- SCCM 2012
- default profile
-
(and 3 more)
Tagged with:
-
Hi guys, I am banging my head against a wall for the 4th day now. I got a situation in which i have to make sure that every word, excel and PowerPoint get a customized quick access toolbar(QAT) during deployment. Since we discovered that when that setting is applied via GPO it takes our laptops additional time to logon (our system admin tells us 30-45sec on top every other policy, 2min overall which is too much). I searched all sites that I can think of and did not find an answer. I tried to solve in in this way: copy the 3 customized files named: Word.qat, Excel.qat, PowerPoint.qat via batch script to the Default user path (C:\Users\Default\AppData\Local\Microsoft\Office), I choose the Default user so that not only the owner of the laptop can have the customized word,excel, PowerPoint but also every user in the company. Script goes like this: @echo off md C:\Users\Default\AppData\Local\Microsoft\Office copy "%~dp0Word.qat" C:\Users\Default\AppData\Local\Microsoft\Office copy "%~dp0Excel.qat" C:\Users\Default\AppData\Local\Microsoft\Office copy "%~dp0PowerPoint.qat" C:\Users\Default\AppData\Local\Microsoft\Office The problem is that Default user does not exist during deployment process (at least i think so when looking with F8 cmd during deployment), I personally think he is created at the first login process. I Tried with office customization tool but I did not succeed. Please help, and happy holidays to everyone! Thank you,
- 5 replies
-
- Default
- default user
-
(and 4 more)
Tagged with: