dobsonl Posted July 10, 2012 Posted July 10, 2012 Hi We are deploying Windows 7 and the hardware is capable of running Aero, but the only way we can get it to work is to manual run the system performance tests from the computer properites window. Does anybody know of a way to automate this on the first boot? Thanks Luke
Jamo Posted July 10, 2012 Posted July 10, 2012 Is that with MDT? If you deploy with CopyProfile = True I have seen a couple of instances where a Windows Basic theme would be applied in the default profile causing each new user to get basic rather than aero. You can set Windows 7 Aero Theme Not Enabled After Deployment - AutoIt Consulting in group policy or I have just not used the CopyProfile setup.
Arthur Posted July 10, 2012 Posted July 10, 2012 There's also a scheduled task that runs WinSAT every weekend (as log as someone is logged in at the time)... http://i.imgur.com/W2PAF.png
dobsonl Posted July 10, 2012 Author Posted July 10, 2012 Is that with MDT? No its not with MDT we use SCCM2012.... I cant see that task on my machine... is there a reason why it has to be run with a user logged on?
Jamo Posted July 10, 2012 Posted July 10, 2012 MDT / SCCM use the same backend, are you using copyprofile in unattend.xml? You can run WinSAT as part of the task sequence if you want, but it won't apply an areo theme to the default profile if basic has been applied by copyprofile. You would either need to specify in Group Policy or edit the default profile
Arthur Posted July 10, 2012 Posted July 10, 2012 I cant see that task on my machine... Task Scheduler » Task Scheduler Library » Microsoft » Windows » Maintenance » WinSAT. It's also listed under 'Active Tasks'. is there a reason why it has to be run with a user logged on? The settings are stored in the users profile.
Norphy Posted July 10, 2012 Posted July 10, 2012 You can invoke it by the command line. I have the following two lines in my SCCM task sequence: c:\windows\system32\winsat.exe d3d c:\windows\system32\winsat.exe dwm That usually gets Aero going.
mrbios Posted July 10, 2012 Posted July 10, 2012 You don't need to run winSAT, just set this GP: Administrative templates > Control panel > Personalization > force a specific visual style or force windows classic Set that to enabled with this as the path to the visual style: %windir%\resources\Themes\Aero\aero.msstyles I've also got "load a specific theme" set as: %windir%\Resources\Ease of Access Themes\basic.theme Works a treat
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