Posts tagged: powershell

试用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 »