通知栏图标加载出错导致,可以清空图标缓存,系统重新新建图标缓存即可解决,具体步骤如下:
所需材料: WIN7系统。
一、首先删除图标缓存文件,文件路径为“C:(系统所在盘)\Users\administrator(用户文件夹)\AppData\Local\IconCache.db”。
二、接着按下Ctrl+Alt+ESC键打开任务管理器,点击“进程”。
三、右键点击“explorer.exe”,菜单内点击“结束进程”。
四、然后点击任务管理器左上角“文件”,菜单内点击“新建任务”。
五、打开栏内输入“explorer.exe”,点击“确定”即可重新加载图标缓存。
六、加载完成后即可显示系统通知栏图标。
rem 关闭Windows外壳程序explorer
taskkill /f /im explorer.exe
rem 清理系统图标缓存数据库
attrib -h -s -r "%userprofile%\AppData\Local\IconCache.db"
del /f "%userprofile%\AppData\Local\IconCache.db"
attrib /s /d -h -s -r "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\*"
del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_32.db"
del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_96.db"
del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_102.db"
del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_256.db"
del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_1024.db"
del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_idx.db"
del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_sr.db"
rem 清理 系统托盘记忆的图标
echo y|reg delete "HKEY_CLASSES_ROOT\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify" /v IconStreams
echo y|reg delete "HKEY_CLASSES_ROOT\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify" /v PastIconsStream
rem 重启Windows外壳程序explorer
start explorer
将以上代码粘贴到记事本,然后保存为“重建缓存.bat”,用管理员权限运行即可。
Windows 7,中文名称视窗7,是由微软公司(Microsoft)开发的 *** 作系统,内核版本号为Windows NT 6.1。Windows 7可供家庭及商业工作环境 笔记本电脑 平板电脑 多媒体中心等使用。和同为NT6成员的Windows Vista一脉相承,Windows 7继承了包括Aero风格等多项功能,并且在此基础上增添了些许功能。
Windows 7可供选择的版本有:入门版(Starter)、家庭普通版(Home Basic)、家庭高级版(Home Premium)、专业版(Professional)、企业版(Enterprise)(非零售)、旗舰版(Ultimate)。
2009年7月14日,Windows 7正式开发完成,并于同年10月22日正式发布。10月23日,微软于中国正式发布Windows 7。2015年1月13日,微软正式终止了对Windows 7的主流支持,但仍然继续为Windows 7提供安全补丁支持,直到2020年1月14日正式结束对Windows 7的所有技术支持。
2009年4月30日,RC(Release Candidate)版本(Build 7100)提供给微软开发者网络以及TechNet的付费使用者下载;5月5日开放大众下载。它亦有透过BitTorrent被泄漏到网络上。RC版本提供五种语言,并会自2010年3月1日起开始每隔两小时自动关机,并于同年6月1日过期失效。根据微软,Windows 7的最终版本将于2009年的假期消费季发布。2009年6月2日,微软证实Windows 7将于2009年10月22日发行,并同时发布Windows Server 2008R2。2009年7月下旬,Windows 7零售版提供给制造商作为随机作业系统销售或是测试之用。并于2009年10月22日深夜11时(UTC+8)由微软首席执行官史蒂夫·巴尔默正式在纽约展开发布会。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)