Powershell to set display properties?

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

Ayush

[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.
 
G

Guest

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.
 

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

Top