suisse Posted April 21, 2010 Report post Posted April 21, 2010 hi I have successfully build a wim image with sccm of windows 7. What is the best and most easy way to modify the image after? I want to customize the default profile and remove some things. thx Quote Share this post Link to post Share on other sites More sharing options...
0 anyweb Posted April 21, 2010 Report post Posted April 21, 2010 the recommended way is by using unattend.xml, i've given a short example of that here Quote Share this post Link to post Share on other sites More sharing options...
0 suisse Posted April 21, 2010 Report post Posted April 21, 2010 the recommended way is by using unattend.xml, i've given a short example of that here Hi I did that already for regional settings. What I want to do is directly modifying settings and then recapturing the modyifing image with sccm. Quote Share this post Link to post Share on other sites More sharing options...
0 suisse Posted April 21, 2010 Report post Posted April 21, 2010 Or could I do something like this: build task sequence installs alls apps that I want and bevor the sysprep / capture task is started, I can login to the machine and modify things. After reboot, the task sequence with sysprep and the capture continues. is that possible? Quote Share this post Link to post Share on other sites More sharing options...
0 anyweb Posted April 21, 2010 Report post Posted April 21, 2010 you can build, customise as much as you want, and then capture as a separate task sequence, here's how http://www.windows-noob.com/forums/index.php?/topic/1543-how-can-i-capture-windows-7/ Quote Share this post Link to post Share on other sites More sharing options...
0 suisse Posted April 23, 2010 Report post Posted April 23, 2010 Yeah cool, thx a lot Quote Share this post Link to post Share on other sites More sharing options...
0 anyweb Posted April 23, 2010 Report post Posted April 23, 2010 of course, what i havent pointed out is you can mount the wim using imagex and make physical changes to files etc, but, in SCCM the recommended way is always to build and capture, and the entire build process should encompass all changes required before the capture, you can separate build from the capture..... to split up the process Quote Share this post Link to post Share on other sites More sharing options...
0 suisse Posted April 23, 2010 Report post Posted April 23, 2010 of course, what i havent pointed out is you can mount the wim using imagex and make physical changes to files etc, but, in SCCM the recommended way is always to build and capture, and the entire build process should encompass all changes required before the capture, you can separate build from the capture..... to split up the process True. I've tried the autologin example but the system is not auto login... it's rebooting after that sequence and sysprepen. Quote Share this post Link to post Share on other sites More sharing options...
0 suisse Posted May 20, 2010 Report post Posted May 20, 2010 of course, what i havent pointed out is you can mount the wim using imagex and make physical changes to files etc, but, in SCCM the recommended way is always to build and capture, and the entire build process should encompass all changes required before the capture, you can separate build from the capture..... to split up the process hi again do you have an idea why autologin as a part of the last task sequence doesn't work? thx for your feedback. Quote Share this post Link to post Share on other sites More sharing options...
0 jamitupya Posted May 20, 2010 Report post Posted May 20, 2010 Yeah i get this problem under Enterprise 7 versions.... nfi how to resolve yet... hopefully figure it out this week or next. trial and error :-) Quote Share this post Link to post Share on other sites More sharing options...
0 Lucid Posted May 25, 2010 Report post Posted May 25, 2010 Just tossing this out there... In my opinion, the best way to modify user profile settings is by using a script that loads the default user registry hive, makes the needed changes, and then unloads the hive. This way you can add the script as part of your task sequence and you don't have to worry about doing things manually. Also, a lot of times I see odd remnants and fluff left in the default profile when people generate their own custom profiles and just copy it over the built-in default profile. While it's a little outdated and needs refreshed, if you want to do something like what I mentioned, you might check out the VBScript located here: http://www.myitforum.com/articles/11/view.asp?id=10825 Quote Share this post Link to post Share on other sites More sharing options...
hi
I have successfully build a wim image with sccm of windows 7.
What is the best and most easy way to modify the image after? I want to customize the default profile and remove some things.
thx
Share this post
Link to post
Share on other sites