blog

枪手亨利

博客园 首页 新随笔 联系 订阅 管理

随笔分类 -  操作系统

各个操作系统的一些文章
摘要:调用Windows的Search(搜索)窗口 阅读全文
posted @ 2006-06-06 14:59 henry 阅读(929) 评论(0) 推荐(0)

摘要:但是同样的方法却能正确枚举出“桌面”下的对象。 注意:不能正确枚举和不能枚举是不同的,不能正确枚举意思是:能枚举出来东西,但是获得的图标和DisplayName都不对。 程序如下,请高手帮忙瞧一瞧。 // m_pDirTree 为类成员变量 m_pDirTree=(CTreeCtrl *)GetDlgItem(IDC_TREE_PIDL); ::SetWindowLong(m_pDirTre... 阅读全文
posted @ 2006-06-05 13:20 henry 阅读(2902) 评论(2) 推荐(0)

摘要:这通常是最久的历史纪录,但是你可以修改部分代码来删除需要的项目。 // Error checking minimized for clarity. void DeleteUrlFromHistoryShell() { HRESULT hr; // Call this if nee... 阅读全文
posted @ 2006-06-05 12:36 henry 阅读(705) 评论(0) 推荐(0)

摘要:If a user types CMD in Windows 2000 to open a CLI (command-line prompt), the CLI opens in the Documents and Settings subfolder for the currently logged-in user. This usually isn't the most convenient ... 阅读全文
posted @ 2006-05-26 13:22 henry 阅读(598) 评论(0) 推荐(0)

摘要:网络命令行操作 Windows 2k/2003 Server 1.最基本,最常用的,测试物理网络的 ping 192.168.10.88 -t ,参数-t是等待用户去中断测试 2.查看DNS、IP、Mac等 A.Win98:winipcfg B.Win2000以上:Ipconfig/all C.NSLOOKUP:如查看河北的DNS C:\>nslookup Default Server: ns... 阅读全文
posted @ 2006-05-26 13:17 henry 阅读(1568) 评论(0) 推荐(0)

摘要:从Windows 2000开始,WMI(Windows 管理规范)就是Windows系统管理的重要组成部分。WMIC是Windows Management Instrumentation Command-line的简称,在WMIC出现之前,要从命令行访问WMI数据库或WMI名称空间不是一件容易的事情。现在,WMIC利用WMI强大的功能把系统管理扩展到了命令行。 一、什么是WMIC? W... 阅读全文
posted @ 2006-05-26 13:05 henry 阅读(666) 评论(0) 推荐(0)

摘要:fedora5已经成功安装,呵呵,界面还是不错,本来想发个截图上来看看,但网络却没有设置好,无法上网。 阅读全文
posted @ 2006-05-23 14:10 henry 阅读(230) 评论(0) 推荐(0)

摘要:现在已经下载好了安装盘,等着安装呢,转载一篇安装的文档,hoho最近等KUbuntu的最新版等得烦透了,还是考虑先换个发行版试试看。本来因为曾经给我造成心理阴影,不是很想考虑Redhat的发行版,不过在网上查了大量资料之后,还是考虑安装一个Redhat Fedora Core 5先试试。介绍 机器的配置如下: 型号 HP Compaq Presario M2009AP CPU Celer... 阅读全文
posted @ 2006-05-23 12:19 henry 阅读(665) 评论(0) 推荐(0)