subject_46033.htm

来自「一些关于vc的问答」· HTM 代码 · 共 18 行

HTM
18
字号
<p>
序号:46033 发表者:shenjie 发表日期:2003-07-06 09:41:42
<br>主题:如何使程序在开机的时候启动?
<br>内容:我知道有一种方法是通过修改注册表,但是具体操作流程应该怎么做呢?
<br><a href="javascript:history.go(-1)">返回上页</a><br><a href=http://www.copathway.com/cndevforum/>访问论坛</a></p>
<hr size=1>
<blockquote><p>
<font color=red>答案被接受</font><br>回复者:黄飚 回复日期:2003-07-06 11:06:00
<br>内容:Windows Registry Editor Version 5.00<BR><BR>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]<BR>"PRPCMonitor"="PRPCUI.exe"<BR>"NuTCSetupEnviron"="D:\\PROGRA~2\\RATIONAL\\RATION~1\\NUTCROOT\\bin\\ncoeenv.exe"<BR><BR>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\OptionalComponents]<BR><BR>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\OptionalComponents\IMAIL]<BR>"Installed"="1"<BR><BR>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\OptionalComponents\MAPI]<BR>"Installed"="1"<BR>"NoChange"="1"<BR><BR>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\OptionalComponents\MSFS]<BR>"Installed"="1"<BR>
<br>
<a href="javascript:history.go(-1)">返回上页</a><br><a href=http://www.copathway.com/cndevforum/>访问论坛</a></p></blockquote>
<hr size=1>
<blockquote><p>
回复者:立刻 回复日期:2003-07-07 09:27:58
<br>内容:在我看来最好的方法还是编写成服务程序,将服务注册成自动启动。<BR>或者直接注册成服务。
<br>
<a href="javascript:history.go(-1)">返回上页</a><br><a href=http://www.copathway.com/cndevforum/>访问论坛</a></p></blockquote>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?