Powershell to set display properties?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am looking for a way to use Powershell or any other script for that matter
to set display properties-> appearance->effects->use the following method to
smooth edges of screen fonts->cleartype.

Anyone know how?

Thanks.
 
[Brooke]s message :
I am looking for a way to use Powershell or any other script for that matter
to set display properties-> appearance->effects->use the following method to
smooth edges of screen fonts->cleartype.

Anyone know how?

Thanks.


Batch file-
reg add "HKCU\Control Panel\Desktop" /v FontSmoothingType /t REG_DWORD /d 2 /f



Good Luck, Ayush.
 
Thanks, but this did not work for me, even after a reboot. Any other ideas?

Ayush" <"ayushmaan.j[aatt]gmail.com said:
[Brooke]s message :
I am looking for a way to use Powershell or any other script for that matter
to set display properties-> appearance->effects->use the following method to
smooth edges of screen fonts->cleartype.

Anyone know how?

Thanks.


Batch file-
reg add "HKCU\Control Panel\Desktop" /v FontSmoothingType /t REG_DWORD /d 2 /f



Good Luck, Ayush.
 
Back
Top