关于".scf"文件与找回丢失的显示桌面图标

来源:互联网 发布:淘宝介入一般是谁赢 编辑:程序博客网 时间:2024/06/11 15:46

SCF文件是“WINDOWS资源管理器命令”文件,它也是一种可执行文件. 该类型文件由Windows Explorer Command解释,标准安装,包括下面3个该类型的文件

===================================================
1)Explorer.scf(资源管理器)
[Shell]
Command=2
IconFile=explorer.exe,1
[Taskbar]
Command=Explorer

===========================================
2)Show Desktop.scf(显示桌面)
[Shell]
Command=2
IconFile=explorer.exe,3
[Taskbar]
Command=ToggleDesktop

===========================================
3)View Channels.scf(查看频道)
[Shell]
Command=3
IconFile=shdocvw.dll,-118
[IE]
Command=Channels 

如果某天发现快速启动栏上的"显示桌面"图标不见了,把2)Show Desktop.scf(显示桌面) 下的代码复制到记事本中,然后保存为"显示桌面.scf",将其复制到"C:/Documents and Settings/此处是你的用户名/Application Data/Microsoft/Internet Explorer/Quick Launch"路径下,显示桌面的图标是不是又恢复了.

原创粉丝点击