刷新图标缓存 [英] Refresh icon cache

查看:78
本文介绍了刷新图标缓存的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

解决方案

在注册表中更改回收站"图标的路径后,以下调用应足以使Windows资源管理器在回收站状态更改时使用新图标:

       SendMessageTimeout(HWND_BROADCAST,WM_SETTINGCHANGE,0、0,SMTO_ABORTIFHUNG,5000和结果);
       SHChangeNotify(SHCNE_ASSOCCHANGED,0,NULL,NULL);

 

如果无法解决问题,请打开支持事件.请访问此链接,以查看可以更好地满足您的需求的各种支持选项: http://support.microsoft.com/default.aspx?id=fh;zh-我们; offproprophone .


Hi all,

解决方案

After changing the paths to the Recycle Bin icons in the registry, the following calls should be sufficient to get Windows Explorer to use the new icons when the state of the Recycle Bin changes:

        SendMessageTimeout(HWND_BROADCAST, WM_SETTINGCHANGE, 0, 0, SMTO_ABORTIFHUNG, 5000, &Result);
        SHChangeNotify(SHCNE_ASSOCCHANGED, 0, NULL, NULL);

 

Please open a support incident if this does not resolve the problem. Visit this link to see the various support options that are available to better meet your needs:  http://support.microsoft.com/default.aspx?id=fh;en-us;offerprophone.


这篇关于刷新图标缓存的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆