配置注册表文件以在启动时运行应用程序 [英] Configuring a Registry File to Run an Application at Startup

查看:95
本文介绍了配置注册表文件以在启动时运行应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好


我找到了相关链接  http://msdn.microsoft.com/en-us/library/aa448482.aspx


然而,


 


关于dependnn:假设我想在explorer.exe之后调用我的应用程序,所以我需要更新dependnn但是什么是  explorer.exe的模块号?


 


 


Nathan

解决方案

explorer.exe的数量是资源管理器"launchxx"值末尾的数字。标准的Windows Embedded CE 6.0条目是:


 

 [HKEY_LOCAL_MACHINE \ init] 
" Launch50" = QUOT; explorer.exe的"
" Depend50" = hex:14,00,1e,00

这意味着你的exe必须有'Dependxx'= hex:32,00条目。


参见Bruce Eitman的博客:


http://geekswithblogs.net/BruceEitman/archive /2008/06/30/windows-ce-starting-an-application-when-the-system-boots.aspx


http://geekswithblogs.net/BruceEitman/archive/2009/02/07/windows-ce-more-on-starting-an-application-when-the-device.aspx


http://geekswithblogs.net/BruceEitman/archive/2008/12/12/windows-ce-automatically-start-application-with-command-line-parameters.aspx


Hello

i have found relevant link http://msdn.microsoft.com/en-us/library/aa448482.aspx

however,

 

regarding dependnn : suppose i want to invoke my application after explorer.exe, so i need to update dependnn but what is the module number of explorer.exe ?

 

 

Nathan

解决方案

The number of explorer.exe is the number at the end of the explorer 'launchxx' value. The standard Windows Embedded CE 6.0 entries are:

 

[HKEY_LOCAL_MACHINE\init]
"Launch50"="explorer.exe"
"Depend50"=hex:14,00, 1e,00

Which means that your exe must have a 'Dependxx'=hex:32,00 entry.

See also Bruce Eitman's blog:

http://geekswithblogs.net/BruceEitman/archive/2008/06/30/windows-ce-starting-an-application-when-the-system-boots.aspx

http://geekswithblogs.net/BruceEitman/archive/2009/02/07/windows-ce-more-on-starting-an-application-when-the-device.aspx

http://geekswithblogs.net/BruceEitman/archive/2008/12/12/windows-ce-automatically-start-application-with-command-line-parameters.aspx


这篇关于配置注册表文件以在启动时运行应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆