Windows中的一些小操作

1> 重建"显示桌面"的快捷方式

新建一个文本文件,在里面写上下面几句:

[Shell]
Command=2
IconFile=explorer.exe,3
[Taskbar]
Command=ToggleDesktop

然后保存为ShowDesk.scf(只要求扩展名是scf就可以了)。

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


你可能感兴趣的:(杂项)