Jump to content

Recommended Posts

Posted

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

Posted

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

Posted
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?

Posted

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

Posted
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.

Posted

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.

Posted

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 :)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...