Display Settings through GPO

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I want to set all displays for 800 x 600.
Is there a policy setting for this as I can't find it for
user or computer?
 
Hello Mike, I had a similar task to do although it involved changing the default colour setting. Have a look at the following script and you should be able to find what the reg setting are to change it to your needs. Create an ADM file using the change settings. Good luck

This was under HKL

POLICY "Change the Default Colour Depth
KEYNAME "SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Services\IALM\DEVICE0
PART "DefaultSettings.BitsPerPel" NUMERI
VALUENAME "DefaultSettings.BitsPerPel
END PAR
EXPLAIN "Sets the default colour value, 20 = 32 bit, 10 = 16 bit
END POLIC

POLICY "Change the Default Colour Depth 2
KEYNAME "SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Services\IALM\DEVICE0\Mon80861100
PART "DefaultSettings.BitsPerPel" NUMERI
VALUENAME "DefaultSettings.BitsPerPel
END PAR
EXPLAIN "Sets the default colour value, 20 = 32 bit, 10 = 16 bit
END POLIC
END CATEGORY
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top