Posts tagged: microsoft

使用Windows Live Writer 2011的初步感受

从界面上更像Office风格了。适应界面花了点儿时间,主要在拆分日志上,以前在窗口的工具栏中就有拆分日志的按钮。现在摆到插入标签页去了。 可以看到工具栏中没有,点击插入,就能看到了:    发送文章为PDF   

安装windows 7 beta1

下载了windows 7 beta1有一段时间了,一直没有时间安装。今天测试了一下。为以后转到windows 7下面做准备。现在使用的windows vista 64版本确实性能不够好,尤其启动很慢。 安装后,在桌面的右下角,有测试版本的信息:    发送文章为PDF   

星期六 三月 21st, 2009 in , , | No Comments »

试用windows 7 beta版本

使用了一下windows 7 beta版本。版本号是: 日志引用安装windows 7 beta1    发送文章为PDF   

星期五 一月 2nd, 2009 in , , , | No Comments »

使用powershell通过com对象使用ie浏览器

使用powershell可以访问com对象,通过ie的com对象可很容易的访问网页。 $mie = new-object -comobject InternetExplorer.Application $mie.Navigate("http://marshal.easymorse.com") $mie.visible = $True 如果关闭该ie窗口,可: $mie.quit()    发送文章为PDF   

星期日 八月 31st, 2008 in , , | No Comments »

powershell在vista下的安装

下载powershell,需要用ie下载,因为要验证是否为正版windows。下载地址: http://www.microsoft.com/downloads/details.aspx?displaylang=zh-cn&FamilyID=c6ef4735-c7de-46a2-997a-ea58fdfcba63    发送文章为PDF   

星期六 八月 30th, 2008 in , , , | No Comments »

vista下定时关机命令

定时关机比如休眠的命令: at 3:00 shutdown /h 该命令将在3:00休眠计算机。    发送文章为PDF   

星期六 六月 7th, 2008 in , , , | No Comments »