Tripredacus Posted March 31, 2010 Posted March 31, 2010 Hey I'm new to this unattend stuff! Anyways, is there a way to set up a machine either physically, local security policy or unattend for the following things?- pin a shortcut to the start menu- customize Start Menu things like: show run, enable Devices and Printers, do not show Music- custom wallpaperThis needs to be for ALLUSERS. This is because I set the machine up in Audit, then sysprep.xml creates a user but these settings are not retained on the new account.
maxXPsoft Posted April 2, 2010 Posted April 2, 2010 (edited) - pin a shortcut to the start menuPartially here, I set this for one user but you should be able to figure it out or ask and I'll show youI basically copy my Start menu pinned items to a folder and export the reg and then after setupcomplete.cmd as it begins to load GUI I run a cmd file from xml in oobeREM THINGS THAT WILL RUN RIGHT BEFORE THE DESKTOP GUI LOADSREM Start Menu PinnedCMD /C attrib -H "%userprofile%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned"CMD /C MD "%userprofile%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\StartMenu"timeout /t 1CMD /C copy "%systemdrive%\Install\Start\*.*" "%userprofile%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\StartMenu" /Ytimeout /t 1CMD /C attrib +H "%userprofile%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned"REGEDIT /S %systemdrive%\Install\StartPage2.regI get this each time Edited April 2, 2010 by maxXPsoft
Tripredacus Posted April 2, 2010 Author Posted April 2, 2010 OK thanks. Currently I am now in info collecting mode. My company decided to sell off the machines I was using to create the image! This is a common occurance lol. So I'm in waiting mode until I get another machine to test on.
cluberti Posted April 2, 2010 Posted April 2, 2010 OK thanks. Currently I am now in info collecting mode. My company decided to sell off the machines I was using to create the image! This is a common occurance lol. So I'm in waiting mode until I get another machine to test on.VMs for testing until you re-test on hardware? Seems like this would be something that would be perfect for VM testing.
Tripredacus Posted April 3, 2010 Author Posted April 3, 2010 OK thanks. Currently I am now in info collecting mode. My company decided to sell off the machines I was using to create the image! This is a common occurance lol. So I'm in waiting mode until I get another machine to test on.VMs for testing until you re-test on hardware? Seems like this would be something that would be perfect for VM testing.While I agree that such generic things like this could be tested without the correct hardware, because it is a custom image I'd rather wait for the correct config to rule out any problems. And I haven't ever tested in a VM as I have dedicated testing computers as well as the ability to request in-house systems.
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