博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
MSN(Windows Live Messenger)不能保存登陆记录 MSN不能自动登录.每次开机要重输用户名密码
阅读量:4051 次
发布时间:2019-05-25

本文共 1683 字,大约阅读时间需要 5 分钟。

问题:选择记录用户名后,可是每次开机还是要重新输入用户

解决:

I've found the answer to this annoying problem @ , the culprit Yahoo! Toolbar.

WARNING: the autofix download available there is only for English (language) Windows, using the download for other languages may break configurations for other programs such as Firefox. For other language you have to have to do it manually, following the solution Adam proposes:

wrote:

You don't actually need to install this app everybody keeps downloading.... All you need to do is change a registry value.

After hours of messing around with RegEdit + Yahoo Messenger + Microsoft's Virtual PC I've found the problem and a solution to why apps like Msn Messenger suddenly can't remember their passwords anymore.
When Yahoo toolbar gets installed it sets the following registry value:
[HKEY_USERS/S-1-5-21-796845957-926492609-725345543-1003/Software/Microsoft/Windows/CurrentVersion/Explorer/User Shell Folders]
AppData = %AppData%
The problem here is AppData should actually be the following
AppData = %USERPROFILE%/Application Data
So when MSN or other apps that use that registry key go to save their data it gets lost.
So the solution is simple, run regedit and go to
[HKEY_USERS/S-1-5-21-796845957-926492609-725345543-1003/Software/Microsoft/Windows/CurrentVersion/Explorer/User Shell Folders]
and set the value AppData to a data value of %USERPROFILE%/Application Data
But instead of Application Data you have to use the expression used in your language, for example in Spanish it is Datos de programa .
I hope this fixes this mess :-)
PS. I'm not going to install Yahoo! Toolbar anymore, first it messed up my right click in Firefox and then this. Not worth it.

 

参考:

转载地址:http://igici.baihongyu.com/

你可能感兴趣的文章
如何用好碎片化时间,让思维更有效率?
查看>>
No.174 - LeetCode1305 - 合并两个搜索树
查看>>
No.175 - LeetCode1306
查看>>
No.176 - LeetCode1309
查看>>
No.182 - LeetCode1325 - C指针的魅力
查看>>
mysql:sql alter database修改数据库字符集
查看>>
mysql:sql truncate (清除表数据)
查看>>
yuv to rgb 转换失败呀。天呀。谁来帮帮我呀。
查看>>
yuv420 format
查看>>
yuv420 还原为RGB图像
查看>>
LED恒流驱动芯片
查看>>
驱动TFT要SDRAM做为显示缓存
查看>>
使用file查看可执行文件的平台性,x86 or arm ?
查看>>
qt 创建异形窗体
查看>>
简单Linux C线程池
查看>>
内存池
查看>>
GNU hello代码分析
查看>>
Qt继电器控制板代码
查看>>
wpa_supplicant控制脚本
查看>>
gstreamer相关工具集合
查看>>