Thursday, October 2, 2014

powershell - Disable font smoothing in window 10 using registry and without restart / logout of computer

Detail Information -


1) Press Window Key + R


2) Type regedit


3) Navigate to below path
Computer\HKEY_CURRENT_USER\Control Panel\Desktop


4) Double click FontSmoothing name on right window panel and set the Value data to 0


5) restart the computer (or) log out and login


Result - Works Fine


Requirement - I dont want to restart / sign out from the computer to see the changes

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...