|
本帖最后由 风雨网络 于 2011-3-5 14:01 编辑
怎样不重启设置字体边缘平滑立即生效! 以下注册表导入后不能立即生效。。
Windows Registry Editor Version 5.00
; 视觉设置
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects]
"VisualFXSetting"=dword:00000000
---------------------------------------------------------------------------
以下两种办法刷新也无法立即生效。。但是手动设置能立即生效。。。由于之前网吧做系统时把这个给去了 现在发现显示字体边缘模糊有锯齿。。。十分难堪。。。特此寻求解决方法。。
DllCall
("user32.dll","int","SendMessageTimeout","hwnd",65535,"int",26,"int",0,"int",0,"int",0,"int",1000,"str","dwResult")
Do
ProcessClose("explorer.exe")
Until Not ProcessExists("explorer.exe")
Run("gpupdate /force","",@SW_HIDE)
没选择平滑
选择平滑的效果
我用工具对比了发现手动勾选这个平滑注册表这个键值有变动但手动去修改这个键值在刷新也无效。。。
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\Desktop]
"FontSmoothing"="2"
以下有人讨论过。。http://topic.csdn.net/u/20071031 ... 8-522262fb3118.html |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?加入
×
|