Set Windows Classic with Group Policy

  • Thread starter Thread starter Janet
  • Start date Start date
J

Janet

I have an application that needs all workstations to be set to Windows
Classic appearance with a screen resolution of 1280X1024. Is there are way I
can force this on specific workstations within my organization?
 
There is no group policy for ahieveing this. However you can
Get Multires from:
http://www.entechtaiwan.com/util/multires.shtm

and make a batch file screenres.bat with the command
multires.exe /1:1280,1024,32,75

Setup the windows classic theme on a test box. Then export the registry
HKCU\Control Panel\Appearance\
and
HKCU\Control Panel\Colors\

Use group policy to run a batch file or a script that runs the screenres.bat
and the registry imports at userlogon.
 
Back
Top