Your best source of information and news about xp , windows and hardware on the internet 您的最佳信息来源和新闻关于XP中Windows硬件在互联网上

Vista ARTICLES Vista的文章 TOP 50前50名 Vista VIDEOS Vista的影片 Vista SOFT Vista的软 Vista HELP Vista帮助

schedule进度表

You are currently browsing the articles from您当前浏览的文章 MS Windows Vista Compatible Software在MS Windows Vista的兼容软件 matching the category schedule .匹配类附表

How to schedule an update reminder in Windows Vista如何附表一更新提醒在Windows Vista

The Microsoft Update site in Vista has been replaced by a Control Panel applet. Microsoft Update网站在Vista已取代一个控制面板程序。 To automate the reminder in Vista, you’ll need to set up two automated processes: one for patching Windows, and another for launching a browser showing the Secunia Software Inspector.自动提醒在Vista中,您需要成立了两个自动化流程: 1修补的Windows ,另一个用于发射的浏览器显示Secunia的软件督察。

Follow these steps to run Windows Update once a month after Patch Tuesday:请依照下列步骤来运行Windows Update每月一次的修补程序后,周二:

Step 1 : Choose Start, type Task Scheduler, and press Enter. 第1步 :选择开始,键入工作排程,并按下Enter 。 Click to confirm User Account Control.按一下以确认用户帐户控制。

Step 2 : In the far right pane, click Create Basic Task. 第2步 :在遥远的右窗格中,单击创建的基本任务。

Step 3 : In the Create Basic Task Wizard, type the name of your task and (optionally) a description. 第3步 :在建立基本任务向导,键入名称,你的任务和(可选)的说明。 Click Next.单击下一步。
(more…) (更多… … )

, , , ,

Written by Jason on 书面由Jason对 September 7th, 2007 2007年9月7日 with 带有 1 comment 1条评论 .
Read more articles on 阅读更多的文章 schedule 进度表 and scheduled tasks 计划任务 and vista Vista的 and Windows 在Windows and Windows Vista Windows Vista的 .

How to schedule an update reminder in Windows XP如何附表一更新提醒在Windows XP

You can make Scheduled Tasks run a script that launches Internet Explorer 7 with Microsoft Update in one tab and Secunia Software Inspector in another.您可以排定的工作运行脚本发射的Internet Explorer 7与Microsoft Update在一个标签,并Secunia的软件在另一督察。 I use IE 7 in this example because Microsoft Update won’t run in most other browsers, such as Mozilla Firefox.我使用的IE 7在这个例子中,因为微软更新将不会运行在大多数其他浏览器,例如Mozilla Firefox 。 The technique shown below is adapted from a Windows Scripting Host script published by Tony Schreiner in his技术显示,以下是改编自一了Windows Scripting Host脚本公布的托尼schreiner在他的 MSDN blog MSDN上博客 .

Step 1 . 第1步 Open your favorite text editor, such as Notepad.打开您最喜爱的文本编辑器,如记事本。 Type or paste in the following five lines:输入或粘贴在以下五个:

var navOpenInBackgroundTab = 0×1000;无功navopeninbackgroundtab = 0 × 1000 ;
var oIE = new ActiveXObject(”InternetExplorer.Application”);无功国际兽疫局=新activexobject ( “ internetexplorer.application ” ) ;
oIE.Navigate2(”http://update.microsoft.com”); oie.navigate2 ( “ http://update.microsoft.com ” ) ;
oIE.Navigate2(”http://secunia.com/software_inspector/”, navOpenInBackgroundTab); oie.navigate2 ( “ http://secunia.com/software_inspector/ ” , navopeninbackgroundtab ) ;
oIE.Visible = true; oie.visible =真正的;
(more…) (更多… … )

, , , ,

Written by Jason on 书面由Jason对 September 7th, 2007 2007年9月7日 with 带有 no comments 没有评论 .
Read more articles on 阅读更多的文章 schedule 进度表 and scheduled tasks 计划任务 and xp XP中 and Windows XP Windows XP中 and Windows 在Windows .