asked on
ASKER
Windows Server 2008 and Windows Server 2008 R2, based on the Microsoft Vista codebase, is the last 32-bit server operating system released by Microsoft. It has a number of versions, including including Foundation, Standard, Enterprise, Datacenter, Web, HPC Server, Itanium and Storage; new features included server core installation and Hyper-V.
TRUSTED BY
I wrote an article on setting a startup script for users.
http://www.experts-exchang
You will basically set the registry value:
HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetric
AppliedDPI = 0x78 (REG_DWORD)
The other option would be to try it by Group Policy Preference. In fact, a GPP might be more effective, since it can affect the stats of the session as it is being launched. With the script it might take 2 successive launches for it to 'stick', assuming you have some sort of profile management in place.
Coralon