李sir_Blog

博客园 首页 联系 订阅 管理

2011年1月6日

摘要: 怎么设置让一个程序开机启动,并没186秒运行一次?”。看下面几位景友的回复,知道大家可能对于这个windows自带的功能不是太熟悉。下面以“启动运行QQ程序,无限期每186秒一次”为例,演示如何使用计划任务功能。由于本人水平有限,不当之处,敬请指出。1。 可以在计算机-右键-管理,或在控制面板找到 计划任务,或者开始菜单搜索框搜索“计划任务”或“ task schedule”关键字,打开。界面如下。2。 点击右边栏的 “创建任务”,界面如下。我们可以看到包括有5个标签,分别为常规、启动器、动作、环境、设置。3。在各个标签输入指示命令。以“自启动运行QQ程序,无限期每186秒一次”为例,各个标签 阅读全文
posted @ 2011-01-06 18:35 李sir 阅读(1537) 评论(0) 推荐(0)

摘要: http://msdn.microsoft.com/en-us/library/aa446817(v=VS.85).aspxBoot Trigger Example (C++)This topic contains a C++ code example that shows how to create a task that is scheduled to execute Notepad.exe when the system is started. The task contains a boot trigger that specifies a start boundary and del 阅读全文
posted @ 2011-01-06 17:17 李sir 阅读(709) 评论(0) 推荐(0)

摘要: CertGetNameString(pCertContext,CERT_NAME_SIMPLE_DISPLAY_TYPE,0,NULL,pszNameString,128);ProvName=pkeyProvInfo-pwszProvName;ContainerName=pkeyProvInfo-pwszContainerName;ProvType=pkeyProvInfo-dwProvType;CRYPTUI_WIZ_EXPORT_INFO ExportInfo;CRYPTUI_WIZ_EXPORT_CERTCONTEXT_INFO ContextInfo;ZeroMemory(&Ex 阅读全文
posted @ 2011-01-06 10:05 李sir 阅读(644) 评论(0) 推荐(0)