balubeto Posted October 6, 2012 Posted October 6, 2012 During the installation ofWindows 7 SP1, I wentimmediately in Audit mode. So, after Icustomized Windows removing the default icons and links from the taskbar and the Start menu,I wrote thisUnattend.xml file processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 1 true true and I put it in the %WINDIR%\Panther directory. Then, I wrote the sysprep /generalize /oobe /reboot command in a Command Promptwindow. Now, I've noticed that new users still have the default icons and linkon the taskbar and the Start menu. How come? How do I prevent this?Thanks Bye
gshaw Posted October 7, 2012 Posted October 7, 2012 It always puts Media Player back on the taskbar and the default pinned Start Menu items, really dumb design imo. Check out my blog under the Windows category, there's a post there about scripts etc you can use as a workaround.
Jamo Posted October 7, 2012 Posted October 7, 2012 Yup scripts are the only workaround here, its a complete mare that MS didn't include this kind of customisation for enterprise and we are sent back to the days of VBS scripts to get simple customisations! Still the scripts mentioned do work we have them deployed on our network along with a custom powershell script which deals with people resetting libraries to show C: drive locations.
balubeto Posted October 8, 2012 Author Posted October 8, 2012 Which version of the script I need to download to reach my goal? This script must be run directly in Audit mode or be put in the file SetupComplete.cmd? Thanks Bye
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now